diff --git a/.env.example b/.env.example new file mode 100644 index 00000000..5275ae67 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +CLIENT_ID= +CLIENT_SECRET= +DIRECTORY_ID= +SUBSCRIPTION_ID= +INGEST_ACTIVE_DIRECTORY= +INGEST_RESOURCE_MANAGER= +CONFIGURE_SUBSCRIPTION_INSTANCES= diff --git a/CHANGELOG.md b/CHANGELOG.md index f600b7ef..0f93b71d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/jupiterone.md b/docs/jupiterone.md index 1f872692..596a397e 100644 --- a/docs/jupiterone.md +++ b/docs/jupiterone.md @@ -301,112 +301,134 @@ https://github.com/JupiterOne/sdk/blob/main/docs/integrations/development.md The following entities are created: -| Resources | Entity `_type` | Entity `_class` | -| ---------------------------------------------- | ------------------------------------------------- | ---------------------------------- | -| FrontDoor | `azure_frontdoor` | `Service` | -| FrontDoor Backend Pool | `azure_frontdoor_backend_pool` | `Configuration` | -| FrontDoor Frontend Endpoint | `azure_frontdoor_frontend_endpoint` | `Gateway` | -| FrontDoor Routing Rule | `azure_frontdoor_routing_rule` | `Rule` | -| FrontDoor Rules Engine | `azure_frontdoor_rules_engine` | `Ruleset` | -| [AD] Account | `azure_account` | `Account` | -| [AD] Device | `azure_device` | `Device` | -| [AD] Group | `azure_user_group` | `UserGroup` | -| [AD] Group Member | `azure_group_member` | `User` | -| [AD] Role Definition | `azure_ad_role_definition` | `AccessRole` | -| [AD] Service Principal | `azure_service_principal` | `Service` | -| [AD] User | `azure_user` | `User` | -| [RM] API Management API | `azure_api_management_api` | `ApplicationEndpoint` | -| [RM] API Management Service | `azure_api_management_service` | `Gateway` | -| [RM] Advisor Recommendation | `azure_advisor_recommendation` | `Finding` | -| [RM] App Service Plan | `azure_app_service_plan` | `Configuration` | -| [RM] Azure Kubernetes Cluster | `azure_kubernetes_cluster` | `Cluster` | -| [RM] Azure Managed Disk | `azure_managed_disk` | `DataStore`, `Disk` | -| [RM] Batch Account | `azure_batch_account` | `Service` | -| [RM] Batch Application | `azure_batch_application` | `Process` | -| [RM] Batch Certificate | `azure_batch_certificate` | `Certificate` | -| [RM] Batch Pool | `azure_batch_pool` | `Cluster` | -| [RM] CDN Endpoint | `azure_cdn_endpoint` | `Gateway` | -| [RM] CDN Profile | `azure_cdn_profile` | `Service` | -| [RM] Classic Admin | `azure_classic_admin_group` | `UserGroup` | -| [RM] Container | `azure_container` | `Container` | -| [RM] Container Group | `azure_container_group` | `Group` | -| [RM] Container Registry | `azure_container_registry` | `DataStore` | -| [RM] Container Registry Webhook | `azure_container_registry_webhook` | `ApplicationEndpoint` | -| [RM] Container Volume | `azure_container_volume` | `Disk` | -| [RM] Cosmos DB Account | `azure_cosmosdb_account` | `Account`, `Service` | -| [RM] Cosmos DB Database | `azure_cosmosdb_sql_database` | `Database`, `DataStore` | -| [RM] DNS Record Set | `azure_dns_record_set` | `DomainRecord` | -| [RM] DNS Zone | `azure_dns_zone` | `DomainZone` | -| [RM] Event Grid Domain | `azure_event_grid_domain` | `Service` | -| [RM] Event Grid Domain Topic | `azure_event_grid_domain_topic` | `Queue` | -| [RM] Event Grid Topic | `azure_event_grid_topic` | `Queue` | -| [RM] Event Grid Topic Subscription | `azure_event_grid_topic_subscription` | `Subscription` | -| [RM] Firewall Policy | `azure_network_firewall_policy` | `Policy` | -| [RM] Function App | `azure_function_app` | `Function` | -| [RM] Gallery | `azure_gallery` | `Repository` | -| [RM] Image | `azure_image` | `Image` | -| [RM] Key Vault | `azure_keyvault_service` | `Service` | -| [RM] Key Vault Key | `azure_keyvault_key` | `Key` | -| [RM] Key Vault Secret | `azure_keyvault_secret` | `Secret` | -| [RM] Load Balancer | `azure_lb` | `Gateway` | -| [RM] Management Group | `azure_management_group` | `Group` | -| [RM] MariaDB Database | `azure_mariadb_database` | `Database`, `DataStore` | -| [RM] MariaDB Server | `azure_mariadb_server` | `Database`, `DataStore`, `Host` | -| [RM] Monitor Activity Log Alert | `azure_monitor_activity_log_alert` | `Rule` | -| [RM] Monitor Diagnostic Settings Resource | `azure_diagnostic_setting` | `Configuration` | -| [RM] Monitor Log Profile | `azure_monitor_log_profile` | `Configuration` | -| [RM] MySQL Database | `azure_mysql_database` | `Database`, `DataStore` | -| [RM] MySQL Server | `azure_mysql_server` | `Database`, `DataStore`, `Host` | -| [RM] Network Firewall | `azure_network_firewall` | `Firewall` | -| [RM] Network Interface | `azure_nic` | `NetworkInterface` | -| [RM] Network Watcher | `azure_network_watcher` | `Resource` | -| [RM] Policy Assignment | `azure_policy_assignment` | `ControlPolicy` | -| [RM] Policy Definition | `azure_policy_definition` | `Rule` | -| [RM] Policy Set Definition | `azure_policy_set_definition` | `Ruleset` | -| [RM] Policy State | `azure_policy_state` | `Review` | -| [RM] PostgreSQL Database | `azure_postgresql_database` | `Database`, `DataStore` | -| [RM] PostgreSQL Server | `azure_postgresql_server` | `Database`, `DataStore`, `Host` | -| [RM] PostgreSQL Server Firewall Rule | `azure_postgresql_server_firewall_rule` | `Firewall` | -| [RM] Private DNS Record Set | `azure_private_dns_record_set` | `DomainRecord` | -| [RM] Private DNS Zone | `azure_private_dns_zone` | `DomainZone` | -| [RM] Private Endpoint | `azure_private_endpoint` | `NetworkEndpoint` | -| [RM] Public IP Address | `azure_public_ip` | `IpAddress` | -| [RM] Redis Cache | `azure_redis_cache` | `Database`, `DataStore`, `Cluster` | -| [RM] Redis Firewall Rule | `azure_firewall_rule` | `Firewall` | -| [RM] Resource Group | `azure_resource_group` | `Group` | -| [RM] Resource Lock | `azure_resource_lock` | `Rule` | -| [RM] Role Assignment | `azure_role_assignment` | `AccessPolicy` | -| [RM] Role Definition | `azure_role_definition` | `AccessRole` | -| [RM] SQL Database | `azure_sql_database` | `Database`, `DataStore` | -| [RM] SQL Server | `azure_sql_server` | `Database`, `DataStore`, `Host` | -| [RM] SQL Server Active Directory Admin | `azure_sql_server_active_directory_admin` | `AccessRole` | -| [RM] SQL Server Firewall Rule | `azure_sql_server_firewall_rule` | `Firewall` | -| [RM] Security Assessment | `azure_security_assessment` | `Assessment` | -| [RM] Security Center Auto Provisioning Setting | `azure_security_center_auto_provisioning_setting` | `Configuration` | -| [RM] Security Center Setting | `azure_security_center_setting` | `Configuration` | -| [RM] Security Center Subscription Pricing | `azure_security_center_subscription_pricing` | `Configuration` | -| [RM] Security Contact | `azure_security_center_contact` | `Resource` | -| [RM] Security Group | `azure_security_group` | `Firewall` | -| [RM] Security Group Flow Logs | `azure_security_group_flow_logs` | `Logs` | -| [RM] Service Bus Namespace | `azure_service_bus_namespace` | `Service` | -| [RM] Service Bus Queue | `azure_service_bus_queue` | `Queue` | -| [RM] Service Bus Subscription | `azure_service_bus_subscription` | `Subscription` | -| [RM] Service Bus Topic | `azure_service_bus_topic` | `Queue` | -| [RM] Shared Image | `azure_shared_image` | `Image` | -| [RM] Shared Image Version | `azure_shared_image_version` | `Image` | -| [RM] Storage Account | `azure_storage_account` | `Service` | -| [RM] Storage Container | `azure_storage_container` | `DataStore` | -| [RM] Storage File Share | `azure_storage_file_share` | `DataStore` | -| [RM] Storage Queue | `azure_storage_queue` | `Queue` | -| [RM] Storage Table | `azure_storage_table` | `DataStore`, `Database` | -| [RM] Subnet | `azure_subnet` | `Network` | -| [RM] Subscription | `azure_subscription` | `Account` | -| [RM] Usage Details | `azure_usage_details` | `Site` | -| [RM] Virtual Machine | `azure_vm` | `Host` | -| [RM] Virtual Machine Extension | `azure_vm_extension` | `Application` | -| [RM] Virtual Machine Scale Set | `azure_vm_scale_set` | `Deployment`, `Group` | -| [RM] Virtual Network | `azure_vnet` | `Network` | -| [RM] Web App | `azure_web_app` | `Application` | +| Resources | Entity `_type` | Entity `_class` | +| ------------------------------------------------ | ------------------------------------------------- | ---------------------------------- | +| Azure Application Gateway | `azure_application_gateway` | `Network` | +| Azure Application Security Groups | `azure_application_security_group` | `Firewall` | +| Azure Synapse Analytics | `azure_synapse` | `Service` | +| FrontDoor | `azure_frontdoor` | `Service` | +| FrontDoor Backend Pool | `azure_frontdoor_backend_pool` | `Configuration` | +| FrontDoor Frontend Endpoint | `azure_frontdoor_frontend_endpoint` | `Gateway` | +| FrontDoor Routing Rule | `azure_frontdoor_routing_rule` | `Rule` | +| FrontDoor Rules Engine | `azure_frontdoor_rules_engine` | `Ruleset` | +| [AD] Account | `azure_account` | `Account` | +| [AD] Device | `azure_device` | `Device` | +| [AD] Group | `azure_user_group` | `UserGroup` | +| [AD] Group Member | `azure_group_member` | `User` | +| [AD] Role Definition | `azure_ad_role_definition` | `AccessRole` | +| [AD] Service Principal | `azure_service_principal` | `Service` | +| [AD] User | `azure_user` | `User` | +| [RM] API Management API | `azure_api_management_api` | `ApplicationEndpoint` | +| [RM] API Management Service | `azure_api_management_service` | `Gateway` | +| [RM] Access Role | `azure_kube_trusted_access_role` | `AccessRole` | +| [RM] Advisor Recommendation | `azure_advisor_recommendation` | `Finding` | +| [RM] App Service Plan | `azure_app_service_plan` | `Configuration` | +| [RM] Azure Bgp Service Communities | `azure_bgp_service_communities` | `Network` | +| [RM] Azure Consumer Group | `azure_event_hub_consumer_group` | `Channel` | +| [RM] Azure Ddos Protection Plans | `azure_ddos_protection_plan` | `Configuration` | +| [RM] Azure Event Hub | `azure_event_hub` | `Service` | +| [RM] Azure Express Route | `azure_expressroute` | `Service` | +| [RM] Azure Express Route Circuit | `azure_expressroute_circuit` | `Network` | +| [RM] Azure Express Route Circuit Connections | `azure_expressroute_circuit_connection` | `Network` | +| [RM] Azure Kubernetes Cluster | `azure_kubernetes_cluster` | `Cluster` | +| [RM] Azure Managed Disk | `azure_managed_disk` | `DataStore`, `Disk` | +| [RM] Azure Peer Express Route Circuit Connection | `azure_peer_expressroute_circut_connection` | `Network` | +| [RM] Batch Account | `azure_batch_account` | `Service` | +| [RM] Batch Application | `azure_batch_application` | `Process` | +| [RM] Batch Certificate | `azure_batch_certificate` | `Certificate` | +| [RM] Batch Pool | `azure_batch_pool` | `Cluster` | +| [RM] CDN Endpoint | `azure_cdn_endpoint` | `Gateway` | +| [RM] CDN Profile | `azure_cdn_profile` | `Service` | +| [RM] Classic Admin | `azure_classic_admin_group` | `UserGroup` | +| [RM] Container | `azure_container` | `Container` | +| [RM] Container Group | `azure_container_group` | `Group` | +| [RM] Container Registry | `azure_container_registry` | `DataStore` | +| [RM] Container Registry Webhook | `azure_container_registry_webhook` | `ApplicationEndpoint` | +| [RM] Container Volume | `azure_container_volume` | `Disk` | +| [RM] Cosmos DB Account | `azure_cosmosdb_account` | `Account`, `Service` | +| [RM] Cosmos DB Database | `azure_cosmosdb_sql_database` | `Database`, `DataStore` | +| [RM] DNS Record Set | `azure_dns_record_set` | `DomainRecord` | +| [RM] DNS Zone | `azure_dns_zone` | `DomainZone` | +| [RM] Data Masking Policy | `azure_synapse_masking_policy` | `Policy` | +| [RM] Data Masking Rule | `azure_synapse_masking_rule` | `Rule` | +| [RM] Event Grid Domain | `azure_event_grid_domain` | `Service` | +| [RM] Event Grid Domain Topic | `azure_event_grid_domain_topic` | `Queue` | +| [RM] Event Grid Topic | `azure_event_grid_topic` | `Queue` | +| [RM] Event Grid Topic Subscription | `azure_event_grid_topic_subscription` | `Subscription` | +| [RM] Event Hub Cluster | `azure_event_hub_cluster` | `Cluster` | +| [RM] Event Hub Keys | `azure_event_hub_key` | `Key` | +| [RM] Event Hub Namespace | `azure_event_hub_namespace` | `Group` | +| [RM] Firewall Policy | `azure_network_firewall_policy` | `Policy` | +| [RM] Function App | `azure_function_app` | `Function` | +| [RM] Gallery | `azure_gallery` | `Repository` | +| [RM] Image | `azure_image` | `Image` | +| [RM] Key Vault | `azure_keyvault_service` | `Service` | +| [RM] Key Vault Key | `azure_keyvault_key` | `Key` | +| [RM] Key Vault Secret | `azure_keyvault_secret` | `Secret` | +| [RM] Kubernetes Service | `azure_kube_service` | `Service` | +| [RM] Load Balancer | `azure_lb` | `Gateway` | +| [RM] Managed Cluster | `azure_kube_maintenance_configuration` | `Cluster` | +| [RM] Management Group | `azure_management_group` | `Group` | +| [RM] MariaDB Database | `azure_mariadb_database` | `Database`, `DataStore` | +| [RM] MariaDB Server | `azure_mariadb_server` | `Database`, `DataStore`, `Host` | +| [RM] Monitor Activity Log Alert | `azure_monitor_activity_log_alert` | `Rule` | +| [RM] Monitor Diagnostic Settings Resource | `azure_diagnostic_setting` | `Configuration` | +| [RM] Monitor Log Profile | `azure_monitor_log_profile` | `Configuration` | +| [RM] MySQL Database | `azure_mysql_database` | `Database`, `DataStore` | +| [RM] MySQL Server | `azure_mysql_server` | `Database`, `DataStore`, `Host` | +| [RM] Network Firewall | `azure_network_firewall` | `Firewall` | +| [RM] Network Interface | `azure_nic` | `NetworkInterface` | +| [RM] Network Watcher | `azure_network_watcher` | `Resource` | +| [RM] Policy Assignment | `azure_policy_assignment` | `ControlPolicy` | +| [RM] Policy Definition | `azure_policy_definition` | `Rule` | +| [RM] Policy Set Definition | `azure_policy_set_definition` | `Ruleset` | +| [RM] Policy State | `azure_policy_state` | `Review` | +| [RM] PostgreSQL Database | `azure_postgresql_database` | `Database`, `DataStore` | +| [RM] PostgreSQL Server | `azure_postgresql_server` | `Database`, `DataStore`, `Host` | +| [RM] PostgreSQL Server Firewall Rule | `azure_postgresql_server_firewall_rule` | `Firewall` | +| [RM] Private DNS Record Set | `azure_private_dns_record_set` | `DomainRecord` | +| [RM] Private DNS Zone | `azure_private_dns_zone` | `DomainZone` | +| [RM] Private Endpoint | `azure_private_endpoint` | `NetworkEndpoint` | +| [RM] Public IP Address | `azure_public_ip` | `IpAddress` | +| [RM] Redis Cache | `azure_redis_cache` | `Database`, `DataStore`, `Cluster` | +| [RM] Redis Firewall Rule | `azure_firewall_rule` | `Firewall` | +| [RM] Resource Group | `azure_resource_group` | `Group` | +| [RM] Resource Lock | `azure_resource_lock` | `Rule` | +| [RM] Role Assignment | `azure_role_assignment` | `AccessPolicy` | +| [RM] Role Definition | `azure_role_definition` | `AccessRole` | +| [RM] SQL Database | `azure_sql_database` | `Database`, `DataStore` | +| [RM] SQL Pool | `azure_synapse_sql_pool` | `Configuration` | +| [RM] SQL Server | `azure_sql_server` | `Database`, `DataStore`, `Host` | +| [RM] SQL Server Active Directory Admin | `azure_sql_server_active_directory_admin` | `AccessRole` | +| [RM] SQL Server Firewall Rule | `azure_sql_server_firewall_rule` | `Firewall` | +| [RM] Security Assessment | `azure_security_assessment` | `Assessment` | +| [RM] Security Center Auto Provisioning Setting | `azure_security_center_auto_provisioning_setting` | `Configuration` | +| [RM] Security Center Setting | `azure_security_center_setting` | `Configuration` | +| [RM] Security Center Subscription Pricing | `azure_security_center_subscription_pricing` | `Configuration` | +| [RM] Security Contact | `azure_security_center_contact` | `Resource` | +| [RM] Security Group | `azure_security_group` | `Firewall` | +| [RM] Security Group Flow Logs | `azure_security_group_flow_logs` | `Logs` | +| [RM] Service Bus Namespace | `azure_service_bus_namespace` | `Service` | +| [RM] Service Bus Queue | `azure_service_bus_queue` | `Queue` | +| [RM] Service Bus Subscription | `azure_service_bus_subscription` | `Subscription` | +| [RM] Service Bus Topic | `azure_service_bus_topic` | `Queue` | +| [RM] Shared Image | `azure_shared_image` | `Image` | +| [RM] Shared Image Version | `azure_shared_image_version` | `Image` | +| [RM] Storage Account | `azure_storage_account` | `Service` | +| [RM] Storage Container | `azure_storage_container` | `DataStore` | +| [RM] Storage File Share | `azure_storage_file_share` | `DataStore` | +| [RM] Storage Queue | `azure_storage_queue` | `Queue` | +| [RM] Storage Table | `azure_storage_table` | `DataStore`, `Database` | +| [RM] Subnet | `azure_subnet` | `Network` | +| [RM] Subscription | `azure_subscription` | `Account` | +| [RM] Synapse Keys | `azure_synapse_key` | `Key` | +| [RM] Usage Details | `azure_usage_details` | `Site` | +| [RM] Virtual Machine | `azure_vm` | `Host` | +| [RM] Virtual Machine Extension | `azure_vm_extension` | `Application` | +| [RM] Virtual Machine Scale Set | `azure_vm_scale_set` | `Deployment`, `Group` | +| [RM] Virtual Network | `azure_vnet` | `Network` | +| [RM] Web App | `azure_web_app` | `Application` | +| [RM] Workspaces | `azure_synapse_workspace` | `Configuration` | ### Relationships @@ -427,6 +449,7 @@ The following relationships are created: | `azure_batch_account` | **HAS** | `azure_batch_application` | | `azure_batch_account` | **HAS** | `azure_batch_certificate` | | `azure_batch_account` | **HAS** | `azure_batch_pool` | +| `azure_bgp_service_communities` | **HAS** | `azure_expressroute` | | `azure_cdn_profile` | **HAS** | `azure_cdn_endpoint` | | `azure_classic_admin_group` | **HAS** | `azure_user` | | `azure_container` | **USES** | `azure_container_volume` | @@ -435,11 +458,25 @@ The following relationships are created: | `azure_container_registry` | **HAS** | `azure_container_registry_webhook` | | `azure_container_volume` | **USES** | `azure_storage_file_share` | | `azure_cosmosdb_account` | **HAS** | `azure_cosmosdb_sql_database` | +| `azure_ddos_protection_plan` | **ASSIGNED** | `azure_public_ip` | +| `azure_ddos_protection_plan` | **ASSIGNED** | `azure_vnet` | | `azure_diagnostic_setting` | **USES** | `azure_storage_account` | | `azure_dns_zone` | **HAS** | `azure_dns_record_set` | | `azure_event_grid_domain` | **HAS** | `azure_event_grid_domain_topic` | | `azure_event_grid_domain_topic` | **HAS** | `azure_event_grid_topic_subscription` | | `azure_event_grid_topic` | **HAS** | `azure_event_grid_topic_subscription` | +| `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_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_frontdoor` | **HAS** | `azure_frontdoor_backend_pool` | | `azure_frontdoor` | **HAS** | `azure_frontdoor_frontend_endpoint` | | `azure_frontdoor` | **HAS** | `azure_frontdoor_routing_rule` | @@ -449,6 +486,10 @@ The following relationships are created: | `azure_keyvault_service` | **ALLOWS** | `ANY_PRINCIPAL` | | `azure_keyvault_service` | **CONTAINS** | `azure_keyvault_key` | | `azure_keyvault_service` | **CONTAINS** | `azure_keyvault_secret` | +| `azure_keyvault_service` | **HAS** | `azure_synapse_key` | +| `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_lb` | **CONNECTS** | `azure_nic` | | `azure_management_group` | **CONTAINS** | `azure_management_group` | | `azure_mariadb_server` | **HAS** | `azure_mariadb_database` | @@ -477,9 +518,11 @@ The following relationships are created: | `azure_resource_group` | **HAS** | `azure_container_group` | | `azure_resource_group` | **HAS** | `azure_container_registry` | | `azure_resource_group` | **HAS** | `azure_cosmosdb_account` | +| `azure_resource_group` | **HAS** | `azure_ddos_protection_plan` | | `azure_resource_group` | **HAS** | `azure_dns_zone` | | `azure_resource_group` | **HAS** | `azure_event_grid_domain` | | `azure_resource_group` | **HAS** | `azure_event_grid_topic` | +| `azure_resource_group` | **HAS** | `azure_event_hub` | | `azure_resource_group` | **HAS** | `azure_frontdoor` | | `azure_resource_group` | **HAS** | `azure_function_app` | | `azure_resource_group` | **HAS** | `azure_gallery` | @@ -545,6 +588,11 @@ The following relationships are created: | `azure_subnet` | **ALLOWS** | `azure_security_group` | | `azure_subnet` | **DENIES** | `azure_security_group` | | `azure_subnet` | **HAS** | `azure_vm` | +| `azure_subscription` | **HAS** | `azure_bgp_service_communities` | +| `azure_subscription` | **HAS** | `azure_ddos_protection_plan` | +| `azure_subscription` | **HAS** | `azure_event_hub` | +| `azure_subscription` | **HAS** | `azure_expressroute` | +| `azure_subscription` | **HAS** | `azure_kube_service` | | `azure_subscription` | **HAS** | `azure_monitor_log_profile` | | `azure_subscription` | **HAS** | `azure_resource_group` | | `azure_subscription` | **CONTAINS** | `azure_role_definition` | @@ -553,7 +601,15 @@ The following relationships are created: | `azure_subscription` | **HAS** | `azure_security_center_contact` | | `azure_subscription` | **HAS** | `azure_security_center_setting` | | `azure_subscription` | **HAS** | `azure_security_center_subscription_pricing` | +| `azure_subscription` | **HAS** | `azure_synapse` | | `azure_subscription` | **HAS** | `azure_usage_details` | +| `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_user` | **HAS** | `ad-role-definitions` | | `azure_user` | **HAS** | `azure_device` | | `azure_user_group` | **HAS** | `azure_group_member` | @@ -653,105 +709,207 @@ END OF GENERATED DOCUMENTATION AFTER BELOW MARKER -| Role Permissions List (97) | -| ---------------------------------------------------------------- | -| `Microsoft.Advisor/recommendations/read` | -| `Microsoft.ApiManagement/service/apis/read` | -| `Microsoft.ApiManagement/service/read` | -| `Microsoft.Authorization/classicAdministrators/read` | -| `Microsoft.Authorization/locks/read` | -| `Microsoft.Authorization/policyAssignments/read` | -| `Microsoft.Authorization/policyDefinitions/read` | -| `Microsoft.Authorization/policySetDefinitions/read` | -| `Microsoft.Authorization/roleAssignments/read` | -| `Microsoft.Authorization/roleDefinitions/read` | -| `Microsoft.Batch/batchAccounts/applications/read` | -| `Microsoft.Batch/batchAccounts/certificates/read` | -| `Microsoft.Batch/batchAccounts/pools/read` | -| `Microsoft.Batch/batchAccounts/read` | -| `Microsoft.Cache/redis/firewallRules/read` | -| `Microsoft.Cache/redis/linkedServers/read` | -| `Microsoft.Cache/redis/read` | -| `Microsoft.Cdn/profiles/endpoints/read` | -| `Microsoft.Cdn/profiles/read` | -| `Microsoft.Compute/disks/read` | -| `Microsoft.Compute/galleries/images/read` | -| `Microsoft.Compute/galleries/images/versions/read` | -| `Microsoft.Compute/galleries/read` | -| `Microsoft.Compute/images/read` | -| `Microsoft.Compute/virtualMachines/extensions/read` | -| `Microsoft.Compute/virtualMachines/read` | -| `Microsoft.Compute/virtualMachineScaleSets/read` | -| `Microsoft.Consumption/usageDetails/read` | -| `Microsoft.ContainerInstance/containerGroups/read` | -| `Microsoft.ContainerRegistry/registries/read` | -| `Microsoft.ContainerRegistry/registries/webhooks/read` | -| `Microsoft.ContainerService/managedClusters/read` | -| `Microsoft.DBforMariaDB/servers/databases/read` | -| `Microsoft.DBforMariaDB/servers/read` | -| `Microsoft.DBforMySQL/servers/databases/read` | -| `Microsoft.DBforMySQL/servers/read` | -| `Microsoft.DBforPostgreSQL/servers/databases/read` | -| `Microsoft.DBforPostgreSQL/servers/firewallRules/read` | -| `Microsoft.DBforPostgreSQL/servers/read` | -| `Microsoft.DocumentDB/databaseAccounts/read` | -| `Microsoft.DocumentDB/databaseAccounts/sqlDatabases/read` | -| `Microsoft.EventGrid/domains/read` | -| `Microsoft.EventGrid/domains/topics/eventSubscriptions/read` | -| `Microsoft.EventGrid/domains/topics/read` | -| `Microsoft.EventGrid/topics/eventSubscriptions/read` | -| `Microsoft.EventGrid/topics/read` | -| `Microsoft.Insights/ActivityLogAlerts/Read` | -| `Microsoft.Insights/DiagnosticSettings/Read` | -| `Microsoft.Insights/LogProfiles/Read` | -| `Microsoft.KeyVault/vaults/keys/read` | -| `Microsoft.KeyVault/vaults/read` | -| `Microsoft.KeyVault/vaults/secrets/read` | -| `Microsoft.Management/managementGroups/read` | -| `Microsoft.Network/azurefirewalls/read` | -| `Microsoft.Network/dnszones/read` | -| `Microsoft.Network/dnszones/recordsets/read` | -| `Microsoft.Network/firewallPolicies/Read` | -| `Microsoft.Network/firewallPolicies/ruleCollectionGroups/Read` | -| `Microsoft.Network/frontDoors/read` | -| `Microsoft.Network/loadBalancers/read` | -| `Microsoft.Network/networkInterfaces/read` | -| `Microsoft.Network/networkSecurityGroups/read` | -| `Microsoft.Network/networkWatchers/flowLogs/read` | -| `Microsoft.Network/networkWatchers/read` | -| `Microsoft.Network/privateDnsZones/read` | -| `Microsoft.Network/privateDnsZones/recordsets/read` | -| `Microsoft.Network/privateEndpoints/read` | -| `Microsoft.Network/publicIPAddresses/read` | -| `Microsoft.Network/virtualNetworks/read` | -| `Microsoft.PolicyInsights/policyStates/queryResults/read` | -| `Microsoft.Resources/subscriptions/locations/read` | -| `Microsoft.Resources/subscriptions/read` | -| `Microsoft.Resources/subscriptions/resourceGroups/read` | -| `Microsoft.Security/assessments/read` | -| `Microsoft.Security/autoProvisioningSettings/read` | -| `Microsoft.Security/pricings/read` | -| `Microsoft.Security/securityContacts/read` | -| `Microsoft.Security/settings/read` | -| `Microsoft.ServiceBus/namespaces/queues/read` | -| `Microsoft.ServiceBus/namespaces/read` | -| `Microsoft.ServiceBus/namespaces/topics/read` | -| `Microsoft.ServiceBus/namespaces/topics/subscriptions/read` | -| `Microsoft.Sql/servers/administrators/read` | -| `Microsoft.Sql/servers/databases/read` | -| `Microsoft.Sql/servers/firewallRules/read` | -| `Microsoft.Sql/servers/read` | -| `Microsoft.Storage/storageAccounts/blobServices/containers/read` | -| `Microsoft.Storage/storageAccounts/blobServices/read` | -| `Microsoft.Storage/storageAccounts/fileServices/shares/read` | -| `Microsoft.Storage/storageAccounts/queueServices/read` | -| `Microsoft.Storage/storageAccounts/read` | -| `Microsoft.Storage/storageAccounts/tableServices/read` | -| `Microsoft.Storage/storageAccounts/tableServices/tables/read` | -| `Microsoft.Web/serverfarms/Read` | -| `Microsoft.Web/sites/config/list/action` | -| `Microsoft.Web/sites/config/Read` | -| `Microsoft.Web/sites/Read` | +| Role Permissions List (101) | +| ---------------------------------------------------------------------- | +| `Microsoft.Advisor/recommendations/read` | +| `Microsoft.ApiManagement/service/apis/read` | +| `Microsoft.ApiManagement/service/read` | +| `Microsoft.Authorization/classicAdministrators/read` | +| `Microsoft.Authorization/locks/read` | +| `Microsoft.Authorization/policyAssignments/read` | +| `Microsoft.Authorization/policyDefinitions/read` | +| `Microsoft.Authorization/policySetDefinitions/read` | +| `Microsoft.Authorization/roleAssignments/read` | +| `Microsoft.Authorization/roleDefinitions/read` | +| `Microsoft.Batch/batchAccounts/applications/read` | +| `Microsoft.Batch/batchAccounts/certificates/read` | +| `Microsoft.Batch/batchAccounts/pools/read` | +| `Microsoft.Batch/batchAccounts/read` | +| `Microsoft.Cache/redis/firewallRules/read` | +| `Microsoft.Cache/redis/linkedServers/read` | +| `Microsoft.Cache/redis/read` | +| `Microsoft.Cdn/profiles/endpoints/read` | +| `Microsoft.Cdn/profiles/read` | +| `Microsoft.Compute/disks/read` | +| `Microsoft.Compute/galleries/images/read` | +| `Microsoft.Compute/galleries/images/versions/read` | +| `Microsoft.Compute/galleries/read` | +| `Microsoft.Compute/images/read` | +| `Microsoft.Compute/virtualMachines/extensions/read` | +| `Microsoft.Compute/virtualMachines/read` | +| `Microsoft.Compute/virtualMachineScaleSets/read` | +| `Microsoft.Consumption/usageDetails/read` | +| `Microsoft.ContainerInstance/containerGroups/read` | +| `Microsoft.ContainerRegistry/registries/read` | +| `Microsoft.ContainerRegistry/registries/webhooks/read` | +| `Microsoft.ContainerService/managedClusters/read` | +| `Microsoft.DBforMariaDB/servers/databases/read` | +| `Microsoft.DBforMariaDB/servers/read` | +| `Microsoft.DBforMySQL/servers/databases/read` | +| `Microsoft.DBforMySQL/servers/read` | +| `Microsoft.DBforPostgreSQL/servers/databases/read` | +| `Microsoft.DBforPostgreSQL/servers/firewallRules/read` | +| `Microsoft.DBforPostgreSQL/servers/read` | +| `Microsoft.DocumentDB/databaseAccounts/read` | +| `Microsoft.DocumentDB/databaseAccounts/sqlDatabases/read` | +| `Microsoft.EventGrid/domains/read` | +| `Microsoft.EventGrid/domains/topics/eventSubscriptions/read` | +| `Microsoft.EventGrid/domains/topics/read` | +| `Microsoft.EventGrid/topics/eventSubscriptions/read` | +| `Microsoft.EventGrid/topics/read` | +| `Microsoft.Insights/ActivityLogAlerts/Read` | +| `Microsoft.Insights/DiagnosticSettings/Read` | +| `Microsoft.Insights/LogProfiles/Read` | +| `Microsoft.KeyVault/vaults/keys/read` | +| `Microsoft.KeyVault/vaults/read` | +| `Microsoft.KeyVault/vaults/secrets/read` | +| `Microsoft.Management/managementGroups/read` | +| `Microsoft.Network/azurefirewalls/read` | +| `Microsoft.Network/dnszones/read` | +| `Microsoft.Network/dnszones/recordsets/read` | +| `Microsoft.Network/firewallPolicies/Read` | +| `Microsoft.Network/firewallPolicies/ruleCollectionGroups/Read` | +| `Microsoft.Network/frontDoors/read` | +| `Microsoft.Network/loadBalancers/read` | +| `Microsoft.Network/networkInterfaces/read` | +| `Microsoft.Network/networkSecurityGroups/read` | +| `Microsoft.Network/networkWatchers/flowLogs/read` | +| `Microsoft.Network/networkWatchers/read` | +| `Microsoft.Network/privateDnsZones/read` | +| `Microsoft.Network/privateDnsZones/recordsets/read` | +| `Microsoft.Network/privateEndpoints/read` | +| `Microsoft.Network/publicIPAddresses/read` | +| `Microsoft.Network/virtualNetworks/read` | +| `Microsoft.PolicyInsights/policyStates/queryResults/read` | +| `Microsoft.Resources/subscriptions/locations/read` | +| `Microsoft.Resources/subscriptions/read` | +| `Microsoft.Resources/subscriptions/resourceGroups/read` | +| `Microsoft.Security/assessments/read` | +| `Microsoft.Security/autoProvisioningSettings/read` | +| `Microsoft.Security/pricings/read` | +| `Microsoft.Security/securityContacts/read` | +| `Microsoft.Security/settings/read` | +| `Microsoft.ServiceBus/namespaces/queues/read` | +| `Microsoft.ServiceBus/namespaces/read` | +| `Microsoft.ServiceBus/namespaces/topics/read` | +| `Microsoft.ServiceBus/namespaces/topics/subscriptions/read` | +| `Microsoft.Sql/servers/administrators/read` | +| `Microsoft.Sql/servers/databases/read` | +| `Microsoft.Sql/servers/firewallRules/read` | +| `Microsoft.Sql/servers/read` | +| `Microsoft.Storage/storageAccounts/blobServices/containers/read` | +| `Microsoft.Storage/storageAccounts/blobServices/read` | +| `Microsoft.Storage/storageAccounts/fileServices/shares/read` | +| `Microsoft.Storage/storageAccounts/queueServices/read` | +| `Microsoft.Storage/storageAccounts/read` | +| `Microsoft.Storage/storageAccounts/tableServices/read` | +| `Microsoft.Storage/storageAccounts/tableServices/tables/read` | +| `Microsoft.Synapse/workspaces/keys/read` | +| `Microsoft.Synapse/workspaces/read` | +| `Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/read` | +| `Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules/read` | +| `Microsoft.Web/serverfarms/Read` | +| `Microsoft.Web/sites/config/list/action` | +| `Microsoft.Web/sites/config/Read` | +| `Microsoft.Web/sites/Read` | +| `Microsoft.Advisor/recommendations/read` | +| `Microsoft.ApiManagement/service/apis/read` | +| `Microsoft.ApiManagement/service/read` | +| `Microsoft.Authorization/classicAdministrators/read` | +| `Microsoft.Authorization/locks/read` | +| `Microsoft.Authorization/policyAssignments/read` | +| `Microsoft.Authorization/policyDefinitions/read` | +| `Microsoft.Authorization/policySetDefinitions/read` | +| `Microsoft.Authorization/roleAssignments/read` | +| `Microsoft.Authorization/roleDefinitions/read` | +| `Microsoft.Batch/batchAccounts/applications/read` | +| `Microsoft.Batch/batchAccounts/certificates/read` | +| `Microsoft.Batch/batchAccounts/pools/read` | +| `Microsoft.Batch/batchAccounts/read` | +| `Microsoft.Cache/redis/firewallRules/read` | +| `Microsoft.Cache/redis/linkedServers/read` | +| `Microsoft.Cache/redis/read` | +| `Microsoft.Cdn/profiles/endpoints/read` | +| `Microsoft.Cdn/profiles/read` | +| `Microsoft.Compute/disks/read` | +| `Microsoft.Compute/galleries/images/read` | +| `Microsoft.Compute/galleries/images/versions/read` | +| `Microsoft.Compute/galleries/read` | +| `Microsoft.Compute/images/read` | +| `Microsoft.Compute/virtualMachines/extensions/read` | +| `Microsoft.Compute/virtualMachines/read` | +| `Microsoft.Compute/virtualMachineScaleSets/read` | +| `Microsoft.Consumption/usageDetails/read` | +| `Microsoft.ContainerInstance/containerGroups/read` | +| `Microsoft.ContainerRegistry/registries/read` | +| `Microsoft.ContainerRegistry/registries/webhooks/read` | +| `Microsoft.ContainerService/managedClusters/read` | +| `Microsoft.DBforMariaDB/servers/databases/read` | +| `Microsoft.DBforMariaDB/servers/read` | +| `Microsoft.DBforMySQL/servers/databases/read` | +| `Microsoft.DBforMySQL/servers/read` | +| `Microsoft.DBforPostgreSQL/servers/databases/read` | +| `Microsoft.DBforPostgreSQL/servers/firewallRules/read` | +| `Microsoft.DBforPostgreSQL/servers/read` | +| `Microsoft.DocumentDB/databaseAccounts/read` | +| `Microsoft.DocumentDB/databaseAccounts/sqlDatabases/read` | +| `Microsoft.EventGrid/domains/read` | +| `Microsoft.EventGrid/domains/topics/eventSubscriptions/read` | +| `Microsoft.EventGrid/domains/topics/read` | +| `Microsoft.EventGrid/topics/eventSubscriptions/read` | +| `Microsoft.EventGrid/topics/read` | +| `Microsoft.Insights/ActivityLogAlerts/Read` | +| `Microsoft.Insights/DiagnosticSettings/Read` | +| `Microsoft.Insights/LogProfiles/Read` | +| `Microsoft.KeyVault/vaults/keys/read` | +| `Microsoft.KeyVault/vaults/read` | +| `Microsoft.KeyVault/vaults/secrets/read` | +| `Microsoft.Management/managementGroups/read` | +| `Microsoft.Network/azurefirewalls/read` | +| `Microsoft.Network/ddosProtectionPlans/read` | +| `Microsoft.Network/dnszones/read` | +| `Microsoft.Network/dnszones/recordsets/read` | +| `Microsoft.Network/firewallPolicies/Read` | +| `Microsoft.Network/firewallPolicies/ruleCollectionGroups/Read` | +| `Microsoft.Network/frontDoors/read` | +| `Microsoft.Network/loadBalancers/read` | +| `Microsoft.Network/networkInterfaces/read` | +| `Microsoft.Network/networkSecurityGroups/read` | +| `Microsoft.Network/networkWatchers/flowLogs/read` | +| `Microsoft.Network/networkWatchers/read` | +| `Microsoft.Network/privateDnsZones/read` | +| `Microsoft.Network/privateDnsZones/recordsets/read` | +| `Microsoft.Network/privateEndpoints/read` | +| `Microsoft.Network/publicIPAddresses/read` | +| `Microsoft.Network/virtualNetworks/read` | +| `Microsoft.PolicyInsights/policyStates/queryResults/read` | +| `Microsoft.Resources/subscriptions/locations/read` | +| `Microsoft.Resources/subscriptions/read` | +| `Microsoft.Resources/subscriptions/resourceGroups/read` | +| `Microsoft.Security/assessments/read` | +| `Microsoft.Security/autoProvisioningSettings/read` | +| `Microsoft.Security/pricings/read` | +| `Microsoft.Security/securityContacts/read` | +| `Microsoft.Security/settings/read` | +| `Microsoft.ServiceBus/namespaces/queues/read` | +| `Microsoft.ServiceBus/namespaces/read` | +| `Microsoft.ServiceBus/namespaces/topics/read` | +| `Microsoft.ServiceBus/namespaces/topics/subscriptions/read` | +| `Microsoft.Sql/servers/administrators/read` | +| `Microsoft.Sql/servers/databases/read` | +| `Microsoft.Sql/servers/firewallRules/read` | +| `Microsoft.Sql/servers/read` | +| `Microsoft.Storage/storageAccounts/blobServices/containers/read` | +| `Microsoft.Storage/storageAccounts/blobServices/read` | +| `Microsoft.Storage/storageAccounts/fileServices/shares/read` | +| `Microsoft.Storage/storageAccounts/queueServices/read` | +| `Microsoft.Storage/storageAccounts/read` | +| `Microsoft.Storage/storageAccounts/tableServices/read` | +| `Microsoft.Storage/storageAccounts/tableServices/tables/read` | +| `Microsoft.Web/serverfarms/Read` | +| `Microsoft.Web/sites/config/list/action` | +| `Microsoft.Web/sites/config/Read` | +| `Microsoft.Web/sites/Read` | diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..8fd1d8be --- /dev/null +++ b/package-lock.json @@ -0,0 +1,19258 @@ +{ + "name": "@jupiterone/graph-azure", + "version": "6.1.3", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "@jupiterone/graph-azure", + "version": "6.1.3", + "license": "MPL-2.0", + "dependencies": { + "@azure/arm-advisor": "^3.2.0", + "@azure/arm-apimanagement": "^6.0.0", + "@azure/arm-appservice": "^7.0.0", + "@azure/arm-authorization": "^9.0.0", + "@azure/arm-batch": "^4.0.0", + "@azure/arm-cdn": "^5.0.0", + "@azure/arm-compute": "^14.0.0", + "@azure/arm-consumption": "8.0.1", + "@azure/arm-containerinstance": "^6.0.0", + "@azure/arm-containerregistry": "^8.0.0", + "@azure/arm-containerservice": "^19.7.0", + "@azure/arm-cosmosdb": "^7.0.0", + "@azure/arm-dns": "^4.0.0", + "@azure/arm-eventgrid": "^9.0.0", + "@azure/arm-eventhub": "^5.1.0", + "@azure/arm-eventhub-profile-2020-09-01-hybrid": "^2.1.0", + "@azure/arm-frontdoor": "^4.1.1", + "@azure/arm-keyvault": "^1.2.1", + "@azure/arm-locks": "^1.2.2", + "@azure/arm-managementgroups": "^1.1.0", + "@azure/arm-mariadb": "^1.4.0", + "@azure/arm-monitor": "^6.0.0", + "@azure/arm-mysql": "^3.3.0", + "@azure/arm-network": "^20.0.0", + "@azure/arm-network-latest": "npm:@azure/arm-network@^32.1.0", + "@azure/arm-policy": "^3.1.0", + "@azure/arm-policyinsights": "^4.0.0", + "@azure/arm-postgresql": "^4.4.0", + "@azure/arm-privatedns": "^2.0.0", + "@azure/arm-rediscache": "^4.0.0", + "@azure/arm-resources": "^4.0.0", + "@azure/arm-resources-subscriptions": "^2.1.0", + "@azure/arm-security": "^2.0.0", + "@azure/arm-servicebus": "^4.0.0", + "@azure/arm-sql": "^7.0.1", + "@azure/arm-storage": "^15.3.0", + "@azure/arm-subscriptions": "^2.0.0", + "@azure/arm-synapse": "^8.0.0", + "@azure/data-tables": "^12.1.2", + "@azure/identity": "^3.0.0", + "@azure/keyvault-keys": "4.7.0", + "@azure/keyvault-secrets": "4.7.0", + "@azure/ms-rest-nodeauth": "^2.0.5", + "@azure/storage-blob": "^12.5.0", + "@azure/storage-queue": "^12.4.0", + "@lifeomic/attempt": "^3.0.3", + "@microsoft/microsoft-graph-client": "^2.0.0", + "@microsoft/microsoft-graph-types": "^1.10.0", + "cross-fetch": "^3.0.4", + "date-fns": "^2.24.0", + "install": "^0.13.0", + "lodash.map": "^4.6.0", + "lodash.snakecase": "^4.1.1", + "npm": "^10.5.0" + }, + "devDependencies": { + "@jupiterone/integration-sdk-core": "^11.0.3", + "@jupiterone/integration-sdk-dev-tools": "^11.0.3", + "@jupiterone/integration-sdk-testing": "^11.0.3", + "@types/lodash.map": "^4.6.13", + "@types/lodash.snakecase": "^4.1.6", + "@types/node": "^13.11.1", + "@types/uuid": "^8.3.0", + "auto": "^10.37.4", + "dotenv": "^8.2.0", + "ts-node": "^9.1.1", + "uuid": "^8.3.2" + }, + "engines": { + "node": ">=18.0.0 <19.x" + }, + "peerDependencies": { + "@jupiterone/integration-sdk-core": "^11.0.3" + } + }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", + "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@auto-it/bot-list": { + "version": "10.37.4", + "resolved": "https://registry.npmjs.org/@auto-it/bot-list/-/bot-list-10.37.4.tgz", + "integrity": "sha512-Lz981mShjY7VqQpG5mAfiR7py5iH8WbEIbd2/XUQu6EQFgljj0jT6XFA180Hz1tFQJ4o2TqtXaj3gBXURhpggQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.x" + } + }, + "node_modules/@auto-it/core": { + "version": "10.37.4", + "resolved": "https://registry.npmjs.org/@auto-it/core/-/core-10.37.4.tgz", + "integrity": "sha512-QS1z+PAjXUUKuEzx56ujvhpsgLOIgCdfnj/UyNfbpVoIS+5x7ve/fhoIlkF7A2Ogrvile7EOPT0EIVmDTtzYYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@auto-it/bot-list": "10.37.4", + "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", + "@octokit/core": "^3.5.1", + "@octokit/plugin-enterprise-compatibility": "1.3.0", + "@octokit/plugin-retry": "^3.0.9", + "@octokit/plugin-throttling": "^3.6.2", + "@octokit/rest": "^18.12.0", + "await-to-js": "^3.0.0", + "chalk": "^4.0.0", + "cosmiconfig": "7.0.0", + "deepmerge": "^4.0.0", + "dotenv": "^8.0.0", + "endent": "^2.1.0", + "enquirer": "^2.3.4", + "env-ci": "^5.0.1", + "fast-glob": "^3.1.1", + "fp-ts": "^2.5.3", + "fromentries": "^1.2.0", + "gitlog": "^4.0.3", + "https-proxy-agent": "^5.0.0", + "import-cwd": "^3.0.0", + "import-from": "^3.0.0", + "io-ts": "^2.1.2", + "lodash.chunk": "^4.2.0", + "log-symbols": "^4.0.0", + "node-fetch": "2.6.7", + "parse-author": "^2.0.0", + "parse-github-url": "1.0.2", + "pretty-ms": "^7.0.0", + "requireg": "^0.2.2", + "semver": "^7.0.0", + "signale": "^1.4.0", + "tapable": "^2.2.0", + "terminal-link": "^2.1.1", + "tinycolor2": "^1.4.1", + "ts-node": "^9.1.1", + "tslib": "2.1.0", + "type-fest": "^0.21.1", + "typescript-memoize": "^1.0.0-alpha.3", + "url-join": "^4.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@auto-it/core/node_modules/@endemolshinegroup/cosmiconfig-typescript-loader": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz", + "integrity": "sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==", + "dev": true, + "license": "MIT", + "dependencies": { + "lodash.get": "^4", + "make-error": "^1", + "ts-node": "^9", + "tslib": "^2" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "cosmiconfig": ">=6" + } + }, + "node_modules/@auto-it/core/node_modules/@endemolshinegroup/cosmiconfig-typescript-loader/node_modules/tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@auto-it/core/node_modules/ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/@auto-it/core/node_modules/cosmiconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", + "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@auto-it/core/node_modules/dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=10" + } + }, + "node_modules/@auto-it/core/node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/@auto-it/core/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/@auto-it/core/node_modules/tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@auto-it/core/node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, + "node_modules/@auto-it/npm": { + "version": "10.37.4", + "resolved": "https://registry.npmjs.org/@auto-it/npm/-/npm-10.37.4.tgz", + "integrity": "sha512-nF/fZOZ6agknEiN2q9g+y+TuOsQp2f8EDRJInA0Vs/vfa22FOjIZhjJP/XAxc4ojfj/0OmKoATCQJug5PVwwYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@auto-it/core": "10.37.4", + "@auto-it/package-json-utils": "10.37.4", + "await-to-js": "^3.0.0", + "endent": "^2.1.0", + "env-ci": "^5.0.1", + "fp-ts": "^2.5.3", + "get-monorepo-packages": "^1.1.0", + "io-ts": "^2.1.2", + "registry-url": "^5.1.0", + "semver": "^7.0.0", + "tslib": "2.1.0", + "typescript-memoize": "^1.0.0-alpha.3", + "url-join": "^4.0.0", + "user-home": "^2.0.0" + } + }, + "node_modules/@auto-it/npm/node_modules/tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@auto-it/package-json-utils": { + "version": "10.37.4", + "resolved": "https://registry.npmjs.org/@auto-it/package-json-utils/-/package-json-utils-10.37.4.tgz", + "integrity": "sha512-LLVtEeuAOeDQmhkDEOJyGU9PFdF5i46UcS7vG7BxSLQg2UAhvAolLgD/u6wOTOCDmQnLsBP6hdStSbHjDO8tMg==", + "dev": true, + "license": "MIT", + "dependencies": { + "parse-author": "^2.0.0", + "parse-github-url": "1.0.2" + }, + "engines": { + "node": ">=10.x" + } + }, + "node_modules/@auto-it/released": { + "version": "10.37.4", + "resolved": "https://registry.npmjs.org/@auto-it/released/-/released-10.37.4.tgz", + "integrity": "sha512-1l4gRs/Cb3G6wsIwlxfoIp8OBl/WyAF2Lj5OmZ5Tbjfr6Mki6wD9xxa95rrXG47vaY+u+jcqNYX2dwP2ROxOhA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@auto-it/bot-list": "10.37.4", + "@auto-it/core": "10.37.4", + "deepmerge": "^4.0.0", + "fp-ts": "^2.5.3", + "io-ts": "^2.1.2", + "tslib": "2.1.0" + } + }, + "node_modules/@auto-it/released/node_modules/tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@auto-it/version-file": { + "version": "10.37.4", + "resolved": "https://registry.npmjs.org/@auto-it/version-file/-/version-file-10.37.4.tgz", + "integrity": "sha512-CnYgo6GNgBcMDrkoeeHMG3PRDpYZ84pUZehoqZmXKczGzXEJSulHdedmPvuAW3rEvVAFJhWPRcJ10ByRkIQoBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@auto-it/core": "10.37.4", + "fp-ts": "^2.5.3", + "io-ts": "^2.1.2", + "semver": "^7.0.0", + "tslib": "1.10.0" + } + }, + "node_modules/@auto-it/version-file/node_modules/tslib": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", + "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/@aws-crypto/crc32": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz", + "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/crc32/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@aws-crypto/ie11-detection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz", + "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@aws-crypto/sha256-browser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", + "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/ie11-detection": "^3.0.0", + "@aws-crypto/sha256-js": "^3.0.0", + "@aws-crypto/supports-web-crypto": "^3.0.0", + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@aws-crypto/sha256-js": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz", + "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-js/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@aws-crypto/supports-web-crypto": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz", + "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@aws-crypto/util": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz", + "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/util/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@aws-sdk/abort-controller": { + "version": "3.374.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.374.0.tgz", + "integrity": "sha512-pO1pqFBdIF28ZvnJmg58Erj35RLzXsTrjvHghdc/xgtSvodFFCNrUsPg6AP3On8eiw9elpHoS4P8jMx1pHDXEw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/abort-controller": "^1.0.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-lambda": { + "version": "3.388.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-lambda/-/client-lambda-3.388.0.tgz", + "integrity": "sha512-Xqkp87s9S1hFURZqHCUqHuvV5NQw2jm9H53fJRZIFLFb1HRRbAKHKlKLASw5BgD1qq3TlMscHh8KRCM8a5vwPA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sts": "3.388.0", + "@aws-sdk/credential-provider-node": "3.388.0", + "@aws-sdk/middleware-host-header": "3.387.0", + "@aws-sdk/middleware-logger": "3.387.0", + "@aws-sdk/middleware-recursion-detection": "3.387.0", + "@aws-sdk/middleware-signing": "3.387.0", + "@aws-sdk/middleware-user-agent": "3.387.0", + "@aws-sdk/types": "3.387.0", + "@aws-sdk/util-endpoints": "3.387.0", + "@aws-sdk/util-user-agent-browser": "3.387.0", + "@aws-sdk/util-user-agent-node": "3.387.0", + "@smithy/config-resolver": "^2.0.2", + "@smithy/eventstream-serde-browser": "^2.0.2", + "@smithy/eventstream-serde-config-resolver": "^2.0.2", + "@smithy/eventstream-serde-node": "^2.0.2", + "@smithy/fetch-http-handler": "^2.0.2", + "@smithy/hash-node": "^2.0.2", + "@smithy/invalid-dependency": "^2.0.2", + "@smithy/middleware-content-length": "^2.0.2", + "@smithy/middleware-endpoint": "^2.0.2", + "@smithy/middleware-retry": "^2.0.2", + "@smithy/middleware-serde": "^2.0.2", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.2", + "@smithy/node-http-handler": "^2.0.2", + "@smithy/protocol-http": "^2.0.2", + "@smithy/smithy-client": "^2.0.2", + "@smithy/types": "^2.1.0", + "@smithy/url-parser": "^2.0.2", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.2", + "@smithy/util-defaults-mode-node": "^2.0.2", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-stream": "^2.0.2", + "@smithy/util-utf8": "^2.0.0", + "@smithy/util-waiter": "^2.0.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-sso": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.387.0.tgz", + "integrity": "sha512-E7uKSvbA0XMKSN5KLInf52hmMpe9/OKo6N9OPffGXdn3fNEQlvyQq3meUkqG7Is0ldgsQMz5EUBNtNybXzr3tQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/middleware-host-header": "3.387.0", + "@aws-sdk/middleware-logger": "3.387.0", + "@aws-sdk/middleware-recursion-detection": "3.387.0", + "@aws-sdk/middleware-user-agent": "3.387.0", + "@aws-sdk/types": "3.387.0", + "@aws-sdk/util-endpoints": "3.387.0", + "@aws-sdk/util-user-agent-browser": "3.387.0", + "@aws-sdk/util-user-agent-node": "3.387.0", + "@smithy/config-resolver": "^2.0.2", + "@smithy/fetch-http-handler": "^2.0.2", + "@smithy/hash-node": "^2.0.2", + "@smithy/invalid-dependency": "^2.0.2", + "@smithy/middleware-content-length": "^2.0.2", + "@smithy/middleware-endpoint": "^2.0.2", + "@smithy/middleware-retry": "^2.0.2", + "@smithy/middleware-serde": "^2.0.2", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.2", + "@smithy/node-http-handler": "^2.0.2", + "@smithy/protocol-http": "^2.0.2", + "@smithy/smithy-client": "^2.0.2", + "@smithy/types": "^2.1.0", + "@smithy/url-parser": "^2.0.2", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.2", + "@smithy/util-defaults-mode-node": "^2.0.2", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-sts": { + "version": "3.388.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.388.0.tgz", + "integrity": "sha512-y9FAcAYHT8O6T/jqhgsIQUb4gLiSTKD3xtzudDvjmFi8gl0oRIY1npbeckSiK6k07VQugm2s64I0nDnDxtWsBg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/credential-provider-node": "3.388.0", + "@aws-sdk/middleware-host-header": "3.387.0", + "@aws-sdk/middleware-logger": "3.387.0", + "@aws-sdk/middleware-recursion-detection": "3.387.0", + "@aws-sdk/middleware-sdk-sts": "3.387.0", + "@aws-sdk/middleware-signing": "3.387.0", + "@aws-sdk/middleware-user-agent": "3.387.0", + "@aws-sdk/types": "3.387.0", + "@aws-sdk/util-endpoints": "3.387.0", + "@aws-sdk/util-user-agent-browser": "3.387.0", + "@aws-sdk/util-user-agent-node": "3.387.0", + "@smithy/config-resolver": "^2.0.2", + "@smithy/fetch-http-handler": "^2.0.2", + "@smithy/hash-node": "^2.0.2", + "@smithy/invalid-dependency": "^2.0.2", + "@smithy/middleware-content-length": "^2.0.2", + "@smithy/middleware-endpoint": "^2.0.2", + "@smithy/middleware-retry": "^2.0.2", + "@smithy/middleware-serde": "^2.0.2", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.2", + "@smithy/node-http-handler": "^2.0.2", + "@smithy/protocol-http": "^2.0.2", + "@smithy/smithy-client": "^2.0.2", + "@smithy/types": "^2.1.0", + "@smithy/url-parser": "^2.0.2", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.2", + "@smithy/util-defaults-mode-node": "^2.0.2", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "fast-xml-parser": "4.2.5", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-env": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.387.0.tgz", + "integrity": "sha512-PVqNk7XPIYe5CMYNvELkcALtkl/pIM8/uPtqEtTg+mgnZBeL4fAmgXZiZMahQo1DxP5t/JaK384f6JG+A0qDjA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.388.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.388.0.tgz", + "integrity": "sha512-3dg3A8AiZ5vXkSAYyyI3V/AW3Eo6KQJyE/glA+Nr2M0oAjT4z3vHhS3pf2B+hfKGZBTuKKgxusrrhrQABd/Diw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/credential-provider-env": "3.387.0", + "@aws-sdk/credential-provider-process": "3.387.0", + "@aws-sdk/credential-provider-sso": "3.388.0", + "@aws-sdk/credential-provider-web-identity": "3.387.0", + "@aws-sdk/types": "3.387.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.0", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-node": { + "version": "3.388.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.388.0.tgz", + "integrity": "sha512-BqWAkIG08gj/wevpesaZhAjALjfUNVjseHQRk+DNUoHIfyibW7Ahf3q/GIPs11dA2o8ECwR9/fo68Sq+sK799A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/credential-provider-env": "3.387.0", + "@aws-sdk/credential-provider-ini": "3.388.0", + "@aws-sdk/credential-provider-process": "3.387.0", + "@aws-sdk/credential-provider-sso": "3.388.0", + "@aws-sdk/credential-provider-web-identity": "3.387.0", + "@aws-sdk/types": "3.387.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.0", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-process": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.387.0.tgz", + "integrity": "sha512-tQScLHmDlqkQN+mqw4s3cxepEUeHYDhFl5eH+J8puvPqWjXMYpCEdY79SAtWs6SZd4CWiZ0VLeYU6xQBZengbQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.0", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.388.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.388.0.tgz", + "integrity": "sha512-RH02+rntaO0UhnSBr42n+7q8HOztc+Dets/hh6cWovf3Yi9s9ghLgYLN9FXpSosfot3XkmT/HOCa+CphAmGN9A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/client-sso": "3.387.0", + "@aws-sdk/token-providers": "3.388.0", + "@aws-sdk/types": "3.387.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.0", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.387.0.tgz", + "integrity": "sha512-6ueMPl+J3KWv6ZaAWF4Z138QCuBVFZRVAgwbtP3BNqWrrs4Q6TPksOQJ79lRDMpv0EUoyVl04B6lldNlhN8RdA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-host-header": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.387.0.tgz", + "integrity": "sha512-EWm9PXSr8dSp7hnRth1U7OfelXQp9dLf1yS1kUL+UhppYDJpjhdP7ql3NI4xJKw8e76sP2FuJYEuzWnJHuWoyQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@smithy/protocol-http": "^2.0.2", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-logger": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.387.0.tgz", + "integrity": "sha512-FjAvJr1XyaInT81RxUwgifnbXoFJrRBFc64XeFJgFanGIQCWLYxRrK2HV9eBpao/AycbmuoHgLd/f0sa4hZFoQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.387.0.tgz", + "integrity": "sha512-ZF45T785ru8OwvYZw6awD9Z76OwSMM1eZzj2eY+FDz1cHfkpLjxEiti2iIH1FxbyK7n9ZqDUx29lVlCv238YyQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@smithy/protocol-http": "^2.0.2", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-sdk-sts": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.387.0.tgz", + "integrity": "sha512-7ZzRKOJ4V/JDQmKz9z+FjZqw59mrMATEMLR6ff0H0JHMX0Uk5IX8TQB058ss+ar14qeJ4UcteYzCqHNI0O1BHw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/middleware-signing": "3.387.0", + "@aws-sdk/types": "3.387.0", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-signing": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.387.0.tgz", + "integrity": "sha512-oJXlE0MES8gxNLo137PPNNiOICQGOaETTvq3kBSJgb/gtEAxQajMIlaNT7s1wsjOAruFHt4975nCXuY4lpx7GQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/protocol-http": "^2.0.2", + "@smithy/signature-v4": "^2.0.0", + "@smithy/types": "^2.1.0", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-signing/node_modules/@smithy/is-array-buffer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.0.0.tgz", + "integrity": "sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-signing/node_modules/@smithy/signature-v4": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.0.3.tgz", + "integrity": "sha512-AZ+951EAcNqas2RTq4xQvuX4uZqPV/zCcbs7ACqpuxcjYAFU2FKRPpQHqsDN0jbJwI3Scw75xhSKcGWFf2/Olg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/eventstream-codec": "^2.0.3", + "@smithy/is-array-buffer": "^2.0.0", + "@smithy/types": "^2.2.0", + "@smithy/util-hex-encoding": "^2.0.0", + "@smithy/util-middleware": "^2.0.0", + "@smithy/util-uri-escape": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-signing/node_modules/@smithy/util-uri-escape": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz", + "integrity": "sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.387.0.tgz", + "integrity": "sha512-hTfFTwDtp86xS98BKa+RFuLfcvGftxwzrbZeisZV8hdb4ZhvNXjSxnvM3vetW0GUEnY9xHPSGyp2ERRTinPKFQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@aws-sdk/util-endpoints": "3.387.0", + "@smithy/protocol-http": "^2.0.2", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/node-http-handler": { + "version": "3.374.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.374.0.tgz", + "integrity": "sha512-v1Z6m0wwkf65/tKuhwrtPRqVoOtNkDTRn2MBMtxCwEw+8V8Q+YRFqVgGN+J1n53ktE0G5OYVBux/NHiAjJHReQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/node-http-handler": "^1.0.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/node-http-handler/node_modules/@smithy/node-http-handler": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-1.1.0.tgz", + "integrity": "sha512-d3kRriEgaIiGXLziAM8bjnaLn1fthCJeTLZIwEIpzQqe6yPX0a+yQoLCTyjb2fvdLwkMoG4p7THIIB5cj5lkbg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/abort-controller": "^1.1.0", + "@smithy/protocol-http": "^1.2.0", + "@smithy/querystring-builder": "^1.1.0", + "@smithy/types": "^1.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/node-http-handler/node_modules/@smithy/protocol-http": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-1.2.0.tgz", + "integrity": "sha512-GfGfruksi3nXdFok5RhgtOnWe5f6BndzYfmEXISD+5gAGdayFGpjWu5pIqIweTudMtse20bGbc+7MFZXT1Tb8Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^1.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/node-http-handler/node_modules/@smithy/querystring-builder": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-1.1.0.tgz", + "integrity": "sha512-gDEi4LxIGLbdfjrjiY45QNbuDmpkwh9DX4xzrR2AzjjXpxwGyfSpbJaYhXARw9p17VH0h9UewnNQXNwaQyYMDA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^1.2.0", + "@smithy/util-uri-escape": "^1.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/node-http-handler/node_modules/@smithy/types": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.2.0.tgz", + "integrity": "sha512-z1r00TvBqF3dh4aHhya7nz1HhvCg4TRmw51fjMrh5do3h+ngSstt/yKlNbHeb9QxJmFbmN8KEVSWgb1bRvfEoA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/signature-v4": { + "version": "3.374.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.374.0.tgz", + "integrity": "sha512-2xLJvSdzcZZAg0lsDLUAuSQuihzK0dcxIK7WmfuJeF7DGKJFmp9czQmz5f3qiDz6IDQzvgK1M9vtJSVCslJbyQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/signature-v4": "^1.0.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/token-providers": { + "version": "3.388.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.388.0.tgz", + "integrity": "sha512-2lo1gFJl624kfjo/YdU6zW+k6dEwhoqjNkDNbOZEFgS1KDofHe9GX8W4/ReKb0Ggho5/EcjzZ53/1CjkzUq4tA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/middleware-host-header": "3.387.0", + "@aws-sdk/middleware-logger": "3.387.0", + "@aws-sdk/middleware-recursion-detection": "3.387.0", + "@aws-sdk/middleware-user-agent": "3.387.0", + "@aws-sdk/types": "3.387.0", + "@aws-sdk/util-endpoints": "3.387.0", + "@aws-sdk/util-user-agent-browser": "3.387.0", + "@aws-sdk/util-user-agent-node": "3.387.0", + "@smithy/config-resolver": "^2.0.2", + "@smithy/fetch-http-handler": "^2.0.2", + "@smithy/hash-node": "^2.0.2", + "@smithy/invalid-dependency": "^2.0.2", + "@smithy/middleware-content-length": "^2.0.2", + "@smithy/middleware-endpoint": "^2.0.2", + "@smithy/middleware-retry": "^2.0.2", + "@smithy/middleware-serde": "^2.0.2", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.2", + "@smithy/node-http-handler": "^2.0.2", + "@smithy/property-provider": "^2.0.0", + "@smithy/protocol-http": "^2.0.2", + "@smithy/shared-ini-file-loader": "^2.0.0", + "@smithy/smithy-client": "^2.0.2", + "@smithy/types": "^2.1.0", + "@smithy/url-parser": "^2.0.2", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.2", + "@smithy/util-defaults-mode-node": "^2.0.2", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/types": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.387.0.tgz", + "integrity": "sha512-YTjFabNwjTF+6yl88f0/tWff018qmmgMmjlw45s6sdVKueWxdxV68U7gepNLF2nhaQPZa6FDOBoA51NaviVs0Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/url-parser": { + "version": "3.374.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.374.0.tgz", + "integrity": "sha512-RC3yEj4iqw5vbCmR4IQ3rhmFQilwHtWO1mZ9kRTUxfJCge3TVlrZzj9PRW3hxlYKdu3xZjSvCgX3ip8SFKXtbw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/url-parser": "^1.0.1", + "tslib": "^2.5.0" + } + }, + "node_modules/@aws-sdk/url-parser/node_modules/@smithy/querystring-parser": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-1.1.0.tgz", + "integrity": "sha512-Lm/FZu2qW3XX+kZ4WPwr+7aAeHf1Lm84UjNkKyBu16XbmEV7ukfhXni2aIwS2rcVf8Yv5E7wchGGpOFldj9V4Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^1.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/url-parser/node_modules/@smithy/types": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.2.0.tgz", + "integrity": "sha512-z1r00TvBqF3dh4aHhya7nz1HhvCg4TRmw51fjMrh5do3h+ngSstt/yKlNbHeb9QxJmFbmN8KEVSWgb1bRvfEoA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/url-parser/node_modules/@smithy/url-parser": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-1.1.0.tgz", + "integrity": "sha512-tpvi761kzboiLNGEWczuybMPCJh6WHB3cz9gWAG95mSyaKXmmX8ZcMxoV+irZfxDqLwZVJ22XTumu32S7Ow8aQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/querystring-parser": "^1.1.0", + "@smithy/types": "^1.2.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@aws-sdk/util-endpoints": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.387.0.tgz", + "integrity": "sha512-g7kvuCXehGXHHBw9PkSQdwVyDFmNUZLmfrRmqMyrMDG9QLQrxr4pyWcSaYgTE16yUzhQQOR+QSey+BL6W9/N6g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-locate-window": { + "version": "3.310.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.310.0.tgz", + "integrity": "sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.387.0.tgz", + "integrity": "sha512-lpgSVvDqx+JjHZCTYs/yQSS7J71dPlJeAlvxc7bmx5m+vfwKe07HAnIs+929DngS0QbAp/VaXbTiMFsInLkO4Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@smithy/types": "^2.1.0", + "bowser": "^2.11.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.387.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.387.0.tgz", + "integrity": "sha512-r9OVkcWpRYatjLhJacuHFgvO2T5s/Nu5DDbScMrkUD8b4aGIIqsrdZji0vZy9FCjsUFQMM92t9nt4SejrGjChA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.387.0", + "@smithy/node-config-provider": "^2.0.2", + "@smithy/types": "^2.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "aws-crt": ">=1.0.0" + }, + "peerDependenciesMeta": { + "aws-crt": { + "optional": true + } + } + }, + "node_modules/@aws-sdk/util-utf8-browser": { + "version": "3.259.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", + "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.3.1" + } + }, + "node_modules/@azure/abort-controller": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.0.1.tgz", + "integrity": "sha512-wP2Jw6uPp8DEDy0n4KNidvwzDjyVV2xnycEIq7nPzj1rHyb/r+t3OPeNT1INZePP2wy5ZqlwyuyOMTi0ePyY1A==", + "license": "MIT", + "dependencies": { + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/abort-controller/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-advisor": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@azure/arm-advisor/-/arm-advisor-3.2.0.tgz", + "integrity": "sha512-Xjh0/6Jd2Kb5JT9xOd19wmhjNNvua9NVTb9jevrBLT6CLsZUUpQybJiPSs6kRTTkRgwbj5e8gNKyERYmtyUByQ==", + "dependencies": { + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.7.0", + "@azure/core-paging": "^1.2.0", + "@azure/core-rest-pipeline": "^1.8.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/arm-apimanagement": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-apimanagement/-/arm-apimanagement-6.0.0.tgz", + "integrity": "sha512-yl4nWQ1Jy0byMl+IxGjwk+0PhypS3cYUUInABxeOcTGbI2x2e8wVDfsksHC3GCtd8i6PLsyUU3yVtNN0mQfQ9A==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-apimanagement/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-appservice": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-appservice/-/arm-appservice-7.0.0.tgz", + "integrity": "sha512-6nJUx1nDWCqllK79Pb0VIhtCXooQxWKcQDbZWS/MBRRjzqc6sRPEtvUaX0UgrO3RPhDn4+LlJbQu0q2mgVwDEA==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-appservice/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-authorization": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-authorization/-/arm-authorization-9.0.0.tgz", + "integrity": "sha512-GdiCA8IA1gO+qcCbFEPj+iLC4+3ByjfKzmeAnkP7MdlL84Yo30Huo/EwbZzwRjYybXYUBuFxGPBB+yeTT4Ebxg==", + "dependencies": { + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.7.0", + "@azure/core-paging": "^1.2.0", + "@azure/core-rest-pipeline": "^1.8.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/arm-batch": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-batch/-/arm-batch-4.0.0.tgz", + "integrity": "sha512-XwIuDDJHHy8eHxCrrtegtVe/omuLg7ChmLL24R5tPmaxp1gHeaWV3T1zRIcBGPHsdITEOPLTH+1va2RYV2WXuA==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^1.1.0", + "@azure/ms-rest-js": "^1.1.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-batch/node_modules/@azure/ms-rest-azure-js": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz", + "integrity": "sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-js": "^1.10.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-batch/node_modules/@azure/ms-rest-js": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz", + "integrity": "sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "axios": "^0.21.1", + "form-data": "^2.3.2", + "tough-cookie": "^2.4.3", + "tslib": "^1.9.2", + "tunnel": "0.0.6", + "uuid": "^3.2.1", + "xml2js": "^0.4.19" + } + }, + "node_modules/@azure/arm-batch/node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/@azure/arm-batch/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/arm-batch/node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/@azure/arm-batch/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-batch/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@azure/arm-cdn": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-cdn/-/arm-cdn-5.0.0.tgz", + "integrity": "sha512-C0893lFWihbkKMJ2vB96GF8k54V/OsRssnJTQ1/3oWc8pAv+3n4th7d2tadkg2T97tmHoJlel6x5Qu35NnuJgA==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-cdn/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-compute": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-compute/-/arm-compute-14.0.0.tgz", + "integrity": "sha512-gxh8S2JDJzwiOpKDKyLBAZ+dyzqoVxEAsJVUsPEX09nWUwXt2q5HScIACTCjRB7s22z+MJQVOaCbvXbhbxj25g==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-compute/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-consumption": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@azure/arm-consumption/-/arm-consumption-8.0.1.tgz", + "integrity": "sha512-8MfYeoxE2K9Z7LP6AD7xGOeZWs0XEpArnFLUldKVSrMTxmWtUIeVKsMJv52u8VVx7quN1J+hsSiQyez9fRaQPQ==", + "license": "MIT", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-azure-js": "^2.1.0", + "@azure/ms-rest-js": "^2.2.0", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-consumption/node_modules/@azure/ms-rest-azure-js": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-2.1.0.tgz", + "integrity": "sha512-CjZjB8apvXl5h97Ck6SbeeCmU0sk56YPozPtTyGudPp1RGoHXNjFNtoOvwOG76EdpmMpxbK10DqcygI16Lu60Q==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-js": "^2.2.0", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-consumption/node_modules/@azure/ms-rest-js": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.7.0.tgz", + "integrity": "sha512-ngbzWbqF+NmztDOpLBVDxYM+XLcUj7nKhxGbSU9WtIsXfRB//cf2ZbAG5HkOrhU9/wd/ORRB6lM/d69RKVjiyA==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "abort-controller": "^3.0.0", + "form-data": "^2.5.0", + "node-fetch": "^2.6.7", + "tslib": "^1.10.0", + "tunnel": "0.0.6", + "uuid": "^8.3.2", + "xml2js": "^0.5.0" + } + }, + "node_modules/@azure/arm-consumption/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/arm-consumption/node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/@azure/arm-consumption/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-consumption/node_modules/xml2js": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", + "dependencies": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/@azure/arm-containerinstance": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-containerinstance/-/arm-containerinstance-6.0.0.tgz", + "integrity": "sha512-Npz7ami9DbDFO704PYMBCjRV9kbRLFCOXsnV0gXutDxkFziWNOxi2zlYS4gJgPyjkZRcxZcM05ITzR496fSzVQ==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-containerinstance/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-containerregistry": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-containerregistry/-/arm-containerregistry-8.0.0.tgz", + "integrity": "sha512-8v+3YtATbaFv5qMGvhFVR+qx1QPc1+NBy2MWWoJ69SmEE1X91ySvXDbEa0Pr7znm/bqbBYWOLJN5L3Aa7Q0fpg==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-containerregistry/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-containerservice": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@azure/arm-containerservice/-/arm-containerservice-19.8.0.tgz", + "integrity": "sha512-rZ5lP2nBkl9cUZ8qGtTqjTlSsKNbop80ZzJtZ9TklsLymO7OOwVoyMnecbs+g5QZec9hbCZuHZMo53PmHXkKhg==", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.6.0", + "@azure/core-client": "^1.7.0", + "@azure/core-lro": "^2.5.4", + "@azure/core-paging": "^1.2.0", + "@azure/core-rest-pipeline": "^1.14.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@azure/arm-cosmosdb": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-cosmosdb/-/arm-cosmosdb-7.0.0.tgz", + "integrity": "sha512-SFyTnFWoQedkDkrJRmEcLlYMghUZM4mktWIhAnTw59se79Y7GP8uqi9rqz4em0waUx+nDBlLfE3sl+u91tPuyw==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-cosmosdb/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-dns": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-dns/-/arm-dns-4.0.0.tgz", + "integrity": "sha512-VhI8NRd6hyHKxMSTqUWpozQ//D4S1CuxFMRDao/Bzs0ETUIUem4DNOJAk5Zn5+IWfDDpJnRlLqLCspfMD5/V8A==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-dns/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-eventgrid": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-eventgrid/-/arm-eventgrid-9.0.0.tgz", + "integrity": "sha512-h6U8CsRPB5EIiN9p/b22x/TT3UadosTnZPLU1WXPYbqDkTlcxBZ0LiTMIvH4jhXxq8BRGtXh1tS2CdMiEYjy2Q==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-eventgrid/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-eventhub": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@azure/arm-eventhub/-/arm-eventhub-5.1.0.tgz", + "integrity": "sha512-yKglRlr8zbnenZKV7ERnF7b7OXZkoqr0m0ciIeJkMaJJzXETiSuw8xB3O3dAMSf9pR1npQMFngTgFKhxb26ysg==", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.6.1", + "@azure/core-lro": "^2.2.0", + "@azure/core-paging": "^1.2.0", + "@azure/core-rest-pipeline": "^1.8.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/arm-eventhub-profile-2020-09-01-hybrid": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@azure/arm-eventhub-profile-2020-09-01-hybrid/-/arm-eventhub-profile-2020-09-01-hybrid-2.1.0.tgz", + "integrity": "sha512-mKRQ3BqIu7WzBs0kA52/v/2ajLQFpOB3D7VRoNuH5Rk8UnLw0u6CpYbbk63K3qDwaV+NEl4V73ip11tRhCuiNQ==", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.6.1", + "@azure/core-lro": "^2.2.0", + "@azure/core-paging": "^1.2.0", + "@azure/core-rest-pipeline": "^1.8.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/arm-frontdoor": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@azure/arm-frontdoor/-/arm-frontdoor-4.1.1.tgz", + "integrity": "sha512-yVI3Q5OruZ+jr+7zIIPlj/ug4fIYQ3n3QvKYavOyesupv/lYY01ybBU9By70l3OH9YxMVHVGilmVDjQNecpTEw==", + "license": "MIT", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-azure-js": "^2.1.0", + "@azure/ms-rest-js": "^2.2.0", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-frontdoor/node_modules/@azure/ms-rest-azure-js": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-2.1.0.tgz", + "integrity": "sha512-CjZjB8apvXl5h97Ck6SbeeCmU0sk56YPozPtTyGudPp1RGoHXNjFNtoOvwOG76EdpmMpxbK10DqcygI16Lu60Q==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-js": "^2.2.0", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-frontdoor/node_modules/@azure/ms-rest-js": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.7.0.tgz", + "integrity": "sha512-ngbzWbqF+NmztDOpLBVDxYM+XLcUj7nKhxGbSU9WtIsXfRB//cf2ZbAG5HkOrhU9/wd/ORRB6lM/d69RKVjiyA==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "abort-controller": "^3.0.0", + "form-data": "^2.5.0", + "node-fetch": "^2.6.7", + "tslib": "^1.10.0", + "tunnel": "0.0.6", + "uuid": "^8.3.2", + "xml2js": "^0.5.0" + } + }, + "node_modules/@azure/arm-frontdoor/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/arm-frontdoor/node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/@azure/arm-frontdoor/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-frontdoor/node_modules/xml2js": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", + "dependencies": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/@azure/arm-keyvault": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@azure/arm-keyvault/-/arm-keyvault-1.2.1.tgz", + "integrity": "sha512-R2ao/GkTPXgb+60He4XB1XI1Mc7QAnC12sq1xuKbE4aH2D8kTsbTwXH7KIu4yuzLvX+jSov+FVwkq1v9+JeHMQ==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^1.3.2", + "@azure/ms-rest-js": "^1.8.1", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-keyvault/node_modules/@azure/ms-rest-azure-js": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz", + "integrity": "sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-js": "^1.10.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-keyvault/node_modules/@azure/ms-rest-js": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz", + "integrity": "sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "axios": "^0.21.1", + "form-data": "^2.3.2", + "tough-cookie": "^2.4.3", + "tslib": "^1.9.2", + "tunnel": "0.0.6", + "uuid": "^3.2.1", + "xml2js": "^0.4.19" + } + }, + "node_modules/@azure/arm-keyvault/node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/@azure/arm-keyvault/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/arm-keyvault/node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/@azure/arm-keyvault/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-keyvault/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@azure/arm-locks": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@azure/arm-locks/-/arm-locks-1.2.2.tgz", + "integrity": "sha512-iW5YyQbl0xosmaCjgOq/v9GdUnUvMTMVcUg33W62YKX4ePhX8dBA1AGixK9LyJIRjPZ6CkNMFz5TF3Plt870FQ==", + "license": "MIT", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-azure-js": "^1.4.0", + "@azure/ms-rest-js": "^1.11.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-locks/node_modules/@azure/ms-rest-azure-js": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz", + "integrity": "sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-js": "^1.10.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-locks/node_modules/@azure/ms-rest-js": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz", + "integrity": "sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "axios": "^0.21.1", + "form-data": "^2.3.2", + "tough-cookie": "^2.4.3", + "tslib": "^1.9.2", + "tunnel": "0.0.6", + "uuid": "^3.2.1", + "xml2js": "^0.4.19" + } + }, + "node_modules/@azure/arm-locks/node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/@azure/arm-locks/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/arm-locks/node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/@azure/arm-locks/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-locks/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@azure/arm-managementgroups": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@azure/arm-managementgroups/-/arm-managementgroups-1.1.0.tgz", + "integrity": "sha512-QWqWAjcIH9cNSlXa6Onem5kguyoECpZusjwuFG2co51wwZck5EPcbDSIzTHYPks28WfuE1JAymZmPYqdzGJPCg==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^1.1.0", + "@azure/ms-rest-js": "^1.1.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-managementgroups/node_modules/@azure/ms-rest-azure-js": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz", + "integrity": "sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-js": "^1.10.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-managementgroups/node_modules/@azure/ms-rest-js": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz", + "integrity": "sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "axios": "^0.21.1", + "form-data": "^2.3.2", + "tough-cookie": "^2.4.3", + "tslib": "^1.9.2", + "tunnel": "0.0.6", + "uuid": "^3.2.1", + "xml2js": "^0.4.19" + } + }, + "node_modules/@azure/arm-managementgroups/node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/@azure/arm-managementgroups/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/arm-managementgroups/node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/@azure/arm-managementgroups/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-managementgroups/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@azure/arm-mariadb": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@azure/arm-mariadb/-/arm-mariadb-1.4.0.tgz", + "integrity": "sha512-K66qnKJ2jqaRjFq2ecI98ehsXjUcB1960LkOw5FchvzMX+FMV6nggBvp8HoAr7qRcK2ljpkBr0a7O6UmXpV3jA==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^1.3.2", + "@azure/ms-rest-js": "^1.8.1", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-mariadb/node_modules/@azure/ms-rest-azure-js": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz", + "integrity": "sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-js": "^1.10.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-mariadb/node_modules/@azure/ms-rest-js": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz", + "integrity": "sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "axios": "^0.21.1", + "form-data": "^2.3.2", + "tough-cookie": "^2.4.3", + "tslib": "^1.9.2", + "tunnel": "0.0.6", + "uuid": "^3.2.1", + "xml2js": "^0.4.19" + } + }, + "node_modules/@azure/arm-mariadb/node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/@azure/arm-mariadb/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/arm-mariadb/node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/@azure/arm-mariadb/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-mariadb/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@azure/arm-monitor": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-monitor/-/arm-monitor-6.0.0.tgz", + "integrity": "sha512-KcX9Hdejc71OdKH+GsLoJ4mQ8rpXCXgMRa0ivb/SH3NLjH0Qc0bvjthNFY74NXVKy5qwjBNYuUb/GrNLtwQQ/g==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-monitor/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-mysql": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@azure/arm-mysql/-/arm-mysql-3.3.0.tgz", + "integrity": "sha512-/F5kx912tkuxpgJTMMEgfCwN954gn99EqO7mr+H0PiaJMBnP9p8mw7Xq4ze1/MAU3QKLo02Bu/GJH1FGsOBDoA==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^1.3.2", + "@azure/ms-rest-js": "^1.8.1", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-mysql/node_modules/@azure/ms-rest-azure-js": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz", + "integrity": "sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-js": "^1.10.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-mysql/node_modules/@azure/ms-rest-js": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz", + "integrity": "sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "axios": "^0.21.1", + "form-data": "^2.3.2", + "tough-cookie": "^2.4.3", + "tslib": "^1.9.2", + "tunnel": "0.0.6", + "uuid": "^3.2.1", + "xml2js": "^0.4.19" + } + }, + "node_modules/@azure/arm-mysql/node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/@azure/arm-mysql/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/arm-mysql/node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/@azure/arm-mysql/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-mysql/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@azure/arm-network": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-network/-/arm-network-20.0.0.tgz", + "integrity": "sha512-mYaDISe4ZZSSprOYMhPzzjNlsm9Lu4PGjUrzehMH9IjkE2GPOObAorZDeR1HxDt26+7Ugi5bgufPtk17VJjnng==", + "deprecated": "Please note, versions of this package with version numbers 25.4.0 and below have been deprecated as of 31-March-2022. We strongly encourage you to upgrade to version 26.0.0 or above to continue receiving updates. Refer to our deprecation policy: https://azure.github.io/azure-sdk/policies_support.html for more details.", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-network-latest": { + "name": "@azure/arm-network", + "version": "32.1.0", + "resolved": "https://registry.npmjs.org/@azure/arm-network/-/arm-network-32.1.0.tgz", + "integrity": "sha512-ig3NhQzDfLwcHX36xn45U4lKIGAdIIuK9Z7sKjuTaKMx1GQ+kQy0HunzC12gw23FBdTEBu6BKJsOenzxzjihgw==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.7.0", + "@azure/core-lro": "^2.5.3", + "@azure/core-paging": "^1.2.0", + "@azure/core-rest-pipeline": "^1.8.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/arm-network/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-policy": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@azure/arm-policy/-/arm-policy-3.1.0.tgz", + "integrity": "sha512-NQsKm8Sy8aUEUsq41t2BbJhQH4uNllW0JXXcjyTMn0nLduJRAJxvUBRM7AFiEN8fEn/dySSlrbI7yb9XJfpDvg==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-policy/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-policyinsights": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-policyinsights/-/arm-policyinsights-4.0.0.tgz", + "integrity": "sha512-eVsvQTQA5PzGlAdkbpq6XBeP3EcvPkeHSBuZdJr/dNJqXcKSSI+tCmt9BXPbI3hx+W2EVL4tXtRsWbI7cM6lew==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-policyinsights/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-postgresql": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@azure/arm-postgresql/-/arm-postgresql-4.4.0.tgz", + "integrity": "sha512-gO5Y13bnp4OiKBDywhAz/tQXqb+KDY9EH7K8FnS2MzlgWeTzgu5RwtIS7L7J4O09gwA0lVLDEOwiVk0WDNmnEQ==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^1.3.2", + "@azure/ms-rest-js": "^1.8.1", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-postgresql/node_modules/@azure/ms-rest-azure-js": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz", + "integrity": "sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "@azure/ms-rest-js": "^1.10.0", + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/arm-postgresql/node_modules/@azure/ms-rest-js": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz", + "integrity": "sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "axios": "^0.21.1", + "form-data": "^2.3.2", + "tough-cookie": "^2.4.3", + "tslib": "^1.9.2", + "tunnel": "0.0.6", + "uuid": "^3.2.1", + "xml2js": "^0.4.19" + } + }, + "node_modules/@azure/arm-postgresql/node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/@azure/arm-postgresql/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/arm-postgresql/node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/@azure/arm-postgresql/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-postgresql/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@azure/arm-privatedns": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-privatedns/-/arm-privatedns-2.0.0.tgz", + "integrity": "sha512-8aItH8cDj5/01QHi2e9gfgrIPSAu9ZhDIUP5dP4XGnzYrWbSpmSoCm9HKlFtGrMzbhBYFotEAb2+Q6In+jInSw==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-privatedns/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-rediscache": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-rediscache/-/arm-rediscache-4.0.0.tgz", + "integrity": "sha512-Va0KhT+3EEAFxUiCTpL5+6rmWENFphCM9pXWCE4Ul6L6I5Gn2AwxmvsOpZwebAS7hWNd0SKGWz6aFME1v9oC3g==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-rediscache/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-resources": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-resources/-/arm-resources-4.0.0.tgz", + "integrity": "sha512-Dd2tsKnTJ62D/LYsr2njnj+/1HsUclJwBGZ+tVVfmdQir9pnGA11k2jhsuhHiCRU0auEKgMDNfhip7q/TpSrXQ==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-resources-subscriptions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@azure/arm-resources-subscriptions/-/arm-resources-subscriptions-2.1.0.tgz", + "integrity": "sha512-vKiu/3Yh84IV3IuJJ+0Fgs/ZQpvuGzoZ3dAoBksIV++Uu/Qz9RcQVz7pj+APWYIuODuR9I0eGKswZvzynzekug==", + "dependencies": { + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.7.0", + "@azure/core-paging": "^1.2.0", + "@azure/core-rest-pipeline": "^1.8.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/arm-resources/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-security": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-security/-/arm-security-2.0.0.tgz", + "integrity": "sha512-vkqhzIUo92fApQJMsaRRr1OTPRSbCV/ujwhdS6O+T0mdarMcCfDZK0h2y7bfzl0++S5EWBtm4otYWHK7fgKwhQ==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-security/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-servicebus": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-servicebus/-/arm-servicebus-4.0.0.tgz", + "integrity": "sha512-g8KaPAKwhUJTuvxkUvfwCh2ejdCm4QOAAWittKUVBPCWIwjQqRjDfshdvd1bqTfaKf6QalXacs9E9gWwMqL6Iw==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-servicebus/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-sql": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@azure/arm-sql/-/arm-sql-7.0.2.tgz", + "integrity": "sha512-4oNjPXnSDh+V86j5b4R88ftfj0O4RqtbAjSgb93lLkw9nfz8FPLLjlde/4OHH2tIK0CdB/0dPqb3mZrdhDhwBw==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-sql/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-storage": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/@azure/arm-storage/-/arm-storage-15.3.0.tgz", + "integrity": "sha512-djN2tmEzvC4lNEYrk3PAXkf5ZcebGDqPZSh/cYKOleumD4eop5EpMX8d5LcSO/9EcSfPpCzutRg0AleMaPQ9Mg==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-storage/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-subscriptions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-subscriptions/-/arm-subscriptions-2.0.0.tgz", + "integrity": "sha512-+ys2glK5YgwZ9KhwWblfAQIPABtiB5OdKEpPOpcvr7B5ygYTwZuSUNObX9MRu/MyiRo1zDlUvlxHltBphq/bLQ==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-js": "^2.0.1", + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/arm-subscriptions/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/arm-synapse": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@azure/arm-synapse/-/arm-synapse-8.0.0.tgz", + "integrity": "sha512-cxBz740J4fdGMhipOXuhuQ83aQNEXqgTwgzTabAv+1eGZGVJIHT7hUlQvUsQjUaxHSfphZFt6+pyHSS1CZAWaA==", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.0.0", + "@azure/core-lro": "^2.2.0", + "@azure/core-paging": "^1.2.0", + "@azure/core-rest-pipeline": "^1.1.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@azure/core-auth": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.7.1.tgz", + "integrity": "sha512-dyeQwvgthqs/SlPVQbZQetpslXceHd4i5a7M/7z/lGEAVwnSluabnQOjF2/dk/hhWgMISusv1Ytp4mQ8JNy62A==", + "dependencies": { + "@azure/abort-controller": "^2.0.0", + "@azure/core-util": "^1.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@azure/core-auth/node_modules/@azure/abort-controller": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.1.tgz", + "integrity": "sha512-NhzeNm5zu2fPlwGXPUjzsRCRuPx5demaZyNcyNYJDqpa/Sbxzvo/RYt9IwUaAOnDW5+r7J9UOE6f22TQnb9nhQ==", + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@azure/core-client": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@azure/core-client/-/core-client-1.7.3.tgz", + "integrity": "sha512-kleJ1iUTxcO32Y06dH9Pfi9K4U+Tlb111WXEnbt7R/ne+NLRwppZiTGJuTD5VVoxTMK5NTbEtm5t2vcdNCFe2g==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.4.0", + "@azure/core-rest-pipeline": "^1.9.1", + "@azure/core-tracing": "^1.0.0", + "@azure/core-util": "^1.0.0", + "@azure/logger": "^1.0.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/core-http": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-1.2.3.tgz", + "integrity": "sha512-g5C1zUJO5dehP2Riv+vy9iCYoS1UwKnZsBVCzanScz9A83LbnXKpZDa9wie26G9dfXUhQoFZoFT8LYWhPKmwcg==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.1.3", + "@azure/core-tracing": "1.0.0-preview.9", + "@azure/logger": "^1.0.0", + "@opentelemetry/api": "^0.10.2", + "@types/node-fetch": "^2.5.0", + "@types/tunnel": "^0.0.1", + "form-data": "^3.0.0", + "node-fetch": "^2.6.0", + "process": "^0.11.10", + "tough-cookie": "^4.0.0", + "tslib": "^2.0.0", + "tunnel": "^0.0.6", + "uuid": "^8.3.0", + "xml2js": "^0.4.19" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@azure/core-http-compat": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@azure/core-http-compat/-/core-http-compat-1.3.0.tgz", + "integrity": "sha512-ZN9avruqbQ5TxopzG3ih3KRy52n8OAbitX3fnZT5go4hzu0J+KVPSzkL+Wt3hpJpdG8WIfg1sBD1tWkgUdEpBA==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.4", + "@azure/core-client": "^1.3.0", + "@azure/core-rest-pipeline": "^1.3.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@azure/core-http-compat/node_modules/@azure/abort-controller": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz", + "integrity": "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@azure/core-http/node_modules/@azure/core-tracing": { + "version": "1.0.0-preview.9", + "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.9.tgz", + "integrity": "sha512-zczolCLJ5QG42AEPQ+Qg9SRYNUyB+yZ5dzof4YEc+dyWczO9G2sBqbAjLB7IqrsdHN2apkiB2oXeDKCsq48jug==", + "license": "MIT", + "dependencies": { + "@opencensus/web-types": "0.0.7", + "@opentelemetry/api": "^0.10.2", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@azure/core-http/node_modules/form-data": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz", + "integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@azure/core-http/node_modules/tough-cookie": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", + "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "license": "BSD-3-Clause", + "dependencies": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.1.2" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@azure/core-http/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "license": "MIT", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/@azure/core-lro": { + "version": "2.5.4", + "resolved": "https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.4.tgz", + "integrity": "sha512-3GJiMVH7/10bulzOKGrrLeG/uCBH/9VtxqaMcB9lIqAeamI/xYQSHJL/KcsLDuH+yTjYpro/u6D/MuRe4dN70Q==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-util": "^1.2.0", + "@azure/logger": "^1.0.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/core-paging": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.5.0.tgz", + "integrity": "sha512-zqWdVIt+2Z+3wqxEOGzR5hXFZ8MGKK52x4vFLw8n58pR6ZfKRx3EXYTxTaYxYHc/PexPUTyimcTWFJbji9Z6Iw==", + "dependencies": { + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/core-rest-pipeline": { + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.15.1.tgz", + "integrity": "sha512-ZxS6i3eHxh86u+1eWZJiYywoN2vxvsSoAUx60Mny8cZ4nTwvt7UzVVBJO+m2PW2KIJfNiXMt59xBa59htOWL4g==", + "dependencies": { + "@azure/abort-controller": "^2.0.0", + "@azure/core-auth": "^1.4.0", + "@azure/core-tracing": "^1.0.1", + "@azure/core-util": "^1.3.0", + "@azure/logger": "^1.0.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@azure/core-rest-pipeline/node_modules/@azure/abort-controller": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.1.tgz", + "integrity": "sha512-NhzeNm5zu2fPlwGXPUjzsRCRuPx5demaZyNcyNYJDqpa/Sbxzvo/RYt9IwUaAOnDW5+r7J9UOE6f22TQnb9nhQ==", + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@azure/core-rest-pipeline/node_modules/agent-base": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", + "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@azure/core-rest-pipeline/node_modules/https-proxy-agent": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", + "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", + "dependencies": { + "agent-base": "^7.0.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@azure/core-tracing": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.1.tgz", + "integrity": "sha512-I5CGMoLtX+pI17ZdiFJZgxMJApsK6jjfm85hpgp3oazCdq5Wxgh4wMr7ge/TTWW1B5WBuvIOI1fMU/FrOAMKrw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@azure/core-util": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.4.0.tgz", + "integrity": "sha512-eGAyJpm3skVQoLiRqm/xPa+SXi/NPDdSHMxbRAz2lSprd+Zs+qrpQGQQ2VQ3Nttu+nSZR4XoYQC71LbEI7jsig==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/core-xml": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@azure/core-xml/-/core-xml-1.0.0.tgz", + "integrity": "sha512-VSM3wQomzRZk4SnDK5vKaROON/d3hgfl+D/pfLjpGR8gxRGuO0I8R+Rp/qj6Cq3x7HPgUqrii3/s/RRwDWWdvQ==", + "license": "MIT", + "dependencies": { + "tslib": "^2.2.0", + "xml2js": "^0.4.19" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@azure/data-tables": { + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@azure/data-tables/-/data-tables-12.1.2.tgz", + "integrity": "sha512-eGldbkw9UjzrAXzy28/raKauQEjspG1FAHxWI/kEInkFm9mvs5uR2KGEGlQNYfz6pzcCOrsxHlh+pmWKuIgPSQ==", + "license": "MIT", + "dependencies": { + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.0.0", + "@azure/core-paging": "^1.1.1", + "@azure/core-rest-pipeline": "^1.1.0", + "@azure/core-tracing": "1.0.0-preview.13", + "@azure/core-xml": "^1.0.0", + "@azure/logger": "^1.0.0", + "tslib": "^2.2.0", + "uuid": "^8.3.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@azure/data-tables/node_modules/@azure/core-tracing": { + "version": "1.0.0-preview.13", + "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz", + "integrity": "sha512-KxDlhXyMlh2Jhj2ykX6vNEU0Vou4nHr025KoSEiz7cS3BNiHNaZcdECk/DmLkEB0as5T7b/TpRcehJ5yV6NeXQ==", + "license": "MIT", + "dependencies": { + "@opentelemetry/api": "^1.0.1", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@azure/data-tables/node_modules/@opentelemetry/api": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.0.3.tgz", + "integrity": "sha512-puWxACExDe9nxbBB3lOymQFrLYml2dVOrd7USiVRnSbgXE+KwBu+HxFvxrzfqsiSda9IWsXJG1ef7C1O2/GmKQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@azure/identity": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.0.0.tgz", + "integrity": "sha512-MAwrefZE6T15wJe/tOA6dffdTNCh+S6DOQe2otO6drEEVCHDF0zb+GItlK6kQzD5hPm/YueFCW6sN1q6F4XYuQ==", + "deprecated": "Please upgrade to the latest version of this package to get necessary fixes", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.4.0", + "@azure/core-rest-pipeline": "^1.1.0", + "@azure/core-tracing": "^1.0.0", + "@azure/core-util": "^1.0.0", + "@azure/logger": "^1.0.0", + "@azure/msal-browser": "^2.26.0", + "@azure/msal-common": "^7.0.0", + "@azure/msal-node": "^1.10.0", + "events": "^3.0.0", + "jws": "^4.0.0", + "open": "^8.0.0", + "stoppable": "^1.1.0", + "tslib": "^2.2.0", + "uuid": "^8.3.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@azure/identity/node_modules/@azure/msal-common": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-7.6.0.tgz", + "integrity": "sha512-XqfbglUTVLdkHQ8F9UQJtKseRr3sSnr9ysboxtoswvaMVaEfvyLtMoHv9XdKUfOc0qKGzNgRFd9yRjIWVepl6Q==", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@azure/identity/node_modules/jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "license": "MIT", + "dependencies": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/@azure/identity/node_modules/jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "license": "MIT", + "dependencies": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/@azure/keyvault-keys": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@azure/keyvault-keys/-/keyvault-keys-4.7.0.tgz", + "integrity": "sha512-HScWdORbRCKi1vdKI6EChe/t/P/zV7jcGZWfj18BOyeensk5d1/Ynfx1t6xfAy5zUIQvAWVU97hXdCznDpULbQ==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.5.0", + "@azure/core-http-compat": "^1.3.0", + "@azure/core-lro": "^2.2.0", + "@azure/core-paging": "^1.1.1", + "@azure/core-rest-pipeline": "^1.8.0", + "@azure/core-tracing": "^1.0.0", + "@azure/core-util": "^1.0.0", + "@azure/logger": "^1.0.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/keyvault-secrets": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@azure/keyvault-secrets/-/keyvault-secrets-4.7.0.tgz", + "integrity": "sha512-YvlFXRQ+SI5NT4GtSFbb6HGo6prW3yzDab8tr6vga2/SjDQew3wJsCAAr/xwZz6XshFXCYEX26CDKmPf+SJKJg==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-auth": "^1.3.0", + "@azure/core-client": "^1.5.0", + "@azure/core-http-compat": "^1.3.0", + "@azure/core-lro": "^2.2.0", + "@azure/core-paging": "^1.1.1", + "@azure/core-rest-pipeline": "^1.8.0", + "@azure/core-tracing": "^1.0.0", + "@azure/core-util": "^1.0.0", + "@azure/logger": "^1.0.0", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@azure/logger": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.0.0.tgz", + "integrity": "sha512-g2qLDgvmhyIxR3JVS8N67CyIOeFRKQlX/llxYJQr1OSGQqM3HTpVP8MjmjcEKbL/OIt2N9C9UFaNQuKOw1laOA==", + "license": "MIT", + "dependencies": { + "tslib": "^1.9.3" + } + }, + "node_modules/@azure/logger/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/ms-rest-azure-env": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-env/-/ms-rest-azure-env-2.0.0.tgz", + "integrity": "sha512-dG76W7ElfLi+fbTjnZVGj+M9e0BIEJmRxU6fHaUQ12bZBe8EJKYb2GV50YWNaP2uJiVQ5+7nXEVj1VN1UQtaEw==", + "license": "MIT" + }, + "node_modules/@azure/ms-rest-azure-js": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-2.0.1.tgz", + "integrity": "sha512-5e+A710O7gRFISoV4KI/ZyLQbKmjXxQZ1L8Z/sx7jSUQqmswjTnN4yyIZxs5JzfLVkobU0rXxbi5/LVzaI8QXQ==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-js": "^2.0.4", + "tslib": "^1.10.0" + } + }, + "node_modules/@azure/ms-rest-azure-js/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/ms-rest-js": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.0.7.tgz", + "integrity": "sha512-rQpNxDhyOIyS4E+4sUCBMvjrtbNwB32wH06cC2SFoQM4TR29bIKaTlIC1tMe0K07w9c5tNk/2uUHs6/ld/Z3+A==", + "license": "MIT", + "dependencies": { + "@types/node-fetch": "^2.3.7", + "@types/tunnel": "0.0.1", + "abort-controller": "^3.0.0", + "form-data": "^2.5.0", + "node-fetch": "^2.6.0", + "tough-cookie": "^3.0.1", + "tslib": "^1.10.0", + "tunnel": "0.0.6", + "uuid": "^3.3.2", + "xml2js": "^0.4.19" + } + }, + "node_modules/@azure/ms-rest-js/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/ms-rest-js/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@azure/ms-rest-js/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "license": "MIT", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@azure/ms-rest-nodeauth": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-nodeauth/-/ms-rest-nodeauth-2.0.5.tgz", + "integrity": "sha512-pS2NLW3TY4tPvHcF7QIW2xYoXrpEpodbz1oFCnWnTRw2w38reCq1OyktfLDBkpEUVTN+GrAA5ZgnX6PcZxvJeg==", + "license": "MIT", + "dependencies": { + "@azure/ms-rest-azure-env": "^2.0.0", + "@azure/ms-rest-js": "^1.8.13", + "adal-node": "^0.1.28" + } + }, + "node_modules/@azure/ms-rest-nodeauth/node_modules/@azure/ms-rest-js": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz", + "integrity": "sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ==", + "dependencies": { + "@azure/core-auth": "^1.1.4", + "axios": "^0.21.1", + "form-data": "^2.3.2", + "tough-cookie": "^2.4.3", + "tslib": "^1.9.2", + "tunnel": "0.0.6", + "uuid": "^3.2.1", + "xml2js": "^0.4.19" + } + }, + "node_modules/@azure/ms-rest-nodeauth/node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/@azure/ms-rest-nodeauth/node_modules/form-data": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/@azure/ms-rest-nodeauth/node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/@azure/ms-rest-nodeauth/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, + "node_modules/@azure/ms-rest-nodeauth/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/@azure/msal-browser": { + "version": "2.38.2", + "resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-2.38.2.tgz", + "integrity": "sha512-71BeIn2we6LIgMplwCSaMq5zAwmalyJR3jFcVOZxNVfQ1saBRwOD+P77nLs5vrRCedVKTq8RMFhIOdpMLNno0A==", + "license": "MIT", + "dependencies": { + "@azure/msal-common": "13.3.0" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@azure/msal-common": { + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.3.0.tgz", + "integrity": "sha512-/VFWTicjcJbrGp3yQP7A24xU95NiDMe23vxIU1U6qdRPFsprMDNUohMudclnd+WSHE4/McqkZs/nUU3sAKkVjg==", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@azure/msal-node": { + "version": "1.18.3", + "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.3.tgz", + "integrity": "sha512-lI1OsxNbS/gxRD4548Wyj22Dk8kS7eGMwD9GlBZvQmFV8FJUXoXySL1BiNzDsHUE96/DS/DHmA+F73p1Dkcktg==", + "license": "MIT", + "dependencies": { + "@azure/msal-common": "13.3.0", + "jsonwebtoken": "^9.0.0", + "uuid": "^8.3.0" + }, + "engines": { + "node": "10 || 12 || 14 || 16 || 18" + } + }, + "node_modules/@azure/storage-blob": { + "version": "12.5.0", + "resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.5.0.tgz", + "integrity": "sha512-DgoefgODst2IPkkQsNdhtYdyJgSsAZC1pEujO6aD5y7uFy5GnzhYliobSrp204jYRyK5XeJ9iiePmy/SPtTbLA==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-http": "^1.2.0", + "@azure/core-lro": "^1.0.2", + "@azure/core-paging": "^1.1.1", + "@azure/core-tracing": "1.0.0-preview.10", + "@azure/logger": "^1.0.0", + "@opentelemetry/api": "^0.10.2", + "events": "^3.0.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@azure/storage-blob/node_modules/@azure/core-lro": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3.tgz", + "integrity": "sha512-Py2crJ84qx1rXkzIwfKw5Ni4WJuzVU7KAF6i1yP3ce8fbynUeu8eEWS4JGtSQgU7xv02G55iPDROifmSDbxeHA==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-http": "^1.2.0", + "events": "^3.0.0", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@azure/storage-blob/node_modules/@azure/core-tracing": { + "version": "1.0.0-preview.10", + "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.10.tgz", + "integrity": "sha512-iIwjtMwQnsxB7cYkugMx+s4W1nfy3+pT/ceo+uW1fv4YDgYe84nh+QP0fEC9IH/3UATLSWbIBemdMHzk2APUrw==", + "license": "MIT", + "dependencies": { + "@opencensus/web-types": "0.0.7", + "@opentelemetry/api": "^0.10.2", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@azure/storage-queue": { + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@azure/storage-queue/-/storage-queue-12.4.0.tgz", + "integrity": "sha512-QG5yxb+O0nMoNEbWWkOSijF3uIlStmGKqEpwL+OKCj1oqIh8Aa//M96+id2+u6TYs345kMd77APhtf2Ab7YELA==", + "license": "MIT", + "dependencies": { + "@azure/abort-controller": "^1.0.0", + "@azure/core-http": "^1.2.0", + "@azure/core-paging": "^1.1.1", + "@azure/core-tracing": "1.0.0-preview.10", + "@azure/logger": "^1.0.0", + "@opentelemetry/api": "^0.10.2", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@azure/storage-queue/node_modules/@azure/core-tracing": { + "version": "1.0.0-preview.10", + "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.10.tgz", + "integrity": "sha512-iIwjtMwQnsxB7cYkugMx+s4W1nfy3+pT/ceo+uW1fv4YDgYe84nh+QP0fEC9IH/3UATLSWbIBemdMHzk2APUrw==", + "license": "MIT", + "dependencies": { + "@opencensus/web-types": "0.0.7", + "@opentelemetry/api": "^0.10.2", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/highlight": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", + "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.10.tgz", + "integrity": "sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.22.10", + "@babel/generator": "^7.22.10", + "@babel/helper-compilation-targets": "^7.22.10", + "@babel/helper-module-transforms": "^7.22.9", + "@babel/helpers": "^7.22.10", + "@babel/parser": "^7.22.10", + "@babel/template": "^7.22.5", + "@babel/traverse": "^7.22.10", + "@babel/types": "^7.22.10", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/@babel/code-frame": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.10.tgz", + "integrity": "sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/highlight": "^7.22.10", + "chalk": "^2.4.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/generator": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.10.tgz", + "integrity": "sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.22.10", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/helper-environment-visitor": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", + "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/helper-function-name": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", + "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.22.5", + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/helper-hoist-variables": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/helper-validator-identifier": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/highlight": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.10.tgz", + "integrity": "sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.22.5", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/parser": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.10.tgz", + "integrity": "sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==", + "dev": true, + "license": "MIT", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/template": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", + "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.22.5", + "@babel/parser": "^7.22.5", + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/traverse": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.10.tgz", + "integrity": "sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.22.10", + "@babel/generator": "^7.22.10", + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-function-name": "^7.22.5", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.22.10", + "@babel/types": "^7.22.10", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/types": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz", + "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.5", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/core/node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/core/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/core/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/core/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/core/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true, + "license": "MIT" + }, + "node_modules/@babel/core/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/core/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/generator": { + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz", + "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.18.2", + "@jridgewell/gen-mapping": "^0.3.0", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz", + "integrity": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.22.9", + "@babel/helper-validator-option": "^7.22.5", + "browserslist": "^4.21.9", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "license": "ISC" + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", + "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports/node_modules/@babel/helper-validator-identifier": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports/node_modules/@babel/types": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz", + "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.5", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz", + "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-simple-access": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-environment-visitor": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", + "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-validator-identifier": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms/node_modules/@babel/types": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz", + "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.5", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz", + "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access/node_modules/@babel/helper-validator-identifier": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access/node_modules/@babel/types": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz", + "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.5", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", + "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", + "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.10.tgz", + "integrity": "sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.22.5", + "@babel/traverse": "^7.22.10", + "@babel/types": "^7.22.10" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/code-frame": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.10.tgz", + "integrity": "sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/highlight": "^7.22.10", + "chalk": "^2.4.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/generator": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.10.tgz", + "integrity": "sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.22.10", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/helper-environment-visitor": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", + "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/helper-function-name": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", + "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.22.5", + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/helper-hoist-variables": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/helper-validator-identifier": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", + "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/highlight": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.10.tgz", + "integrity": "sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.22.5", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/parser": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.10.tgz", + "integrity": "sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==", + "dev": true, + "license": "MIT", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/template": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", + "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.22.5", + "@babel/parser": "^7.22.5", + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/traverse": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.10.tgz", + "integrity": "sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.22.10", + "@babel/generator": "^7.22.10", + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-function-name": "^7.22.5", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.22.10", + "@babel/types": "^7.22.10", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@babel/types": { + "version": "7.22.10", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz", + "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.5", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/helpers/node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/helpers/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/helpers/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/helpers/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/helpers/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true, + "license": "MIT" + }, + "node_modules/@babel/helpers/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/helpers/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz", + "integrity": "sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.16.7", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true, + "license": "MIT" + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/parser": { + "version": "7.18.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.5.tgz", + "integrity": "sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==", + "dev": true, + "license": "MIT", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz", + "integrity": "sha512-Gf2Yx/iRs1JREDtVZ56OrjjgFHCaldpTnuy9BHla10qyVT3YkIIGEtoDWhyop0ksu1GvNjHIoYRBqm3zoR1jyQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta/node_modules/@babel/helper-plugin-utils": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz", + "integrity": "sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", + "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/helper-plugin-utils": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", + "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.1.tgz", + "integrity": "sha512-XyHIFa9kdrgJS91CUH+ccPVTnJShr8nLGc5bG2IhGXv5p1Rd+8BleGE5yzIg2Nc1QZAdHDa0Qp4m6066OL96Iw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz", + "integrity": "sha512-uTd0OsHrpe3tH5gRPTxG8Voh99/WCU78vIm5NMRYPAqC8lR4vajt6KkCAknCHrx24vkPdd/05yfdGSB4EIY2mg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await/node_modules/@babel/helper-plugin-utils": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz", + "integrity": "sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.12.tgz", + "integrity": "sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.17.12" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/helper-plugin-utils": { + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz", + "integrity": "sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz", + "integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==", + "license": "MIT", + "dependencies": { + "regenerator-runtime": "^0.13.4" + } + }, + "node_modules/@babel/template": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.16.7", + "@babel/parser": "^7.16.7", + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.16.7", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz", + "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.21.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", + "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/js": { + "version": "8.47.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.47.0.tgz", + "integrity": "sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", + "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "license": "MIT", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz", + "integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz", + "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.6.2.tgz", + "integrity": "sha512-0N0yZof5hi44HAR2pPS+ikJ3nzKNoZdVu8FffRf3wy47I7Dm7etk/3KetMdRUqzVd16V4O2m2ISpNTbnIuqy1w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^29.6.2", + "jest-util": "^29.6.2", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/console/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jest/core": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.6.2.tgz", + "integrity": "sha512-Oj+5B+sDMiMWLhPFF+4/DvHOf+U10rgvCLGPHP8Xlsy/7QxS51aU/eBngudHlJXnaWD5EohAgJ4js+T6pa+zOg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/console": "^29.6.2", + "@jest/reporters": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^29.5.0", + "jest-config": "^29.6.2", + "jest-haste-map": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-regex-util": "^29.4.3", + "jest-resolve": "^29.6.2", + "jest-resolve-dependencies": "^29.6.2", + "jest-runner": "^29.6.2", + "jest-runtime": "^29.6.2", + "jest-snapshot": "^29.6.2", + "jest-util": "^29.6.2", + "jest-validate": "^29.6.2", + "jest-watcher": "^29.6.2", + "micromatch": "^4.0.4", + "pretty-format": "^29.6.2", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/core/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jest/environment": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.6.2.tgz", + "integrity": "sha512-AEcW43C7huGd/vogTddNNTDRpO6vQ2zaQNrttvWV18ArBx9Z56h7BIsXkNFJVOO4/kblWEQz30ckw0+L3izc+Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/fake-timers": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "jest-mock": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/environment/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jest/expect": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.6.2.tgz", + "integrity": "sha512-m6DrEJxVKjkELTVAztTLyS/7C92Y2b0VYqmDROYKLLALHn8T/04yPs70NADUYPrV3ruI+H3J0iUIuhkjp7vkfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "expect": "^29.6.2", + "jest-snapshot": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/expect-utils": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.6.2.tgz", + "integrity": "sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "jest-get-type": "^29.4.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/fake-timers": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.6.2.tgz", + "integrity": "sha512-euZDmIlWjm1Z0lJ1D0f7a0/y5Kh/koLFMUBE5SUYWrmy8oNhJpbTBDAP6CxKnadcMLDoDf4waRYCe35cH6G6PA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.1", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.6.2", + "jest-mock": "^29.6.2", + "jest-util": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/fake-timers/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jest/globals": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.2.tgz", + "integrity": "sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/environment": "^29.6.2", + "@jest/expect": "^29.6.2", + "@jest/types": "^29.6.1", + "jest-mock": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/reporters": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.6.2.tgz", + "integrity": "sha512-sWtijrvIav8LgfJZlrGCdN0nP2EWbakglJY49J1Y5QihcQLfy7ovyxxjJBRXMNltgt4uPtEcFmIMbVshEDfFWw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "@jridgewell/trace-mapping": "^0.3.18", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^29.6.2", + "jest-util": "^29.6.2", + "jest-worker": "^29.6.2", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "v8-to-istanbul": "^9.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/reporters/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jest/schemas": { + "version": "29.6.0", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.0.tgz", + "integrity": "sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@sinclair/typebox": "^0.27.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/source-map": { + "version": "29.6.0", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.0.tgz", + "integrity": "sha512-oA+I2SHHQGxDCZpbrsCQSoMLb3Bz547JnM+jUr9qEbuw0vQlWZfpPS7CO9J7XiwKicEz9OFn/IYoLkkiUD7bzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.18", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-result": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.6.2.tgz", + "integrity": "sha512-3VKFXzcV42EYhMCsJQURptSqnyjqCGbtLuX5Xxb6Pm6gUf1wIRIl+mandIRGJyWKgNKYF9cnstti6Ls5ekduqw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/console": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-sequencer": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.6.2.tgz", + "integrity": "sha512-GVYi6PfPwVejO7slw6IDO0qKVum5jtrJ3KoLGbgBWyr2qr4GaxFV6su+ZAjdTX75Sr1DkMFRk09r2ZVa+wtCGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/test-result": "^29.6.2", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.2", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.2.tgz", + "integrity": "sha512-ZqCqEISr58Ce3U+buNFJYUktLJZOggfyvR+bZMaiV1e8B1SIvJbwZMrYz3gx/KAPn9EXmOmN+uB08yLCjWkQQg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.1", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.2", + "jest-regex-util": "^29.4.3", + "jest-util": "^29.6.2", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jest/types": { + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.1.tgz", + "integrity": "sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.0", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/types/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", + "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz", + "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", + "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", + "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jupiterone/data-model": { + "version": "0.54.0", + "resolved": "https://registry.npmjs.org/@jupiterone/data-model/-/data-model-0.54.0.tgz", + "integrity": "sha512-cBFJT/q/UH40yOQsqAr1O75v64rnwC3bywDO81wWK+B0YbP+RCotzz/VFqgwNAhVb/QMCFuXhJk/ewaz704CoQ==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "ajv": "^8.0.0", + "ajv-formats": "^2.0.0" + } + }, + "node_modules/@jupiterone/data-model/node_modules/ajv": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.1.0.tgz", + "integrity": "sha512-B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@jupiterone/data-model/node_modules/ajv-formats": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.0.2.tgz", + "integrity": "sha512-Brah4Uo5/U8v76c6euTwtjVFFaVishwnJrQBYpev1JRh4vjA1F4HY3UzQez41YUCszUCXKagG8v6eVRBHV1gkw==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/@jupiterone/data-model/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jupiterone/integration-sdk-cli": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@jupiterone/integration-sdk-cli/-/integration-sdk-cli-11.0.3.tgz", + "integrity": "sha512-SmzO1oxV9oc1B0DH537h30NhsDy9Zsf7Ud7BdU1jPuN7SCqC2KMGq0YL2mGpiwDPS6yQON+zeB+1SVqVvvXplg==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "@jupiterone/data-model": "^0.54.0", + "@jupiterone/integration-sdk-core": "^11.0.3", + "@jupiterone/integration-sdk-runtime": "^11.0.3", + "chalk": "^4", + "commander": "^9.4.0", + "fs-extra": "^10.1.0", + "globby": "^11.0.0", + "inquirer-checkbox-plus-prompt": "^1.4.2", + "js-yaml": "^4.1.0", + "json-diff": "^0.5.4", + "lodash": "^4.17.19", + "markdown-table": "^2.0.0", + "neo4j-driver": "^4.3.3", + "plop": "^3.1.2", + "runtypes": "5.1.0", + "upath": "^1.2.0", + "url-exists": "^1.0.3" + }, + "bin": { + "j1-integration": "bin/j1-integration" + }, + "engines": { + "node": ">=18.0.0 <19.x" + } + }, + "node_modules/@jupiterone/integration-sdk-cli/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jupiterone/integration-sdk-cli/node_modules/commander": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", + "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || >=14" + } + }, + "node_modules/@jupiterone/integration-sdk-core": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@jupiterone/integration-sdk-core/-/integration-sdk-core-11.0.3.tgz", + "integrity": "sha512-vru1GwIq0l68JNO3paGSAESnYQ0mdx00AXNaU44/g73+pyXSyxDke49ziInZcJSP0Xv+z0/XeH89wf0DTZ6Pnw==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "@jupiterone/data-model": "^0.54.0", + "lodash": "^4.17.21" + }, + "engines": { + "node": ">=18.0.0 <19.x" + } + }, + "node_modules/@jupiterone/integration-sdk-dev-tools": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@jupiterone/integration-sdk-dev-tools/-/integration-sdk-dev-tools-11.0.3.tgz", + "integrity": "sha512-CgPbnu0d5JoMzImj/R05XTx+nDyxDtv1bjea18r8YNcrznJauEusHBCN3Vqw7AlRNayxpRynm3/aiMopBUG4RA==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "@jupiterone/integration-sdk-cli": "^11.0.3", + "@jupiterone/integration-sdk-testing": "^11.0.3", + "@types/jest": "^29.5.3", + "@types/node": "^18", + "@typescript-eslint/eslint-plugin": "^6.2.1", + "@typescript-eslint/parser": "^6.2.1", + "eslint": "^8.46.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-deprecation": "^1.5.0", + "eslint-plugin-jest": "^27.2.3", + "husky": "^4.2.5", + "jest": "^29.6.1", + "lint-staged": "^10.2.6", + "prettier": "^3.0.0", + "ts-jest": "^29.1.1", + "ts-node": "^9.1.1", + "typescript": "^5.1.6" + }, + "engines": { + "node": ">=18.0.0 <19.x" + } + }, + "node_modules/@jupiterone/integration-sdk-dev-tools/node_modules/@types/node": { + "version": "18.17.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.5.tgz", + "integrity": "sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jupiterone/integration-sdk-runtime": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-11.0.3.tgz", + "integrity": "sha512-6h3PSJbCBCAqMkt6JomAhs8F9oiHolkQBBB7bF4FiFpkRIGgACme3eNiufOF9rSuRpQQs3QRL5SAGMJh1BCVkg==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "@jupiterone/integration-sdk-core": "^11.0.3", + "@lifeomic/alpha": "^5.1.1", + "@lifeomic/attempt": "^3.0.3", + "async-sema": "^3.1.0", + "axios": "^0.27.0", + "bunyan": "^1.8.12", + "bunyan-format": "^0.2.1", + "dependency-graph": "^0.9.0", + "dotenv": "^8.2.0", + "dotenv-expand": "^5.1.0", + "get-folder-size": "^2.0.1", + "globby": "^11.0.0", + "lodash": "^4.17.15", + "p-map": "^4.0.0", + "p-queue": "^6.3.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": ">=18.0.0 <19.x" + } + }, + "node_modules/@jupiterone/integration-sdk-testing": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@jupiterone/integration-sdk-testing/-/integration-sdk-testing-11.0.3.tgz", + "integrity": "sha512-oU9bDvOuPEcVFhF4hcfvVXclx1oU1MWIb/aaDloEe2xdOvXyfC6cbB1M0RLsShNDqMIdg1BCB57ogLtAagxvZg==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "@jupiterone/integration-sdk-core": "^11.0.3", + "@jupiterone/integration-sdk-runtime": "^11.0.3", + "@pollyjs/adapter-node-http": "^6.0.5", + "@pollyjs/core": "^6.0.5", + "@pollyjs/persister-fs": "^6.0.5", + "deepmerge": "^4.2.2", + "lodash": "^4.17.15" + }, + "engines": { + "node": ">=18.0.0 <19.x" + } + }, + "node_modules/@lifeomic/alpha": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/@lifeomic/alpha/-/alpha-5.1.3.tgz", + "integrity": "sha512-Fg7gUu3lsjzf8T9Lmmtxigci/H9KfIb+vGyn3Kpy2SEqcbMnRCIoXXjIm5lELHzUfQ5I6opvv4bVlOgKiDRjhA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@aws-crypto/sha256-browser": "^2.0.1", + "@aws-sdk/abort-controller": "^3.110.0", + "@aws-sdk/client-lambda": "^3.118.1", + "@aws-sdk/credential-provider-node": "^3.121.0", + "@aws-sdk/node-http-handler": "^3.118.1", + "@aws-sdk/signature-v4": "^3.110.0", + "@aws-sdk/url-parser": "^3.357.0", + "@types/aws-lambda": "^8.10.101", + "lodash": "^4.17.21", + "nearley": "2", + "url-parse": "^1.5.10", + "uuid": "^8.3.2" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "axios": "0.24.x || 0.25.x || 0.26.x || 0.27.x" + } + }, + "node_modules/@lifeomic/alpha/node_modules/@aws-crypto/ie11-detection": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-2.0.2.tgz", + "integrity": "sha512-5XDMQY98gMAf/WRTic5G++jfmS/VLM0rwpiOpaainKi4L0nqWMSB1SzsrEG5rjFZGYN6ZAefO+/Yta2dFM0kMw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@lifeomic/alpha/node_modules/@aws-crypto/sha256-browser": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-2.0.2.tgz", + "integrity": "sha512-V7nEV6nKYHqiWVksjQ/BnIppDHrvALDrLoL9lsxvhn/iVo77L7zGLjR+/+nFFvqg/EUz/AJr7YnVGimf1e9X7Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/ie11-detection": "^2.0.2", + "@aws-crypto/sha256-js": "^2.0.2", + "@aws-crypto/supports-web-crypto": "^2.0.2", + "@aws-crypto/util": "^2.0.2", + "@aws-sdk/types": "^3.110.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@lifeomic/alpha/node_modules/@aws-crypto/sha256-js": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-2.0.2.tgz", + "integrity": "sha512-iXLdKH19qPmIC73fVCrHWCSYjN/sxaAvZ3jNNyw6FclmHyjLKg0f69WlC9KTnyElxCR5MO9SKaG00VwlJwyAkQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/util": "^2.0.2", + "@aws-sdk/types": "^3.110.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@lifeomic/alpha/node_modules/@aws-crypto/supports-web-crypto": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-2.0.2.tgz", + "integrity": "sha512-6mbSsLHwZ99CTOOswvCRP3C+VCWnzBf+1SnbWxzzJ9lR0mA0JnY2JEAhp8rqmTE0GPFy88rrM27ffgp62oErMQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@lifeomic/alpha/node_modules/@aws-crypto/util": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-2.0.2.tgz", + "integrity": "sha512-Lgu5v/0e/BcrZ5m/IWqzPUf3UYFTy/PpeED+uc9SWUR1iZQL8XXbGQg10UfllwwBryO3hFF5dizK+78aoXC1eA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "^3.110.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@lifeomic/alpha/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/@lifeomic/attempt": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@lifeomic/attempt/-/attempt-3.0.3.tgz", + "integrity": "sha512-GlM2AbzrErd/TmLL3E8hAHmb5Q7VhDJp35vIbyPVA5Rz55LZuRr8pwL3qrwwkVNo05gMX1J44gURKb4MHQZo7w==", + "license": "MIT" + }, + "node_modules/@microsoft/microsoft-graph-client": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-client/-/microsoft-graph-client-2.0.0.tgz", + "integrity": "sha512-njofq1RCCN41ZccJH6/akJWk64fl0k3Csvi1+WS4nKsuev0NqsnmmTYfSBC12GPLOHvZz6ygoGmvE6X8scKkdQ==", + "dependencies": { + "@babel/runtime": "^7.4.4", + "tslib": "^1.9.3" + } + }, + "node_modules/@microsoft/microsoft-graph-client/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "license": "0BSD" + }, + "node_modules/@microsoft/microsoft-graph-types": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-1.12.0.tgz", + "integrity": "sha512-8zrf0t959li+q5mOzJlfZo1ZBivlazpFSCvI5w+aP2rhCqnW2r8+8V1GwpBRfOrClju8TbVrb9heezOgswhc2g==", + "license": "MIT" + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", + "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.3", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz", + "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz", + "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.3", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@octokit/auth-token": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz", + "integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^6.0.3" + } + }, + "node_modules/@octokit/core": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", + "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/auth-token": "^2.4.4", + "@octokit/graphql": "^4.5.8", + "@octokit/request": "^5.6.3", + "@octokit/request-error": "^2.0.5", + "@octokit/types": "^6.0.3", + "before-after-hook": "^2.2.0", + "universal-user-agent": "^6.0.0" + } + }, + "node_modules/@octokit/endpoint": { + "version": "6.0.12", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz", + "integrity": "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^6.0.3", + "is-plain-object": "^5.0.0", + "universal-user-agent": "^6.0.0" + } + }, + "node_modules/@octokit/graphql": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz", + "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/request": "^5.6.0", + "@octokit/types": "^6.0.3", + "universal-user-agent": "^6.0.0" + } + }, + "node_modules/@octokit/openapi-types": { + "version": "12.11.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz", + "integrity": "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@octokit/plugin-enterprise-compatibility": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-1.3.0.tgz", + "integrity": "sha512-h34sMGdEOER/OKrZJ55v26ntdHb9OPfR1fwOx6Q4qYyyhWA104o11h9tFxnS/l41gED6WEI41Vu2G2zHDVC5lQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/request-error": "^2.1.0", + "@octokit/types": "^6.0.3" + } + }, + "node_modules/@octokit/plugin-paginate-rest": { + "version": "2.21.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz", + "integrity": "sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^6.40.0" + }, + "peerDependencies": { + "@octokit/core": ">=2" + } + }, + "node_modules/@octokit/plugin-request-log": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz", + "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "@octokit/core": ">=3" + } + }, + "node_modules/@octokit/plugin-rest-endpoint-methods": { + "version": "5.16.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz", + "integrity": "sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^6.39.0", + "deprecation": "^2.3.1" + }, + "peerDependencies": { + "@octokit/core": ">=3" + } + }, + "node_modules/@octokit/plugin-retry": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz", + "integrity": "sha512-r+fArdP5+TG6l1Rv/C9hVoty6tldw6cE2pRHNGmFPdyfrc696R6JjrQ3d7HdVqGwuzfyrcaLAKD7K8TX8aehUQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^6.0.3", + "bottleneck": "^2.15.3" + } + }, + "node_modules/@octokit/plugin-throttling": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.7.0.tgz", + "integrity": "sha512-qrKT1Yl/KuwGSC6/oHpLBot3ooC9rq0/ryDYBCpkRtoj+R8T47xTMDT6Tk2CxWopFota/8Pi/2SqArqwC0JPow==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^6.0.1", + "bottleneck": "^2.15.3" + }, + "peerDependencies": { + "@octokit/core": "^3.5.0" + } + }, + "node_modules/@octokit/request": { + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz", + "integrity": "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/endpoint": "^6.0.1", + "@octokit/request-error": "^2.1.0", + "@octokit/types": "^6.16.1", + "is-plain-object": "^5.0.0", + "node-fetch": "^2.6.7", + "universal-user-agent": "^6.0.0" + } + }, + "node_modules/@octokit/request-error": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz", + "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/types": "^6.0.3", + "deprecation": "^2.0.0", + "once": "^1.4.0" + } + }, + "node_modules/@octokit/request/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/@octokit/rest": { + "version": "18.12.0", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz", + "integrity": "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/core": "^3.5.1", + "@octokit/plugin-paginate-rest": "^2.16.8", + "@octokit/plugin-request-log": "^1.0.4", + "@octokit/plugin-rest-endpoint-methods": "^5.12.0" + } + }, + "node_modules/@octokit/types": { + "version": "6.41.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz", + "integrity": "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@octokit/openapi-types": "^12.11.0" + } + }, + "node_modules/@opencensus/web-types": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@opencensus/web-types/-/web-types-0.0.7.tgz", + "integrity": "sha512-xB+w7ZDAu3YBzqH44rCmG9/RlrOmFuDPt/bpf17eJr8eZSrLt7nc7LnWdxM9Mmoj/YKMHpxRg28txu3TcpiL+g==", + "license": "Apache-2.0", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/@opentelemetry/api": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-0.10.2.tgz", + "integrity": "sha512-GtpMGd6vkzDMYcpu2t9LlhEgMy/SzBwRnz48EejlRArYqZzqSzAsKmegUK7zHgl+EOIaK9mKHhnRaQu3qw20cA==", + "license": "Apache-2.0", + "dependencies": { + "@opentelemetry/context-base": "^0.10.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@opentelemetry/context-base": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/@opentelemetry/context-base/-/context-base-0.10.2.tgz", + "integrity": "sha512-hZNKjKOYsckoOEgBziGMnBcX0M7EtstnCmwz5jZUOUYwlZ+/xxX6z3jPu1XVO2Jivk0eLfuP9GP+vFD49CMetw==", + "license": "Apache-2.0", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@pollyjs/adapter": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@pollyjs/adapter/-/adapter-6.0.4.tgz", + "integrity": "sha512-xiAdK+ZBABWpXvUVdcgvZpGI0drix8uy6KFWZr3pVvzKWfr6VyKObd6J6alxA8LG/kQ3BL350fIDia8UIcvwrw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@pollyjs/utils": "^6.0.1" + } + }, + "node_modules/@pollyjs/adapter-node-http": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/@pollyjs/adapter-node-http/-/adapter-node-http-6.0.5.tgz", + "integrity": "sha512-/8xa5OHwumQ06P1PzMcePYxalxyRR4jA3ZdsXpLSSVn8xaC0S95X7WGtFk/1F/HhHWq/3tZaOQo2rFLtprGiwg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@pollyjs/adapter": "^6.0.4", + "@pollyjs/utils": "^6.0.1", + "lodash-es": "^4.17.21", + "nock": "^13.2.1" + } + }, + "node_modules/@pollyjs/core": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/@pollyjs/core/-/core-6.0.5.tgz", + "integrity": "sha512-LwKj20QT+VtDTv3HslK1KseTnNP04J8giz71W8RmwjYDSC5PRQvqcY3t86xd9xgVgbfN29in9ZYjAotqsmbyOw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@pollyjs/utils": "^6.0.1", + "@sindresorhus/fnv1a": "^2.0.1", + "blueimp-md5": "^2.19.0", + "fast-json-stable-stringify": "^2.1.0", + "is-absolute-url": "^3.0.3", + "lodash-es": "^4.17.21", + "loglevel": "^1.8.0", + "route-recognizer": "^0.3.4", + "slugify": "^1.6.3" + } + }, + "node_modules/@pollyjs/node-server": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@pollyjs/node-server/-/node-server-6.0.1.tgz", + "integrity": "sha512-R4WyrcOMRf9t4h2MSAooLlijKchDFXHil5XnVe51OBFe3Ib/8/jo+iMmIENTZE1EP6it9HW00Df93jjZ0XT+Og==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@pollyjs/utils": "^6.0.1", + "body-parser": "^1.19.0", + "cors": "^2.8.5", + "express": "^4.17.1", + "fs-extra": "^10.0.0", + "http-graceful-shutdown": "^3.1.5", + "morgan": "^1.10.0", + "nocache": "^3.0.1" + } + }, + "node_modules/@pollyjs/persister": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/@pollyjs/persister/-/persister-6.0.5.tgz", + "integrity": "sha512-J2zvzJb3XPDran9HzWh/Ng6GRrIPRt3DnqRygbfqP9do6B2unqGlIxqMdqXzuqylJ49k2soEC+haWpdW2cQ9mg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@pollyjs/utils": "^6.0.1", + "@types/set-cookie-parser": "^2.4.1", + "bowser": "^2.4.0", + "fast-json-stable-stringify": "^2.1.0", + "lodash-es": "^4.17.21", + "set-cookie-parser": "^2.4.8", + "utf8-byte-length": "^1.0.4" + } + }, + "node_modules/@pollyjs/persister-fs": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/@pollyjs/persister-fs/-/persister-fs-6.0.5.tgz", + "integrity": "sha512-+zEuPNDoVwA89X/LnmW6l/4LkJXHnZrk/Wyj3ShXLb6sS05LXEThgpriJWLIHh68hPZnqlB4lXsYGjczORiJHw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@pollyjs/node-server": "^6.0.1", + "@pollyjs/persister": "^6.0.5" + } + }, + "node_modules/@pollyjs/utils": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@pollyjs/utils/-/utils-6.0.1.tgz", + "integrity": "sha512-vTdtYhZs/HcBQM3Po85BDmuOpjMwvuQPkSdd9Cd4lUSc8HEO4d52dljtmwlwW83zVuQvlEu5xFIZJUYhX8HxLA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "qs": "^6.10.1", + "url-parse": "^1.5.3" + } + }, + "node_modules/@pollyjs/utils/node_modules/qs": { + "version": "6.10.5", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz", + "integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@sinclair/typebox": { + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@sindresorhus/fnv1a": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sindresorhus/fnv1a/-/fnv1a-2.0.1.tgz", + "integrity": "sha512-suq9tRQ6bkpMukTG5K5z0sPWB7t0zExMzZCdmYm6xTSSIm/yCKNm7VCL36wVeyTsFr597/UhU1OAYdHGMDiHrw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/@sinonjs/commons": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/@sinonjs/fake-timers": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } + }, + "node_modules/@smithy/abort-controller": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-1.1.0.tgz", + "integrity": "sha512-5imgGUlZL4dW4YWdMYAKLmal9ny/tlenM81QZY7xYyb76z9Z/QOg7oM5Ak9HQl8QfFTlGVWwcMXl+54jroRgEQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^1.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/abort-controller/node_modules/@smithy/types": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.2.0.tgz", + "integrity": "sha512-z1r00TvBqF3dh4aHhya7nz1HhvCg4TRmw51fjMrh5do3h+ngSstt/yKlNbHeb9QxJmFbmN8KEVSWgb1bRvfEoA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/config-resolver": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.0.3.tgz", + "integrity": "sha512-E+fsc6BOzFOc6U6y9ogRH8Pw2HF1NVW14AAYy7l3OTXYWuYxHb/fzDZaA0FvD/dXyFoMy7AV1rYZsGzD4bMKzw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "@smithy/util-config-provider": "^2.0.0", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/credential-provider-imds": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.0.3.tgz", + "integrity": "sha512-2e85iLgSuiGQ8BBFkot88kuv6sT5DHvkDO8FDvGwNunn2ybf24HhEkaWCMxK4pUeHtnA2dMa3hZbtfmJ7KJQig==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/node-config-provider": "^2.0.3", + "@smithy/property-provider": "^2.0.3", + "@smithy/types": "^2.2.0", + "@smithy/url-parser": "^2.0.3", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/eventstream-codec": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.0.3.tgz", + "integrity": "sha512-3l/uKZBsV/6uMe2qXvh1C8ut/w6JHKgy7ic7N2QPR1SSuNWKNQBX0iVBqJpPtQz0UDeQYM4cNmwDBX+hw74EEw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/crc32": "3.0.0", + "@smithy/types": "^2.2.0", + "@smithy/util-hex-encoding": "^2.0.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/eventstream-serde-browser": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-2.0.3.tgz", + "integrity": "sha512-RwQeTFnc6nOP6iGjdnMFgDG8QtneHKptrVZxjc+be4KIoXGPyF3QAourxnrClxTl+MACXYUaCg6bWCozqfHMOw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/eventstream-serde-universal": "^2.0.3", + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-config-resolver": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-2.0.3.tgz", + "integrity": "sha512-J8QzPnarBiJaPw5DBsZ5O2GHjfPHhCmKV5iVzdcAFt0PD81UWNL9HMwAKx99mY5WWPCaFKvb1yBeN2g/v4uA2w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-node": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-node/-/eventstream-serde-node-2.0.3.tgz", + "integrity": "sha512-085r0AHMhwVF99rlAy8RVMhXMkxay4SdSwRdDUIe4MXQ6r2957BVpm3BcoxRpjcGgnoCldRc9tCRa0TclvUS5w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/eventstream-serde-universal": "^2.0.3", + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/eventstream-serde-universal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-2.0.3.tgz", + "integrity": "sha512-51nLy47MmU9Nb4dwlwsmP1XJViP72kuLtIqTeDeRSe5Ah4xfSP/df11roEhzUmE/rUYEkErj64RHkseeuFkCgg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/eventstream-codec": "^2.0.3", + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/fetch-http-handler": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.0.3.tgz", + "integrity": "sha512-0if2hyn+tDkyK9Tg1bXpo3IMUaezz/FKlaUTwTey3m87hF8gb7a0nKaST4NURE2eUVimViGCB7SH3/i4wFXALg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/protocol-http": "^2.0.3", + "@smithy/querystring-builder": "^2.0.3", + "@smithy/types": "^2.2.0", + "@smithy/util-base64": "^2.0.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/hash-node": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.0.3.tgz", + "integrity": "sha512-wtN9eiRKEiryXrPbWQ7Acu0D3Uk65+PowtTqOslViMZNcKNlYHsxOP1S9rb2klnzA3yY1WSPO1tG78pjhRlvrQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "@smithy/util-buffer-from": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/invalid-dependency": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.0.3.tgz", + "integrity": "sha512-GtmVXD/s+OZlFG1o3HfUI55aBJZXX5/iznAQkgjRGf8prYoO8GvSZLDWHXJp91arybaJxYd133oJORGf4YxGAg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/is-array-buffer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-1.1.0.tgz", + "integrity": "sha512-twpQ/n+3OWZJ7Z+xu43MJErmhB/WO/mMTnqR6PwWQShvSJ/emx5d1N59LQZk6ZpTAeuRWrc+eHhkzTp9NFjNRQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-content-length": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.0.3.tgz", + "integrity": "sha512-2FiZ5vu2+iMRL8XWNaREUqqNHjtBubaY9Jb2b3huZ9EbgrXsJfCszK6PPidHTLe+B4T7AISqdF4ZSp9VPXuelg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/protocol-http": "^2.0.3", + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-endpoint": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.0.3.tgz", + "integrity": "sha512-gNleUHhu5OKk/nrA6WbpLUk/Wk2hcyCvaw7sZiKMazs+zdzWb0kYzynRf675uCWolbvlw9BvkrVaSJo5TRz+Mg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/middleware-serde": "^2.0.3", + "@smithy/types": "^2.2.0", + "@smithy/url-parser": "^2.0.3", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-retry": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.0.3.tgz", + "integrity": "sha512-BpfaUwgOh8LpWP/x6KBb5IdBmd5+tEpTKIjDt7LWi3IVOYmRX5DjQo1eCEUqlKS1nxws/T7+/IyzvgBq8gF9rw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/protocol-http": "^2.0.3", + "@smithy/service-error-classification": "^2.0.0", + "@smithy/types": "^2.2.0", + "@smithy/util-middleware": "^2.0.0", + "@smithy/util-retry": "^2.0.0", + "tslib": "^2.5.0", + "uuid": "^8.3.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-serde": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.0.3.tgz", + "integrity": "sha512-5BxuOKL7pXqesvtunniDlvYQXVr7UJEF5nFVoK6+5chf5wplLA8IZWAn3NUcGq/f1u01w2m2q7atCoA6ftRLKA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-stack": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.0.0.tgz", + "integrity": "sha512-31XC1xNF65nlbc16yuh3wwTudmqs6qy4EseQUGF8A/p2m/5wdd/cnXJqpniy/XvXVwkHPz/GwV36HqzHtIKATQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/node-config-provider": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.0.3.tgz", + "integrity": "sha512-dYSVxOQMqtdmSOBW/J4RPvSYE4KKdGLgFHDJQGNsGo1d3y9IoNLwE32lT7doWwV0ryntlm4QZZwhfb3gISrTtA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/property-provider": "^2.0.3", + "@smithy/shared-ini-file-loader": "^2.0.3", + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/node-http-handler": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.0.3.tgz", + "integrity": "sha512-wUO78aa0VVJVz54Lr1Nw6FYnkatbvh2saHgkT8fdtNWc7I/osaPMUJnRkBmTZZ5w+BIQ1rvr9dbGyYBTlRg2+Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/abort-controller": "^2.0.3", + "@smithy/protocol-http": "^2.0.3", + "@smithy/querystring-builder": "^2.0.3", + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.3.tgz", + "integrity": "sha512-LbQ4fdsVuQC3/18Z/uia5wnk9fk8ikfHl3laYCEGhboEMJ/6oVk3zhydqljMxBCftHGUv7yUrTnZ6EAQhOf+PA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/property-provider": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.3.tgz", + "integrity": "sha512-SHV1SINUNysJ5HyPrMLHLkdofgalk9+5FnQCB/985hqcUxstN616hPZ7ngOjLpdhKp0yu1ul/esE9Gd4qh1tgg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/protocol-http": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-2.0.3.tgz", + "integrity": "sha512-yzBYloviSLOwo2RT62vBRCPtk8mc/O2RMJfynEahbX8ZnduHpKaajvx3IuGubhamIbesi7M5HBVecDehBnlb9Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/querystring-builder": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.3.tgz", + "integrity": "sha512-HPSviVgGj9FT4jPdprkfSGF3nhFzpQMST1hOC1Oh6eaRB2KTQCsOZmS7U4IqGErVPafe6f/yRa1DV73B5gO50w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "@smithy/util-uri-escape": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/querystring-builder/node_modules/@smithy/util-uri-escape": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz", + "integrity": "sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/querystring-parser": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.0.3.tgz", + "integrity": "sha512-AaiZ2osstDbmOTz5uY+96o0G1E7k1U7dCYrNT8FFcyffdhScTzG7fXr12f5peie2W0XFu2Ub+b6tQwFuZwPoBA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/service-error-classification": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.0.0.tgz", + "integrity": "sha512-2z5Nafy1O0cTf69wKyNjGW/sNVMiqDnb4jgwfMG8ye8KnFJ5qmJpDccwIbJNhXIfbsxTg9SEec2oe1cexhMJvw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/shared-ini-file-loader": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.0.3.tgz", + "integrity": "sha512-1Vgco3K0rN5YG2OStoS2zUrBzdcFqgqp475rGdag206PCh7AHzmVSGXL6OpWPAqZl29WUqXfMP8tHOLG0H6vkA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/signature-v4": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-1.1.0.tgz", + "integrity": "sha512-fDo3m7YqXBs7neciOePPd/X9LPm5QLlDMdIC4m1H6dgNLnXfLMFNIxEfPyohGA8VW9Wn4X8lygnPSGxDZSmp0Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/eventstream-codec": "^1.1.0", + "@smithy/is-array-buffer": "^1.1.0", + "@smithy/types": "^1.2.0", + "@smithy/util-hex-encoding": "^1.1.0", + "@smithy/util-middleware": "^1.1.0", + "@smithy/util-uri-escape": "^1.1.0", + "@smithy/util-utf8": "^1.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/signature-v4/node_modules/@smithy/eventstream-codec": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-1.1.0.tgz", + "integrity": "sha512-3tEbUb8t8an226jKB6V/Q2XU/J53lCwCzULuBPEaF4JjSh+FlCMp7TmogE/Aij5J9DwlsZ4VAD/IRDuQ/0ZtMw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/crc32": "3.0.0", + "@smithy/types": "^1.2.0", + "@smithy/util-hex-encoding": "^1.1.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/signature-v4/node_modules/@smithy/types": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-1.2.0.tgz", + "integrity": "sha512-z1r00TvBqF3dh4aHhya7nz1HhvCg4TRmw51fjMrh5do3h+ngSstt/yKlNbHeb9QxJmFbmN8KEVSWgb1bRvfEoA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/signature-v4/node_modules/@smithy/util-buffer-from": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-1.1.0.tgz", + "integrity": "sha512-9m6NXE0ww+ra5HKHCHig20T+FAwxBAm7DIdwc/767uGWbRcY720ybgPacQNB96JMOI7xVr/CDa3oMzKmW4a+kw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/is-array-buffer": "^1.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/signature-v4/node_modules/@smithy/util-hex-encoding": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-1.1.0.tgz", + "integrity": "sha512-7UtIE9eH0u41zpB60Jzr0oNCQ3hMJUabMcKRUVjmyHTXiWDE4vjSqN6qlih7rCNeKGbioS7f/y2Jgym4QZcKFg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/signature-v4/node_modules/@smithy/util-middleware": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-1.1.0.tgz", + "integrity": "sha512-6hhckcBqVgjWAqLy2vqlPZ3rfxLDhFWEmM7oLh2POGvsi7j0tHkbN7w4DFhuBExVJAbJ/qqxqZdRY6Fu7/OezQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/signature-v4/node_modules/@smithy/util-utf8": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-1.1.0.tgz", + "integrity": "sha512-p/MYV+JmqmPyjdgyN2UxAeYDj9cBqCjp0C/NsTWnnjoZUVqoeZ6IrW915L9CAKWVECgv9lVQGc4u/yz26/bI1A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/util-buffer-from": "^1.1.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/smithy-client": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.0.3.tgz", + "integrity": "sha512-YP0HakPOJgvX2wvPEAGH9GB3NfuQE8CmBhR13bWtqWuIErmJnInTiSQcLSc0QiXHclH/8Qlq+qjKCR7N/4wvtQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/middleware-stack": "^2.0.0", + "@smithy/types": "^2.2.0", + "@smithy/util-stream": "^2.0.3", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/types": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.2.0.tgz", + "integrity": "sha512-Ahpt9KvD0mWeWiyaGo5EBE7KOByLl3jl4CD9Ps/r8qySgzVzo/4qsa+vvstOU3ZEriALmrPqUKIhqHt0Rn+m6g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/url-parser": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.0.3.tgz", + "integrity": "sha512-O7NlbDL4kh+th6qwtL7wNRcPCuOXFRWJzWKywfB/Nv56N1F8KiK0KbPn1z7MU5du/0LgjAMvhkg0mVDyiMCnqw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/querystring-parser": "^2.0.3", + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/util-base64": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.0.0.tgz", + "integrity": "sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/util-buffer-from": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-body-length-browser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.0.0.tgz", + "integrity": "sha512-JdDuS4ircJt+FDnaQj88TzZY3+njZ6O+D3uakS32f2VNnDo3vyEuNdBOh/oFd8Df1zSZOuH1HEChk2AOYDezZg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/util-body-length-node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.0.0.tgz", + "integrity": "sha512-ZV7Z/WHTMxHJe/xL/56qZwSUcl63/5aaPAGjkfynJm4poILjdD4GmFI+V+YWabh2WJIjwTKZ5PNsuvPQKt93Mg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-buffer-from": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.0.0.tgz", + "integrity": "sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/is-array-buffer": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-buffer-from/node_modules/@smithy/is-array-buffer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.0.0.tgz", + "integrity": "sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-config-provider": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.0.0.tgz", + "integrity": "sha512-xCQ6UapcIWKxXHEU4Mcs2s7LcFQRiU3XEluM2WcCjjBtQkUN71Tb+ydGmJFPxMUrW/GWMgQEEGipLym4XG0jZg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-browser": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.3.tgz", + "integrity": "sha512-t9cirP55wYeSfDjjvPHSjNiuZj3wc9W3W3fjLXaVzuKKlKX98B9Vj7QM9WHJnFjJdsrYEwolLA8GVdqZeHOkHg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/property-provider": "^2.0.3", + "@smithy/types": "^2.2.0", + "bowser": "^2.11.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-node": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.3.tgz", + "integrity": "sha512-Gca+fL0h+tl8cbvoLDMWCVzs1CL4jWLWvz/I6MCYZzaEAKkmd1qO4kPzBeGaI6hGA/IbrlWCFg7L+MTPzLwzfg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/config-resolver": "^2.0.3", + "@smithy/credential-provider-imds": "^2.0.3", + "@smithy/node-config-provider": "^2.0.3", + "@smithy/property-provider": "^2.0.3", + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-hex-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.0.0.tgz", + "integrity": "sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-middleware": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.0.0.tgz", + "integrity": "sha512-eCWX4ECuDHn1wuyyDdGdUWnT4OGyIzV0LN1xRttBFMPI9Ff/4heSHVxneyiMtOB//zpXWCha1/SWHJOZstG7kA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-retry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.0.0.tgz", + "integrity": "sha512-/dvJ8afrElasuiiIttRJeoS2sy8YXpksQwiM/TcepqdRVp7u4ejd9C4IQURHNjlfPUT7Y6lCDSa2zQJbdHhVTg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/service-error-classification": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/@smithy/util-stream": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.0.3.tgz", + "integrity": "sha512-+8n2vIyp6o9KHGey0PoGatcDthwVb7C/EzWfqojXrHhZOXy6l+hnWlfoF8zVerKYH2CUtravdJKRTy7vdkOXfQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/fetch-http-handler": "^2.0.3", + "@smithy/node-http-handler": "^2.0.3", + "@smithy/types": "^2.2.0", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-buffer-from": "^2.0.0", + "@smithy/util-hex-encoding": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-uri-escape": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-1.1.0.tgz", + "integrity": "sha512-/jL/V1xdVRt5XppwiaEU8Etp5WHZj609n0xMTuehmCqdoOFbId1M+aEeDWZsQ+8JbEB/BJ6ynY2SlYmOaKtt8w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-utf8": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.0.0.tgz", + "integrity": "sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/util-buffer-from": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-waiter": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-2.0.3.tgz", + "integrity": "sha512-3/Fzqoyecvh4cNvcHQDl1GznskXjGc9uZ8N6aoaPCKfsctgZad/J13xg8WC1UXc3PwKocHtuUvz0dRFDLaBppQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/abort-controller": "^2.0.3", + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.3.tgz", + "integrity": "sha512-LbQ4fdsVuQC3/18Z/uia5wnk9fk8ikfHl3laYCEGhboEMJ/6oVk3zhydqljMxBCftHGUv7yUrTnZ6EAQhOf+PA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@smithy/types": "^2.2.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@types/aws-lambda": { + "version": "8.10.119", + "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.119.tgz", + "integrity": "sha512-Vqm22aZrCvCd6I5g1SvpW151jfqwTzEZ7XJ3yZ6xaZG31nUEOEyzzVImjRcsN8Wi/QyPxId/x8GTtgIbsy8kEw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/babel__core": { + "version": "7.1.19", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", + "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.1.tgz", + "integrity": "sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz", + "integrity": "sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.12.tgz", + "integrity": "sha512-t4CoEokHTfcyfb4hUaF9oOHu9RmmNWnm1CP0YmMqOOfClKascOmvlEM736vlqeScuGvBDsHkf8R2INd4DWreQA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.3.0" + } + }, + "node_modules/@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/command-line-args": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.0.tgz", + "integrity": "sha512-UuKzKpJJ/Ief6ufIaIzr3A/0XnluX7RvFgwkV89Yzvm77wCh1kFaFmqN8XEnGcN62EuHdedQjEMb8mYxFLGPyA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/command-line-usage": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.2.tgz", + "integrity": "sha512-n7RlEEJ+4x4TS7ZQddTmNSxP+zziEG0TNsMfiRIxcIVXt71ENJ9ojeXmGO3wPoTdn7pJcU2xc3CJYMktNT6DPg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/fined": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/fined/-/fined-1.1.3.tgz", + "integrity": "sha512-CWYnSRnun3CGbt6taXeVo2lCbuaj4mchVJ4UF/BdU5TSuIn3AmS13pGMwCsBUoehGbhZrBrpNJZSZI5EVilXww==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", + "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/graceful-fs/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/inquirer": { + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.6.tgz", + "integrity": "sha512-3uT88kxg8lNzY8ay2ZjP44DKcRaTGztqeIvN2zHvhzIBH/uAPaL75aBtdNRKbA7xXoMbBt5kX0M00VKAnfOYlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/through": "*", + "rxjs": "^7.2.0" + } + }, + "node_modules/@types/inquirer/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz", + "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz", + "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/jest": { + "version": "29.5.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz", + "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "expect": "^29.0.0", + "pretty-format": "^29.0.0" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.12", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", + "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/liftoff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/liftoff/-/liftoff-4.0.0.tgz", + "integrity": "sha512-Ny/PJkO6nxWAQnaet8q/oWz15lrfwvdvBpuY4treB0CSsBO1CG0fVuNLngR3m3bepQLd+E4c3Y3DlC2okpUvPw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/fined": "*", + "@types/node": "*" + } + }, + "node_modules/@types/liftoff/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/lodash": { + "version": "4.14.155", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.155.tgz", + "integrity": "sha512-vEcX7S7aPhsBCivxMwAANQburHBtfN9RdyXFk84IJmu2Z4Hkg1tOFgaslRiEqqvoLtbCBi6ika1EMspE+NZ9Lg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/lodash.map": { + "version": "4.6.13", + "resolved": "https://registry.npmjs.org/@types/lodash.map/-/lodash.map-4.6.13.tgz", + "integrity": "sha512-kppRBzlpuvQQsr7R2nv/DDDZds8fglRFNAK70WUOkOC18KOcuQ22oQF9Kgy5Z2v/eDNkBm0ltrT6FThSkuWwow==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/lodash": "*" + } + }, + "node_modules/@types/lodash.snakecase": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/lodash.snakecase/-/lodash.snakecase-4.1.6.tgz", + "integrity": "sha512-qGTf27ncTRUhSwvxD0hzYFmelmTrzEBGvBigrLyx6PRN1rKuy0ZEK+A3X3QnW7k+CwEjIJeAM6XBN4Ay6F03IQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/lodash": "*" + } + }, + "node_modules/@types/node": { + "version": "13.13.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.12.tgz", + "integrity": "sha512-zWz/8NEPxoXNT9YyF2osqyA9WjssZukYpgI4UYZpOjcyqwIUqWGkcCionaEb9Ki+FULyPyvNFpg/329Kd2/pbw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/node-fetch": { + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.7.tgz", + "integrity": "sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "form-data": "^3.0.0" + } + }, + "node_modules/@types/node-fetch/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "license": "MIT" + }, + "node_modules/@types/node-fetch/node_modules/form-data": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz", + "integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/semver": { + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", + "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/set-cookie-parser": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@types/set-cookie-parser/-/set-cookie-parser-2.4.2.tgz", + "integrity": "sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/set-cookie-parser/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/stack-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/through": { + "version": "0.0.30", + "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz", + "integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/through/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/tunnel": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@types/tunnel/-/tunnel-0.0.1.tgz", + "integrity": "sha512-AOqu6bQu5MSWwYvehMXLukFHnupHrpZ8nvgae5Ggie9UwzDR1CCwoXgSSWNZJuyOlCdfdsWMA5F2LlmvyoTv8A==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/tunnel/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "license": "MIT" + }, + "node_modules/@types/uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz", + "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.0.tgz", + "integrity": "sha512-62o2Hmc7Gs3p8SLfbXcipjWAa6qk2wZGChXG2JbBtYpwSRmti/9KHLqfbLs9uDigOexG+3PaQ9G2g3201FWLKg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/regexpp": "^4.5.1", + "@typescript-eslint/scope-manager": "6.4.0", + "@typescript-eslint/type-utils": "6.4.0", + "@typescript-eslint/utils": "6.4.0", + "@typescript-eslint/visitor-keys": "6.4.0", + "debug": "^4.3.4", + "graphemer": "^1.4.0", + "ignore": "^5.2.4", + "natural-compare": "^1.4.0", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha", + "eslint": "^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.4.0.tgz", + "integrity": "sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "@typescript-eslint/scope-manager": "6.4.0", + "@typescript-eslint/types": "6.4.0", + "@typescript-eslint/typescript-estree": "6.4.0", + "@typescript-eslint/visitor-keys": "6.4.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.4.0.tgz", + "integrity": "sha512-TUS7vaKkPWDVvl7GDNHFQMsMruD+zhkd3SdVW0d7b+7Zo+bd/hXJQ8nsiUZMi1jloWo6c9qt3B7Sqo+flC1nig==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "6.4.0", + "@typescript-eslint/visitor-keys": "6.4.0" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.4.0.tgz", + "integrity": "sha512-TvqrUFFyGY0cX3WgDHcdl2/mMCWCDv/0thTtx/ODMY1QhEiyFtv/OlLaNIiYLwRpAxAtOLOY9SUf1H3Q3dlwAg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/typescript-estree": "6.4.0", + "@typescript-eslint/utils": "6.4.0", + "debug": "^4.3.4", + "ts-api-utils": "^1.0.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/types": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.4.0.tgz", + "integrity": "sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.0.tgz", + "integrity": "sha512-iDPJArf/K2sxvjOR6skeUCNgHR/tCQXBsa+ee1/clRKr3olZjZ/dSkXPZjG6YkPtnW6p5D1egeEPMCW6Gn4yLA==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "@typescript-eslint/types": "6.4.0", + "@typescript-eslint/visitor-keys": "6.4.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.4.0.tgz", + "integrity": "sha512-BvvwryBQpECPGo8PwF/y/q+yacg8Hn/2XS+DqL/oRsOPK+RPt29h5Ui5dqOKHDlbXrAeHUTnyG3wZA0KTDxRZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.4.0", + "@types/json-schema": "^7.0.12", + "@types/semver": "^7.5.0", + "@typescript-eslint/scope-manager": "6.4.0", + "@typescript-eslint/types": "6.4.0", + "@typescript-eslint/typescript-estree": "6.4.0", + "semver": "^7.5.4" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.0.tgz", + "integrity": "sha512-yJSfyT+uJm+JRDWYRYdCm2i+pmvXJSMtPR9Cq5/XQs4QIgNoLcoRtDdzsLbLsFM/c6um6ohQkg/MLxWvoIndJA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "6.4.0", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "license": "MIT", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "dev": true, + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/adal-node": { + "version": "0.1.28", + "resolved": "https://registry.npmjs.org/adal-node/-/adal-node-0.1.28.tgz", + "integrity": "sha1-RoxLs+u9lrEnBmn0ucuk4AZepIU=", + "license": "Apache-2.0", + "dependencies": { + "@types/node": "^8.0.47", + "async": ">=0.6.0", + "date-utils": "*", + "jws": "3.x.x", + "request": ">= 2.52.0", + "underscore": ">= 1.3.1", + "uuid": "^3.1.0", + "xmldom": ">= 0.1.x", + "xpath.js": "~1.1.0" + }, + "engines": { + "node": ">= 0.6.15" + } + }, + "node_modules/adal-node/node_modules/@types/node": { + "version": "8.10.61", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.61.tgz", + "integrity": "sha512-l+zSbvT8TPRaCxL1l9cwHCb0tSqGAGcjPJFItGGYat5oCTiq1uQQKYg5m7AF1mgnEBzFXGLJ2LRmNjtreRX76Q==", + "license": "MIT" + }, + "node_modules/adal-node/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "license": "MIT", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", + "dev": true, + "license": "MIT", + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz", + "integrity": "sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.11.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-escapes/node_modules/type-fest": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz", + "integrity": "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/ansicolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz", + "integrity": "sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=", + "dev": true, + "license": "MIT" + }, + "node_modules/ansistyles": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/ansistyles/-/ansistyles-0.1.3.tgz", + "integrity": "sha1-XeYEFb2gcbs3EnhUyGT0GyMlRTk=", + "dev": true, + "license": "MIT" + }, + "node_modules/anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "dev": true, + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true, + "license": "MIT" + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "license": "Python-2.0" + }, + "node_modules/array-back": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", + "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/array-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", + "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", + "dev": true, + "license": "MIT" + }, + "node_modules/array-slice": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", + "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "license": "MIT", + "dependencies": { + "safer-buffer": "~2.1.0" + } + }, + "node_modules/assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/async": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==", + "license": "MIT" + }, + "node_modules/async-sema": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.0.tgz", + "integrity": "sha512-+JpRq3r0zjpRLDruS6q/nC4V5tzsaiu07521677Mdi5i+AkaU/aNJH38rYHJVQ4zvz+SSkjgc8FUI7qIZrR+3g==", + "dev": true, + "license": "MIT" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "license": "MIT" + }, + "node_modules/author-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz", + "integrity": "sha512-KbWgR8wOYRAPekEmMXrYYdc7BRyhn2Ftk7KWfMUnQ43hFdojWEFRxhhRUm3/OFEdPa1r0KAvTTg9YQK57xTe0g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/auto": { + "version": "10.37.4", + "resolved": "https://registry.npmjs.org/auto/-/auto-10.37.4.tgz", + "integrity": "sha512-chspNHfy17DFOPwLbT74xU+fD0NXhtLpWnKZjoLjHUKp0+ZNJSM9jrBHq2ExB4EAP3UXlFVDG+BzrkgZoYLzCw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@auto-it/core": "10.37.4", + "@auto-it/npm": "10.37.4", + "@auto-it/released": "10.37.4", + "@auto-it/version-file": "10.37.4", + "await-to-js": "^3.0.0", + "chalk": "^4.0.0", + "command-line-application": "^0.10.1", + "endent": "^2.1.0", + "module-alias": "^2.2.2", + "signale": "^1.4.0", + "terminal-link": "^2.1.1", + "tslib": "2.1.0" + }, + "bin": { + "auto": "dist/bin/auto.js" + }, + "engines": { + "node": ">=10.x" + } + }, + "node_modules/auto/node_modules/tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==", + "dev": true, + "license": "0BSD" + }, + "node_modules/await-to-js": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/await-to-js/-/await-to-js-3.0.0.tgz", + "integrity": "sha512-zJAaP9zxTcvTHRlejau3ZOY4V7SRpiByf3/dxx2uyKxxor19tpmpV2QRsTKikckwhaPmr2dVpxxMr7jOCYVp5g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "license": "Apache-2.0", + "engines": { + "node": "*" + } + }, + "node_modules/aws4": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz", + "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==", + "license": "MIT" + }, + "node_modules/axios": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", + "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.14.9", + "form-data": "^4.0.0" + } + }, + "node_modules/babel-jest": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.6.2.tgz", + "integrity": "sha512-BYCzImLos6J3BH/+HvUCHG1dTf2MzmAB4jaVxHV+29RZLjR29XuYTmsf2sdDwkrb+FczkGo3kOhE7ga6sI0P4A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/transform": "^29.6.2", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.5.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz", + "integrity": "sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-jest": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz", + "integrity": "sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==", + "dev": true, + "license": "MIT", + "dependencies": { + "babel-plugin-jest-hoist": "^29.5.0", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true, + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/basic-auth/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "license": "MIT" + }, + "node_modules/bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "license": "BSD-3-Clause", + "dependencies": { + "tweetnacl": "^0.14.3" + } + }, + "node_modules/before-after-hook": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz", + "integrity": "sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/bl": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz", + "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer": "^6.0.3", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/blueimp-md5": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz", + "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==", + "dev": true, + "license": "MIT" + }, + "node_modules/body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "dev": true, + "license": "MIT", + "dependencies": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true, + "license": "MIT" + }, + "node_modules/bottleneck": { + "version": "2.19.5", + "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", + "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", + "dev": true, + "license": "MIT" + }, + "node_modules/bowser": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", + "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==", + "dev": true, + "license": "MIT" + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.21.10", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", + "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "caniuse-lite": "^1.0.30001517", + "electron-to-chromium": "^1.4.477", + "node-releases": "^2.0.13", + "update-browserslist-db": "^1.0.11" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bs-logger": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", + "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-json-stable-stringify": "2.x" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=", + "license": "BSD-3-Clause" + }, + "node_modules/buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true, + "license": "MIT" + }, + "node_modules/bunyan": { + "version": "1.8.14", + "resolved": "https://registry.npmjs.org/bunyan/-/bunyan-1.8.14.tgz", + "integrity": "sha512-LlahJUxXzZLuw/hetUQJmRgZ1LF6+cr5TPpRj6jf327AsiIq2jhYEH4oqUUkVKTor+9w2BT3oxVwhzE5lw9tcg==", + "dev": true, + "engines": [ + "node >=0.10.0" + ], + "license": "MIT", + "bin": { + "bunyan": "bin/bunyan" + }, + "optionalDependencies": { + "dtrace-provider": "~0.8", + "moment": "^2.19.3", + "mv": "~2", + "safe-json-stringify": "~1" + } + }, + "node_modules/bunyan-format": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/bunyan-format/-/bunyan-format-0.2.1.tgz", + "integrity": "sha1-pLOw2ABwqGUnlBcmnj8A/wL7y0c=", + "dev": true, + "license": "MIT", + "dependencies": { + "ansicolors": "~0.2.1", + "ansistyles": "~0.1.1", + "xtend": "~2.1.1" + } + }, + "node_modules/bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001520", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001520.tgz", + "integrity": "sha512-tahF5O9EiiTzwTUqAeFjIZbn4Dnqxzz7ktrgGlMYNLH43Ul26IgTMH/zvL3DG0lZxBYnlT04axvInszUsZULdA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/capital-case": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz", + "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==", + "dev": true, + "license": "MIT", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3", + "upper-case-first": "^2.0.2" + } + }, + "node_modules/caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "license": "Apache-2.0" + }, + "node_modules/chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/change-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz", + "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "camel-case": "^4.1.2", + "capital-case": "^1.0.4", + "constant-case": "^3.0.4", + "dot-case": "^3.0.4", + "header-case": "^2.0.4", + "no-case": "^3.0.4", + "param-case": "^3.0.4", + "pascal-case": "^3.1.2", + "path-case": "^3.0.4", + "sentence-case": "^3.0.4", + "snake-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true, + "license": "MIT" + }, + "node_modules/ci-info": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.1.tgz", + "integrity": "sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg==", + "dev": true, + "license": "MIT" + }, + "node_modules/cjs-module-lexer": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", + "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==", + "dev": true, + "license": "MIT" + }, + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/cli-color": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-0.1.7.tgz", + "integrity": "sha1-rcMgD6RxzCEbDaf1ZrcemLnWc0c=", + "dev": true, + "dependencies": { + "es5-ext": "0.8.x" + }, + "engines": { + "node": ">=0.1.103" + } + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz", + "integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-truncate": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", + "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", + "dev": true, + "license": "MIT", + "dependencies": { + "slice-ansi": "^3.0.0", + "string-width": "^4.2.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 10" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true, + "license": "MIT", + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", + "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==", + "dev": true, + "license": "MIT" + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/command-line-application": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/command-line-application/-/command-line-application-0.10.1.tgz", + "integrity": "sha512-PWZ4nRkz09MbBRocqEe/Fil3RjTaMNqw0didl1n/i3flDcw/vecVfvsw3r+ZHhGs4BOuW7sk3cEYSdfM3Wv5/Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/command-line-args": "^5.0.0", + "@types/command-line-usage": "^5.0.1", + "chalk": "^2.4.1", + "command-line-args": "^5.1.1", + "command-line-usage": "^6.0.0", + "meant": "^1.0.1", + "remove-markdown": "^0.3.0", + "tslib": "1.10.0" + } + }, + "node_modules/command-line-application/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/command-line-application/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/command-line-application/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/command-line-application/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true, + "license": "MIT" + }, + "node_modules/command-line-application/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/command-line-application/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/command-line-application/node_modules/tslib": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", + "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/command-line-args": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.1.tgz", + "integrity": "sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-back": "^3.1.0", + "find-replace": "^3.0.0", + "lodash.camelcase": "^4.3.0", + "typical": "^4.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/command-line-args/node_modules/typical": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", + "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/command-line-usage": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.3.tgz", + "integrity": "sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-back": "^4.0.2", + "chalk": "^2.4.2", + "table-layout": "^1.0.2", + "typical": "^5.2.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/command-line-usage/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/command-line-usage/node_modules/array-back": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz", + "integrity": "sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/command-line-usage/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/command-line-usage/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/command-line-usage/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true, + "license": "MIT" + }, + "node_modules/command-line-usage/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/command-line-usage/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/commander": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/compare-versions": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz", + "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==", + "dev": true, + "license": "MIT" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true, + "license": "MIT" + }, + "node_modules/constant-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz", + "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3", + "upper-case": "^2.0.2" + } + }, + "node_modules/content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-disposition/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "license": "MIT" + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/convert-source-map/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "license": "MIT" + }, + "node_modules/cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "dev": true, + "license": "MIT" + }, + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "license": "MIT" + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "dev": true, + "license": "MIT", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/cross-fetch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz", + "integrity": "sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw==", + "license": "MIT", + "dependencies": { + "node-fetch": "2.6.0", + "whatwg-fetch": "3.0.0" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "license": "MIT", + "dependencies": { + "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/date-fns": { + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.24.0.tgz", + "integrity": "sha512-6ujwvwgPID6zbI0o7UbURi2vlLDR9uP26+tW6Lg+Ji3w7dd0i3DOcjcClLjLPranT60SSEFBwdSyYwn/ZkPIuw==", + "license": "MIT", + "engines": { + "node": ">=0.11" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/date-fns" + } + }, + "node_modules/date-utils": { + "version": "1.2.21", + "resolved": "https://registry.npmjs.org/date-utils/-/date-utils-1.2.21.tgz", + "integrity": "sha1-YfsWzcEnSzyayq/+n8ad+HIKK2Q=", + "license": "MIT", + "engines": { + "node": ">0.4.0" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=", + "dev": true, + "license": "MIT" + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "dev": true, + "license": "MIT" + }, + "node_modules/deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/del": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", + "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", + "dev": true, + "license": "MIT", + "dependencies": { + "globby": "^11.0.1", + "graceful-fs": "^4.2.4", + "is-glob": "^4.0.1", + "is-path-cwd": "^2.2.0", + "is-path-inside": "^3.0.2", + "p-map": "^4.0.0", + "rimraf": "^3.0.2", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/del/node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/dependency-graph": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.9.0.tgz", + "integrity": "sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/deprecation": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", + "dev": true, + "license": "MIT" + }, + "node_modules/detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/diff-sequences": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz", + "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/difflib": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/difflib/-/difflib-0.2.4.tgz", + "integrity": "sha1-teMDYabbAjF21WKJLbhZQKcY9H4=", + "dev": true, + "dependencies": { + "heap": ">= 0.2.0" + } + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/discontinuous-range": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz", + "integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=", + "dev": true, + "license": "MIT" + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "license": "MIT", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/dotenv": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz", + "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=8" + } + }, + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/dreamopt": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/dreamopt/-/dreamopt-0.6.0.tgz", + "integrity": "sha1-2BPM2sjTnYrVJndVFKE92mZNa0s=", + "dev": true, + "dependencies": { + "wordwrap": ">=0.0.2" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/dtrace-provider": { + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.8.8.tgz", + "integrity": "sha512-b7Z7cNtHPhH9EJhNNbbeqTcXB8LGFFZhq1PGgEvpeHlzd36bhbdTWoE/Ba/YguqpBSlAPKnARWhVlhunCMwfxg==", + "dev": true, + "hasInstallScript": true, + "license": "BSD-2-Clause", + "optional": true, + "dependencies": { + "nan": "^2.14.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "license": "MIT", + "dependencies": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "license": "Apache-2.0", + "dependencies": { + "safe-buffer": "^5.0.1" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", + "dev": true, + "license": "MIT" + }, + "node_modules/electron-to-chromium": { + "version": "1.4.491", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.491.tgz", + "integrity": "sha512-ZzPqGKghdVzlQJ+qpfE+r6EB321zed7e5JsvHIlMM4zPFF8okXUkF5Of7h7F3l3cltPL0rG7YVmlp5Qro7RQLA==", + "dev": true, + "license": "ISC" + }, + "node_modules/emittery": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/endent": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/endent/-/endent-2.1.0.tgz", + "integrity": "sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==", + "dev": true, + "license": "MIT", + "dependencies": { + "dedent": "^0.7.0", + "fast-json-parse": "^1.0.3", + "objectorarray": "^1.0.5" + } + }, + "node_modules/enquirer": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.5.tgz", + "integrity": "sha512-BNT1C08P9XD0vNg3J475yIUG+mVdp9T6towYFHUv897X0KoHBjB1shyrNmhmtHWKP17iSWgo7Gqh7BBuzLZMSA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-colors": "^3.2.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/env-ci": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-5.5.0.tgz", + "integrity": "sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "execa": "^5.0.0", + "fromentries": "^1.3.2", + "java-properties": "^1.0.0" + }, + "engines": { + "node": ">=10.17" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es5-ext": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.8.2.tgz", + "integrity": "sha1-q6jZ4ZQ6iVrJaDemKjmz9V7NlKs=", + "dev": true, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", + "dev": true, + "license": "MIT" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "8.47.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.47.0.tgz", + "integrity": "sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "^8.47.0", + "@humanwhocodes/config-array": "^0.11.10", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-config-prettier": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", + "dev": true, + "license": "MIT", + "bin": { + "eslint-config-prettier": "bin/cli.js" + }, + "peerDependencies": { + "eslint": ">=7.0.0" + } + }, + "node_modules/eslint-plugin-deprecation": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.6.0.tgz", + "integrity": "sha512-rld+Vrneh/NXRtDB0vQifOvgUy0HJYoejaxWlVnsk/LK7iij2tCWQIFcCKG4uzQb+Ef86bDke39w1lh4wnon4Q==", + "dev": true, + "license": "LGPL-3.0-or-later", + "dependencies": { + "@typescript-eslint/utils": "^6.0.0", + "tslib": "^2.3.1", + "tsutils": "^3.21.0" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0", + "typescript": "^4.2.4 || ^5.0.0" + } + }, + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/scope-manager": { + "version": "6.7.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz", + "integrity": "sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "6.7.4", + "@typescript-eslint/visitor-keys": "6.7.4" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/types": { + "version": "6.7.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.4.tgz", + "integrity": "sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/typescript-estree": { + "version": "6.7.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz", + "integrity": "sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "@typescript-eslint/types": "6.7.4", + "@typescript-eslint/visitor-keys": "6.7.4", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/utils": { + "version": "6.7.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.7.4.tgz", + "integrity": "sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.4.0", + "@types/json-schema": "^7.0.12", + "@types/semver": "^7.5.0", + "@typescript-eslint/scope-manager": "6.7.4", + "@typescript-eslint/types": "6.7.4", + "@typescript-eslint/typescript-estree": "6.7.4", + "semver": "^7.5.4" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + } + }, + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/visitor-keys": { + "version": "6.7.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz", + "integrity": "sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "6.7.4", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-jest": { + "version": "27.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz", + "integrity": "sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/utils": "^5.10.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", + "eslint": "^7.0.0 || ^8.0.0", + "jest": "*" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + }, + "jest": { + "optional": true + } + } + }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", + "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/types": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", + "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", + "eslint-scope": "^5.1.1", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "5.62.0", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/eslint-plugin-jest/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/eslint-plugin-jest/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/eslint/node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/eslint/node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.21.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", + "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/eslint/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "license": "BSD-2-Clause", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz", + "integrity": "sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/events": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", + "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==", + "license": "MIT", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/execa/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/execa/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==", + "dev": true, + "license": "MIT", + "dependencies": { + "homedir-polyfill": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expect": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.6.2.tgz", + "integrity": "sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/expect-utils": "^29.6.2", + "@types/node": "*", + "jest-get-type": "^29.4.3", + "jest-matcher-utils": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-util": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/expect/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true, + "license": "MIT" + }, + "node_modules/express/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true, + "license": "MIT" + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "license": "MIT" + }, + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "license": "MIT", + "dependencies": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "engines": [ + "node >=0.6.0" + ], + "license": "MIT" + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" + }, + "node_modules/fast-glob": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz", + "integrity": "sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.0", + "merge2": "^1.3.0", + "micromatch": "^4.0.2", + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fast-json-parse": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fast-json-parse/-/fast-json-parse-1.0.3.tgz", + "integrity": "sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "license": "MIT" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-xml-parser": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "dev": true, + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, + "node_modules/fastq": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz", + "integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==", + "dev": true, + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fb-watchman": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", + "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "bser": "2.1.1" + } + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true, + "license": "MIT" + }, + "node_modules/find-replace": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz", + "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-back": "^3.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-versions": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz", + "integrity": "sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver-regex": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/findup-sync": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-5.0.0.tgz", + "integrity": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.3", + "micromatch": "^4.0.4", + "resolve-dir": "^1.0.1" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/fined": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fined/-/fined-2.0.0.tgz", + "integrity": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==", + "dev": true, + "license": "MIT", + "dependencies": { + "expand-tilde": "^2.0.2", + "is-plain-object": "^5.0.0", + "object.defaults": "^1.1.0", + "object.pick": "^1.3.0", + "parse-filepath": "^1.0.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/flagged-respawn": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-2.0.0.tgz", + "integrity": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "license": "MIT", + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.1.1.tgz", + "integrity": "sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==", + "dev": true, + "license": "ISC" + }, + "node_modules/follow-redirects": { + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/for-own": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", + "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==", + "dev": true, + "license": "MIT", + "dependencies": { + "for-in": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "license": "Apache-2.0", + "engines": { + "node": "*" + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fp-ts": { + "version": "2.12.3", + "resolved": "https://registry.npmjs.org/fp-ts/-/fp-ts-2.12.3.tgz", + "integrity": "sha512-8m0XvW8kZbfnJOA4NvSVXu95mLbPf4LQGwQyqVukIYS4KzSNJiyKSmuZUmbVHteUi6MGkAJGPb0goPZqI+Tsqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fromentries": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz", + "integrity": "sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true, + "license": "ISC" + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true, + "license": "MIT" + }, + "node_modules/gar": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/gar/-/gar-1.0.4.tgz", + "integrity": "sha512-w4n9cPWyP7aHxKxYHFQMegj7WIAsL/YX/C4Bs5Rr8s1H9M1rNtRWRsw+ovYMkXDQ5S4ZbYHsHAPmevPjPgw44w==", + "dev": true, + "license": "MIT" + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-folder-size": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/get-folder-size/-/get-folder-size-2.0.1.tgz", + "integrity": "sha512-+CEb+GDCM7tkOS2wdMKTn9vU7DgnKUTuDlehkNJKNSovdCOVxs14OfKCk4cvSaR3za4gj+OBdl9opPN9xrJ0zA==", + "dev": true, + "license": "MIT", + "dependencies": { + "gar": "^1.0.4", + "tiny-each-async": "2.0.3" + }, + "bin": { + "get-folder-size": "bin/get-folder-size" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-monorepo-packages": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-monorepo-packages/-/get-monorepo-packages-1.2.0.tgz", + "integrity": "sha512-aDP6tH+eM3EuVSp3YyCutOcFS4Y9AhRRH9FAd+cjtR/g63Hx+DCXdKoP1ViRPUJz5wm+BOEXB4FhoffGHxJ7jQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "globby": "^7.1.1", + "load-json-file": "^4.0.0" + } + }, + "node_modules/get-monorepo-packages/node_modules/array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-uniq": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/get-monorepo-packages/node_modules/dir-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-type": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/get-monorepo-packages/node_modules/globby": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", + "integrity": "sha512-yANWAN2DUcBtuus5Cpd+SKROzXHs2iVXFZt/Ykrfz6SAXqacLX25NZpltE+39ceMexYF4TtEadjuSTw8+3wX4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-union": "^1.0.1", + "dir-glob": "^2.0.0", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/get-monorepo-packages/node_modules/ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", + "dev": true, + "license": "MIT" + }, + "node_modules/get-monorepo-packages/node_modules/path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dev": true, + "license": "MIT", + "dependencies": { + "pify": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/get-monorepo-packages/node_modules/slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", + "dev": true, + "license": "ISC" + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "license": "MIT", + "dependencies": { + "assert-plus": "^1.0.0" + } + }, + "node_modules/gitlog": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/gitlog/-/gitlog-4.0.4.tgz", + "integrity": "sha512-jeY2kO7CVyTa6cUM7ZD2ZxIyBkna1xvW2esV/3o8tbhiUneX1UBQCH4D9aMrHgGiohBjyXbuZogyjKXslnY5Yg==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "debug": "^4.1.1", + "tslib": "^1.14.1" + }, + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/gitlog/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true, + "license": "0BSD" + }, + "node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dev": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "dev": true, + "license": "MIT", + "dependencies": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==", + "dev": true, + "license": "MIT", + "dependencies": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/global-prefix/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globby/node_modules/fast-glob": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true, + "license": "ISC" + }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true, + "license": "MIT" + }, + "node_modules/handlebars": { + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.5", + "neo-async": "^2.6.2", + "source-map": "^0.6.1", + "wordwrap": "^1.0.0" + }, + "bin": { + "handlebars": "bin/handlebars" + }, + "engines": { + "node": ">=0.4.7" + }, + "optionalDependencies": { + "uglify-js": "^3.1.4" + } + }, + "node_modules/har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "license": "ISC", + "engines": { + "node": ">=4" + } + }, + "node_modules/har-validator": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "license": "MIT", + "dependencies": { + "ajv": "^6.5.5", + "har-schema": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/header-case": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz", + "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "capital-case": "^1.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/heap": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/heap/-/heap-0.2.6.tgz", + "integrity": "sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw=", + "dev": true + }, + "node_modules/homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "parse-passwd": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true, + "license": "MIT" + }, + "node_modules/http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "dev": true, + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/http-errors/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true, + "license": "ISC" + }, + "node_modules/http-graceful-shutdown": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/http-graceful-shutdown/-/http-graceful-shutdown-3.1.7.tgz", + "integrity": "sha512-00tmCsvemcZLfhii3sB7sfoUjvTzhg/WdOzVI7WEt2Vai9h1ybzSoEhJeQIck8gCz8pt/4YMXWPjGZxe+KukTA==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/http-proxy-agent/node_modules/agent-base": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", + "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "license": "MIT", + "dependencies": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + }, + "engines": { + "node": ">=0.8", + "npm": ">=1.3.7" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "dev": true, + "license": "MIT", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/husky": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.5.tgz", + "integrity": "sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.0.0", + "ci-info": "^2.0.0", + "compare-versions": "^3.6.0", + "cosmiconfig": "^6.0.0", + "find-versions": "^3.2.0", + "opencollective-postinstall": "^2.0.2", + "pkg-dir": "^4.2.0", + "please-upgrade-node": "^3.2.0", + "slash": "^3.0.0", + "which-pm-runs": "^1.0.0" + }, + "bin": { + "husky-run": "bin/run.js", + "husky-upgrade": "lib/upgrader/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/husky" + } + }, + "node_modules/husky/node_modules/ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz", + "integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==", + "dev": true, + "license": "MIT", + "dependencies": { + "import-from": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/import-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz", + "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/import-local": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz", + "integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==", + "dev": true, + "license": "MIT", + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true, + "license": "ISC" + }, + "node_modules/inquirer": { + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz", + "integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.1", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.21", + "mute-stream": "0.0.8", + "ora": "^5.4.1", + "run-async": "^2.4.0", + "rxjs": "^7.5.5", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6", + "wrap-ansi": "^6.0.1" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/inquirer-checkbox-plus-prompt": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/inquirer-checkbox-plus-prompt/-/inquirer-checkbox-plus-prompt-1.4.2.tgz", + "integrity": "sha512-W8/NL9x5A81Oq9ZfbYW5c1LuwtAhc/oB/u9YZZejna0pqrajj27XhnUHygJV0Vn5TvcDy1VJcD2Ld9kTk40dvg==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "4.1.2", + "cli-cursor": "^3.1.0", + "figures": "^3.0.0", + "lodash": "^4.17.5", + "rxjs": "^6.6.7" + }, + "peerDependencies": { + "inquirer": "< 9.x" + } + }, + "node_modules/inquirer-checkbox-plus-prompt/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/inquirer/node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/inquirer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/inquirer/node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/inquirer/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/install": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", + "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/interpret": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/io-ts": { + "version": "2.2.18", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.18.tgz", + "integrity": "sha512-3JxUUzRtPQPs5sOwB7pW0+Xb54nOzqA6M1sRB1hwgsRmkWMeGTjtOrCynGTJhIj+mBLUj2S37DAq2+BrPh9kTQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "fp-ts": "^2.5.0" + } + }, + "node_modules/ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-relative": "^1.0.0", + "is-windows": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true, + "license": "MIT" + }, + "node_modules/is-core-module": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-interactive": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz", + "integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-unc-path": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "license": "MIT" + }, + "node_modules/is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "unc-path-regex": "^0.1.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "license": "MIT", + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isbinaryfile": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", + "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/gjtorikian/" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true, + "license": "ISC" + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "license": "MIT" + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz", + "integrity": "sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument/node_modules/istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz", + "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", + "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/java-properties": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", + "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/jest": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.2.tgz", + "integrity": "sha512-8eQg2mqFbaP7CwfsTpCxQ+sHzw1WuNWL5UUvjnWP4hx2riGz9fPSzYOaU5q8/GqWn1TfgZIVTqYJygbGbWAANg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/core": "^29.6.2", + "@jest/types": "^29.6.1", + "import-local": "^3.0.2", + "jest-cli": "^29.6.2" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-changed-files": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz", + "integrity": "sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==", + "dev": true, + "license": "MIT", + "dependencies": { + "execa": "^5.0.0", + "p-limit": "^3.1.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-circus": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.6.2.tgz", + "integrity": "sha512-G9mN+KOYIUe2sB9kpJkO9Bk18J4dTDArNFPwoZ7WKHKel55eKIS/u2bLthxgojwlf9NLCVQfgzM/WsOVvoC6Fw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/environment": "^29.6.2", + "@jest/expect": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^1.0.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^29.6.2", + "jest-matcher-utils": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-runtime": "^29.6.2", + "jest-snapshot": "^29.6.2", + "jest-util": "^29.6.2", + "p-limit": "^3.1.0", + "pretty-format": "^29.6.2", + "pure-rand": "^6.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-circus/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-circus/node_modules/dedent": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", + "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "babel-plugin-macros": "^3.1.0" + }, + "peerDependenciesMeta": { + "babel-plugin-macros": { + "optional": true + } + } + }, + "node_modules/jest-cli": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.6.2.tgz", + "integrity": "sha512-TT6O247v6dCEX2UGHGyflMpxhnrL0DNqP2fRTKYm3nJJpCTfXX3GCMQPGFjXDoj0i5/Blp3jriKXFgdfmbYB6Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/core": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/types": "^29.6.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^29.6.2", + "jest-util": "^29.6.2", + "jest-validate": "^29.6.2", + "prompts": "^2.0.1", + "yargs": "^17.3.1" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-config": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.6.2.tgz", + "integrity": "sha512-VxwFOC8gkiJbuodG9CPtMRjBUNZEHxwfQXmIudSTzFWxaci3Qub1ddTRbFNQlD/zUeaifLndh/eDccFX4wCMQw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.6.2", + "@jest/types": "^29.6.1", + "babel-jest": "^29.6.2", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.6.2", + "jest-environment-node": "^29.6.2", + "jest-get-type": "^29.4.3", + "jest-regex-util": "^29.4.3", + "jest-resolve": "^29.6.2", + "jest-runner": "^29.6.2", + "jest-util": "^29.6.2", + "jest-validate": "^29.6.2", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.6.2", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@types/node": "*", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/jest-config/node_modules/@types/node": { + "version": "14.0.13", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true + }, + "node_modules/jest-config/node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-diff": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.6.2.tgz", + "integrity": "sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "^29.4.3", + "jest-get-type": "^29.4.3", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-docblock": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.4.3.tgz", + "integrity": "sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "detect-newline": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.6.2.tgz", + "integrity": "sha512-MsrsqA0Ia99cIpABBc3izS1ZYoYfhIy0NNWqPSE0YXbQjwchyt6B1HD2khzyPe1WiJA7hbxXy77ZoUQxn8UlSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.1", + "chalk": "^4.0.0", + "jest-get-type": "^29.4.3", + "jest-util": "^29.6.2", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-environment-node": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.6.2.tgz", + "integrity": "sha512-YGdFeZ3T9a+/612c5mTQIllvWkddPbYcN2v95ZH24oWMbGA4GGS2XdIF92QMhUhvrjjuQWYgUGW2zawOyH63MQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/environment": "^29.6.2", + "@jest/fake-timers": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "jest-mock": "^29.6.2", + "jest-util": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-environment-node/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-get-type": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz", + "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.2.tgz", + "integrity": "sha512-+51XleTDAAysvU8rT6AnS1ZJ+WHVNqhj1k6nTvN2PYP+HjU3kqlaKQ1Lnw3NYW3bm2r8vq82X0Z1nDDHZMzHVA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.1", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.4.3", + "jest-util": "^29.6.2", + "jest-worker": "^29.6.2", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-haste-map/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-leak-detector": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.6.2.tgz", + "integrity": "sha512-aNqYhfp5uYEO3tdWMb2bfWv6f0b4I0LOxVRpnRLAeque2uqOVVMLh6khnTcE2qJ5wAKop0HcreM1btoysD6bPQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "jest-get-type": "^29.4.3", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.6.2.tgz", + "integrity": "sha512-4LiAk3hSSobtomeIAzFTe+N8kL6z0JtF3n6I4fg29iIW7tt99R7ZcIFW34QkX+DuVrf+CUe6wuVOpm7ZKFJzZQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.0.0", + "jest-diff": "^29.6.2", + "jest-get-type": "^29.4.3", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-message-util": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.6.2.tgz", + "integrity": "sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^29.6.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^29.6.2", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-mock": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.6.2.tgz", + "integrity": "sha512-hoSv3lb3byzdKfwqCuT6uTscan471GUECqgNYykg6ob0yiAw3zYc7OrPnI9Qv8Wwoa4lC7AZ9hyS4AiIx5U2zg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.1", + "@types/node": "*", + "jest-util": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-mock/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-pnp-resolver": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", + "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "jest-resolve": "*" + }, + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } + } + }, + "node_modules/jest-regex-util": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz", + "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.2.tgz", + "integrity": "sha512-G/iQUvZWI5e3SMFssc4ug4dH0aZiZpsDq9o1PtXTV1210Ztyb2+w+ZgQkB3iOiC5SmAEzJBOHWz6Hvrd+QnNPw==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.2", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.2", + "jest-validate": "^29.6.2", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve-dependencies": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.6.2.tgz", + "integrity": "sha512-LGqjDWxg2fuQQm7ypDxduLu/m4+4Lb4gczc13v51VMZbVP5tSBILqVx8qfWcsdP8f0G7aIqByIALDB0R93yL+w==", + "dev": true, + "license": "MIT", + "dependencies": { + "jest-regex-util": "^29.4.3", + "jest-snapshot": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.6.2.tgz", + "integrity": "sha512-wXOT/a0EspYgfMiYHxwGLPCZfC0c38MivAlb2lMEAlwHINKemrttu1uSbcGbfDV31sFaPWnWJPmb2qXM8pqZ4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/console": "^29.6.2", + "@jest/environment": "^29.6.2", + "@jest/test-result": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^29.4.3", + "jest-environment-node": "^29.6.2", + "jest-haste-map": "^29.6.2", + "jest-leak-detector": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-resolve": "^29.6.2", + "jest-runtime": "^29.6.2", + "jest-util": "^29.6.2", + "jest-watcher": "^29.6.2", + "jest-worker": "^29.6.2", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-runner/node_modules/source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/jest-runtime": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.6.2.tgz", + "integrity": "sha512-2X9dqK768KufGJyIeLmIzToDmsN0m7Iek8QNxRSI/2+iPFYHF0jTwlO3ftn7gdKd98G/VQw9XJCk77rbTGZnJg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/environment": "^29.6.2", + "@jest/fake-timers": "^29.6.2", + "@jest/globals": "^29.6.2", + "@jest/source-map": "^29.6.0", + "@jest/test-result": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-mock": "^29.6.2", + "jest-regex-util": "^29.4.3", + "jest-resolve": "^29.6.2", + "jest-snapshot": "^29.6.2", + "jest-util": "^29.6.2", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-runtime/node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-snapshot": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.6.2.tgz", + "integrity": "sha512-1OdjqvqmRdGNvWXr/YZHuyhh5DeaLp1p/F8Tht/MrMw4Kr1Uu/j4lRG+iKl1DAqUJDWxtQBMk41Lnf/JETYBRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.11.6", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^29.6.2", + "@jest/transform": "^29.6.2", + "@jest/types": "^29.6.1", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^29.6.2", + "graceful-fs": "^4.2.9", + "jest-diff": "^29.6.2", + "jest-get-type": "^29.4.3", + "jest-matcher-utils": "^29.6.2", + "jest-message-util": "^29.6.2", + "jest-util": "^29.6.2", + "natural-compare": "^1.4.0", + "pretty-format": "^29.6.2", + "semver": "^7.5.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-util": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.2.tgz", + "integrity": "sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.1", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-util/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-util/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/jest-validate": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.2.tgz", + "integrity": "sha512-vGz0yMN5fUFRRbpJDPwxMpgSXW1LDKROHfBopAvDcmD6s+B/s8WJrwi+4bfH4SdInBA5C3P3BI19dBtKzx1Arg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.1", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.4.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-watcher": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.6.2.tgz", + "integrity": "sha512-GZitlqkMkhkefjfN/p3SJjrDaxPflqxEAv3/ik10OirZqJGYH5rPiIsgVcfof0Tdqg3shQGdEIxDBx+B4tuLzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/test-result": "^29.6.2", + "@jest/types": "^29.6.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "jest-util": "^29.6.2", + "string-length": "^4.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-watcher/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-worker": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.2.tgz", + "integrity": "sha512-l3ccBOabTdkng8I/ORCkADz4eSMKejTYv1vB/Z83UiubqhC1oQ5Li6dWCyqOIvSifGjUBxuvxvlm6KGK2DtuAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "jest-util": "^29.6.2", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-worker/node_modules/@types/node": { + "version": "14.0.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz", + "integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "license": "MIT" + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-diff": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/json-diff/-/json-diff-0.5.4.tgz", + "integrity": "sha512-q5Xmx9QXNOzOzIlMoYtLrLiu4Jl/Ce2bn0CNcv54PhyH89CI4GWlGVDye8ei2Ijt9R3U+vsWPsXpLUNob8bs8Q==", + "dev": true, + "dependencies": { + "cli-color": "~0.1.6", + "difflib": "~0.2.1", + "dreamopt": "~0.6.0" + }, + "bin": { + "json-diff": "bin/json-diff.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "license": "MIT" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true, + "license": "MIT" + }, + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "license": "ISC" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonwebtoken": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", + "license": "MIT", + "dependencies": { + "jws": "^3.2.2", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", + "ms": "^2.1.1", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=12", + "npm": ">=6" + } + }, + "node_modules/jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "engines": [ + "node >=0.6.0" + ], + "license": "MIT", + "dependencies": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "node_modules/jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", + "license": "MIT", + "dependencies": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "license": "MIT", + "dependencies": { + "jwa": "^1.4.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/liftoff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-4.0.0.tgz", + "integrity": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==", + "dev": true, + "license": "MIT", + "dependencies": { + "extend": "^3.0.2", + "findup-sync": "^5.0.0", + "fined": "^2.0.0", + "flagged-respawn": "^2.0.0", + "is-plain-object": "^5.0.0", + "object.map": "^1.0.1", + "rechoir": "^0.8.0", + "resolve": "^1.20.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", + "dev": true, + "license": "MIT" + }, + "node_modules/lint-staged": { + "version": "10.2.9", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.9.tgz", + "integrity": "sha512-ziRAuXEqvJLSXg43ezBpHxRW8FOJCXISaXU//BWrxRrp5cBdRkIx7g5IsB3OI45xYGE0S6cOacfekSjDyDKF2g==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.0.0", + "cli-truncate": "2.1.0", + "commander": "^5.1.0", + "cosmiconfig": "^6.0.0", + "debug": "^4.1.1", + "dedent": "^0.7.0", + "enquirer": "^2.3.5", + "execa": "^4.0.1", + "listr2": "^2.1.0", + "log-symbols": "^4.0.0", + "micromatch": "^4.0.2", + "normalize-path": "^3.0.0", + "please-upgrade-node": "^3.2.0", + "string-argv": "0.3.1", + "stringify-object": "^3.3.0" + }, + "bin": { + "lint-staged": "bin/lint-staged.js" + }, + "funding": { + "url": "https://opencollective.com/lint-staged" + } + }, + "node_modules/lint-staged/node_modules/execa": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.0.2.tgz", + "integrity": "sha512-QI2zLa6CjGWdiQsmSkZoGtDx2N+cQIGb3yNolGTdjSQzydzLgYYf8LRuagp7S7fPimjcrzUDSUFd/MgzELMi4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/lint-staged/node_modules/get-stream": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", + "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", + "dev": true, + "license": "MIT", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lint-staged/node_modules/human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=8.12.0" + } + }, + "node_modules/listr2": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-2.1.3.tgz", + "integrity": "sha512-6oy3QhrZAlJGrG8oPcRp1hix1zUpb5AvyvZ5je979HCyf48tIj3Hn1TG5+rfyhz30t7HfySH/OIaVbwrI2kruA==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.0.0", + "cli-truncate": "^2.1.0", + "figures": "^3.2.0", + "indent-string": "^4.0.0", + "log-update": "^4.0.0", + "p-map": "^4.0.0", + "rxjs": "^6.5.5", + "through": "^2.3.8" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "enquirer": ">= 2.3.0 < 3" + } + }, + "node_modules/load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "dev": true, + "license": "MIT", + "dependencies": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.chunk": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.chunk/-/lodash.chunk-4.2.0.tgz", + "integrity": "sha512-ZzydJKfUHJwHa+hF5X66zLFCBrWn5GeF28OHEr4WVWtNDXlQ/IjWKPBiikqKo2ne0+v6JgCgJ0GzJp8k8bHC7w==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==", + "license": "MIT" + }, + "node_modules/lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" + }, + "node_modules/lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==", + "license": "MIT" + }, + "node_modules/lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "license": "MIT" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "license": "MIT" + }, + "node_modules/lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", + "license": "MIT" + }, + "node_modules/lodash.map": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", + "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=", + "license": "MIT" + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", + "license": "MIT" + }, + "node_modules/lodash.snakecase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", + "integrity": "sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=", + "license": "MIT" + }, + "node_modules/log-symbols": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz", + "integrity": "sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/log-update": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", + "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^4.3.0", + "cli-cursor": "^3.1.0", + "slice-ansi": "^4.0.0", + "wrap-ansi": "^6.2.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/loglevel": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.8.0.tgz", + "integrity": "sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + }, + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/loglevel" + } + }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "license": "MIT", + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true, + "license": "ISC" + }, + "node_modules/make-iterator": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz", + "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==", + "dev": true, + "license": "MIT", + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "tmpl": "1.0.5" + } + }, + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/markdown-table": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz", + "integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==", + "dev": true, + "license": "MIT", + "dependencies": { + "repeat-string": "^1.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/meant": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/meant/-/meant-1.0.3.tgz", + "integrity": "sha512-88ZRGcNxAq4EH38cQ4D85PM57pikCwS8Z99EWHODxN7KBY+UuPiqzRTtZzS8KTXO/ywSWbdjjJST2Hly/EQxLw==", + "dev": true, + "license": "MIT" + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "dev": true, + "license": "MIT" + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true, + "license": "MIT" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "license": "MIT", + "dependencies": { + "mime-db": "1.44.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "license": "MIT", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/module-alias": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.2.tgz", + "integrity": "sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/moment": { + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz", + "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": "*" + } + }, + "node_modules/moo": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.1.tgz", + "integrity": "sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/morgan": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", + "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "basic-auth": "~2.0.1", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-finished": "~2.3.0", + "on-headers": "~1.0.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/morgan/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/morgan/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/morgan/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true, + "license": "MIT" + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "license": "MIT" + }, + "node_modules/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true, + "license": "ISC" + }, + "node_modules/mv": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/mv/-/mv-2.1.1.tgz", + "integrity": "sha1-rmzg1vbV4KT32JN5jQPB6pVZtqI=", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "mkdirp": "~0.5.1", + "ncp": "~2.0.0", + "rimraf": "~2.4.0" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/mv/node_modules/glob": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", + "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", + "dev": true, + "license": "ISC", + "optional": true, + "dependencies": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/mv/node_modules/mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/mv/node_modules/rimraf": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz", + "integrity": "sha1-7nEM5dk6j9uFb7Xqj/Di11k0sto=", + "dev": true, + "license": "ISC", + "optional": true, + "dependencies": { + "glob": "^6.0.1" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/nan": { + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", + "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==", + "dev": true, + "license": "MIT", + "optional": true + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true, + "license": "MIT" + }, + "node_modules/ncp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz", + "integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=", + "dev": true, + "license": "MIT", + "optional": true, + "bin": { + "ncp": "bin/ncp" + } + }, + "node_modules/nearley": { + "version": "2.20.1", + "resolved": "https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz", + "integrity": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "commander": "^2.19.0", + "moo": "^0.5.0", + "railroad-diagrams": "^1.0.0", + "randexp": "0.4.6" + }, + "bin": { + "nearley-railroad": "bin/nearley-railroad.js", + "nearley-test": "bin/nearley-test.js", + "nearley-unparse": "bin/nearley-unparse.js", + "nearleyc": "bin/nearleyc.js" + }, + "funding": { + "type": "individual", + "url": "https://nearley.js.org/#give-to-nearley" + } + }, + "node_modules/nearley/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true, + "license": "MIT" + }, + "node_modules/neo4j-driver": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/neo4j-driver/-/neo4j-driver-4.4.1.tgz", + "integrity": "sha512-iVBRu3frH5+gs0pGVRrsv7T+SRQBSIq25GI55e6a6Z4JR7k6Dvirvs0zgAF1woxs3fWqbe88qMDbuG4OQvJF2g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@babel/runtime": "^7.5.5", + "neo4j-driver-bolt-connection": "^4.4.1", + "neo4j-driver-core": "^4.4.1", + "rxjs": "^6.6.3" + } + }, + "node_modules/neo4j-driver-bolt-connection": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/neo4j-driver-bolt-connection/-/neo4j-driver-bolt-connection-4.4.1.tgz", + "integrity": "sha512-wdD2ejTW6VIolwZp8aAcT1a4w45ab8TIoFjQBXgXKKRNTfq5iEc95x0diLqyUJa5vtHh/+IdesX5o5dv9JsZew==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "buffer": "^6.0.3", + "neo4j-driver-core": "^4.4.1", + "string_decoder": "^1.3.0" + } + }, + "node_modules/neo4j-driver-core": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/neo4j-driver-core/-/neo4j-driver-core-4.4.1.tgz", + "integrity": "sha512-iG89B+joj0a6fo8U3WRg9AiyLUfyU/R9s4J2o5ug3uMtfGEfwQ6jzLUkiwElkEeF14OaqIj7iXCBU4cFIU/6Gw==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/neo4j-driver/node_modules/@babel/runtime": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/nested-error-stacks": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz", + "integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==", + "dev": true, + "license": "MIT" + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "license": "MIT", + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/nocache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz", + "integrity": "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/nock": { + "version": "13.2.6", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.6.tgz", + "integrity": "sha512-GbyeSwSEP0FYouzETZ0l/XNm5tNcDNcXJKw3LCAb+mx8bZSwg1wEEvdL0FAyg5TkBJYiWSCtw6ag4XfmBy60FA==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.1.0", + "json-stringify-safe": "^5.0.1", + "lodash": "^4.17.21", + "propagate": "^2.0.0" + }, + "engines": { + "node": ">= 10.13" + } + }, + "node_modules/node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", + "license": "MIT", + "engines": { + "node": "4.x || >=6.0.0" + } + }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=", + "dev": true, + "license": "MIT" + }, + "node_modules/node-plop": { + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/node-plop/-/node-plop-0.31.1.tgz", + "integrity": "sha512-qmXJJt3YETFt/e0dtMADVpvck6EvN01Jig086o+J3M6G++mWA7iJ3Pqz4m4kvlynh73Iz2/rcZzxq7xTiF+aIQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/inquirer": "^8.2.1", + "change-case": "^4.1.2", + "del": "^6.0.0", + "globby": "^13.1.1", + "handlebars": "^4.4.3", + "inquirer": "^8.2.2", + "isbinaryfile": "^4.0.8", + "lodash.get": "^4.4.2", + "lower-case": "^2.0.2", + "mkdirp": "^1.0.4", + "resolve": "^1.20.0", + "title-case": "^3.0.3", + "upper-case": "^2.0.2" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/node-plop/node_modules/fast-glob": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/node-plop/node_modules/globby": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", + "dev": true, + "license": "MIT", + "dependencies": { + "dir-glob": "^3.0.1", + "fast-glob": "^3.3.0", + "ignore": "^5.2.4", + "merge2": "^1.4.1", + "slash": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/node-plop/node_modules/slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/node-releases": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm": { + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-10.5.0.tgz", + "integrity": "sha512-Ejxwvfh9YnWVU2yA5FzoYLTW52vxHCz+MHrOFg9Cc8IFgF/6f5AGPAvb5WTay5DIUP1NIfN3VBZ0cLlGO0Ys+A==", + "bundleDependencies": [ + "@isaacs/string-locale-compare", + "@npmcli/arborist", + "@npmcli/config", + "@npmcli/fs", + "@npmcli/map-workspaces", + "@npmcli/package-json", + "@npmcli/promise-spawn", + "@npmcli/run-script", + "@sigstore/tuf", + "abbrev", + "archy", + "cacache", + "chalk", + "ci-info", + "cli-columns", + "cli-table3", + "columnify", + "fastest-levenshtein", + "fs-minipass", + "glob", + "graceful-fs", + "hosted-git-info", + "ini", + "init-package-json", + "is-cidr", + "json-parse-even-better-errors", + "libnpmaccess", + "libnpmdiff", + "libnpmexec", + "libnpmfund", + "libnpmhook", + "libnpmorg", + "libnpmpack", + "libnpmpublish", + "libnpmsearch", + "libnpmteam", + "libnpmversion", + "make-fetch-happen", + "minimatch", + "minipass", + "minipass-pipeline", + "ms", + "node-gyp", + "nopt", + "normalize-package-data", + "npm-audit-report", + "npm-install-checks", + "npm-package-arg", + "npm-pick-manifest", + "npm-profile", + "npm-registry-fetch", + "npm-user-validate", + "npmlog", + "p-map", + "pacote", + "parse-conflict-json", + "proc-log", + "qrcode-terminal", + "read", + "semver", + "spdx-expression-parse", + "ssri", + "supports-color", + "tar", + "text-table", + "tiny-relative-date", + "treeverse", + "validate-npm-package-name", + "which", + "write-file-atomic" + ], + "dependencies": { + "@isaacs/string-locale-compare": "^1.1.0", + "@npmcli/arborist": "^7.2.1", + "@npmcli/config": "^8.0.2", + "@npmcli/fs": "^3.1.0", + "@npmcli/map-workspaces": "^3.0.4", + "@npmcli/package-json": "^5.0.0", + "@npmcli/promise-spawn": "^7.0.1", + "@npmcli/run-script": "^7.0.4", + "@sigstore/tuf": "^2.3.1", + "abbrev": "^2.0.0", + "archy": "~1.0.0", + "cacache": "^18.0.2", + "chalk": "^5.3.0", + "ci-info": "^4.0.0", + "cli-columns": "^4.0.0", + "cli-table3": "^0.6.3", + "columnify": "^1.6.0", + "fastest-levenshtein": "^1.0.16", + "fs-minipass": "^3.0.3", + "glob": "^10.3.10", + "graceful-fs": "^4.2.11", + "hosted-git-info": "^7.0.1", + "ini": "^4.1.1", + "init-package-json": "^6.0.0", + "is-cidr": "^5.0.3", + "json-parse-even-better-errors": "^3.0.1", + "libnpmaccess": "^8.0.1", + "libnpmdiff": "^6.0.3", + "libnpmexec": "^7.0.4", + "libnpmfund": "^5.0.1", + "libnpmhook": "^10.0.0", + "libnpmorg": "^6.0.1", + "libnpmpack": "^6.0.3", + "libnpmpublish": "^9.0.2", + "libnpmsearch": "^7.0.0", + "libnpmteam": "^6.0.0", + "libnpmversion": "^5.0.1", + "make-fetch-happen": "^13.0.0", + "minimatch": "^9.0.3", + "minipass": "^7.0.4", + "minipass-pipeline": "^1.2.4", + "ms": "^2.1.2", + "node-gyp": "^10.0.1", + "nopt": "^7.2.0", + "normalize-package-data": "^6.0.0", + "npm-audit-report": "^5.0.0", + "npm-install-checks": "^6.3.0", + "npm-package-arg": "^11.0.1", + "npm-pick-manifest": "^9.0.0", + "npm-profile": "^9.0.0", + "npm-registry-fetch": "^16.1.0", + "npm-user-validate": "^2.0.0", + "npmlog": "^7.0.1", + "p-map": "^4.0.0", + "pacote": "^17.0.6", + "parse-conflict-json": "^3.0.1", + "proc-log": "^3.0.0", + "qrcode-terminal": "^0.12.0", + "read": "^2.1.0", + "semver": "^7.6.0", + "spdx-expression-parse": "^3.0.1", + "ssri": "^10.0.5", + "supports-color": "^9.4.0", + "tar": "^6.2.0", + "text-table": "~0.2.0", + "tiny-relative-date": "^1.3.0", + "treeverse": "^3.0.0", + "validate-npm-package-name": "^5.0.0", + "which": "^4.0.0", + "write-file-atomic": "^5.0.1" + }, + "bin": { + "npm": "bin/npm-cli.js", + "npx": "bin/npx-cli.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/@colors/colors": { + "version": "1.5.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/npm/node_modules/@isaacs/cliui": { + "version": "8.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/npm/node_modules/@isaacs/string-locale-compare": { + "version": "1.1.0", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/@npmcli/agent": { + "version": "2.2.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/arborist": { + "version": "7.4.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@isaacs/string-locale-compare": "^1.1.0", + "@npmcli/fs": "^3.1.0", + "@npmcli/installed-package-contents": "^2.0.2", + "@npmcli/map-workspaces": "^3.0.2", + "@npmcli/metavuln-calculator": "^7.0.0", + "@npmcli/name-from-folder": "^2.0.0", + "@npmcli/node-gyp": "^3.0.0", + "@npmcli/package-json": "^5.0.0", + "@npmcli/query": "^3.1.0", + "@npmcli/run-script": "^7.0.2", + "bin-links": "^4.0.1", + "cacache": "^18.0.0", + "common-ancestor-path": "^1.0.1", + "hosted-git-info": "^7.0.1", + "json-parse-even-better-errors": "^3.0.0", + "json-stringify-nice": "^1.1.4", + "minimatch": "^9.0.0", + "nopt": "^7.0.0", + "npm-install-checks": "^6.2.0", + "npm-package-arg": "^11.0.1", + "npm-pick-manifest": "^9.0.0", + "npm-registry-fetch": "^16.0.0", + "npmlog": "^7.0.1", + "pacote": "^17.0.4", + "parse-conflict-json": "^3.0.0", + "proc-log": "^3.0.0", + "promise-all-reject-late": "^1.0.0", + "promise-call-limit": "^3.0.1", + "read-package-json-fast": "^3.0.2", + "semver": "^7.3.7", + "ssri": "^10.0.5", + "treeverse": "^3.0.0", + "walk-up-path": "^3.0.1" + }, + "bin": { + "arborist": "bin/index.js" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/config": { + "version": "8.2.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/map-workspaces": "^3.0.2", + "ci-info": "^4.0.0", + "ini": "^4.1.0", + "nopt": "^7.0.0", + "proc-log": "^3.0.0", + "read-package-json-fast": "^3.0.2", + "semver": "^7.3.5", + "walk-up-path": "^3.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/disparity-colors": { + "version": "3.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "ansi-styles": "^4.3.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/disparity-colors/node_modules/ansi-styles": { + "version": "4.3.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/npm/node_modules/@npmcli/fs": { + "version": "3.1.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/git": { + "version": "5.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/promise-spawn": "^7.0.0", + "lru-cache": "^10.0.1", + "npm-pick-manifest": "^9.0.0", + "proc-log": "^3.0.0", + "promise-inflight": "^1.0.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", + "which": "^4.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/installed-package-contents": { + "version": "2.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "npm-bundled": "^3.0.0", + "npm-normalize-package-bin": "^3.0.0" + }, + "bin": { + "installed-package-contents": "lib/index.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/map-workspaces": { + "version": "3.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/name-from-folder": "^2.0.0", + "glob": "^10.2.2", + "minimatch": "^9.0.0", + "read-package-json-fast": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { + "version": "7.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "cacache": "^18.0.0", + "json-parse-even-better-errors": "^3.0.0", + "pacote": "^17.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/name-from-folder": { + "version": "2.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/node-gyp": { + "version": "3.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/package-json": { + "version": "5.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/git": "^5.0.0", + "glob": "^10.2.2", + "hosted-git-info": "^7.0.0", + "json-parse-even-better-errors": "^3.0.0", + "normalize-package-data": "^6.0.0", + "proc-log": "^3.0.0", + "semver": "^7.5.3" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/promise-spawn": { + "version": "7.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "which": "^4.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/query": { + "version": "3.1.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@npmcli/run-script": { + "version": "7.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/node-gyp": "^3.0.0", + "@npmcli/package-json": "^5.0.0", + "@npmcli/promise-spawn": "^7.0.0", + "node-gyp": "^10.0.0", + "which": "^4.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/npm/node_modules/@sigstore/bundle": { + "version": "2.2.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/protobuf-specs": "^0.3.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/core": { + "version": "1.0.0", + "inBundle": true, + "license": "Apache-2.0", + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/protobuf-specs": { + "version": "0.3.0", + "inBundle": true, + "license": "Apache-2.0", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/sign": { + "version": "2.2.3", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/bundle": "^2.2.0", + "@sigstore/core": "^1.0.0", + "@sigstore/protobuf-specs": "^0.3.0", + "make-fetch-happen": "^13.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/tuf": { + "version": "2.3.1", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/protobuf-specs": "^0.3.0", + "tuf-js": "^2.2.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@sigstore/verify": { + "version": "1.1.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/bundle": "^2.2.0", + "@sigstore/core": "^1.0.0", + "@sigstore/protobuf-specs": "^0.3.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@tufjs/canonical-json": { + "version": "2.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/@tufjs/models": { + "version": "2.0.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "@tufjs/canonical-json": "2.0.0", + "minimatch": "^9.0.3" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/abbrev": { + "version": "2.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/agent-base": { + "version": "7.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/npm/node_modules/aggregate-error": { + "version": "3.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/ansi-styles": { + "version": "6.2.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/npm/node_modules/aproba": { + "version": "2.0.0", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/archy": { + "version": "1.0.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/are-we-there-yet": { + "version": "4.0.2", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/balanced-match": { + "version": "1.0.2", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/bin-links": { + "version": "4.0.3", + "inBundle": true, + "license": "ISC", + "dependencies": { + "cmd-shim": "^6.0.0", + "npm-normalize-package-bin": "^3.0.0", + "read-cmd-shim": "^4.0.0", + "write-file-atomic": "^5.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/binary-extensions": { + "version": "2.2.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/brace-expansion": { + "version": "2.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/npm/node_modules/builtins": { + "version": "5.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "semver": "^7.0.0" + } + }, + "node_modules/npm/node_modules/cacache": { + "version": "18.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^10.0.1", + "minipass": "^7.0.3", + "minipass-collect": "^2.0.1", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "p-map": "^4.0.0", + "ssri": "^10.0.0", + "tar": "^6.1.11", + "unique-filename": "^3.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/chalk": { + "version": "5.3.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/npm/node_modules/chownr": { + "version": "2.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/npm/node_modules/ci-info": { + "version": "4.0.0", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/cidr-regex": { + "version": "4.0.3", + "inBundle": true, + "license": "BSD-2-Clause", + "dependencies": { + "ip-regex": "^5.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/npm/node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/npm/node_modules/cli-columns": { + "version": "4.0.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/npm/node_modules/cli-table3": { + "version": "0.6.3", + "inBundle": true, + "license": "MIT", + "dependencies": { + "string-width": "^4.2.0" + }, + "engines": { + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "@colors/colors": "1.5.0" + } + }, + "node_modules/npm/node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/npm/node_modules/cmd-shim": { + "version": "6.0.2", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/npm/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/color-support": { + "version": "1.1.3", + "inBundle": true, + "license": "ISC", + "bin": { + "color-support": "bin.js" + } + }, + "node_modules/npm/node_modules/columnify": { + "version": "1.6.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "strip-ansi": "^6.0.1", + "wcwidth": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/npm/node_modules/common-ancestor-path": { + "version": "1.0.1", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/console-control-strings": { + "version": "1.1.0", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/npm/node_modules/cross-spawn/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "inBundle": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/npm/node_modules/cssesc": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/npm/node_modules/debug/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm/node_modules/diff": { + "version": "5.2.0", + "inBundle": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/npm/node_modules/eastasianwidth": { + "version": "0.2.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/encoding": { + "version": "0.1.13", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/npm/node_modules/env-paths": { + "version": "2.2.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/npm/node_modules/err-code": { + "version": "2.0.3", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/exponential-backoff": { + "version": "3.1.1", + "inBundle": true, + "license": "Apache-2.0" + }, + "node_modules/npm/node_modules/fastest-levenshtein": { + "version": "1.0.16", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">= 4.9.1" + } + }, + "node_modules/npm/node_modules/foreground-child": { + "version": "3.1.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/fs-minipass": { + "version": "3.0.3", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/function-bind": { + "version": "1.1.2", + "inBundle": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/npm/node_modules/gauge": { + "version": "5.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^4.0.1", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/glob": { + "version": "10.3.10", + "inBundle": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.5", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/graceful-fs": { + "version": "4.2.11", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/has-unicode": { + "version": "2.0.1", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/hasown": { + "version": "2.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/npm/node_modules/hosted-git-info": { + "version": "7.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/http-cache-semantics": { + "version": "4.1.1", + "inBundle": true, + "license": "BSD-2-Clause" + }, + "node_modules/npm/node_modules/http-proxy-agent": { + "version": "7.0.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/npm/node_modules/https-proxy-agent": { + "version": "7.0.4", + "inBundle": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.0.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/npm/node_modules/iconv-lite": { + "version": "0.6.3", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm/node_modules/ignore-walk": { + "version": "6.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minimatch": "^9.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/npm/node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/ini": { + "version": "4.1.1", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/init-package-json": { + "version": "6.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "npm-package-arg": "^11.0.0", + "promzard": "^1.0.0", + "read": "^2.0.0", + "read-package-json": "^7.0.0", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4", + "validate-npm-package-name": "^5.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/ip-address": { + "version": "9.0.5", + "inBundle": true, + "license": "MIT", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": { + "version": "1.1.3", + "inBundle": true, + "license": "BSD-3-Clause" + }, + "node_modules/npm/node_modules/ip-regex": { + "version": "5.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm/node_modules/is-cidr": { + "version": "5.0.3", + "inBundle": true, + "license": "BSD-2-Clause", + "dependencies": { + "cidr-regex": "4.0.3" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/npm/node_modules/is-core-module": { + "version": "2.13.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/npm/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/is-lambda": { + "version": "1.0.1", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/jackspeak": { + "version": "2.3.6", + "inBundle": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/npm/node_modules/jsbn": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/json-parse-even-better-errors": { + "version": "3.0.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/json-stringify-nice": { + "version": "1.1.4", + "inBundle": true, + "license": "ISC", + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/jsonparse": { + "version": "1.3.1", + "engines": [ + "node >= 0.2.0" + ], + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/just-diff": { + "version": "6.0.2", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/just-diff-apply": { + "version": "5.5.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/libnpmaccess": { + "version": "8.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "npm-package-arg": "^11.0.1", + "npm-registry-fetch": "^16.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmdiff": { + "version": "6.0.7", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/arborist": "^7.2.1", + "@npmcli/disparity-colors": "^3.0.0", + "@npmcli/installed-package-contents": "^2.0.2", + "binary-extensions": "^2.2.0", + "diff": "^5.1.0", + "minimatch": "^9.0.0", + "npm-package-arg": "^11.0.1", + "pacote": "^17.0.4", + "tar": "^6.2.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmexec": { + "version": "7.0.8", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/arborist": "^7.2.1", + "@npmcli/run-script": "^7.0.2", + "ci-info": "^4.0.0", + "npm-package-arg": "^11.0.1", + "npmlog": "^7.0.1", + "pacote": "^17.0.4", + "proc-log": "^3.0.0", + "read": "^2.0.0", + "read-package-json-fast": "^3.0.2", + "semver": "^7.3.7", + "walk-up-path": "^3.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmfund": { + "version": "5.0.5", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/arborist": "^7.2.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmhook": { + "version": "10.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "aproba": "^2.0.0", + "npm-registry-fetch": "^16.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmorg": { + "version": "6.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "aproba": "^2.0.0", + "npm-registry-fetch": "^16.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmpack": { + "version": "6.0.7", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/arborist": "^7.2.1", + "@npmcli/run-script": "^7.0.2", + "npm-package-arg": "^11.0.1", + "pacote": "^17.0.4" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmpublish": { + "version": "9.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "ci-info": "^4.0.0", + "normalize-package-data": "^6.0.0", + "npm-package-arg": "^11.0.1", + "npm-registry-fetch": "^16.0.0", + "proc-log": "^3.0.0", + "semver": "^7.3.7", + "sigstore": "^2.2.0", + "ssri": "^10.0.5" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmsearch": { + "version": "7.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "npm-registry-fetch": "^16.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmteam": { + "version": "6.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "aproba": "^2.0.0", + "npm-registry-fetch": "^16.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/libnpmversion": { + "version": "5.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/git": "^5.0.3", + "@npmcli/run-script": "^7.0.2", + "json-parse-even-better-errors": "^3.0.0", + "proc-log": "^3.0.0", + "semver": "^7.3.7" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/lru-cache": { + "version": "10.2.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "14 || >=16.14" + } + }, + "node_modules/npm/node_modules/make-fetch-happen": { + "version": "13.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/agent": "^2.0.0", + "cacache": "^18.0.0", + "http-cache-semantics": "^4.1.1", + "is-lambda": "^1.0.1", + "minipass": "^7.0.2", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/minimatch": { + "version": "9.0.3", + "inBundle": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/minipass": { + "version": "7.0.4", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/npm/node_modules/minipass-collect": { + "version": "2.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/npm/node_modules/minipass-fetch": { + "version": "3.0.4", + "inBundle": true, + "license": "MIT", + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/npm/node_modules/minipass-flush": { + "version": "1.0.5", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/npm/node_modules/minipass-flush/node_modules/minipass": { + "version": "3.3.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/minipass-json-stream": { + "version": "1.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "jsonparse": "^1.3.1", + "minipass": "^3.0.0" + } + }, + "node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": { + "version": "3.3.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/minipass-pipeline": { + "version": "1.2.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": { + "version": "3.3.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/minipass-sized": { + "version": "1.0.3", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/minipass-sized/node_modules/minipass": { + "version": "3.3.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/minizlib": { + "version": "2.1.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/npm/node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/mkdirp": { + "version": "1.0.4", + "inBundle": true, + "license": "MIT", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/npm/node_modules/ms": { + "version": "2.1.3", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/mute-stream": { + "version": "1.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/negotiator": { + "version": "0.6.3", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/npm/node_modules/node-gyp": { + "version": "10.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "env-paths": "^2.2.0", + "exponential-backoff": "^3.1.1", + "glob": "^10.3.10", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^13.0.0", + "nopt": "^7.0.0", + "proc-log": "^3.0.0", + "semver": "^7.3.5", + "tar": "^6.1.2", + "which": "^4.0.0" + }, + "bin": { + "node-gyp": "bin/node-gyp.js" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/nopt": { + "version": "7.2.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "abbrev": "^2.0.0" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/normalize-package-data": { + "version": "6.0.0", + "inBundle": true, + "license": "BSD-2-Clause", + "dependencies": { + "hosted-git-info": "^7.0.0", + "is-core-module": "^2.8.1", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-audit-report": { + "version": "5.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-bundled": { + "version": "3.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "npm-normalize-package-bin": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-install-checks": { + "version": "6.3.0", + "inBundle": true, + "license": "BSD-2-Clause", + "dependencies": { + "semver": "^7.1.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-normalize-package-bin": { + "version": "3.0.1", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-package-arg": { + "version": "11.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "hosted-git-info": "^7.0.0", + "proc-log": "^3.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^5.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-packlist": { + "version": "8.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "ignore-walk": "^6.0.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-pick-manifest": { + "version": "9.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "npm-install-checks": "^6.0.0", + "npm-normalize-package-bin": "^3.0.0", + "npm-package-arg": "^11.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-profile": { + "version": "9.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "npm-registry-fetch": "^16.0.0", + "proc-log": "^3.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-registry-fetch": { + "version": "16.1.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "make-fetch-happen": "^13.0.0", + "minipass": "^7.0.2", + "minipass-fetch": "^3.0.0", + "minipass-json-stream": "^1.0.1", + "minizlib": "^2.1.2", + "npm-package-arg": "^11.0.0", + "proc-log": "^3.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npm-user-validate": { + "version": "2.0.0", + "inBundle": true, + "license": "BSD-2-Clause", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/npmlog": { + "version": "7.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "are-we-there-yet": "^4.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^5.0.0", + "set-blocking": "^2.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm/node_modules/pacote": { + "version": "17.0.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "@npmcli/git": "^5.0.0", + "@npmcli/installed-package-contents": "^2.0.1", + "@npmcli/promise-spawn": "^7.0.0", + "@npmcli/run-script": "^7.0.0", + "cacache": "^18.0.0", + "fs-minipass": "^3.0.0", + "minipass": "^7.0.2", + "npm-package-arg": "^11.0.0", + "npm-packlist": "^8.0.0", + "npm-pick-manifest": "^9.0.0", + "npm-registry-fetch": "^16.0.0", + "proc-log": "^3.0.0", + "promise-retry": "^2.0.1", + "read-package-json": "^7.0.0", + "read-package-json-fast": "^3.0.0", + "sigstore": "^2.2.0", + "ssri": "^10.0.0", + "tar": "^6.1.11" + }, + "bin": { + "pacote": "lib/bin.js" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/parse-conflict-json": { + "version": "3.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "json-parse-even-better-errors": "^3.0.0", + "just-diff": "^6.0.0", + "just-diff-apply": "^5.2.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/path-scurry": { + "version": "1.10.1", + "inBundle": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^9.1.1 || ^10.0.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/postcss-selector-parser": { + "version": "6.0.15", + "inBundle": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm/node_modules/proc-log": { + "version": "3.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/promise-all-reject-late": { + "version": "1.0.1", + "inBundle": true, + "license": "ISC", + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/promise-call-limit": { + "version": "3.0.1", + "inBundle": true, + "license": "ISC", + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/promise-inflight": { + "version": "1.0.1", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/promise-retry": { + "version": "2.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/npm/node_modules/promzard": { + "version": "1.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "read": "^2.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/qrcode-terminal": { + "version": "0.12.0", + "inBundle": true, + "bin": { + "qrcode-terminal": "bin/qrcode-terminal.js" + } + }, + "node_modules/npm/node_modules/read": { + "version": "2.1.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "mute-stream": "~1.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/read-cmd-shim": { + "version": "4.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/read-package-json": { + "version": "7.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "glob": "^10.2.2", + "json-parse-even-better-errors": "^3.0.0", + "normalize-package-data": "^6.0.0", + "npm-normalize-package-bin": "^3.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/read-package-json-fast": { + "version": "3.0.2", + "inBundle": true, + "license": "ISC", + "dependencies": { + "json-parse-even-better-errors": "^3.0.0", + "npm-normalize-package-bin": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/retry": { + "version": "0.12.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/npm/node_modules/safer-buffer": { + "version": "2.1.2", + "inBundle": true, + "license": "MIT", + "optional": true + }, + "node_modules/npm/node_modules/semver": { + "version": "7.6.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/npm/node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/npm/node_modules/set-blocking": { + "version": "2.0.0", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/signal-exit": { + "version": "4.1.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/sigstore": { + "version": "2.2.2", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "@sigstore/bundle": "^2.2.0", + "@sigstore/core": "^1.0.0", + "@sigstore/protobuf-specs": "^0.3.0", + "@sigstore/sign": "^2.2.3", + "@sigstore/tuf": "^2.3.1", + "@sigstore/verify": "^1.1.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/smart-buffer": { + "version": "4.2.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/npm/node_modules/socks": { + "version": "2.8.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 16.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/npm/node_modules/socks-proxy-agent": { + "version": "8.0.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.0.2", + "debug": "^4.3.4", + "socks": "^2.7.1" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/npm/node_modules/spdx-correct": { + "version": "3.2.0", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/npm/node_modules/spdx-exceptions": { + "version": "2.5.0", + "inBundle": true, + "license": "CC-BY-3.0" + }, + "node_modules/npm/node_modules/spdx-expression-parse": { + "version": "3.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/npm/node_modules/spdx-license-ids": { + "version": "3.0.17", + "inBundle": true, + "license": "CC0-1.0" + }, + "node_modules/npm/node_modules/ssri": { + "version": "10.0.5", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "inBundle": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/supports-color": { + "version": "9.4.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/npm/node_modules/tar": { + "version": "6.2.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/npm/node_modules/tar/node_modules/fs-minipass": { + "version": "2.1.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/text-table": { + "version": "0.2.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/tiny-relative-date": { + "version": "1.3.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/treeverse": { + "version": "3.0.0", + "inBundle": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/tuf-js": { + "version": "2.2.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "@tufjs/models": "2.0.0", + "debug": "^4.3.4", + "make-fetch-happen": "^13.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/unique-filename": { + "version": "3.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "unique-slug": "^4.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/unique-slug": { + "version": "4.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/util-deprecate": { + "version": "1.0.2", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/validate-npm-package-license": { + "version": "3.0.4", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/npm/node_modules/validate-npm-package-name": { + "version": "5.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "builtins": "^5.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/walk-up-path": { + "version": "3.0.1", + "inBundle": true, + "license": "ISC" + }, + "node_modules/npm/node_modules/wcwidth": { + "version": "1.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/npm/node_modules/which": { + "version": "4.0.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/which/node_modules/isexe": { + "version": "3.1.1", + "inBundle": true, + "license": "ISC", + "engines": { + "node": ">=16" + } + }, + "node_modules/npm/node_modules/wide-align": { + "version": "1.1.5", + "inBundle": true, + "license": "ISC", + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "node_modules/npm/node_modules/wrap-ansi": { + "version": "8.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/npm/node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { + "version": "4.3.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "9.2.2", + "inBundle": true, + "license": "MIT" + }, + "node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": { + "version": "5.1.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/npm/node_modules/write-file-atomic": { + "version": "5.0.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "inBundle": true, + "license": "ISC" + }, + "node_modules/oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "license": "Apache-2.0", + "engines": { + "node": "*" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz", + "integrity": "sha1-KKaq50KN0sOpLz2V8hM13SBOAzY=", + "dev": true, + "license": "MIT" + }, + "node_modules/object.defaults": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", + "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-each": "^1.0.1", + "array-slice": "^1.0.0", + "for-own": "^1.0.0", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz", + "integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/objectorarray": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/objectorarray/-/objectorarray-1.0.5.tgz", + "integrity": "sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==", + "dev": true, + "license": "ISC" + }, + "node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dev": true, + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "license": "MIT", + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/opencollective-postinstall": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz", + "integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==", + "dev": true, + "license": "MIT", + "bin": { + "opencollective-postinstall": "index.js" + } + }, + "node_modules/optionator": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/ora": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-6.3.1.tgz", + "integrity": "sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^5.0.0", + "cli-cursor": "^4.0.0", + "cli-spinners": "^2.6.1", + "is-interactive": "^2.0.0", + "is-unicode-supported": "^1.1.0", + "log-symbols": "^5.1.0", + "stdin-discarder": "^0.1.0", + "strip-ansi": "^7.0.1", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ora/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/ora/node_modules/cli-cursor": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", + "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/is-unicode-supported": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz", + "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/log-symbols": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-5.1.0.tgz", + "integrity": "sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^5.0.0", + "is-unicode-supported": "^1.1.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/restore-cursor": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", + "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-locate/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-queue": { + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.0.tgz", + "integrity": "sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "eventemitter3": "^4.0.4", + "p-timeout": "^3.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-timeout": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", + "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-finally": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "license": "MIT", + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-author": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz", + "integrity": "sha512-yx5DfvkN8JsHL2xk2Os9oTia467qnvRgey4ahSm2X8epehBLx/gWLcy5KI+Y36ful5DzGbCS6RazqZGgy1gHNw==", + "dev": true, + "license": "MIT", + "dependencies": { + "author-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-absolute": "^1.0.0", + "map-cache": "^0.2.0", + "path-root": "^0.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/parse-github-url": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", + "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==", + "dev": true, + "license": "MIT", + "bin": { + "parse-github-url": "cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-json": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", + "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/parse-ms": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-2.1.0.tgz", + "integrity": "sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "license": "MIT", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/path-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz", + "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true, + "license": "MIT" + }, + "node_modules/path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-root-regex": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", + "dev": true, + "license": "MIT" + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "license": "MIT" + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-conf": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", + "integrity": "sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-up": "^2.0.0", + "load-json-file": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-conf/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/please-upgrade-node": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz", + "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver-compare": "^1.0.0" + } + }, + "node_modules/plop": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/plop/-/plop-3.1.2.tgz", + "integrity": "sha512-39SOtQ3WlePXSNqKqAh/QlUSHXHO25iCnyCO3Qs/9UzPVmwVledRTDGvPd2csh+JnHVXz4c63F6fBwdqZHgbUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/liftoff": "^4.0.0", + "chalk": "^5.0.1", + "interpret": "^2.2.0", + "liftoff": "^4.0.0", + "minimist": "^1.2.6", + "node-plop": "^0.31.1", + "ora": "^6.0.1", + "v8flags": "^4.0.0" + }, + "bin": { + "plop": "bin/plop.js" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/plop/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/plop/node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prettier": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz", + "integrity": "sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==", + "dev": true, + "license": "MIT", + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/pretty-format": { + "version": "29.6.2", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.2.tgz", + "integrity": "sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.0", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/pretty-ms": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-7.0.1.tgz", + "integrity": "sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "parse-ms": "^2.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/prompts": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.3.2.tgz", + "integrity": "sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/propagate": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", + "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", + "license": "MIT" + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "license": "MIT", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/pure-rand": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.2.tgz", + "integrity": "sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ], + "license": "MIT" + }, + "node_modules/qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/railroad-diagrams": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz", + "integrity": "sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/randexp": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz", + "integrity": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "discontinuous-range": "1.0.0", + "ret": "~0.1.10" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/rc/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true, + "license": "MIT" + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/rechoir": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", + "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve": "^1.20.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/reduce-flatten": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz", + "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==", + "license": "MIT" + }, + "node_modules/registry-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", + "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", + "dev": true, + "license": "MIT", + "dependencies": { + "rc": "^1.2.8" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/remove-markdown": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/remove-markdown/-/remove-markdown-0.3.0.tgz", + "integrity": "sha512-5392eIuy1mhjM74739VunOlsOYKjsH82rQcTBlJ1bkICVC3dQ3ksQzTHh4jGHQFnM+1xzLzcFOMH+BofqXhroQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "license": "Apache-2.0", + "dependencies": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/request/node_modules/form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/request/node_modules/qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/request/node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "license": "BSD-3-Clause", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/request/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "license": "MIT", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requireg": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/requireg/-/requireg-0.2.2.tgz", + "integrity": "sha512-nYzyjnFcPNGR3lx9lwPPPnuQxv6JWEZd2Ci0u9opN7N5zUEPIhY/GbL3vMGOr2UXwEg9WwSyV9X9Y/kLFgPsOg==", + "dev": true, + "dependencies": { + "nested-error-stacks": "~2.0.1", + "rc": "~1.2.7", + "resolve": "~1.7.1" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/requireg/node_modules/resolve": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-parse": "^1.0.5" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", + "dev": true, + "license": "MIT" + }, + "node_modules/resolve": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-core-module": "^2.8.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "license": "ISC", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/route-recognizer": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/route-recognizer/-/route-recognizer-0.3.4.tgz", + "integrity": "sha512-2+MhsfPhvauN1O8KaXpXAOfR/fwe8dnUXVM+xw7yt40lJRfPVQxV6yryZm0cgRvAj5fMF/mdRZbL2ptwbs5i2g==", + "dev": true, + "license": "MIT" + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/run-parallel": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz", + "integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/runtypes": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/runtypes/-/runtypes-5.1.0.tgz", + "integrity": "sha512-OMHkz6dxysXj4E8Fj/HCGjtdJUhapQUN7puvqzuzvjaX28pd52PZmEMqQlkIzCfKdhXdM0ghx8PpvELprEnOLQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/rxjs/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "dev": true, + "license": "0BSD" + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safe-json-stringify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz", + "integrity": "sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==", + "dev": true, + "license": "MIT", + "optional": true + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "license": "ISC" + }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", + "dev": true, + "license": "MIT" + }, + "node_modules/semver-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz", + "integrity": "sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true, + "license": "MIT" + }, + "node_modules/send/node_modules/http-errors": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", + "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", + "dev": true, + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "dev": true, + "license": "MIT" + }, + "node_modules/sentence-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz", + "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3", + "upper-case-first": "^2.0.2" + } + }, + "node_modules/serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-cookie-parser": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.5.0.tgz", + "integrity": "sha512-cHMAtSXilfyBePduZEBVPTCftTQWz6ehWJD5YNUg4mqvRosrrjKbo4WS8JkB0/RxonMoohHm7cOGH60mDkRQ9w==", + "dev": true, + "license": "MIT" + }, + "node_modules/setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", + "dev": true, + "license": "ISC" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "dev": true, + "license": "ISC" + }, + "node_modules/signale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz", + "integrity": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^2.3.2", + "figures": "^2.0.0", + "pkg-conf": "^2.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/signale/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/signale/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/signale/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/signale/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true, + "license": "MIT" + }, + "node_modules/signale/node_modules/figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/signale/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/signale/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true, + "license": "MIT" + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/slice-ansi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", + "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/slugify": { + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.5.tgz", + "integrity": "sha512-8mo9bslnBO3tr5PEVFzMPIWwWnipGS0xVbYf65zxDqfNwmzYn1LpiKNrR6DlClusuvo+hDHd1zKpmfAe83NQSQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/snake-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", + "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", + "dev": true, + "license": "MIT", + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "license": "MIT", + "dependencies": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/stack-utils": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", + "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/stdin-discarder": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.1.0.tgz", + "integrity": "sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "bl": "^5.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stoppable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/stoppable/-/stoppable-1.1.0.tgz", + "integrity": "sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==", + "license": "MIT", + "engines": { + "node": ">=4", + "npm": ">=6" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-argv": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", + "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.6.19" + } + }, + "node_modules/string-length": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz", + "integrity": "sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw==", + "dev": true, + "license": "MIT", + "dependencies": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/strnum": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", + "dev": true, + "license": "MIT" + }, + "node_modules/supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz", + "integrity": "sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/table-layout": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.2.tgz", + "integrity": "sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-back": "^4.0.1", + "deep-extend": "~0.6.0", + "typical": "^5.2.0", + "wordwrapjs": "^4.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/table-layout/node_modules/array-back": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz", + "integrity": "sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/terminal-link": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^4.2.1", + "supports-hyperlinks": "^2.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "license": "ISC", + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true, + "license": "MIT" + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true, + "license": "MIT" + }, + "node_modules/tiny-each-async": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tiny-each-async/-/tiny-each-async-2.0.3.tgz", + "integrity": "sha1-jru/1tYpXxNwAD+7NxYq/loKUdE=", + "dev": true, + "license": "MIT" + }, + "node_modules/tinycolor2": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz", + "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + } + }, + "node_modules/title-case": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/title-case/-/title-case-3.0.3.tgz", + "integrity": "sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==", + "dev": true, + "license": "MIT", + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tough-cookie": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz", + "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==", + "license": "BSD-3-Clause", + "dependencies": { + "ip-regex": "^2.1.0", + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "license": "MIT" + }, + "node_modules/ts-api-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.1.tgz", + "integrity": "sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=16.13.0" + }, + "peerDependencies": { + "typescript": ">=4.2.0" + } + }, + "node_modules/ts-jest": { + "version": "29.1.1", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.1.tgz", + "integrity": "sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==", + "dev": true, + "license": "MIT", + "dependencies": { + "bs-logger": "0.x", + "fast-json-stable-stringify": "2.x", + "jest-util": "^29.0.0", + "json5": "^2.2.3", + "lodash.memoize": "4.x", + "make-error": "1.x", + "semver": "^7.5.3", + "yargs-parser": "^21.0.1" + }, + "bin": { + "ts-jest": "cli.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": ">=7.0.0-beta.0 <8", + "@jest/types": "^29.0.0", + "babel-jest": "^29.0.0", + "jest": "^29.0.0", + "typescript": ">=4.3 <6" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "@jest/types": { + "optional": true + }, + "babel-jest": { + "optional": true + }, + "esbuild": { + "optional": true + } + } + }, + "node_modules/ts-node": { + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-9.1.1.tgz", + "integrity": "sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "typescript": ">=2.7" + } + }, + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + }, + "node_modules/tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "dev": true, + "license": "MIT", + "dependencies": { + "tslib": "^1.8.1" + }, + "engines": { + "node": ">= 6" + }, + "peerDependencies": { + "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + } + }, + "node_modules/tsutils/node_modules/tslib": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==", + "dev": true, + "license": "0BSD" + }, + "node_modules/tunnel": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", + "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", + "license": "MIT", + "engines": { + "node": ">=0.6.11 <=0.7.0 || >=0.7.3" + } + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "license": "Apache-2.0", + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "license": "Unlicense" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typescript": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/typescript-memoize": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/typescript-memoize/-/typescript-memoize-1.1.0.tgz", + "integrity": "sha512-LQPKVXK8QrBBkL/zclE6YgSWn0I8ew5m0Lf+XL00IwMhlotqRLlzHV+BRrljVQIc+NohUAuQP7mg4HQwrx5Xbg==", + "dev": true, + "license": "MIT" + }, + "node_modules/typical": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz", + "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/uglify-js": { + "version": "3.17.4", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz", + "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==", + "dev": true, + "license": "BSD-2-Clause", + "optional": true, + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/underscore": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz", + "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==", + "license": "MIT" + }, + "node_modules/universal-user-agent": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", + "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==", + "dev": true, + "license": "ISC" + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4", + "yarn": "*" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", + "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/upper-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz", + "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==", + "dev": true, + "license": "MIT", + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/upper-case-first": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz", + "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==", + "dev": true, + "license": "MIT", + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "license": "BSD-2-Clause", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/url-exists": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/url-exists/-/url-exists-1.0.3.tgz", + "integrity": "sha512-oN3lNUMLfIR4tI9ByLtfLThGhFeYWCjWw5lfat/2PLZRA6U/v7wzKb0SbCjhZcEHGYHqi05c2JTVmeMzIAxapw==", + "dev": true, + "license": "MIT", + "dependencies": { + "request": "^2.69.0" + } + }, + "node_modules/url-join": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", + "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", + "dev": true, + "license": "MIT" + }, + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "node_modules/user-home": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", + "integrity": "sha512-KMWqdlOcjCYdtIJpicDSFBQ8nFwS2i9sslAd6f4+CBGcU4gist2REnr2fxj2YocvJFxSF3ZOHLYLVZnUxv4BZQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "os-homedir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/utf8-byte-length": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz", + "integrity": "sha1-9F8VDExm7uloGGUFq5P8u4rWv2E=", + "dev": true, + "license": "WTFPL" + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true, + "license": "MIT" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/v8-to-istanbul": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", + "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", + "dev": true, + "license": "ISC", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.12", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/v8flags": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-4.0.0.tgz", + "integrity": "sha512-83N0OkTbn6gOjJ2awNuzuK4czeGxwEwBoTqlhBZhnp8o0IJ72mXRQKphj/azwRf3acbDJZYZhbOPEJHd884ELg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "engines": [ + "node >=0.6.0" + ], + "license": "MIT", + "dependencies": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "node_modules/verror/node_modules/extsprintf": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.0.tgz", + "integrity": "sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=", + "engines": [ + "node >=0.6.0" + ], + "license": "MIT" + }, + "node_modules/walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "makeerror": "1.0.12" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "license": "BSD-2-Clause" + }, + "node_modules/whatwg-fetch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz", + "integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==", + "license": "MIT" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "license": "MIT", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-pm-runs": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz", + "integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=", + "dev": true, + "license": "MIT" + }, + "node_modules/wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", + "dev": true, + "license": "MIT" + }, + "node_modules/wordwrapjs": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.1.tgz", + "integrity": "sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==", + "dev": true, + "license": "MIT", + "dependencies": { + "reduce-flatten": "^2.0.0", + "typical": "^5.2.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true, + "license": "ISC" + }, + "node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "dev": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/write-file-atomic/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/xml2js": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", + "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", + "license": "MIT", + "dependencies": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/xmlbuilder": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", + "license": "MIT", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/xmldom": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.3.0.tgz", + "integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g==", + "license": "(LGPL-2.0 OR MIT)", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/xpath.js": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/xpath.js/-/xpath.js-1.1.0.tgz", + "integrity": "sha512-jg+qkfS4K8E7965sqaUl8mRngXiKb3WZGfONgE18pr03FUQiuSV6G+Ej4tS55B+rIQSFEIw3phdVAQ4pPqNWfQ==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/xtend": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz", + "integrity": "sha1-bv7MKk2tjmlixJAbM3znuoe10os=", + "dev": true, + "dependencies": { + "object-keys": "~0.4.0" + }, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "license": "ISC" + }, + "node_modules/yaml": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz", + "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } +} diff --git a/package.json b/package.json index 8a3793c5..d14c3a45 100644 --- a/package.json +++ b/package.json @@ -54,10 +54,12 @@ "@azure/arm-consumption": "8.0.1", "@azure/arm-containerinstance": "^6.0.0", "@azure/arm-containerregistry": "^8.0.0", - "@azure/arm-containerservice": "^14.1.0", + "@azure/arm-containerservice": "^19.1.0", "@azure/arm-cosmosdb": "^7.0.0", "@azure/arm-dns": "^4.0.0", "@azure/arm-eventgrid": "^9.0.0", + "@azure/arm-eventhub": "^5.1.0", + "@azure/arm-eventhub-profile-2020-09-01-hybrid": "^2.1.0", "@azure/arm-frontdoor": "^4.1.1", "@azure/arm-keyvault": "^1.2.1", "@azure/arm-locks": "^1.2.2", @@ -73,13 +75,15 @@ "@azure/arm-privatedns": "^2.0.0", "@azure/arm-rediscache": "^4.0.0", "@azure/arm-resources": "^4.0.0", + "@azure/arm-resources-subscriptions": "^2.1.0", "@azure/arm-security": "^2.0.0", "@azure/arm-servicebus": "^4.0.0", "@azure/arm-sql": "^7.0.1", "@azure/arm-storage": "^15.3.0", "@azure/arm-subscriptions": "^2.0.0", + "@azure/arm-synapse": "^8.0.0", "@azure/data-tables": "^12.1.2", - "@azure/identity": "3.0.0", + "@azure/identity": "^3.0.0", "@azure/keyvault-keys": "4.7.0", "@azure/keyvault-secrets": "4.7.0", "@azure/ms-rest-nodeauth": "^2.0.5", @@ -91,19 +95,20 @@ "cross-fetch": "^3.0.4", "date-fns": "^2.24.0", "lodash.map": "^4.6.0", - "lodash.snakecase": "^4.1.1" + "lodash.snakecase": "^4.1.1", + "npm": "^10.5.0" }, "resolutions": { "@azure/ms-rest-azure-js": "^2.0.0", "@azure/ms-rest-js": "^2.0.0" }, "peerDependencies": { - "@jupiterone/integration-sdk-core": "^11.0.3" + "@jupiterone/integration-sdk-core": "^12.2.7" }, "devDependencies": { - "@jupiterone/integration-sdk-core": "^11.0.3", - "@jupiterone/integration-sdk-dev-tools": "^11.0.3", - "@jupiterone/integration-sdk-testing": "^11.0.3", + "@jupiterone/integration-sdk-core": "^12.2.7", + "@jupiterone/integration-sdk-dev-tools": "^12.2.7", + "@jupiterone/integration-sdk-testing": "^12.2.7", "@types/lodash.map": "^4.6.13", "@types/lodash.snakecase": "^4.1.6", "@types/node": "^13.11.1", diff --git a/src/config.ts b/src/config.ts index 64c91420..4add1071 100644 --- a/src/config.ts +++ b/src/config.ts @@ -36,6 +36,13 @@ export const ingestionConfig: IntegrationIngestionConfigFieldMap = { defaultsToDisabled: false, cannotBeDisabled: false, }, + [INGESTION_SOURCE_IDS.APPLICATION_SECURITY_GROUP]: { + title: 'Application Security Group', + description: + 'Ingest API management services and application security group.', + defaultsToDisabled: false, + cannotBeDisabled: false, + }, [INGESTION_SOURCE_IDS.APPSERVICE]: { title: 'App service', description: 'Ingest apps and service plans.', @@ -109,6 +116,30 @@ export const ingestionConfig: IntegrationIngestionConfigFieldMap = { defaultsToDisabled: false, cannotBeDisabled: false, }, + [INGESTION_SOURCE_IDS.EVENT_HUB]: { + title: 'Event hub', + description: 'Gather information about cluster and namespaces.', + defaultsToDisabled: false, + cannotBeDisabled: false, + }, + [INGESTION_SOURCE_IDS.EXPRESS_ROUTE]: { + title: 'Express Route', + description: 'Gather information about Route Circuit and Peer Connections.', + defaultsToDisabled: false, + cannotBeDisabled: false, + }, + [INGESTION_SOURCE_IDS.SYNAPSE]: { + title: 'Synapse Service', + description: 'Gather information about Sql Pools and Workspaces.', + defaultsToDisabled: false, + cannotBeDisabled: false, + }, + [INGESTION_SOURCE_IDS.DDOS]: { + title: 'DDOS', + description: 'Gather information about Ddos Protection Plans.', + defaultsToDisabled: false, + cannotBeDisabled: false, + }, [INGESTION_SOURCE_IDS.FRONTDOOR]: { title: 'Frontdoor', description: 'Gather information frontdoors, rules, pools and endpoints.', diff --git a/src/constants.ts b/src/constants.ts index 8e2bf79e..47a7a522 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -5,6 +5,7 @@ export const INGESTION_SOURCE_IDS = { ADVISOR_RECOMMENDATIONS: 'advisor-recommendations', API_MANAGEMENT: 'api-management', APPSERVICE: 'app-service', + APPLICATION_SECURITY_GROUP: 'application-security-group', AUTHORIZATION: 'authorization', BATCH: 'batch', CDN: 'cdn', @@ -16,6 +17,8 @@ export const INGESTION_SOURCE_IDS = { DATABASES: 'databases', DNS: 'dns', EVENT_GRID: 'event-grid', + EVENT_HUB: 'event-hub', + EXPRESS_ROUTE: 'express-route', FRONTDOOR: 'frontdoor', KEY_VAULT: 'key-vault', MANAGEMENT_GROUPS: 'management-groups', @@ -31,4 +34,6 @@ export const INGESTION_SOURCE_IDS = { STORAGE: 'storage', SUBSCRIPTIONS: 'subscriptions', SUBSCRIPTION_USAGE: 'subscriptions_usage', + SYNAPSE: 'synapse', + DDOS: 'ddos', }; diff --git a/src/getStepStartStates.test.ts b/src/getStepStartStates.test.ts index 2b02a355..1d2729ca 100644 --- a/src/getStepStartStates.test.ts +++ b/src/getStepStartStates.test.ts @@ -21,6 +21,7 @@ import { } from './steps/active-directory/constants'; import { steps as computeSteps } from './steps/resource-manager/compute/constants'; import { STEP_RM_COSMOSDB_SQL_DATABASES } from './steps/resource-manager/cosmosdb/constants'; +import {Steps} from './steps/resource-manager/container-services/constants' import { STEP_RM_DATABASE_MARIADB_DATABASES, STEP_RM_DATABASE_MARIADB_DATABASES_DIAGNOSTIC_SETTINGS, @@ -116,6 +117,40 @@ import { STEP_RM_EVENT_GRID_TOPICS_DIAGNOSTIC_SETTINGS, STEP_RM_EVENT_GRID_TOPIC_SUBSCRIPTIONS, } from './steps/resource-manager/event-grid/constants'; +import { + STEP_AZURE_EVENT_HUB, + STEP_AZURE_CONSUMER_GROUP, + STEP_EVENT_HUB_CLUSTER, + STEP_EVENT_HUB_NAMESPACE, + STEP_EVENT_HUB_KEYS, + STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION, + STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION, + STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION, + EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION, + STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION, + EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION +} from './steps/resource-manager/event-hub/constants'; +import { STEP_AZURE_APPLICATION_SECURITY_GROUP, STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION } from './steps/resource-manager/application-security-group/constants'; +import { DdosSteps } from './steps/resource-manager/ddos/constant' +import { + STEP_AZURE_EXPRESS_ROUTE, + STEP_AZURE_APPLICATION_GATEWAY, + STEP_AZURE_BGP_SERVICE_COMMUNITIES, + STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION +} from './steps/resource-manager/express-route/constants' +import { SYNAPSE_STEPS } from './steps/resource-manager/synapse/constant' import { AdvisorSteps } from './steps/resource-manager/advisor/constants'; import { SecuritySteps } from './steps/resource-manager/security/constants'; import { PolicySteps } from './steps/resource-manager/policy/constants'; @@ -278,6 +313,59 @@ describe('getStepStartStates', () => { [STEP_RM_EVENT_GRID_TOPICS_DIAGNOSTIC_SETTINGS]: { disabled: true }, [STEP_RM_EVENT_GRID_TOPIC_SUBSCRIPTIONS]: { disabled: true }, [STEP_RM_EVENT_GRID_DOMAIN_TOPIC_SUBSCRIPTIONS]: { disabled: true }, + [Steps.ACCESS_ROLE]: { disabled: true }, + [Steps.KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE]: { disabled: true }, + [Steps.KUBERNETES_SERVICE]: { disabled: true }, + [Steps.MAINTENANCE_CONFIGURATION]: { disabled: true }, + [SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_POLICY]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_RULE]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_KEYS]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_KEY_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACES]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP]: { disabled: true }, + [STEP_AZURE_EVENT_HUB]: { disabled: true }, + [STEP_AZURE_APPLICATION_SECURITY_GROUP]: { disabled: true }, + [STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION]: { disabled: true }, + [STEP_EVENT_HUB_CLUSTER]: { disabled: true }, + [STEP_AZURE_CONSUMER_GROUP]: { disabled: true }, + [STEP_EVENT_HUB_KEYS]: { disabled: true }, + [STEP_EVENT_HUB_NAMESPACE]: { disabled: true }, + [STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION]: { disabled: true }, + [EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION]: { disabled: true }, + [STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION]: { disabled: true }, + [STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION]: { disabled: true }, + [EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE]: { disabled: true }, + [STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION]: { disabled: true }, + [STEP_AZURE_APPLICATION_GATEWAY]: { disabled: true }, + [STEP_AZURE_BGP_SERVICE_COMMUNITIES]: { disabled: true }, + [STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION]: { disabled: true }, + [DdosSteps.DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP]: { disabled: true }, + [DdosSteps.DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP]: { disabled: true }, + [DdosSteps.PROTECTION_PLAN]: { disabled: true }, + [DdosSteps.RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP]: { disabled: true }, + [AdvisorSteps.RECOMMENDATIONS]: { disabled: true }, [AdvisorSteps.RESOURCE_RECOMMENDATION_RELATIONSHIP]: { disabled: true }, [AdvisorSteps.ASSESSMENT_RECOMMENDATION_RELATIONSHIP]: { disabled: true }, @@ -458,6 +546,58 @@ describe('getStepStartStates', () => { [STEP_RM_EVENT_GRID_TOPICS_DIAGNOSTIC_SETTINGS]: { disabled: true }, [STEP_RM_EVENT_GRID_TOPIC_SUBSCRIPTIONS]: { disabled: true }, [STEP_RM_EVENT_GRID_DOMAIN_TOPIC_SUBSCRIPTIONS]: { disabled: true }, + [Steps.ACCESS_ROLE]: { disabled: true }, + [Steps.KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE]: { disabled: true }, + [Steps.KUBERNETES_SERVICE]: { disabled: true }, + [Steps.MAINTENANCE_CONFIGURATION]: { disabled: true }, + [SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_POLICY]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_RULE]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_KEYS]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_KEY_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACES]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP]: { disabled: true }, + [STEP_AZURE_EVENT_HUB]: { disabled: true }, + [STEP_AZURE_APPLICATION_SECURITY_GROUP]: { disabled: true }, + [STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION]: { disabled: true }, + [STEP_EVENT_HUB_CLUSTER]: { disabled: true }, + [STEP_AZURE_CONSUMER_GROUP]: { disabled: true }, + [STEP_EVENT_HUB_KEYS]: { disabled: true }, + [STEP_EVENT_HUB_NAMESPACE]: { disabled: true }, + [STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION]: { disabled: true }, + [EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION]: { disabled: true }, + [STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION]: { disabled: true }, + [STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION]: { disabled: true }, + [EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE]: { disabled: true }, + [STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION]: { disabled: true }, + [STEP_AZURE_APPLICATION_GATEWAY]: { disabled: true }, + [STEP_AZURE_BGP_SERVICE_COMMUNITIES]: { disabled: true }, + [STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION]: { disabled: true }, + [DdosSteps.DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP]: { disabled: true }, + [DdosSteps.DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP]: { disabled: true }, + [DdosSteps.PROTECTION_PLAN]: { disabled: true }, + [DdosSteps.RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP]: { disabled: true }, [AdvisorSteps.RECOMMENDATIONS]: { disabled: true }, [AdvisorSteps.RESOURCE_RECOMMENDATION_RELATIONSHIP]: { disabled: true }, [AdvisorSteps.ASSESSMENT_RECOMMENDATION_RELATIONSHIP]: { disabled: true }, @@ -647,6 +787,58 @@ describe('getStepStartStates', () => { [STEP_RM_EVENT_GRID_TOPICS_DIAGNOSTIC_SETTINGS]: { disabled: false }, [STEP_RM_EVENT_GRID_TOPIC_SUBSCRIPTIONS]: { disabled: false }, [STEP_RM_EVENT_GRID_DOMAIN_TOPIC_SUBSCRIPTIONS]: { disabled: false }, + [Steps.ACCESS_ROLE]: { disabled: false }, + [Steps.KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE]: { disabled: false }, + [Steps.KUBERNETES_SERVICE]: { disabled: false }, + [Steps.MAINTENANCE_CONFIGURATION]: { disabled: false }, + [SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_POLICY]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_RULE]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_KEYS]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_KEY_RELATIONSHIP]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACES]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP]: { disabled: false }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP]: { disabled: false }, + [SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP]: { disabled: false }, + [STEP_AZURE_EVENT_HUB]: { disabled: false }, + [STEP_AZURE_APPLICATION_SECURITY_GROUP]: { disabled: false }, + [STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION]: { disabled: false }, + [STEP_EVENT_HUB_CLUSTER]: { disabled: false }, + [STEP_AZURE_CONSUMER_GROUP]: { disabled: false }, + [STEP_EVENT_HUB_KEYS]: { disabled: false }, + [STEP_EVENT_HUB_NAMESPACE]: { disabled: false }, + [STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION]: { disabled: false }, + [EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION]: { disabled: false }, + [STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: false }, + [STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: false }, + [STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: false }, + [STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION]: { disabled: false }, + [STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION]: { disabled: false }, + [EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: false }, + [STEP_AZURE_EXPRESS_ROUTE]: { disabled: false }, + [STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION]: { disabled: false }, + [STEP_AZURE_APPLICATION_GATEWAY]: { disabled: false }, + [STEP_AZURE_BGP_SERVICE_COMMUNITIES]: { disabled: false }, + [STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION]: { disabled: false }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT]: { disabled: false }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION]: { disabled: false }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION]: { disabled: false }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION]: { disabled: false }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION]: { disabled: false }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION]: { disabled: false }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION]: { disabled: false }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION]: { disabled: false }, + [STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION]: { disabled: false }, + [DdosSteps.DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP]: { disabled: false }, + [DdosSteps.DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP]: { disabled: false }, + [DdosSteps.PROTECTION_PLAN]: { disabled: false }, + [DdosSteps.RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP]: { disabled: false }, [AdvisorSteps.RECOMMENDATIONS]: { disabled: false }, [AdvisorSteps.RESOURCE_RECOMMENDATION_RELATIONSHIP]: { disabled: false }, [AdvisorSteps.ASSESSMENT_RECOMMENDATION_RELATIONSHIP]: { @@ -831,6 +1023,58 @@ describe('getStepStartStates', () => { [STEP_RM_EVENT_GRID_TOPICS_DIAGNOSTIC_SETTINGS]: { disabled: true }, [STEP_RM_EVENT_GRID_TOPIC_SUBSCRIPTIONS]: { disabled: true }, [STEP_RM_EVENT_GRID_DOMAIN_TOPIC_SUBSCRIPTIONS]: { disabled: true }, + [Steps.ACCESS_ROLE]: { disabled: true }, + [Steps.KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE]: { disabled: true }, + [Steps.KUBERNETES_SERVICE]: { disabled: true }, + [Steps.MAINTENANCE_CONFIGURATION]: { disabled: true }, + [SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_POLICY]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_RULE]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_KEYS]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_KEY_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACES]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP]: { disabled: true }, + [SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP]: { disabled: true }, + [STEP_AZURE_EVENT_HUB]: { disabled: true }, + [STEP_AZURE_APPLICATION_SECURITY_GROUP]: { disabled: true }, + [STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION]: { disabled: true }, + [STEP_EVENT_HUB_CLUSTER]: { disabled: true }, + [STEP_AZURE_CONSUMER_GROUP]: { disabled: true }, + [STEP_EVENT_HUB_KEYS]: { disabled: true }, + [STEP_EVENT_HUB_NAMESPACE]: { disabled: true }, + [STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION]: { disabled: true }, + [EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION]: { disabled: true }, + [STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION]: { disabled: true }, + [STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION]: { disabled: true }, + [EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE]: { disabled: true }, + [STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION]: { disabled: true }, + [STEP_AZURE_APPLICATION_GATEWAY]: { disabled: true }, + [STEP_AZURE_BGP_SERVICE_COMMUNITIES]: { disabled: true }, + [STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION]: { disabled: true }, + [STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION]: { disabled: true }, + [STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION]: { disabled: true }, + [DdosSteps.DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP]: { disabled: true }, + [DdosSteps.DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP]: { disabled: true }, + [DdosSteps.PROTECTION_PLAN]: { disabled: true }, + [DdosSteps.RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP]: { disabled: true }, [AdvisorSteps.RECOMMENDATIONS]: { disabled: true }, [AdvisorSteps.RESOURCE_RECOMMENDATION_RELATIONSHIP]: { disabled: true }, [AdvisorSteps.ASSESSMENT_RECOMMENDATION_RELATIONSHIP]: { disabled: true }, diff --git a/src/getStepStartStates.ts b/src/getStepStartStates.ts index 88955351..e5eeec55 100644 --- a/src/getStepStartStates.ts +++ b/src/getStepStartStates.ts @@ -115,6 +115,21 @@ import { STEP_RM_EVENT_GRID_TOPICS_DIAGNOSTIC_SETTINGS, STEP_RM_EVENT_GRID_TOPIC_SUBSCRIPTIONS, } from './steps/resource-manager/event-grid/constants'; +import { + STEP_AZURE_EVENT_HUB, + STEP_EVENT_HUB_NAMESPACE, + STEP_AZURE_CONSUMER_GROUP, + STEP_EVENT_HUB_CLUSTER, + STEP_EVENT_HUB_KEYS, + EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION, + EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION, + STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION, + STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION, + STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION, + STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION, +} from './steps/resource-manager/event-hub/constants'; import { AdvisorSteps } from './steps/resource-manager/advisor/constants'; import { SecuritySteps } from './steps/resource-manager/security/constants'; import { PolicySteps } from './steps/resource-manager/policy/constants'; @@ -122,9 +137,33 @@ import { MonitorSteps } from './steps/resource-manager/monitor/constants'; import { AppServiceSteps } from './steps/resource-manager/appservice/constants'; import { PolicyInsightSteps } from './steps/resource-manager/policy-insights/constants'; import { ManagementGroupSteps } from './steps/resource-manager/management-groups/constants'; -import { STEP_RM_CONTAINER_SERVICES_CLUSTERS } from './steps/resource-manager/container-services/constants'; +import { STEP_RM_CONTAINER_SERVICES_CLUSTERS, Steps } from './steps/resource-manager/container-services/constants'; import { FrontDoorStepIds } from './steps/resource-manager/frontdoor/constants'; import { J1SubscriptionClient } from './steps/resource-manager/subscriptions/client'; +import { + STEP_AZURE_APPLICATION_SECURITY_GROUP, + STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION +} from './steps/resource-manager/application-security-group/constants'; +import { + STEP_AZURE_APPLICATION_GATEWAY, + STEP_AZURE_BGP_SERVICE_COMMUNITIES, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, + STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION, + STEP_AZURE_EXPRESS_ROUTE, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + // STEP_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION, + // STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION, + STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, +} from './steps/resource-manager/express-route/constants'; +import { SYNAPSE_STEPS } from './steps/resource-manager/synapse/constant'; +import { DdosSteps } from './steps/resource-manager/ddos/constant'; function makeStepStartStates( stepIds: string[], @@ -161,7 +200,9 @@ export function getActiveDirectorySteps(): GetApiSteps { export function getManagementGroupSteps(): GetApiSteps { return { - executeFirstSteps: [ManagementGroupSteps.MANAGEMENT_GROUPS], + executeFirstSteps: [ + ManagementGroupSteps.MANAGEMENT_GROUPS + ], executeLastSteps: [], }; } @@ -179,6 +220,8 @@ export function getResourceManagerSteps(): GetApiSteps { STEP_RM_NETWORK_FIREWALL_RULE_RELATIONSHIPS, STEP_RM_NETWORK_FIREWALL_POLICY_RELATIONSHIPS, STEP_RM_NETWORK_SECURITY_GROUP_RULE_RELATIONSHIPS, + STEP_AZURE_APPLICATION_SECURITY_GROUP, + STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION, STEP_RM_NETWORK_INTERFACES, STEP_RM_NETWORK_PUBLIC_IP_ADDRESSES, STEP_RM_NETWORK_LOAD_BALANCERS, @@ -187,6 +230,10 @@ export function getResourceManagerSteps(): GetApiSteps { STEP_RM_NETWORK_WATCHERS, STEP_RM_NETWORK_LOCATION_WATCHERS, STEP_RM_NETWORK_FLOW_LOGS, + Steps.KUBERNETES_SERVICE, + Steps.ACCESS_ROLE, + Steps.MAINTENANCE_CONFIGURATION, + Steps.KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE, computeSteps.COMPUTE_VIRTUAL_MACHINE_IMAGES, computeSteps.COMPUTE_VIRTUAL_MACHINE_DISKS, computeSteps.COMPUTE_VIRTUAL_MACHINES, @@ -270,6 +317,38 @@ export function getResourceManagerSteps(): GetApiSteps { STEP_RM_EVENT_GRID_TOPICS_DIAGNOSTIC_SETTINGS, STEP_RM_EVENT_GRID_TOPIC_SUBSCRIPTIONS, STEP_RM_EVENT_GRID_DOMAIN_TOPIC_SUBSCRIPTIONS, + STEP_EVENT_HUB_NAMESPACE, + STEP_EVENT_HUB_KEYS, + STEP_AZURE_EVENT_HUB, + STEP_AZURE_CONSUMER_GROUP, + STEP_EVENT_HUB_CLUSTER, + STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION, + STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION, + EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION, + STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION, + STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, + STEP_AZURE_APPLICATION_GATEWAY, + STEP_AZURE_BGP_SERVICE_COMMUNITIES, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, + STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION, + STEP_AZURE_EXPRESS_ROUTE, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + // STEP_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION, + // STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION, + STEP_AZURE_BGP_SERVICE_COMMUNITIES, + STEP_AZURE_APPLICATION_GATEWAY, SecuritySteps.ASSESSMENTS, SecuritySteps.SECURITY_CENTER_CONTACTS, SecuritySteps.SETTINGS, @@ -285,6 +364,24 @@ export function getResourceManagerSteps(): GetApiSteps { PolicyInsightSteps.SUBSCRIPTION_POLICY_STATES, PolicyInsightSteps.POLICY_STATE_TO_ASSIGNMENT_RELATIONSHIPS, PolicyInsightSteps.POLICY_STATE_TO_DEFINITION_RELATIONSHIPS, + SYNAPSE_STEPS.SYNAPSE_SERVICE, + SYNAPSE_STEPS.SYNAPSE_WORKSPACES, + SYNAPSE_STEPS.SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP, + SYNAPSE_STEPS.SYNAPSE_SQL_POOL, + SYNAPSE_STEPS.SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP, + SYNAPSE_STEPS.SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP, + SYNAPSE_STEPS.SYNAPSE_KEYS, + SYNAPSE_STEPS.SYNAPSE_SERVICE_KEY_RELATIONSHIP, + SYNAPSE_STEPS.SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP, + SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_POLICY, + SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_RULE, + SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP, + SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP, + SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP, + DdosSteps.PROTECTION_PLAN, + DdosSteps.DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP, + DdosSteps.DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP, + DdosSteps.RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP, ...Object.values(FrontDoorStepIds), ], executeLastSteps: [ diff --git a/src/index.ts b/src/index.ts index 92c159e7..b8c7942f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,6 +15,7 @@ import { IntegrationConfig } from './types'; import validateInvocation from './validateInvocation'; import { storageSteps } from './steps/resource-manager/storage'; import { resourcesSteps } from './steps/resource-manager/resources'; +import { expressRouteSteps } from './steps/resource-manager/express-route'; import { subscriptionSteps } from './steps/resource-manager/subscriptions'; import { apiManagementSteps } from './steps/resource-manager/api-management'; import { dnsSteps } from './steps/resource-manager/dns'; @@ -36,6 +37,10 @@ import { managementGroupSteps } from './steps/resource-manager/management-groups import { containerServicesSteps } from './steps/resource-manager/container-services'; import { frontdoorSteps } from './steps/resource-manager/frontdoor'; import { ingestionConfig } from './config'; +import { SynapseSteps } from './steps/resource-manager/synapse'; +import { DdosServiceSteps } from './steps/resource-manager/ddos'; +import { eventHubStep } from './steps/resource-manager/event-hub'; +import { applicationSecurityGroupSteps } from './steps/resource-manager/application-security-group'; export const invocationConfig: IntegrationInvocationConfig = { @@ -102,6 +107,11 @@ export const invocationConfig: IntegrationInvocationConfig = ...policyInsightSteps, ...managementGroupSteps, ...containerServicesSteps, + ...SynapseSteps, + ...DdosServiceSteps, + ...eventHubStep, + ...expressRouteSteps, + ...applicationSecurityGroupSteps ], normalizeGraphObjectKey: (_key) => _key.toLowerCase(), diff --git a/src/steps/resource-manager/application-security-group/__recordings__/rm-azure-application-security-group_828542076/recording.har b/src/steps/resource-manager/application-security-group/__recordings__/rm-azure-application-security-group_828542076/recording.har new file mode 100644 index 00000000..1fb69295 --- /dev/null +++ b/src/steps/resource-manager/application-security-group/__recordings__/rm-azure-application-security-group_828542076/recording.har @@ -0,0 +1,8195 @@ +{ + "log": { + "_recordingName": "rm-azure-application-security-group", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:27:27.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "8946ddde-de5f-40f0-a08c-db7db2ba9500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:27 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:27.248Z", + "time": 578, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 578 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "a5906e7f-cfa7-3ae6-dd21-419aa3a1fddb" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "809fecc2-8beb-4eb5-a9a0-207d07f2afa8" + }, + { + "name": "client-request-id", + "value": "a5906e7f-cfa7-3ae6-dd21-419aa3a1fddb" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000275\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:28 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:27.836Z", + "time": 472, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 472 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "46206ba9-fc9f-317e-949f-c47ec687c53c" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "3822816d-4de6-4662-b94c-2889bfad5fa4" + }, + { + "name": "client-request-id", + "value": "46206ba9-fc9f-317e-949f-c47ec687c53c" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C7\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:28 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:28.329Z", + "time": 1047, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1047 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a4eaaf1c-6613-4900-9960-a494e6a0c9a5" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712046449\",\"not_before\":\"1712042549\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:27:29.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a4eaaf1c-6613-4900-9960-a494e6a0c9a5" + }, + { + "name": "x-ms-request-id", + "value": "c05dbcb9-0a14-431b-b192-664425548700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:29 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:29.515Z", + "time": 550, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 550 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a76814d7-7afc-4943-8086-5dbe3a7cb3d5" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "f5b3df31-a73b-4b16-98c5-0ce4cba34ced" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f5b3df31-a73b-4b16-98c5-0ce4cba34ced" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072730Z:f5b3df31-a73b-4b16-98c5-0ce4cba34ced" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E604868251C9428390DC7953A047375A Ref B: MAA201060514033 Ref C: 2024-04-02T07:27:30Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:30.085Z", + "time": 634, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 634 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b567bf24-fa61-47ea-a815-5061faa652d0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "dbc9b84b-4d33-475c-a87c-8052c36fae9f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "dbc9b84b-4d33-475c-a87c-8052c36fae9f" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T072730Z:dbc9b84b-4d33-475c-a87c-8052c36fae9f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8EFE516850C44877A6241369C0BE3D18 Ref B: MAA201060514009 Ref C: 2024-04-02T07:27:30Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:30.732Z", + "time": 227, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 227 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "f80e7bca-a9d8-4b0c-8ff8-91b74780e3ed" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712046451\",\"not_before\":\"1712042551\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:27:31.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "f80e7bca-a9d8-4b0c-8ff8-91b74780e3ed" + }, + { + "name": "x-ms-request-id", + "value": "1d658990-cd5e-4871-99aa-6da0f86e9900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:30 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:30.973Z", + "time": 454, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 454 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a841fb26-43c6-4f4a-85d2-e0fbcc108cea" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "a86bbe54-0b93-488c-b79a-56a955559584" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a86bbe54-0b93-488c-b79a-56a955559584" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072731Z:a86bbe54-0b93-488c-b79a-56a955559584" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B49813A82D394D40B779EDA97D381DEF Ref B: MAA201060516045 Ref C: 2024-04-02T07:27:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:31.432Z", + "time": 459, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 459 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "edbc49d1-1006-46a2-ba1e-21fd5d1319b5" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "4a7d4703-9bf5-473a-b6cd-42688940dc90" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4a7d4703-9bf5-473a-b6cd-42688940dc90" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072732Z:4a7d4703-9bf5-473a-b6cd-42688940dc90" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 975CB14F11B8482E98FF385412A280E1 Ref B: MAA201060513023 Ref C: 2024-04-02T07:27:32Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:31.898Z", + "time": 410, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 410 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "c4fce93c-55b7-4242-bf82-e670b3543097" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712046452\",\"not_before\":\"1712042552\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:27:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "c4fce93c-55b7-4242-bf82-e670b3543097" + }, + { + "name": "x-ms-request-id", + "value": "4d1c8aac-18b9-4722-acc1-22ff1e303800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:32 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:32.329Z", + "time": 515, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 515 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "190b45df-12e2-4781-95bc-3db300242cfc" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "92268d7a-2575-4b84-9b8f-db184dc5f358" + }, + { + "name": "x-ms-correlation-request-id", + "value": "92268d7a-2575-4b84-9b8f-db184dc5f358" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072733Z:92268d7a-2575-4b84-9b8f-db184dc5f358" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5AF59B12952E40D9A05B615666A9A781 Ref B: MAA201060516029 Ref C: 2024-04-02T07:27:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:32.849Z", + "time": 578, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 578 + } + }, + { + "_id": "b97b33542ab7ca077a0d9924436f854e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b8c5efb6-02e5-4b90-b836-03a361f650c8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "68b5bb76-f0f2-4705-b20b-6644c951d511" + }, + { + "name": "x-ms-correlation-request-id", + "value": "68b5bb76-f0f2-4705-b20b-6644c951d511" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072734Z:68b5bb76-f0f2-4705-b20b-6644c951d511" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 93B8D2E8D76240E3B88AF2C2A0785C92 Ref B: MAA201060514017 Ref C: 2024-04-02T07:27:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:33.437Z", + "time": 809, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 809 + } + }, + { + "_id": "cae51eebba03e1616015273bb0b64886", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ce195b31-3c10-4110-b0ce-5da5e27ad3f8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1922, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "eddf3252-ae29-418f-bb9e-7fd2f51f7682" + }, + { + "name": "x-ms-correlation-request-id", + "value": "eddf3252-ae29-418f-bb9e-7fd2f51f7682" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T072734Z:eddf3252-ae29-418f-bb9e-7fd2f51f7682" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B5D53ECD6FEB4EB882DF1B1C27365FA8 Ref B: MAA201060514051 Ref C: 2024-04-02T07:27:34Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:27:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:34.253Z", + "time": 512, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 512 + } + }, + { + "_id": "f97f91046117d1a8e6ad4ccc720a53f7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1a9ffa36-9ee1-430c-a932-ed7318b9eefd" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1914, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "955c4251-edeb-4713-bbc5-0f8b20cc064d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "955c4251-edeb-4713-bbc5-0f8b20cc064d" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072810Z:955c4251-edeb-4713-bbc5-0f8b20cc064d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D8E5DFBE3BF247CDA0C2D16FBD95F25B Ref B: MAA201060516023 Ref C: 2024-04-02T07:28:10Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:28:09 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:27:34.773Z", + "time": 36102, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36102 + } + }, + { + "_id": "2d60ebf21ebd42f1d0af594665201df7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8d504ffd-45e9-41cf-b650-1ce76ee2c41d" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1917, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/gcp-integration-dev/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "201e75de-a1e8-42d7-95bf-12fd7e7f877d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "201e75de-a1e8-42d7-95bf-12fd7e7f877d" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T072811Z:201e75de-a1e8-42d7-95bf-12fd7e7f877d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C710C09C457B4B0B954594E1BD090B4D Ref B: MAA201060516029 Ref C: 2024-04-02T07:28:11Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:28:10 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:28:10.882Z", + "time": 740, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 740 + } + }, + { + "_id": "acd09e7c5825486b97a3a872528dcd68", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1ab270a3-a79a-49f0-96b2-79e4212f0ecc" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1923, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "bb753830-c69d-43b2-9d37-ec1c7823f21d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bb753830-c69d-43b2-9d37-ec1c7823f21d" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072812Z:bb753830-c69d-43b2-9d37-ec1c7823f21d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C17B538BE4394EF3991C49FC4BCA3640 Ref B: MAA201060516017 Ref C: 2024-04-02T07:28:11Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:28:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:28:11.635Z", + "time": 498, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 498 + } + }, + { + "_id": "702212bd966a3ae44064ebb9437142f9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e098c26c-9aa4-46b8-a142-b04ec0769229" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1922, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "af3c74fc-16ca-4513-9cd0-fb545c50205f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "af3c74fc-16ca-4513-9cd0-fb545c50205f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072812Z:af3c74fc-16ca-4513-9cd0-fb545c50205f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D8BCC40547A2441AAACAE6CB3C5303B4 Ref B: MAA201060516017 Ref C: 2024-04-02T07:28:12Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:28:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:28:12.138Z", + "time": 768, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 768 + } + }, + { + "_id": "8232979ebe6cb81ec9df0c963b8a4db3", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "86a5e4bc-5614-433f-b03e-18248f727117" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1912, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/Stefan_Storage/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "a50d6379-f57c-4422-b520-e541a1066c77" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a50d6379-f57c-4422-b520-e541a1066c77" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T072813Z:a50d6379-f57c-4422-b520-e541a1066c77" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9A2FECCA7BE54CC392A2ACEA8EB9C5C1 Ref B: MAA201060515033 Ref C: 2024-04-02T07:28:13Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:28:13 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:28:12.911Z", + "time": 861, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 861 + } + }, + { + "_id": "1524f483341723128793727076e6d71d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3d7c3071-7879-454b-9452-ac220a1fd81c" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1908, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "05c388be-a0b8-4b03-a837-c5a8e714b553" + }, + { + "name": "x-ms-correlation-request-id", + "value": "05c388be-a0b8-4b03-a837-c5a8e714b553" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T072814Z:05c388be-a0b8-4b03-a837-c5a8e714b553" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6F5D82250FD04B4497B16B0696D8BC69 Ref B: MAA201060516047 Ref C: 2024-04-02T07:28:13Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:28:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:28:13.783Z", + "time": 912, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 912 + } + }, + { + "_id": "22972cee71d5303925dd92ca25d9337b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "231365b3-6178-4680-857d-d846a5e5623b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1903, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 759, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 759, + "text": "{\"value\":[{\"name\":\"TestAppSecGroup\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationSecurityGroups/TestAppSecGroup\",\"etag\":\"W/\\\"8c3a075d-87e9-44d0-807d-5b73352deeda\\\"\",\"type\":\"Microsoft.Network/applicationSecurityGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"name\":\"application-security-groupj1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationSecurityGroups/application-security-groupj1\",\"etag\":\"W/\\\"f4b6f80d-9ab9-4b89-a419-12bd0f04a7e6\\\"\",\"type\":\"Microsoft.Network/applicationSecurityGroups\",\"location\":\"canadaeast\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "759" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "850fbaf6-450e-4324-b9cc-b92c3c577a06" + }, + { + "name": "x-ms-correlation-request-id", + "value": "850fbaf6-450e-4324-b9cc-b92c3c577a06" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T072816Z:850fbaf6-450e-4324-b9cc-b92c3c577a06" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6DAD472C95474F4D916D6CB1354A824E Ref B: MAA201060513047 Ref C: 2024-04-02T07:28:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:28:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 628, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:28:14.704Z", + "time": 2038, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2038 + } + }, + { + "_id": "444f98708587d13fdcbd17e91169afae", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f085684d-cd9c-4606-923e-cb6d3099f356" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1908, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "034ec2d9-b8cc-4826-8cda-408f4a654534" + }, + { + "name": "x-ms-correlation-request-id", + "value": "034ec2d9-b8cc-4826-8cda-408f4a654534" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T072853Z:034ec2d9-b8cc-4826-8cda-408f4a654534" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A5AB86CACC5E404F8029B35E6836E743 Ref B: MAA201060514023 Ref C: 2024-04-02T07:28:52Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:28:53 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:28:16.751Z", + "time": 36752, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36752 + } + }, + { + "_id": "486ffb302f413230470e5fdc6ee7a1a6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "472a7061-6174-45c4-b78b-0abdc961a566" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1928, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "67868a4c-2a5f-4816-b150-4aec6944a52a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "67868a4c-2a5f-4816-b150-4aec6944a52a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072930Z:67868a4c-2a5f-4816-b150-4aec6944a52a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 93870424A9FD4E0B8F29A672F40F1BEA Ref B: MAA201060513053 Ref C: 2024-04-02T07:29:29Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:29:29 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:28:53.517Z", + "time": 36649, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36649 + } + }, + { + "_id": "2414741ca23f8c797a8e3281da9a1c76", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bae93c33-cc12-47da-bb6a-c138b7ac3a4b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1925, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "39dd67d7-9260-4151-bec4-5ac6e861691a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "39dd67d7-9260-4151-bec4-5ac6e861691a" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T072931Z:39dd67d7-9260-4151-bec4-5ac6e861691a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7D88A8DB48F341B1A8B0CCC2B77572F5 Ref B: MAA201060515051 Ref C: 2024-04-02T07:29:30Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:29:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:29:30.172Z", + "time": 1410, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1410 + } + }, + { + "_id": "ce4dc3c1930a629f2ad5e6c874240d20", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0dad0ee7-bd91-41b5-87d8-755cb31aa7b7" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1918, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "95b1dcb3-982b-4645-adfa-270f5ee8def2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "95b1dcb3-982b-4645-adfa-270f5ee8def2" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072932Z:95b1dcb3-982b-4645-adfa-270f5ee8def2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B69120E64C864C8DAF4EDCCE509693EC Ref B: MAA201060515023 Ref C: 2024-04-02T07:29:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:29:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:29:31.585Z", + "time": 815, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 815 + } + }, + { + "_id": "7850c6659ac0272497daf15927310d08", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7eef9146-297e-4cff-8405-484acdbed19d" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1913, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/scaleset1_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "ac7d36e6-d4d2-4621-8b72-a92e2790b210" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ac7d36e6-d4d2-4621-8b72-a92e2790b210" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T072933Z:ac7d36e6-d4d2-4621-8b72-a92e2790b210" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0A753B74C2E14020ADD2C5C48E83B38D Ref B: MAA201060516053 Ref C: 2024-04-02T07:29:32Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:29:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:29:32.404Z", + "time": 920, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 920 + } + }, + { + "_id": "f6215f3cf4142cc3bb7c4715b32c7be2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7b95c7e3-2631-4989-9dbe-da0f8adce690" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1915, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "b14aefc3-f542-459b-93eb-e7900048807f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b14aefc3-f542-459b-93eb-e7900048807f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072934Z:b14aefc3-f542-459b-93eb-e7900048807f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 231CB2EE64EE45FABE9007AD92C768EA Ref B: MAA201060514033 Ref C: 2024-04-02T07:29:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:29:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:29:33.328Z", + "time": 921, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 921 + } + }, + { + "_id": "08ba8943880eb07759b10942cacc4c42", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b3c42e91-6952-4ca6-80cf-275bddf68863" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1910, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "8783960f-cb3a-40b1-ba2b-ff2afdd9b033" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8783960f-cb3a-40b1-ba2b-ff2afdd9b033" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T072935Z:8783960f-cb3a-40b1-ba2b-ff2afdd9b033" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BF0F9B8A4A704366B5FD7D479D1AA2EB Ref B: MAA201060515039 Ref C: 2024-04-02T07:29:34Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:29:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 627, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:29:34.253Z", + "time": 1233, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1233 + } + }, + { + "_id": "fcfc8fa85abeb506bd842a598a9bd064", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ed50c7f6-b651-49fd-a0d2-4e63328359fb" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1912, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "38aa3f8e-53e2-462f-81a6-f0e782110863" + }, + { + "name": "x-ms-correlation-request-id", + "value": "38aa3f8e-53e2-462f-81a6-f0e782110863" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T072936Z:38aa3f8e-53e2-462f-81a6-f0e782110863" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D8F1D35B2F0B42CFA429B5498B2B1B5A Ref B: MAA201060514017 Ref C: 2024-04-02T07:29:35Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:29:36 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:29:35.491Z", + "time": 903, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 903 + } + }, + { + "_id": "fb7b4362c1f7437f7d342cbfbeb3e022", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ee944547-b182-40db-9f6d-0a833691af37" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1913, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/something_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "e1fead40-51ba-4d0a-a1bc-829502ab764e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e1fead40-51ba-4d0a-a1bc-829502ab764e" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073012Z:e1fead40-51ba-4d0a-a1bc-829502ab764e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7D87C2A1140A4F09BA66E4EF73251BD5 Ref B: MAA201060515047 Ref C: 2024-04-02T07:30:12Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:29:36.401Z", + "time": 36476, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36476 + } + }, + { + "_id": "29fb8e73c437db0cb18df1fc763638d3", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c9ed6109-89dc-490c-acda-98c69dec04fa" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1904, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "74a1ab04-330a-493c-a2a6-ff5f9ee790df" + }, + { + "name": "x-ms-correlation-request-id", + "value": "74a1ab04-330a-493c-a2a6-ff5f9ee790df" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073014Z:74a1ab04-330a-493c-a2a6-ff5f9ee790df" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C07F7FAE549843A0B60C66EF66957543 Ref B: MAA201060515037 Ref C: 2024-04-02T07:30:13Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:13 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:12.881Z", + "time": 1544, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1544 + } + }, + { + "_id": "c8a466ecfe16fe8c4872263e8a0d5640", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c18e0e4a-0b1e-4f65-81c2-5fb46938151f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1906, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/intcmdev/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "53bd02da-7a46-4c0f-92d0-0a80bd9c38c4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "53bd02da-7a46-4c0f-92d0-0a80bd9c38c4" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073015Z:53bd02da-7a46-4c0f-92d0-0a80bd9c38c4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 89F861D041174BB2B7A1577D32C8D4B0 Ref B: MAA201060513047 Ref C: 2024-04-02T07:30:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:14.432Z", + "time": 994, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 994 + } + }, + { + "_id": "fd0a4154a6add4b42eb29f2c294beb47", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ea12e989-c4bd-49ea-ac79-fed797b51300" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1924, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "02a3f62e-8646-4de9-9973-08c877b903ea" + }, + { + "name": "x-ms-correlation-request-id", + "value": "02a3f62e-8646-4de9-9973-08c877b903ea" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073016Z:02a3f62e-8646-4de9-9973-08c877b903ea" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 76B47801E73A448CB4DD753D5952AF28 Ref B: MAA201060515033 Ref C: 2024-04-02T07:30:15Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:15.432Z", + "time": 918, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 918 + } + }, + { + "_id": "0c07da44eb41c558e7080c185510b4cc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3f0b207f-4dac-4ad5-80d6-8b10b9fb91ad" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1926, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "7b56a3fb-7aac-42be-91bd-9729ebfc3dd2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7b56a3fb-7aac-42be-91bd-9729ebfc3dd2" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073017Z:7b56a3fb-7aac-42be-91bd-9729ebfc3dd2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 50B9965B060547599480C9A56D0B7024 Ref B: MAA201060513035 Ref C: 2024-04-02T07:30:16Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:16.357Z", + "time": 1028, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1028 + } + }, + { + "_id": "01529d54aaf66b5048bb5ddfec5d142d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "87d0f8bf-fec7-4993-ba85-06eff87a4972" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1913, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/myresourcegroup/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "05124b71-328c-409d-9ba7-e1a842fb2983" + }, + { + "name": "x-ms-correlation-request-id", + "value": "05124b71-328c-409d-9ba7-e1a842fb2983" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073017Z:05124b71-328c-409d-9ba7-e1a842fb2983" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7B5FCE955FE745DDB16BB40B0C730F7E Ref B: MAA201060514033 Ref C: 2024-04-02T07:30:17Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:17 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:17.393Z", + "time": 486, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 486 + } + }, + { + "_id": "10aa1288a7aaacbb50820c35e8966a12", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ab41bd81-7f8f-4918-8845-a7106522d3b3" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1918, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "99db1bce-0754-4033-aa5d-138aae8f1124" + }, + { + "name": "x-ms-correlation-request-id", + "value": "99db1bce-0754-4033-aa5d-138aae8f1124" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073019Z:99db1bce-0754-4033-aa5d-138aae8f1124" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FFFB1E48757F4630994C45F7C9804BF4 Ref B: MAA201060515019 Ref C: 2024-04-02T07:30:18Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:17.884Z", + "time": 1224, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1224 + } + }, + { + "_id": "4566f37c63dc43e2b544943815dcb442", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c731b77a-bd6d-42ad-95ce-3510c47d59a0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1913, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 401, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 401, + "text": "{\"value\":[{\"name\":\"appsecgroup-test-cam\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/applicationSecurityGroups/appsecgroup-test-cam\",\"etag\":\"W/\\\"8747ced8-7798-428a-9891-847801513ad0\\\"\",\"type\":\"Microsoft.Network/applicationSecurityGroups\",\"location\":\"eastus\",\"tags\":{\"env\":\"dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "401" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "83471264-5ed4-4d69-9705-a3ac43c47975" + }, + { + "name": "x-ms-correlation-request-id", + "value": "83471264-5ed4-4d69-9705-a3ac43c47975" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073020Z:83471264-5ed4-4d69-9705-a3ac43c47975" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2894D654B26E4B968E376074989E6E98 Ref B: MAA201060515021 Ref C: 2024-04-02T07:30:19Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 625, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:19.112Z", + "time": 1125, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1125 + } + }, + { + "_id": "09845828eeb24556d22d92e2ac880c1f", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "74899d17-18d8-4397-9d04-9c40be9d6687" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1911, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/workspace-dev/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "8fe36e6e-1158-4cd3-8fa3-6568924a19f5" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8fe36e6e-1158-4cd3-8fa3-6568924a19f5" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073021Z:8fe36e6e-1158-4cd3-8fa3-6568924a19f5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 89BCDD2D3A014C49B3473243DB69D3B0 Ref B: MAA201060514045 Ref C: 2024-04-02T07:30:20Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 627, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:20.241Z", + "time": 990, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 990 + } + }, + { + "_id": "da7eed4f28853c9f35bcc7a809403753", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b95fcb40-3664-4623-ba6b-8b6baac2191d" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1911, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/dev-workspace/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "0c056e46-ced8-484d-aa8a-e199f9c89b2f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0c056e46-ced8-484d-aa8a-e199f9c89b2f" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073022Z:0c056e46-ced8-484d-aa8a-e199f9c89b2f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F9596278323A4711A2400B887292AE0C Ref B: MAA201060516021 Ref C: 2024-04-02T07:30:21Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:21 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:21.241Z", + "time": 938, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 938 + } + }, + { + "_id": "f40b4b4bab024f5b082951894b0e081d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a355625c-e447-4f5b-89fc-5e562725afbb" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1916, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/test_cluster_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "891e6480-c660-48e7-97fe-930db118a559" + }, + { + "name": "x-ms-correlation-request-id", + "value": "891e6480-c660-48e7-97fe-930db118a559" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073023Z:891e6480-c660-48e7-97fe-930db118a559" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1CD54B1274C04369995AFCE958A602A0 Ref B: MAA201060513033 Ref C: 2024-04-02T07:30:22Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:22 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:22.182Z", + "time": 851, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 851 + } + }, + { + "_id": "ff91c5dc5cbea636f56cfc02a01bba81", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "60c59789-aaae-48fe-b1c6-b77a4b8e007e" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1919, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "d13b9001-be9f-4427-bdbc-45b00b4db1d9" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d13b9001-be9f-4427-bdbc-45b00b4db1d9" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073023Z:d13b9001-be9f-4427-bdbc-45b00b4db1d9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3458FC0ED729468AB10942DEF8681E18 Ref B: MAA201060515033 Ref C: 2024-04-02T07:30:23Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:23 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:23.041Z", + "time": 984, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 984 + } + }, + { + "_id": "e51435bb818f79703597db178f60093a", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a16376fe-a6fa-4342-859b-82d7edc067bd" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1904, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/newrsc/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "9f6115cf-a5ec-4117-9ac1-86eba036aaf0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9f6115cf-a5ec-4117-9ac1-86eba036aaf0" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073024Z:9f6115cf-a5ec-4117-9ac1-86eba036aaf0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A1AAEE6787E84F5F95E2708C376F9B78 Ref B: MAA201060516031 Ref C: 2024-04-02T07:30:24Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:23 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:24.036Z", + "time": 805, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 805 + } + }, + { + "_id": "d14b829d15281b45af982b9f012f4908", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ee2884df-f9c3-4f63-acda-f9c163b68eb8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1930, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "4abf9f4e-50c4-4f55-8c0d-dc28d76c4a9d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4abf9f4e-50c4-4f55-8c0d-dc28d76c4a9d" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073026Z:4abf9f4e-50c4-4f55-8c0d-dc28d76c4a9d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3B1B100E55824F55A466227CE94653A3 Ref B: MAA201060513049 Ref C: 2024-04-02T07:30:25Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:25 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:24.845Z", + "time": 1258, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1258 + } + }, + { + "_id": "526fdf5faf0deef80b3cff0c618262c6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "34e82595-6624-45f5-889c-7da6757bf3e9" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "7f539bd1-59d9-4db1-b996-b618bed533f6" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7f539bd1-59d9-4db1-b996-b618bed533f6" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073027Z:7f539bd1-59d9-4db1-b996-b618bed533f6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 133FB8BDCB5949EBAFEE44CF9CB5E321 Ref B: MAA201060514031 Ref C: 2024-04-02T07:30:26Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:26.109Z", + "time": 1198, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1198 + } + }, + { + "_id": "be62140d6d252d797d243d8cdd67fc84", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "94e7811e-2215-4bfc-8b91-db94efe2bc15" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1914, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/newCluster_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "52d0fcb4-cf7c-48bf-b63d-2176d7e312a8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "52d0fcb4-cf7c-48bf-b63d-2176d7e312a8" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073028Z:52d0fcb4-cf7c-48bf-b63d-2176d7e312a8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 357621A9332A40228DDB71DF10C05F58 Ref B: MAA201060513053 Ref C: 2024-04-02T07:30:27Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:27.317Z", + "time": 858, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 858 + } + }, + { + "_id": "552d7ca5b5e0d3dc8a1260cbab48c451", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1cee753e-e517-4260-940c-8580eb77f033" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1922, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "43a6bb5d-f62f-4acc-ac1b-2137a367271e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "43a6bb5d-f62f-4acc-ac1b-2137a367271e" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073029Z:43a6bb5d-f62f-4acc-ac1b-2137a367271e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 918FAB43D30D44838A9A9722B05F3A36 Ref B: MAA201060516023 Ref C: 2024-04-02T07:30:28Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:28 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:28.181Z", + "time": 962, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 962 + } + }, + { + "_id": "ecf83e87735533a26bf0a2a0a9f296ad", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7c3ecdfc-7e0b-4ec2-9eab-1ee856a67e81" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1951, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "788ec561-a70a-4ff3-9808-2d2b49098bb3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "788ec561-a70a-4ff3-9808-2d2b49098bb3" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073030Z:788ec561-a70a-4ff3-9808-2d2b49098bb3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D299A715DF604ED18FD08B8315097552 Ref B: MAA201060513025 Ref C: 2024-04-02T07:30:29Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:29 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:29.151Z", + "time": 924, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 924 + } + }, + { + "_id": "fa28d41bcb634fd46e74bec1f16a8134", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5ff1b92f-61e3-46cf-8e9e-77a04e99b41a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1948, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "11123d92-640c-4a3c-ac2e-0c2d41152b20" + }, + { + "name": "x-ms-correlation-request-id", + "value": "11123d92-640c-4a3c-ac2e-0c2d41152b20" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073030Z:11123d92-640c-4a3c-ac2e-0c2d41152b20" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D083C67924BC40E7A51BC01D2F9CD6A2 Ref B: MAA201060513053 Ref C: 2024-04-02T07:30:30Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:30.081Z", + "time": 874, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 874 + } + }, + { + "_id": "9a07a68c84b1f8d464f6262573166e87", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1ff33d2a-e391-4b2b-892e-133c8c850013" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1961, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "c40d4796-49a8-4097-aaaf-891341a10bcd" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c40d4796-49a8-4097-aaaf-891341a10bcd" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073031Z:c40d4796-49a8-4097-aaaf-891341a10bcd" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B8CED84D108F47BDA90ED23DAA012D35 Ref B: MAA201060513023 Ref C: 2024-04-02T07:30:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:30.959Z", + "time": 802, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 802 + } + }, + { + "_id": "6163523d20bc4b353ff7054297003634", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b52be0e3-8726-4479-ade7-8ac938a484eb" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1914, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "850d895c-41ed-4898-ad95-df567c190054" + }, + { + "name": "x-ms-correlation-request-id", + "value": "850d895c-41ed-4898-ad95-df567c190054" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073032Z:850d895c-41ed-4898-ad95-df567c190054" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 67761CC84A8349ACA4968BA8E3AC24E2 Ref B: MAA201060516025 Ref C: 2024-04-02T07:30:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:31.770Z", + "time": 1265, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1265 + } + }, + { + "_id": "9a19d005eb2babbe2444d648dbb9ac93", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "016e802d-70ed-431d-b5af-2c574f50227a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1930, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "a0ac698b-8b88-4de3-9f1e-542d95de85a0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a0ac698b-8b88-4de3-9f1e-542d95de85a0" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073033Z:a0ac698b-8b88-4de3-9f1e-542d95de85a0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1421725313F84CB584C49E3B70F2E513 Ref B: MAA201060516045 Ref C: 2024-04-02T07:30:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:33.048Z", + "time": 1010, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1010 + } + }, + { + "_id": "affd0b8f3d8c15200cfbe04f0240e782", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ac62a455-f6f2-45bf-bd34-9d725668c068" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1949, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "5a36150f-a765-4e7a-bcf5-8651d16c177e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5a36150f-a765-4e7a-bcf5-8651d16c177e" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073034Z:5a36150f-a765-4e7a-bcf5-8651d16c177e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6D8A8D1882C54C8C9CF530964ED86D1B Ref B: MAA201060515049 Ref C: 2024-04-02T07:30:34Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:34.063Z", + "time": 196, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 196 + } + }, + { + "_id": "607a5d479db6ef4129644f132ca3ef2c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8012d9bc-d265-434c-9123-197c70fe9ac8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1930, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "b68ce54c-b82c-4638-aef9-0c4a510d2fd8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b68ce54c-b82c-4638-aef9-0c4a510d2fd8" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073034Z:b68ce54c-b82c-4638-aef9-0c4a510d2fd8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DFB9530A953A4755843CECB19EDE4396 Ref B: MAA201060515037 Ref C: 2024-04-02T07:30:34Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:34.270Z", + "time": 403, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 403 + } + }, + { + "_id": "8c322d752d5399bdd8ecbf50c770b674", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "12103027-4aa2-45e9-b4a3-7ef6894231b7" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1910, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/kube-cluster/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "a2c80a0f-991b-4d9c-9c20-513fdc84f35c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a2c80a0f-991b-4d9c-9c20-513fdc84f35c" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073034Z:a2c80a0f-991b-4d9c-9c20-513fdc84f35c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EC7821BC7B4D4292A6DD4B3D49DF1839 Ref B: MAA201060516029 Ref C: 2024-04-02T07:30:34Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:34.684Z", + "time": 322, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 322 + } + }, + { + "_id": "541fb08c2927087b3b92789b58c5bfd9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4030dd1c-2223-43a5-acce-4fe149783ed5" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1921, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "e0908298-9d92-4a16-b90a-f78733190dd9" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e0908298-9d92-4a16-b90a-f78733190dd9" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073035Z:e0908298-9d92-4a16-b90a-f78733190dd9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 15020579E64A4D8E8A40A9A87FD060CB Ref B: MAA201060515039 Ref C: 2024-04-02T07:30:35Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:35.012Z", + "time": 401, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 401 + } + }, + { + "_id": "b44b1864b944465dbb42adbf7fa8bd18", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8b0399cd-b104-429f-83f6-05544b6e9f1e" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1923, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "6d998754-af5a-46dd-87e6-ad476702d47a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6d998754-af5a-46dd-87e6-ad476702d47a" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073035Z:6d998754-af5a-46dd-87e6-ad476702d47a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 43F192BF2EB84A988F14820FC5657F1C Ref B: MAA201060515021 Ref C: 2024-04-02T07:30:35Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 624, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:35.418Z", + "time": 412, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 412 + } + }, + { + "_id": "7c29a2a71000a4db5126006a3c7d66dd", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2314b8a7-2129-4076-a293-637685f9344a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1915, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/eventhubnamespace/providers/Microsoft.Network/applicationSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "5b963d57-89c1-4349-aecf-3df5627106d2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5b963d57-89c1-4349-aecf-3df5627106d2" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073036Z:5b963d57-89c1-4349-aecf-3df5627106d2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2218DC4722364E0C8D5F946E6E08A884 Ref B: MAA201060516031 Ref C: 2024-04-02T07:30:35Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:30:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 622, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:30:35.835Z", + "time": 477, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 477 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/application-security-group/client.ts b/src/steps/resource-manager/application-security-group/client.ts new file mode 100644 index 00000000..2a572bdb --- /dev/null +++ b/src/steps/resource-manager/application-security-group/client.ts @@ -0,0 +1,35 @@ +import { ApplicationSecurityGroup } from '@azure/arm-network/esm/models'; +import { + Client, + iterateAllResources, +} from '../../../azure/resource-manager/client'; +import { NetworkManagementClient as AzureNetworkManagementClient } from '@azure/arm-network'; + +export class MyNetworkManagementClient extends Client { + /** + * Retrieves all applicationSecurityGroups data for a Resource Group from an Azure Subscription + * @param applicationSecurityGroups An object containing the resource group name. + * @param callback A callback function to be called after retrieving an Event Grid Domain + */ + public async iterateApplicationSecurityGroups( + applicationSecurityGroups: { resourceGroupName: string }, + callback: (s: ApplicationSecurityGroup) => void | Promise, + ): Promise { + const serviceClient = await this.getAuthenticatedServiceClient( + AzureNetworkManagementClient, + ); + serviceClient.applicationSecurityGroups; + const { resourceGroupName } = applicationSecurityGroups; + + return iterateAllResources({ + logger: this.logger, + serviceClient, + resourceEndpoint: { + list: async () => + serviceClient.applicationSecurityGroups.list(resourceGroupName), + }, + resourceDescription: 'ApplicationSecurityGroup', + callback, + }); + } +} diff --git a/src/steps/resource-manager/application-security-group/constants.ts b/src/steps/resource-manager/application-security-group/constants.ts new file mode 100644 index 00000000..0b9f956f --- /dev/null +++ b/src/steps/resource-manager/application-security-group/constants.ts @@ -0,0 +1,45 @@ +import { + generateRelationshipType, + RelationshipClass, +} from '@jupiterone/integration-sdk-core'; +import { entities } from '../compute/constants'; +import { NetworkEntities } from '../network/constants'; + +export const STEP_AZURE_APPLICATION_SECURITY_GROUP = + 'rm-azure-application-security-group'; + +export const STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION = 'rm-azure-application-security-group-virtual-machine-relation' + +export const ApplicationSecurityGroupEntities = { + AZURE_APPLICATION_SECURITY_GROUP: { + _type: 'azure_application_security_group', + _class: ['Firewall'], + resourceName: 'Azure Application Security Groups', + }, +}; + +export const AzureApplicationSecurityGroupRelationships = { + AZURE_APPLICATION_SECURITY_GROUP_PROTECTS_VIRTUAL_MACHINE: { + _type: generateRelationshipType( + RelationshipClass.PROTECTS, + ApplicationSecurityGroupEntities.AZURE_APPLICATION_SECURITY_GROUP, + entities.VIRTUAL_MACHINE, + ), + sourceType: + ApplicationSecurityGroupEntities.AZURE_APPLICATION_SECURITY_GROUP._type, + _class: RelationshipClass.PROTECTS, + targetType: entities.VIRTUAL_MACHINE._type, + }, + + AZURE_APPLICATION_SECURITY_GROUP_ALLOWS_FIREWALL_RULE_GROUP: { + _type: generateRelationshipType( + RelationshipClass.PROTECTS, + ApplicationSecurityGroupEntities.AZURE_APPLICATION_SECURITY_GROUP, + NetworkEntities.FIREWALL_RULE_GROUP, + ), + sourceType: + ApplicationSecurityGroupEntities.AZURE_APPLICATION_SECURITY_GROUP._type, + _class: RelationshipClass.PROTECTS, + targetType: NetworkEntities.FIREWALL_RULE_GROUP._type, + }, +}; diff --git a/src/steps/resource-manager/application-security-group/converters.ts b/src/steps/resource-manager/application-security-group/converters.ts new file mode 100644 index 00000000..1974cd65 --- /dev/null +++ b/src/steps/resource-manager/application-security-group/converters.ts @@ -0,0 +1,31 @@ +import { + Entity, + createIntegrationEntity, +} from '@jupiterone/integration-sdk-core'; +import { ApplicationSecurityGroupEntities } from './constants'; +import { ApplicationSecurityGroup } from '@azure/arm-network/esm/models'; + + +export function createApplicationSecurityGroupEntity(data: ApplicationSecurityGroup): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: + ApplicationSecurityGroupEntities.AZURE_APPLICATION_SECURITY_GROUP + ._type, + _class: + ApplicationSecurityGroupEntities.AZURE_APPLICATION_SECURITY_GROUP + ._class, + category: ['application'], + id: data.id, + name: data.name, + etag: data.etag, + provisioningState: data.provisioningState, + resourceGuid: data.resourceGuid, + type: data.type + }, + }, + }); +} diff --git a/src/steps/resource-manager/application-security-group/index.test.ts b/src/steps/resource-manager/application-security-group/index.test.ts new file mode 100644 index 00000000..4aed4b6d --- /dev/null +++ b/src/steps/resource-manager/application-security-group/index.test.ts @@ -0,0 +1,42 @@ +import { + Recording, + executeStepWithDependencies, +} from '@jupiterone/integration-sdk-testing'; +import { getStepTestConfigForStep } from '../../../../test/integrationInstanceConfig'; +import { + setupAzureRecording, + getMatchRequestsBy, +} from '../../../../test/helpers/recording'; +import { STEP_AZURE_APPLICATION_SECURITY_GROUP} from './constants'; + +let recording: Recording; + +afterEach(async () => { + if (recording) { + await recording.stop(); + } +}); +test( + STEP_AZURE_APPLICATION_SECURITY_GROUP, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_APPLICATION_SECURITY_GROUP); + + recording = setupAzureRecording( + { + name: STEP_AZURE_APPLICATION_SECURITY_GROUP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + diff --git a/src/steps/resource-manager/application-security-group/index.ts b/src/steps/resource-manager/application-security-group/index.ts new file mode 100644 index 00000000..108adfca --- /dev/null +++ b/src/steps/resource-manager/application-security-group/index.ts @@ -0,0 +1,101 @@ +import { IntegrationStepContext, AzureIntegrationStep } from '../../../types'; +import { STEP_AD_ACCOUNT } from '../../active-directory/constants'; +import { + RESOURCE_GROUP_ENTITY, + STEP_RM_RESOURCES_RESOURCE_GROUPS, +} from '../resources/constants'; +import { MyNetworkManagementClient } from './client'; +import { + ApplicationSecurityGroupEntities, + AzureApplicationSecurityGroupRelationships, + STEP_AZURE_APPLICATION_SECURITY_GROUP, + STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION, +} from './constants'; +import { steps } from '../compute/constants' +import { entities } from '../compute/constants' +import { createApplicationSecurityGroupEntity } from './converters'; +import { INGESTION_SOURCE_IDS } from '../../../constants'; +import { IntegrationMissingKeyError, RelationshipClass, createDirectRelationship } from '@jupiterone/integration-sdk-core'; + +export async function fetchApplicationSecurityGroup( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const client = new MyNetworkManagementClient(instance.config, logger); + await jobState.iterateEntities( + { _type: RESOURCE_GROUP_ENTITY._type }, + async (resourceGroupEntity) => { + const { name } = resourceGroupEntity; + await client.iterateApplicationSecurityGroups( + { resourceGroupName: name as string }, + async (applicationSecurityGroup) => { + const applicationSecurityGroupEntity = + createApplicationSecurityGroupEntity(applicationSecurityGroup); + await jobState.addEntity(applicationSecurityGroupEntity); + }, + ); + }, + ); +} + +export async function buildAzureApplicationSecurityGroupVirtualMachineRelation( + executionContext: IntegrationStepContext, +): Promise { + const { jobState , logger} = executionContext; + await jobState.iterateEntities( + { _type: entities.VIRTUAL_MACHINE._type }, + async (virtualMachineEntity) => { + const listOfApplicationSecurityGroups = virtualMachineEntity.applicationSecurityGroup as string[]; + // Iterate over each application security group if a vm + for (const ApplicationSecurityGroup of listOfApplicationSecurityGroups) { + // Check if ApplicationSecurityGroup is defined and non-empty + if (ApplicationSecurityGroup.length != 0) { + for (const applicationSecurityGroupEntityKey of ApplicationSecurityGroup) { + if (jobState.hasKey(applicationSecurityGroupEntityKey['id'])) { + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.PROTECTS, + fromKey: applicationSecurityGroupEntityKey['id'], + fromType: ApplicationSecurityGroupEntities.AZURE_APPLICATION_SECURITY_GROUP._type, + toKey: virtualMachineEntity._key, + toType: entities.VIRTUAL_MACHINE._type, + }), + ); + } else { + throw new IntegrationMissingKeyError( + `Build Azure Application Security Group and Virtual Machine Relation: ${applicationSecurityGroupEntityKey['id']} Missing.`, + ); + } + } + } else { + logger.warn("applicationSecurityGroupEntityKey is undefined or empty."); + } + } + }, + ); +} + + + +export const applicationSecurityGroupSteps: AzureIntegrationStep[] = [ + { + id: STEP_AZURE_APPLICATION_SECURITY_GROUP, + name: 'Application Security Group', + entities: [ + ApplicationSecurityGroupEntities.AZURE_APPLICATION_SECURITY_GROUP, + ], + relationships: [], + dependsOn: [STEP_AD_ACCOUNT, STEP_RM_RESOURCES_RESOURCE_GROUPS], + executionHandler: fetchApplicationSecurityGroup, + ingestionSourceId: INGESTION_SOURCE_IDS.APPLICATION_SECURITY_GROUP, + }, + { + id: STEP_AZURE_APPLICATION_SECURITY_GROUP_VIRTUAL_MACHINE_RELATION, + name: 'Build Azure Application Security Group and Virtual Machine Relation', + entities: [], + relationships: [AzureApplicationSecurityGroupRelationships.AZURE_APPLICATION_SECURITY_GROUP_PROTECTS_VIRTUAL_MACHINE], + dependsOn: [STEP_AZURE_APPLICATION_SECURITY_GROUP, steps.COMPUTE_VIRTUAL_MACHINES], + executionHandler: buildAzureApplicationSecurityGroupVirtualMachineRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.APPLICATION_SECURITY_GROUP, + } +]; diff --git a/src/steps/resource-manager/compute/client.ts b/src/steps/resource-manager/compute/client.ts index b9bf65c5..60b1a2fd 100644 --- a/src/steps/resource-manager/compute/client.ts +++ b/src/steps/resource-manager/compute/client.ts @@ -22,6 +22,8 @@ import { request, } from '../../../azure/resource-manager/client'; import { resourceGroupName } from '../../../azure/utils'; +import { NetworkManagementClient } from '@azure/arm-network'; +import { ApplicationSecurityGroup } from '@azure/arm-network-latest'; export class ComputeClient extends Client { public async iterateVirtualMachines( @@ -61,6 +63,21 @@ export class ComputeClient extends Client { return response; } + // Function to retrieve aplication security group associated with a network interface + public async getASGs(resourceGroupName: string, nicId: string): Promise { + try { + const networkClient = await this.getAuthenticatedServiceClient(NetworkManagementClient); + + const nic = await networkClient.networkInterfaces.get(resourceGroupName, nicId); + return nic && nic.ipConfigurations && nic.ipConfigurations[0]?.applicationSecurityGroups || []; + } catch (error) { + this.logger.error(`Error occurred while retrieving ASGs for NIC ${nicId}:`); + this.logger.error(error.message); + return []; + } + } + + public async iterateVirtualMachineExtensions( virtualMachine: { name: string; diff --git a/src/steps/resource-manager/compute/converters.ts b/src/steps/resource-manager/compute/converters.ts index 6f5a07eb..ce880290 100644 --- a/src/steps/resource-manager/compute/converters.ts +++ b/src/steps/resource-manager/compute/converters.ts @@ -36,6 +36,7 @@ function mapVirtualMachineStatus(status?: InstanceViewStatus) { } export function createVirtualMachineEntity( + asgs: any, webLinker: AzureWebLinker, data: VirtualMachine, instanceView?: VirtualMachinesInstanceViewResponse, @@ -96,6 +97,7 @@ export function createVirtualMachineEntity( ), hostname: null, webLink: webLinker.portalResourceUrl(data.id), + applicationSecurityGroup: asgs }; assignTags(entity, data.tags); diff --git a/src/steps/resource-manager/compute/index.ts b/src/steps/resource-manager/compute/index.ts index 3509b5a6..15e2996e 100644 --- a/src/steps/resource-manager/compute/index.ts +++ b/src/steps/resource-manager/compute/index.ts @@ -206,9 +206,21 @@ export async function fetchVirtualMachines( const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); const client = new ComputeClient(instance.config, logger); + const asgsArray: any = []; // Provide type annotation + await client.iterateVirtualMachines(async (vm) => { - let instanceView: VirtualMachinesInstanceViewResponse | undefined = - undefined; + // Extracting resource group name from the virtual machine ID + const resourceGroupName = getResourceGroupName(vm.id || '') as string; + const networkInterfaces = vm.networkProfile?.networkInterfaces || []; + for (const nicRef of networkInterfaces) { + const nicId = nicRef.id?.split("/").pop(); + if (nicId) { + const asgs = await client.getASGs(resourceGroupName, nicId); + asgsArray.push(asgs); // Store each value of asgs in an array + } + } + + let instanceView: VirtualMachinesInstanceViewResponse | undefined; try { instanceView = await client.fetchInstanceView( vm.name, @@ -226,12 +238,15 @@ export async function fetchVirtualMachines( } const virtualMachineEntity = createVirtualMachineEntity( + asgsArray, webLinker, vm, instanceView, ); await jobState.addEntity(virtualMachineEntity); + // console.log("virtualMachineEntity===", virtualMachineEntity) + await createResourceGroupResourceRelationship( executionContext, virtualMachineEntity, diff --git a/src/steps/resource-manager/container-registry/__recordings__/rm-container-registries-diagnostic-settings_2262932352/recording.har b/src/steps/resource-manager/container-registry/__recordings__/rm-container-registries-diagnostic-settings_2262932352/recording.har index 3036c168..4de41c28 100644 --- a/src/steps/resource-manager/container-registry/__recordings__/rm-container-registries-diagnostic-settings_2262932352/recording.har +++ b/src/steps/resource-manager/container-registry/__recordings__/rm-container-registries-diagnostic-settings_2262932352/recording.har @@ -9921,7 +9921,7 @@ } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 0, "cache": {}, "request": { @@ -9934,18 +9934,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "980c3c6e-88de-4580-9401-9f3d747df6c6" + "value": "6b647c14-5802-499d-a726-55144282fc93" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -9955,21 +9955,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:20.000Z", + "expires": "2024-05-02T07:22:52.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -10034,11 +10034,15 @@ }, { "name": "x-ms-request-id", - "value": "6f6c22eb-8275-4228-b2cd-ac2831ac8c00" + "value": "7218c283-0415-4228-9a8c-8f3b9bb10901" }, { "name": "x-ms-ests-server", - "value": "2.1.17216.2 - WUS3 ProdSlices" + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -10062,21 +10066,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:20 GMT" + "value": "Tue, 02 Apr 2024 07:22:52 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1067, + "headersSize": 1086, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:19.881Z", - "time": 664, + "startedDateTime": "2024-04-02T07:22:52.797Z", + "time": 225, "timings": { "blocked": -1, "connect": -1, @@ -10084,11 +10088,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 664 + "wait": 225 } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 1, "cache": {}, "request": { @@ -10101,18 +10105,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "b13578e4-4683-4206-badf-f3ec14f9bd5c" + "value": "0e73b654-4f1b-4a75-8cf6-73ac51d3d681" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -10122,21 +10126,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:20.000Z", + "expires": "2024-05-02T07:22:53.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -10201,11 +10205,15 @@ }, { "name": "x-ms-request-id", - "value": "c918280f-49e2-4849-890d-bc0d104c3e01" + "value": "b701474a-4256-4cfe-9070-07c8751a6900" }, { "name": "x-ms-ests-server", - "value": "2.1.17216.2 - WUS3 ProdSlices" + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -10229,21 +10237,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:20 GMT" + "value": "Tue, 02 Apr 2024 07:22:52 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1067, + "headersSize": 1082, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:20.613Z", - "time": 226, + "startedDateTime": "2024-04-02T07:22:53.153Z", + "time": 152, "timings": { "blocked": -1, "connect": -1, @@ -10251,11 +10259,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 226 + "wait": 152 } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 2, "cache": {}, "request": { @@ -10268,18 +10276,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "760232f7-f71c-4352-9e63-ac48160fdc66" + "value": "206c5171-8cfe-4712-950c-69339fcc2acb" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -10289,21 +10297,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:21.000Z", + "expires": "2024-05-02T07:22:53.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -10368,11 +10376,15 @@ }, { "name": "x-ms-request-id", - "value": "c1652c0e-302f-4b00-8acb-67f9ea017b00" + "value": "52afa3c6-538b-4506-b71b-ae638edf2300" }, { "name": "x-ms-ests-server", - "value": "2.1.17216.2 - WUS3 ProdSlices" + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -10396,21 +10408,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:20 GMT" + "value": "Tue, 02 Apr 2024 07:22:53 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1067, + "headersSize": 1086, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:20.878Z", - "time": 213, + "startedDateTime": "2024-04-02T07:22:53.352Z", + "time": 82, "timings": { "blocked": -1, "connect": -1, @@ -10418,11 +10430,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 213 + "wait": 82 } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 3, "cache": {}, "request": { @@ -10435,18 +10447,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "37cb822f-4b24-44e2-8ff4-c47794b19198" + "value": "b7186ef1-7e19-40dd-98d7-95968a9b289a" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -10456,21 +10468,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:21.000Z", + "expires": "2024-05-02T07:22:53.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -10535,11 +10547,15 @@ }, { "name": "x-ms-request-id", - "value": "87cbc57a-5b88-4ed6-84cb-42965851dc00" + "value": "fca090e6-e505-467a-abc5-4108d28be000" }, { "name": "x-ms-ests-server", - "value": "2.1.17216.2 - SCUS ProdSlices" + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -10563,21 +10579,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:20 GMT" + "value": "Tue, 02 Apr 2024 07:22:53 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1067, + "headersSize": 1082, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:21.128Z", - "time": 196, + "startedDateTime": "2024-04-02T07:22:53.483Z", + "time": 144, "timings": { "blocked": -1, "connect": -1, @@ -10585,11 +10601,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 196 + "wait": 144 } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 4, "cache": {}, "request": { @@ -10602,18 +10618,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "572dfc88-3903-4ef4-942f-4a6233fbda6f" + "value": "ac1fdcee-94c0-41ee-9141-63fab9d4f00b" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -10623,21 +10639,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:21.000Z", + "expires": "2024-05-02T07:22:53.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -10702,11 +10718,15 @@ }, { "name": "x-ms-request-id", - "value": "d310637e-4fd7-4abc-a55f-78742b964601" + "value": "06aa93e7-edbe-48e4-93c5-22dc5a995000" }, { "name": "x-ms-ests-server", - "value": "2.1.17216.2 - WUS3 ProdSlices" + "value": "2.1.17615.13 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -10730,21 +10750,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:21 GMT" + "value": "Tue, 02 Apr 2024 07:22:53 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1067, + "headersSize": 1085, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:21.360Z", - "time": 226, + "startedDateTime": "2024-04-02T07:22:53.672Z", + "time": 142, "timings": { "blocked": -1, "connect": -1, @@ -10752,11 +10772,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 226 + "wait": 142 } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 5, "cache": {}, "request": { @@ -10769,18 +10789,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "ce4297ff-9c0c-4f66-9299-0b8f8e62bfd6" + "value": "d883e447-d127-4acb-ac5e-2feef022f35d" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -10790,21 +10810,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:22.000Z", + "expires": "2024-05-02T07:22:53.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -10869,11 +10889,15 @@ }, { "name": "x-ms-request-id", - "value": "9e22f4a7-1335-492e-8dc0-9325bd0f2600" + "value": "95834fe7-33d4-410c-9d72-1a1e672e5900" }, { "name": "x-ms-ests-server", - "value": "2.1.17216.2 - WUS3 ProdSlices" + "value": "2.1.17750.5 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -10897,21 +10921,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:21 GMT" + "value": "Tue, 02 Apr 2024 07:22:53 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1067, + "headersSize": 1081, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:21.622Z", - "time": 244, + "startedDateTime": "2024-04-02T07:22:53.873Z", + "time": 152, "timings": { "blocked": -1, "connect": -1, @@ -10919,11 +10943,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 244 + "wait": 152 } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 6, "cache": {}, "request": { @@ -10936,18 +10960,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "29fec5ff-3b47-4f32-829c-ff77fbafae35" + "value": "41a80e8c-d89a-4e14-84ac-64bb8edb5cba" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -10957,21 +10981,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:22.000Z", + "expires": "2024-05-02T07:22:54.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -11036,11 +11060,15 @@ }, { "name": "x-ms-request-id", - "value": "2c9b592c-eec1-4918-b805-a5293f511100" + "value": "2e4e11eb-b830-4b94-8a6a-1a11292a2500" }, { "name": "x-ms-ests-server", - "value": "2.1.17282.6 - NCUS ProdSlices" + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -11064,21 +11092,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:21 GMT" + "value": "Tue, 02 Apr 2024 07:22:53 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1067, + "headersSize": 1082, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:21.893Z", - "time": 186, + "startedDateTime": "2024-04-02T07:22:54.054Z", + "time": 155, "timings": { "blocked": -1, "connect": -1, @@ -11086,11 +11114,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 186 + "wait": 155 } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 7, "cache": {}, "request": { @@ -11103,18 +11131,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "421ecca4-f0ac-4216-94d3-29a15a78fb3e" + "value": "17c71f6a-29dd-40ab-815c-150102e144eb" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -11124,21 +11152,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:22.000Z", + "expires": "2024-05-02T07:22:54.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -11203,11 +11231,15 @@ }, { "name": "x-ms-request-id", - "value": "1cfe0df2-d901-4b2f-aee3-9183e08e2700" + "value": "94fda481-45bb-4707-8913-48e44fa61c00" }, { "name": "x-ms-ests-server", - "value": "2.1.17282.6 - WUS3 ProdSlices" + "value": "2.1.17750.5 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -11231,21 +11263,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:21 GMT" + "value": "Tue, 02 Apr 2024 07:22:54 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1067, + "headersSize": 1084, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:22.111Z", - "time": 211, + "startedDateTime": "2024-04-02T07:22:54.263Z", + "time": 153, "timings": { "blocked": -1, "connect": -1, @@ -11253,11 +11285,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 211 + "wait": 153 } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 8, "cache": {}, "request": { @@ -11270,18 +11302,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "69bb335d-2c21-4b42-88b0-297e40e8d96e" + "value": "3089f06b-460a-46df-8c28-3e8d51b8a5e1" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -11291,21 +11323,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:22.000Z", + "expires": "2024-05-02T07:22:54.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -11370,11 +11402,15 @@ }, { "name": "x-ms-request-id", - "value": "91b6645c-933c-4d51-b81a-cb665ad92200" + "value": "85881704-1a45-44e2-9d10-c5486e386100" }, { "name": "x-ms-ests-server", - "value": "2.1.17282.6 - WUS3 ProdSlices" + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -11398,21 +11434,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:22 GMT" + "value": "Tue, 02 Apr 2024 07:22:54 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1067, + "headersSize": 1082, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:22.354Z", - "time": 211, + "startedDateTime": "2024-04-02T07:22:54.471Z", + "time": 151, "timings": { "blocked": -1, "connect": -1, @@ -11420,11 +11456,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 211 + "wait": 151 } }, { - "_id": "8e5d10119b4934a2b129f0bc127fde46", + "_id": "5b8f0b1724961b806a00ada6b0194903", "_order": 9, "cache": {}, "request": { @@ -11437,18 +11473,18 @@ }, { "name": "user-agent", - "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.16.0 OS/(x64-Darwin-23.2.0)" + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" }, { "name": "x-ms-client-request-id", - "value": "7a5784e8-956a-4658-b9cb-9e855ad301da" + "value": "fa3bf752-5df2-49a9-9e0c-c75a869906be" }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 430, + "headersSize": 464, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -11458,21 +11494,21 @@ }, { "name": "authorization_endpoint", - "value": "https://login.microsoftonline.com/directoryid/oauth2/v2.0/authorize" + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" } ], - "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectoryid%2Foauth2%2Fv2.0%2Fauthorize" + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" }, "response": { - "bodySize": 955, + "bodySize": 980, "content": { "mimeType": "application/json; charset=utf-8", - "size": 955, - "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directoryid/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" }, "cookies": [ { - "expires": "2024-03-07T12:02:22.000Z", + "expires": "2024-05-02T07:22:54.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -11537,11 +11573,15 @@ }, { "name": "x-ms-request-id", - "value": "2362c523-23b9-4c96-96aa-006af8531600" + "value": "772c7e6d-6e56-439d-9848-0a00cae02300" }, { "name": "x-ms-ests-server", - "value": "2.1.17282.6 - EUS ProdSlices" + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", @@ -11565,21 +11605,21 @@ }, { "name": "date", - "value": "Tue, 06 Feb 2024 12:02:22 GMT" + "value": "Tue, 02 Apr 2024 07:22:54 GMT" }, { "name": "content-length", - "value": "955" + "value": "980" } ], - "headersSize": 1066, + "headersSize": 1082, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-02-06T12:02:22.592Z", - "time": 162, + "startedDateTime": "2024-04-02T07:22:54.688Z", + "time": 155, "timings": { "blocked": -1, "connect": -1, @@ -11587,7 +11627,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 162 + "wait": 155 } } ], diff --git a/src/steps/resource-manager/container-services/__recordings__/rm-access-role_3802218224/recording.har b/src/steps/resource-manager/container-services/__recordings__/rm-access-role_3802218224/recording.har new file mode 100644 index 00000000..e257a635 --- /dev/null +++ b/src/steps/resource-manager/container-services/__recordings__/rm-access-role_3802218224/recording.har @@ -0,0 +1,14101 @@ +{ + "log": { + "_recordingName": "rm-access-role", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T13:21:59.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "7e8882ee-d0dd-4391-bbf0-4223754b2e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:21:59 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:21:58.547Z", + "time": 1145, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1145 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "744ac252-e5c0-68a0-0734-a40d69aae8bf" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "9b5f7491-f1a8-4471-9bab-081410cad788" + }, + { + "name": "client-request-id", + "value": "744ac252-e5c0-68a0-0734-a40d69aae8bf" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00006F8B\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:21:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:21:59.704Z", + "time": 365, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 365 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "9e4f018f-ea5a-2915-1850-04320787b0c4" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "049c3090-5767-4036-b36b-61d09e544bbf" + }, + { + "name": "client-request-id", + "value": "9e4f018f-ea5a-2915-1850-04320787b0c4" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002AA\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:00 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:00.078Z", + "time": 1352, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1352 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9bc40cb3-e689-479e-abea-af00eedb1fba" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712067721\",\"not_before\":\"1712063821\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T13:22:02.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9bc40cb3-e689-479e-abea-af00eedb1fba" + }, + { + "name": "x-ms-request-id", + "value": "06d9a623-cff1-4739-bc6c-d83c16ae4800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:01 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:01.593Z", + "time": 554, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 554 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4a40b26a-3a5b-4f3d-80bf-ff55b4c2981e" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "9e86879d-21ed-4428-b435-03ab591e5ee6" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9e86879d-21ed-4428-b435-03ab591e5ee6" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132202Z:9e86879d-21ed-4428-b435-03ab591e5ee6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5E6AD1BCB2584121AC28C3F1547DEE5E Ref B: MAA201060515019 Ref C: 2024-04-02T13:22:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:02 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:02.162Z", + "time": 324, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 324 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1e0bd378-5cd7-4467-9c36-9740a3c23f79" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"tenantId\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "8a7ab890-17a6-45da-9758-06901d821d58" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8a7ab890-17a6-45da-9758-06901d821d58" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132202Z:8a7ab890-17a6-45da-9758-06901d821d58" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: ABF4FDA9B424476EAC088C9DD1EECEC0 Ref B: MAA201060513023 Ref C: 2024-04-02T13:22:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:02 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:02.504Z", + "time": 360, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 360 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9f44d89c-e42f-4695-8456-d096c898eee7" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712067723\",\"not_before\":\"1712063823\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T13:22:03.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9f44d89c-e42f-4695-8456-d096c898eee7" + }, + { + "name": "x-ms-request-id", + "value": "c28001e4-8901-4f70-932f-f4f66918a500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:02 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:02.901Z", + "time": 545, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 545 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3487202a-2d8f-4470-8a4c-62d47bbfc370" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "70b9aa1b-756c-41b5-8289-8a0acae53b7d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "70b9aa1b-756c-41b5-8289-8a0acae53b7d" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132203Z:70b9aa1b-756c-41b5-8289-8a0acae53b7d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D31112E25EA549EF8654EF0DAE19B6F7 Ref B: MAA201060516051 Ref C: 2024-04-02T13:22:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:03 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:03.454Z", + "time": 342, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 342 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "21c7bccc-f6de-49db-a99a-2a524553ae88" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "9201c7e3-ac5b-4134-a1a6-a8dbcfd57abc" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9201c7e3-ac5b-4134-a1a6-a8dbcfd57abc" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132203Z:9201c7e3-ac5b-4134-a1a6-a8dbcfd57abc" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1A94379E9FED46A3903BE0358C4D49B4 Ref B: MAA201060515017 Ref C: 2024-04-02T13:22:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:03 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:03.805Z", + "time": 177, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 177 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f6816cc8-edfa-4147-aac8-6bebdf6dbe0f" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2F19ae0f99-6fc6-444b-bd54-97504efc66ad%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T13:22:04.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e37269b4-3ae3-46a4-acff-a3f786c98500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:03 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:04.018Z", + "time": 284, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 284 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "39842d0c-1652-418d-9db4-89b70b9e2e7a" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T13:22:04.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "c103f752-f267-44bb-b399-8ff053844900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:04 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:04.311Z", + "time": 280, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 280 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "97e647d0-0692-41bd-9ffc-29e3fbdbc0a7" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T13:22:04.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "305cd85c-7a02-4427-aa94-0e351f4c4800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:04 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:04.601Z", + "time": 362, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 362 + } + }, + { + "_id": "4dff04e4e5ab9187613cb88444aff111", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "da2816d1-8654-4d3c-909d-2b144b33406f" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1913, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?api-version=2024-01-01" + }, + "response": { + "bodySize": 13066, + "content": { + "mimeType": "application/json", + "size": 13066, + "text": "{\n \"value\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\n \"location\": \"eastus\",\n \"name\": \"asdfcluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"asdfcluster-dns\",\n \"fqdn\": \"asdfcluster-dns-tn2y8sv2.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"29f57f8491e7e6012db7b027e0c48212-priv.portal.hcp.eastus.azmk8s.io\",\n \"privateFQDN\": \"asdfcluster-dns-tqbrrx02.c8e1eebf-2cf8-436f-a931-8cebbf81d412.privatelink.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202402.19.0\",\n \"enableFIPS\": false\n }\n ],\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_asdf_group_asdfcluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPolicy\": \"calico\",\n \"networkDataplane\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"privateLinkResources\": [\n {\n \"name\": \"management\",\n \"type\": \"Microsoft.ContainerService/managedClusters/privateLinkResources\",\n \"groupId\": \"management\",\n \"requiredMembers\": [\n \"management\"\n ]\n }\n ],\n \"apiServerAccessProfile\": {\n \"enablePrivateCluster\": true,\n \"privateDNSZone\": \"system\",\n \"enablePrivateClusterPublicFQDN\": true\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"65e8210a77a6670001397e14\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"92e246c6-a708-45ce-bcd9-b10e8cd2376a\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\n \"location\": \"eastus\",\n \"name\": \"kubernetes-cluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"kubernetes-cluster-dns\",\n \"fqdn\": \"kubernetes-cluster-dns-vpe9l32e.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"kubernetes-cluster-dns-vpe9l32e.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/publicIPAddresses/01ab397a-3ed2-471a-834b-c3886855137e\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"aadProfile\": {\n \"managed\": true,\n \"adminGroupObjectIDs\": [\n \"1426f405-f5fd-4f0b-963a-d17ad34513d8\"\n ],\n \"adminUsers\": null,\n \"tenantID\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/kubernetes-cluster-agentpool\",\n \"clientId\": \"a1bdc294-30f7-4942-a2dd-5c35ea0aa6f0\",\n \"objectId\": \"eea06baa-9756-46c4-a600-f6cfa86c5305\"\n }\n },\n \"autoScalerProfile\": {\n \"balance-similar-node-groups\": \"false\",\n \"expander\": \"random\",\n \"max-empty-bulk-delete\": \"10\",\n \"max-graceful-termination-sec\": \"600\",\n \"max-node-provision-time\": \"15m\",\n \"max-total-unready-percentage\": \"45\",\n \"new-pod-scale-up-delay\": \"0s\",\n \"ok-total-unready-count\": \"3\",\n \"scale-down-delay-after-add\": \"10m\",\n \"scale-down-delay-after-delete\": \"10s\",\n \"scale-down-delay-after-failure\": \"3m\",\n \"scale-down-unneeded-time\": \"10m\",\n \"scale-down-unready-time\": \"20m\",\n \"scale-down-utilization-threshold\": \"0.5\",\n \"scan-interval\": \"10s\",\n \"skip-nodes-with-local-storage\": \"false\",\n \"skip-nodes-with-system-pods\": \"true\"\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": true,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"azureMonitorProfile\": {\n \"metrics\": {\n \"enabled\": true,\n \"kubeStateMetrics\": {\n \"metricLabelsAllowlist\": \"\",\n \"metricAnnotationsAllowList\": \"\"\n }\n }\n },\n \"resourceUID\": \"65e9a9c7debfcc000100927a\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"f3b0271e-0bd9-4698-aaf3-9b90e04c1ca8\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\n \"location\": \"eastus\",\n \"name\": \"suraj-test-j1dev\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.28.5\",\n \"currentKubernetesVersion\": \"1.28.5\",\n \"dnsPrefix\": \"suraj-test-j1dev-dns\",\n \"fqdn\": \"suraj-test-j1dev-dns-m14jhkrx.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"suraj-test-j1dev-dns-m14jhkrx.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.28.5\",\n \"currentOrchestratorVersion\": \"1.28.5\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"upgradeSettings\": {\n \"maxSurge\": \"10%\"\n },\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_j1dev_suraj-test-j1dev_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/publicIPAddresses/60491552-092a-4c22-8651-34df579e9151\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/suraj-test-j1dev-agentpool\",\n \"clientId\": \"550d0f7c-8aa0-4d90-8ebd-7a29289f4e21\",\n \"objectId\": \"7415a298-0e84-434d-a37a-01b5af4bcb2c\"\n }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"6602d3f068ee040001c59000\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"c2364155-8e61-44c1-9f87-935ee84e171e\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }\n ],\n \"nextLink\": \"https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964\\u0026api-version=2024-01-01\\u0026skipToken=7866964\"\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "13066" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132241Z:05e9f949-d149-4c51-8614-f8c08f5ab70d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "05e9f949-d149-4c51-8614-f8c08f5ab70d" + }, + { + "name": "x-ms-request-id", + "value": "ab019aaa-4474-4541-8b90-e7c1769af6d7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 39E352FF267749978981F4DD1FBF937B Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:40Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:41 GMT" + } + ], + "headersSize": 643, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:04.971Z", + "time": 36739, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36739 + } + }, + { + "_id": "ccce78b5ce73382f613199df1e76009b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c6be2d5b-404b-4a5c-b47b-c8c183044f3b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1952, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "$skipToken", + "value": "7866964" + }, + { + "name": "api-version", + "value": "2024-01-01" + }, + { + "name": "skipToken", + "value": "7866964" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964&api-version=2024-01-01&skipToken=7866964" + }, + "response": { + "bodySize": 18, + "content": { + "mimeType": "application/json", + "size": 18, + "text": "{\n \"value\": []\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "18" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-correlation-request-id", + "value": "260d9085-53c9-46ab-a891-76637cc59bbb" + }, + { + "name": "x-ms-request-id", + "value": "8ffdc139-4fb4-4480-8f8b-66d557bda33b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132242Z:260d9085-53c9-46ab-a891-76637cc59bbb" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 14800DB8F57C468293D644579D5B6EFC Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:41Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:41 GMT" + } + ], + "headersSize": 640, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:41.724Z", + "time": 360, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 360 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b9169b2d-9ec6-4aaa-8131-25ea9ab0ba5a" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2F19ae0f99-6fc6-444b-bd54-97504efc66ad%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T13:22:42.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "5ef50a3b-c6c9-4b27-8419-8cfc5df48e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:41 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:42.106Z", + "time": 140, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 140 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "fa54e72c-7664-45b2-877e-1bd9dddcf22c" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T13:22:42.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "83308d7a-29ed-459a-a6bb-a4d144a1ad00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:41 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:42.257Z", + "time": 289, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 289 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4d5cea50-3c4a-4e04-9957-4c2d6671de3a" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T13:22:42.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "c103f752-f267-44bb-b399-8ff026914900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:42 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:42.552Z", + "time": 331, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 331 + } + }, + { + "_id": "96cd93477098668c145b243ef20d59ac", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-resources-subscriptions/2.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "be396ffb-88f9-47b2-8773-c5997ff83a17" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1876, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2022-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations?api-version=2022-12-01" + }, + "response": { + "bodySize": 41473, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 41473, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus\",\"name\":\"eastus\",\"type\":\"Region\",\"displayName\":\"East US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"eastus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"eastus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"eastus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2\",\"name\":\"eastus2\",\"type\":\"Region\",\"displayName\":\"East US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"eastus2-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"eastus2-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"eastus2-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralus\",\"name\":\"southcentralus\",\"type\":\"Region\",\"displayName\":\"South Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northcentralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"southcentralus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"southcentralus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"southcentralus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus2\",\"name\":\"westus2\",\"type\":\"Region\",\"displayName\":\"West US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westcentralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"westus2-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"westus2-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"westus2-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus3\",\"name\":\"westus3\",\"type\":\"Region\",\"displayName\":\"West US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"westus3-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"westus3-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"westus3-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiaeast\",\"name\":\"australiaeast\",\"type\":\"Region\",\"displayName\":\"Australia East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Australia\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiasoutheast\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"australiaeast-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"australiaeast-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"australiaeast-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southeastasia\",\"name\":\"southeastasia\",\"type\":\"Region\",\"displayName\":\"Southeast Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Asia Pacific\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastasia\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"southeastasia-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"southeastasia-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"southeastasia-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northeurope\",\"name\":\"northeurope\",\"type\":\"Region\",\"displayName\":\"North Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Europe\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westeurope\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"northeurope-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"northeurope-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"northeurope-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/swedencentral\",\"name\":\"swedencentral\",\"type\":\"Region\",\"displayName\":\"Sweden Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Sweden\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"Gävle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/swedensouth\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"swedencentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"swedencentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"swedencentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uksouth\",\"name\":\"uksouth\",\"type\":\"Region\",\"displayName\":\"UK South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United Kingdom\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/ukwest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"uksouth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"uksouth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"uksouth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westeurope\",\"name\":\"westeurope\",\"type\":\"Region\",\"displayName\":\"West Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Europe\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northeurope\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"westeurope-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"westeurope-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"westeurope-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralus\",\"name\":\"centralus\",\"type\":\"Region\",\"displayName\":\"Central US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"centralus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"centralus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"centralus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafricanorth\",\"name\":\"southafricanorth\",\"type\":\"Region\",\"displayName\":\"South Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"South Africa\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafricawest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"southafricanorth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"southafricanorth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"southafricanorth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralindia\",\"name\":\"centralindia\",\"type\":\"Region\",\"displayName\":\"Central India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southindia\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"centralindia-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"centralindia-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"centralindia-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastasia\",\"name\":\"eastasia\",\"type\":\"Region\",\"displayName\":\"East Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Asia Pacific\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southeastasia\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"eastasia-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"eastasia-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"eastasia-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japaneast\",\"name\":\"japaneast\",\"type\":\"Region\",\"displayName\":\"Japan East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Japan\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japanwest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"japaneast-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"japaneast-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"japaneast-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/koreacentral\",\"name\":\"koreacentral\",\"type\":\"Region\",\"displayName\":\"Korea Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Korea\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/koreasouth\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"koreacentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"koreacentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"koreacentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canadacentral\",\"name\":\"canadacentral\",\"type\":\"Region\",\"displayName\":\"Canada Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Canada\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canadaeast\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"canadacentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"canadacentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"canadacentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/francecentral\",\"name\":\"francecentral\",\"type\":\"Region\",\"displayName\":\"France Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"France\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/francesouth\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"francecentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"francecentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"francecentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"type\":\"Region\",\"displayName\":\"Germany West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Germany\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germanynorth\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"germanywestcentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"germanywestcentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"germanywestcentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/italynorth\",\"name\":\"italynorth\",\"type\":\"Region\",\"displayName\":\"Italy North\",\"regionalDisplayName\":\"(Europe) Italy North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Italy\",\"geographyGroup\":\"Europe\",\"longitude\":\"9.18109\",\"latitude\":\"45.46888\",\"physicalLocation\":\"Milan\",\"pairedRegion\":[]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"italynorth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"italynorth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"italynorth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norwayeast\",\"name\":\"norwayeast\",\"type\":\"Region\",\"displayName\":\"Norway East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Norway\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norwaywest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"norwayeast-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"norwayeast-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"norwayeast-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/polandcentral\",\"name\":\"polandcentral\",\"type\":\"Region\",\"displayName\":\"Poland Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Poland\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"polandcentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"polandcentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"polandcentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"type\":\"Region\",\"displayName\":\"Switzerland North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Switzerland\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerlandwest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"switzerlandnorth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"switzerlandnorth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"switzerlandnorth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uaenorth\",\"name\":\"uaenorth\",\"type\":\"Region\",\"displayName\":\"UAE North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"UAE\",\"geographyGroup\":\"Middle East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uaecentral\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"uaenorth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"uaenorth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"uaenorth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilsouth\",\"name\":\"brazilsouth\",\"type\":\"Region\",\"displayName\":\"Brazil South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Brazil\",\"geographyGroup\":\"South America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"brazilsouth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"brazilsouth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"brazilsouth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/israelcentral\",\"name\":\"israelcentral\",\"type\":\"Region\",\"displayName\":\"Israel Central\",\"regionalDisplayName\":\"(Middle East) Israel Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Israel\",\"geographyGroup\":\"Middle East\",\"longitude\":\"33.4506633\",\"latitude\":\"31.2655698\",\"physicalLocation\":\"Israel\",\"pairedRegion\":[]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"israelcentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"israelcentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"israelcentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/qatarcentral\",\"name\":\"qatarcentral\",\"type\":\"Region\",\"displayName\":\"Qatar Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Qatar\",\"geographyGroup\":\"Middle East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"qatarcentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"qatarcentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"qatarcentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralusstage\",\"name\":\"centralusstage\",\"type\":\"Region\",\"displayName\":\"Central US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastusstage\",\"name\":\"eastusstage\",\"type\":\"Region\",\"displayName\":\"East US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2stage\",\"name\":\"eastus2stage\",\"type\":\"Region\",\"displayName\":\"East US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"type\":\"Region\",\"displayName\":\"North Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"type\":\"Region\",\"displayName\":\"South Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westusstage\",\"name\":\"westusstage\",\"type\":\"Region\",\"displayName\":\"West US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus2stage\",\"name\":\"westus2stage\",\"type\":\"Region\",\"displayName\":\"West US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/asia\",\"name\":\"asia\",\"type\":\"Region\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/asiapacific\",\"name\":\"asiapacific\",\"type\":\"Region\",\"displayName\":\"Asia Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australia\",\"name\":\"australia\",\"type\":\"Region\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazil\",\"name\":\"brazil\",\"type\":\"Region\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canada\",\"name\":\"canada\",\"type\":\"Region\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/europe\",\"name\":\"europe\",\"type\":\"Region\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/france\",\"name\":\"france\",\"type\":\"Region\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germany\",\"name\":\"germany\",\"type\":\"Region\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/global\",\"name\":\"global\",\"type\":\"Region\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/india\",\"name\":\"india\",\"type\":\"Region\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/israel\",\"name\":\"israel\",\"type\":\"Region\",\"displayName\":\"Israel\",\"regionalDisplayName\":\"Israel\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/italy\",\"name\":\"italy\",\"type\":\"Region\",\"displayName\":\"Italy\",\"regionalDisplayName\":\"Italy\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japan\",\"name\":\"japan\",\"type\":\"Region\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/korea\",\"name\":\"korea\",\"type\":\"Region\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/newzealand\",\"name\":\"newzealand\",\"type\":\"Region\",\"displayName\":\"New Zealand\",\"regionalDisplayName\":\"New Zealand\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norway\",\"name\":\"norway\",\"type\":\"Region\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/poland\",\"name\":\"poland\",\"type\":\"Region\",\"displayName\":\"Poland\",\"regionalDisplayName\":\"Poland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/qatar\",\"name\":\"qatar\",\"type\":\"Region\",\"displayName\":\"Qatar\",\"regionalDisplayName\":\"Qatar\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/singapore\",\"name\":\"singapore\",\"type\":\"Region\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafrica\",\"name\":\"southafrica\",\"type\":\"Region\",\"displayName\":\"South Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/sweden\",\"name\":\"sweden\",\"type\":\"Region\",\"displayName\":\"Sweden\",\"regionalDisplayName\":\"Sweden\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerland\",\"name\":\"switzerland\",\"type\":\"Region\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uae\",\"name\":\"uae\",\"type\":\"Region\",\"displayName\":\"United Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uk\",\"name\":\"uk\",\"type\":\"Region\",\"displayName\":\"United Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/unitedstates\",\"name\":\"unitedstates\",\"type\":\"Region\",\"displayName\":\"United States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"type\":\"Region\",\"displayName\":\"United States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastasiastage\",\"name\":\"eastasiastage\",\"type\":\"Region\",\"displayName\":\"East Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"asia\",\"geographyGroup\":\"Asia Pacific\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"type\":\"Region\",\"displayName\":\"Southeast Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"asia\",\"geographyGroup\":\"Asia Pacific\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilus\",\"name\":\"brazilus\",\"type\":\"Region\",\"displayName\":\"Brazil US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Brazil\",\"geographyGroup\":\"South America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastusstg\",\"name\":\"eastusstg\",\"type\":\"Region\",\"displayName\":\"East US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Stage (US)\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northcentralus\",\"name\":\"northcentralus\",\"type\":\"Region\",\"displayName\":\"North Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"northcentralus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"northcentralus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"northcentralus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus\",\"name\":\"westus\",\"type\":\"Region\",\"displayName\":\"West US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"westus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"westus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"westus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japanwest\",\"name\":\"japanwest\",\"type\":\"Region\",\"displayName\":\"Japan West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Japan\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japaneast\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/jioindiawest\",\"name\":\"jioindiawest\",\"type\":\"Region\",\"displayName\":\"Jio India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centraluseuap\",\"name\":\"centraluseuap\",\"type\":\"Region\",\"displayName\":\"Central US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Canary (US)\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2euap\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"centraluseuap-az2\"},{\"logicalZone\":\"2\",\"physicalZone\":\"centraluseuap-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2euap\",\"name\":\"eastus2euap\",\"type\":\"Region\",\"displayName\":\"East US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Canary (US)\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centraluseuap\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"eastus2euap-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"eastus2euap-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"eastus2euap-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westcentralus\",\"name\":\"westcentralus\",\"type\":\"Region\",\"displayName\":\"West Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus2\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafricawest\",\"name\":\"southafricawest\",\"type\":\"Region\",\"displayName\":\"South Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"South Africa\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiacentral\",\"name\":\"australiacentral\",\"type\":\"Region\",\"displayName\":\"Australia Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Australia\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiacentral2\",\"name\":\"australiacentral2\",\"type\":\"Region\",\"displayName\":\"Australia Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Australia\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"type\":\"Region\",\"displayName\":\"Australia Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Australia\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"type\":\"Region\",\"displayName\":\"Jio India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/koreasouth\",\"name\":\"koreasouth\",\"type\":\"Region\",\"displayName\":\"Korea South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Korea\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southindia\",\"name\":\"southindia\",\"type\":\"Region\",\"displayName\":\"South India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralindia\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westindia\",\"name\":\"westindia\",\"type\":\"Region\",\"displayName\":\"West India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southindia\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canadaeast\",\"name\":\"canadaeast\",\"type\":\"Region\",\"displayName\":\"Canada East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Canada\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/francesouth\",\"name\":\"francesouth\",\"type\":\"Region\",\"displayName\":\"France South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"France\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/francecentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germanynorth\",\"name\":\"germanynorth\",\"type\":\"Region\",\"displayName\":\"Germany North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Germany\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norwaywest\",\"name\":\"norwaywest\",\"type\":\"Region\",\"displayName\":\"Norway West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Norway\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"type\":\"Region\",\"displayName\":\"Switzerland West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Switzerland\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/ukwest\",\"name\":\"ukwest\",\"type\":\"Region\",\"displayName\":\"UK West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"United Kingdom\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uksouth\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uaecentral\",\"name\":\"uaecentral\",\"type\":\"Region\",\"displayName\":\"UAE Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"UAE\",\"geographyGroup\":\"Middle East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"type\":\"Region\",\"displayName\":\"Brazil Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Brazil\",\"geographyGroup\":\"South America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilsouth\"}]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "41473" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-request-id", + "value": "a3cc187c-d8de-485d-825f-4acb1b132354" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a3cc187c-d8de-485d-825f-4acb1b132354" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132243Z:a3cc187c-d8de-485d-825f-4acb1b132354" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9EBC8C5AC0074AE8B9B008487C0C3D6E Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:42Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:43 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:42.893Z", + "time": 1064, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1064 + } + }, + { + "_id": "616030619a349a837e588a2c553660f4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c9b81991-ab2e-4e20-92f6-0da770984fdb" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132244Z:8da33d5e-56e9-4cc7-b5b5-e86733160b16" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8da33d5e-56e9-4cc7-b5b5-e86733160b16" + }, + { + "name": "x-ms-request-id", + "value": "1431ffff-e11b-45fa-af1b-d412ccbf859a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FA67DDF132DF4F029F498DC0169E959D Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:44Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:44 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:43.975Z", + "time": 886, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 886 + } + }, + { + "_id": "2e5f3f8925f61b09f2e8c8839daa1d78", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2bacf374-69c9-4207-8c7a-86988d5f53b3" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastus2/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132245Z:2672e61f-9e9b-45ca-bef7-0f3c97e2fb94" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2672e61f-9e9b-45ca-bef7-0f3c97e2fb94" + }, + { + "name": "x-ms-request-id", + "value": "7c83d72c-fac5-4fc4-99e2-b20b564c6577" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0DC5498DDB454D3CAB88F6DE80078B60 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:44Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:45 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:44.876Z", + "time": 723, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 723 + } + }, + { + "_id": "11a5659ce905d125fc6812251dab3b53", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "68b7cc66-b7aa-461b-a710-704b16754213" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1941, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southcentralus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132246Z:1d24744a-6643-48e0-93bc-6cce9099c5a4" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1d24744a-6643-48e0-93bc-6cce9099c5a4" + }, + { + "name": "x-ms-request-id", + "value": "64a4d46f-3fe4-4c34-8aa3-f8d591278239" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 11BD39DE35334909B6B950E7523CF762 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:46 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:45.604Z", + "time": 839, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 839 + } + }, + { + "_id": "767c55d783cc3c084f3e8b9665b4d54e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "93a45429-9b55-4e6c-b479-449853b32691" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westus2/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132246Z:e8440658-398e-4f51-a204-16b47a56a9e2" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e8440658-398e-4f51-a204-16b47a56a9e2" + }, + { + "name": "x-ms-request-id", + "value": "e33f07f0-46b6-414f-8188-9de779dfb338" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C2709EF79C01428595F920C8E2002115 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:46 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:46.454Z", + "time": 443, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 443 + } + }, + { + "_id": "f8d310c47a9f3345f485e1c1d1a0f306", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6f46ce1c-b933-46d7-bbaf-869142175678" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westus3/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132247Z:108b7e7b-b631-4c11-bc6f-381db19aa628" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "108b7e7b-b631-4c11-bc6f-381db19aa628" + }, + { + "name": "x-ms-request-id", + "value": "76a2a776-9583-4d8c-80c6-cec26a641f78" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4E4575269CED4D4A92DAFBB8573C2596 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:47 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:46.911Z", + "time": 909, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 909 + } + }, + { + "_id": "10d9a93569441a816982b3449d2dbd5e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "03cde8fb-979f-401c-bf1b-c3e3753d4227" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australiaeast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132248Z:d2c71d0a-85aa-4b77-9950-1a2ba06bfa7a" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11993" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d2c71d0a-85aa-4b77-9950-1a2ba06bfa7a" + }, + { + "name": "x-ms-request-id", + "value": "4f7f1613-49af-44f9-968a-f4288e5da49c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F62A322003C24537881EC5F8DD55E556 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:48 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:47.829Z", + "time": 475, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 475 + } + }, + { + "_id": "774d4b290268cd1a10c761b3219b06e4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "10c66810-20ba-449c-be66-ec65ae5fa8d4" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southeastasia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132248Z:4f240f39-4e49-4857-8fc7-78f8a6b3999c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4f240f39-4e49-4857-8fc7-78f8a6b3999c" + }, + { + "name": "x-ms-request-id", + "value": "24ff67b6-a54f-4219-8220-c90d72b727f5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CFB43B17BD2448F29497444A51512255 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:48 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:48.316Z", + "time": 303, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 303 + } + }, + { + "_id": "8e20ada61aee2f96f2660229a06957e7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a06e655b-b75d-448a-b50c-2ba679f9c0ce" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/northeurope/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132249Z:49aafc5a-c903-4a4c-9637-65494ab0fb12" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "49aafc5a-c903-4a4c-9637-65494ab0fb12" + }, + { + "name": "x-ms-request-id", + "value": "12a18a40-eb29-4937-98fd-5363e4c4a773" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 13B003A426C64EB398B22D80E6FE23CF Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:49 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:48.631Z", + "time": 723, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 723 + } + }, + { + "_id": "0afb8faab8a6aee0e4789295a82f5407", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c710be79-b6c9-42de-9a17-4301cff8368b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/swedencentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132250Z:ec8ff6c8-b017-4fa0-bfd3-ad3078416345" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ec8ff6c8-b017-4fa0-bfd3-ad3078416345" + }, + { + "name": "x-ms-request-id", + "value": "113ef413-412b-4436-89ee-05133a6aab74" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BE1C23682C9545CD9375BD54647DD8EC Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:49 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:49.364Z", + "time": 648, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 648 + } + }, + { + "_id": "4c9955ca7a5ae2280d1284ca22fc70d2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "dc8b6cfe-8f5d-4345-90f1-c1f6b78067c7" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uksouth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132250Z:ac6c6416-d234-447e-8b45-13fa6376e444" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ac6c6416-d234-447e-8b45-13fa6376e444" + }, + { + "name": "x-ms-request-id", + "value": "2d12bd31-896c-47b4-8777-d44d6e0a4976" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CD58DBDC462647ACBB4A4E14CD7FA9BF Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:50Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:50 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:50.020Z", + "time": 271, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 271 + } + }, + { + "_id": "5423041726be6993fa5fa2030e6efc28", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c6a3cd22-ca34-43e4-bcdc-38e54a381051" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westeurope/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132250Z:51e897a1-535e-4f97-ab3a-52afa6edc0e9" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "51e897a1-535e-4f97-ab3a-52afa6edc0e9" + }, + { + "name": "x-ms-request-id", + "value": "83dd1588-f0dc-4359-8166-49e9a00b3c6f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 11525812624E45B89349DFD190B11B6A Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:50Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:50 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:50.302Z", + "time": 261, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 261 + } + }, + { + "_id": "6170ee091caf8ada806179cf74d7d1b4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ee471c25-a2df-4d2b-afd0-82026cfd0de8" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/centralus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132251Z:7a6b6923-7a47-4533-a36a-7ee8a3a59030" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7a6b6923-7a47-4533-a36a-7ee8a3a59030" + }, + { + "name": "x-ms-request-id", + "value": "addadea7-9d21-480e-b562-f4f08540e096" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A321A3DA8DD24559B95F5B1403074CD4 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:50Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:51 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:50.572Z", + "time": 1084, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1084 + } + }, + { + "_id": "36833f80657821f1e2f81988e1f836b6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ded88415-ba89-45db-807e-aec78baed1d1" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1943, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southafricanorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132252Z:1bd9c81d-80c8-41d0-a314-d5d15c8897af" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1bd9c81d-80c8-41d0-a314-d5d15c8897af" + }, + { + "name": "x-ms-request-id", + "value": "463e2f32-f7bc-43a4-bf20-0061498ee26c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 125C69D235EF4D06901113A9F56CFFE3 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:51Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:52 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:51.664Z", + "time": 1022, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1022 + } + }, + { + "_id": "a51bcbbd8f25d5e52ab554897ed8d415", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1ae24321-5dfb-4b66-b015-e1f4d2890615" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/centralindia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132252Z:c1eeb43d-0b19-42b2-918e-5ac52f67be41" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c1eeb43d-0b19-42b2-918e-5ac52f67be41" + }, + { + "name": "x-ms-request-id", + "value": "164deec7-dd4b-4abb-a816-51c4647d8eee" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6F5CCB3A2D86434AB9B1BCC86FD9DDC1 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:52Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:52 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:52.697Z", + "time": 241, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 241 + } + }, + { + "_id": "7669a263d462b9bfbbb2cbacd704a1bf", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c0858e32-a32b-487c-a768-716bf4f0fe80" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1935, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastasia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132253Z:fc7bc34f-7ed5-4808-8bde-19999a436417" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fc7bc34f-7ed5-4808-8bde-19999a436417" + }, + { + "name": "x-ms-request-id", + "value": "40fcf0c0-4466-4a23-a643-9b5a4d76b69e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 238649237C584DD89E181FCB47DF0289 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:53Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:53 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:52.951Z", + "time": 601, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 601 + } + }, + { + "_id": "a8a8ba52578df295375b18dbc31b2b03", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b3683c1c-ab3f-4f46-98c5-c9ee24425758" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/japaneast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132254Z:8f0ddfb6-8481-45a2-8bf0-d0a8f7f5b430" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8f0ddfb6-8481-45a2-8bf0-d0a8f7f5b430" + }, + { + "name": "x-ms-request-id", + "value": "8ef2a15e-fe64-45c2-82ac-b1e1e6151b8a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 883D678C037146A0BD101992CA341627 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:53Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:54 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:53.558Z", + "time": 609, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 609 + } + }, + { + "_id": "90d6ee9ca01cae1c17c34ffe75041455", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e10cd573-3b90-4575-9292-8ac41cd23d91" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/koreacentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132254Z:888d2107-4596-4ab7-8a7a-97a462373c52" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "888d2107-4596-4ab7-8a7a-97a462373c52" + }, + { + "name": "x-ms-request-id", + "value": "2311aff5-8f1d-4a3b-9120-9ba0d7405a6d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 967B00A8503C4458B81D8BAB554FE07F Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:54Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:54 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:54.174Z", + "time": 491, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 491 + } + }, + { + "_id": "6fcae5da18866608368db5bb756a7217", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0dfc54ab-7dd8-4276-bc5d-acb64735465a" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/canadacentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132255Z:c9a701ca-6696-472d-b5c9-d0198549bfc5" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c9a701ca-6696-472d-b5c9-d0198549bfc5" + }, + { + "name": "x-ms-request-id", + "value": "3544b720-1cf6-45c8-bc07-d8d1e8628a23" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E8156CCA68744C4D91187A0C844F16EB Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:54Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:54 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:54.675Z", + "time": 357, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 357 + } + }, + { + "_id": "ae2ebf2a214b147f1923fe19e01ffb15", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "68ccde24-15d2-4ccf-9e94-952ef745fe44" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/francecentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132255Z:fc69b66c-698a-4dda-b5c4-3e20ba839130" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fc69b66c-698a-4dda-b5c4-3e20ba839130" + }, + { + "name": "x-ms-request-id", + "value": "b558ced1-c40a-4348-b0fa-340931518817" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DFA100BBD9AA4D9F815A242C69EB720A Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:55Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:55 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:55.041Z", + "time": 560, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 560 + } + }, + { + "_id": "b433fe6b9b26934fcd4157ff643f78f9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "26145426-2e08-41ed-aa65-ad910e756597" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1945, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/germanywestcentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132256Z:c1b32b7b-f44c-477d-a1b8-f2585994e7ba" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c1b32b7b-f44c-477d-a1b8-f2585994e7ba" + }, + { + "name": "x-ms-request-id", + "value": "2a5d1b06-68c5-4657-8228-132ed32c1e51" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A2300395080049F69DDE5AE676844544 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:55Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:56 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:55.609Z", + "time": 616, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 616 + } + }, + { + "_id": "f9fdd6dfbcbf606408f70b8d72746eef", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3fced7ce-4222-4b43-9296-4fcf2f1b64e1" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/italynorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132256Z:f3815346-6aef-4f30-8375-331e9d57a37c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f3815346-6aef-4f30-8375-331e9d57a37c" + }, + { + "name": "x-ms-request-id", + "value": "0d0b9dd5-de53-4428-be54-a3adf0a33055" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A55CCFCE1B87493D995C190529ED85D8 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:56 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:56.231Z", + "time": 561, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 561 + } + }, + { + "_id": "2f2314b953527c9c8ac1d6eb01b90759", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2590e8aa-f398-4c67-a941-cb3c1f8e25da" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/norwayeast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132257Z:63a1d42b-76aa-4ca0-bc74-8367d80fc797" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11993" + }, + { + "name": "x-ms-correlation-request-id", + "value": "63a1d42b-76aa-4ca0-bc74-8367d80fc797" + }, + { + "name": "x-ms-request-id", + "value": "83dbbede-98ce-40d5-950d-737a90513179" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A5CF5ADF0CE542C187183A3C68666FAE Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:57 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:56.800Z", + "time": 621, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 621 + } + }, + { + "_id": "8ef786f8b9a86dd7640b512b1cad2781", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "33ac8a34-cbb8-4366-ad15-faeccfaec53c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/polandcentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "53c3b360-f050-4b70-8b14-37e1d02ec583" + }, + { + "name": "x-ms-request-id", + "value": "03f7fdae-41b2-4b06-9ac4-a33ae01408f6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132258Z:53c3b360-f050-4b70-8b14-37e1d02ec583" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0FFA39B477784ECDB7817754C7413493 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:58 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:57.431Z", + "time": 651, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 651 + } + }, + { + "_id": "fd8bdd072c729332e41b77dc6455fbd1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "fde3406d-db91-4ec7-b62e-a56dabf6b42c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1943, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/switzerlandnorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132258Z:52519f1f-bb09-443a-8d0c-3e0ad6b4beb8" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "52519f1f-bb09-443a-8d0c-3e0ad6b4beb8" + }, + { + "name": "x-ms-request-id", + "value": "ae680da2-b49b-451b-86ab-50d59b506658" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 186B6C43762247E4A6FA3A4709EE6AB1 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:58Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:58 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:58.091Z", + "time": 553, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 553 + } + }, + { + "_id": "0d6df513d2f56ca403420cea45e5b358", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1030ccf7-c993-4ff4-bcaa-cf788b3216b7" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1935, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uaenorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132258Z:9a7b9815-fe98-4ed4-aeab-72fbaf0a3e57" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9a7b9815-fe98-4ed4-aeab-72fbaf0a3e57" + }, + { + "name": "x-ms-request-id", + "value": "dfc93576-9623-46d6-9baf-90aead6b3657" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CD5E9C6BDE0E42D2AE7DC31F0598A511 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:58Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:58 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:58.654Z", + "time": 275, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 275 + } + }, + { + "_id": "199e00603dc6db0145caae9ddfa9046c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c77fee09-affa-40f1-8eda-b4ebec0e6069" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/brazilsouth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132300Z:001b9c5e-d237-4732-a864-b117f8148a90" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "001b9c5e-d237-4732-a864-b117f8148a90" + }, + { + "name": "x-ms-request-id", + "value": "f3fa962a-8717-4f21-9f5c-3882bf43d205" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 76980723D41D42AAA2052EF2B54EF8A9 Ref B: MAA201060515033 Ref C: 2024-04-02T13:22:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:22:59 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:22:58.939Z", + "time": 1056, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1056 + } + }, + { + "_id": "3eb368d5ac1c2c6230c9e1b2566eb0f6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6c0bb737-67ea-418c-b1eb-358634cd34a5" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/israelcentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132300Z:0f9d4966-cb26-4b2b-94f9-37df2e04813f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0f9d4966-cb26-4b2b-94f9-37df2e04813f" + }, + { + "name": "x-ms-request-id", + "value": "a3196e86-412c-4e95-bc09-0ffdfe955b86" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9B19EB6A37A8457094F26A9E5FC7048C Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:00Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:00 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:00.004Z", + "time": 605, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 605 + } + }, + { + "_id": "8abc3989fca44e56c420113e7cb4a9b9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "635b04c3-24b9-4e1f-8caf-5a76c9681919" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/qatarcentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132300Z:7acbb247-df44-406c-a7cf-827a197c69df" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7acbb247-df44-406c-a7cf-827a197c69df" + }, + { + "name": "x-ms-request-id", + "value": "1fc57534-09f7-4606-9111-00e686b5f654" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4D37803B2DB44554A97CC62507DC560B Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:00Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:00 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:00.618Z", + "time": 410, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 410 + } + }, + { + "_id": "ed14dcb0241e689c6a245d68489cf42d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f983dce4-cb5b-4f6c-a5f0-bcb87d7a5890" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1941, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/centralusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1350, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1350, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'centralusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1350" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "1f91c1df-e177-4fbf-a796-11aaee960411" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1f91c1df-e177-4fbf-a796-11aaee960411" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132301Z:1f91c1df-e177-4fbf-a796-11aaee960411" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 90C1AA206C7B457D89048A566200B127 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:01 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:01.037Z", + "time": 65, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 65 + } + }, + { + "_id": "7747eb311b9816ae749a662d33ec458c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "36ffddb8-5bbb-495c-bf38-9352d7b54dcb" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "3cbbd7de-9170-4570-a871-10b92b070793" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3cbbd7de-9170-4570-a871-10b92b070793" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132301Z:3cbbd7de-9170-4570-a871-10b92b070793" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3F30FBB6DA154A1DA677FBD7A39040F0 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:01 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:01.110Z", + "time": 61, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 61 + } + }, + { + "_id": "0de680e88ecdf507d5429ce304adcef7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7984043e-8c65-4547-95d8-49bc4568dc7c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastus2stage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1348, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1348, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastus2stage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1348" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "e98af308-696b-47d0-8eda-f40fbe61c7b7" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e98af308-696b-47d0-8eda-f40fbe61c7b7" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132301Z:e98af308-696b-47d0-8eda-f40fbe61c7b7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1632144DB1CC44F488B045DB09A54B5B Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:01 GMT" + } + ], + "headersSize": 639, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:01.179Z", + "time": 185, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 185 + } + }, + { + "_id": "0a22281de80707331c59e2f2ad2a275a", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b1f59c40-e3c3-42df-891d-5871fff4ee65" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1946, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/northcentralusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1355, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1355, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'northcentralusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1355" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "5a70a873-b864-49f9-8346-819e0136ede4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5a70a873-b864-49f9-8346-819e0136ede4" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132301Z:5a70a873-b864-49f9-8346-819e0136ede4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8FB9106BA7CE4465A472D4D20C483F2C Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:01 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:01.371Z", + "time": 52, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 52 + } + }, + { + "_id": "6a0504c745cdbfac391eef3d33262344", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3de59974-7056-4921-b0a6-2f9d57a027ec" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1946, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southcentralusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1355, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1355, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'southcentralusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1355" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "bd644cd8-17af-4f6b-8f74-720bf8cf05a9" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bd644cd8-17af-4f6b-8f74-720bf8cf05a9" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132301Z:bd644cd8-17af-4f6b-8f74-720bf8cf05a9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BC0C08A09A344B14B2C9617890AB0278 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:01 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:01.428Z", + "time": 71, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 71 + } + }, + { + "_id": "43baba327d708b8ded310bd3282086ae", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f181c14b-ba2b-4dad-ae73-a2e445ecba35" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'westusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "596b8710-8213-4c7a-8487-e887a6fecfad" + }, + { + "name": "x-ms-correlation-request-id", + "value": "596b8710-8213-4c7a-8487-e887a6fecfad" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132301Z:596b8710-8213-4c7a-8487-e887a6fecfad" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7031CE78DC624ACEBFBDE36F35C8E803 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:01 GMT" + } + ], + "headersSize": 639, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:01.503Z", + "time": 263, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 263 + } + }, + { + "_id": "0968f8dfbfc7d514fbdeb89dc140b015", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "97535de4-7ee7-45ce-8d90-97179a033628" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westus2stage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1348, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1348, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'westus2stage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1348" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "ed548436-450a-4107-af9f-294e9b18e963" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ed548436-450a-4107-af9f-294e9b18e963" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132301Z:ed548436-450a-4107-af9f-294e9b18e963" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DC1849AAAB994C82AB767C0E69522A28 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:01 GMT" + } + ], + "headersSize": 639, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:01.774Z", + "time": 75, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 75 + } + }, + { + "_id": "8d77a96e6d75455e9c5cc18a62b2d978", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f58aab47-5eb2-4a1a-b5ae-1da7b7964313" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1931, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/asia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1340, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1340, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'asia' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1340" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "942c0727-2373-4de3-9260-51109272caaa" + }, + { + "name": "x-ms-correlation-request-id", + "value": "942c0727-2373-4de3-9260-51109272caaa" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132301Z:942c0727-2373-4de3-9260-51109272caaa" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E681EC2B6A8C425B94690BFBB00E2A61 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:01 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:01.857Z", + "time": 79, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 79 + } + }, + { + "_id": "0525734536e81578b569b801f9180217", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "5ce3e711-17fd-425f-b273-b14b1a4ad153" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/asiapacific/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'asiapacific' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "774077dd-65d8-42a8-8fbf-7bf342489fdf" + }, + { + "name": "x-ms-correlation-request-id", + "value": "774077dd-65d8-42a8-8fbf-7bf342489fdf" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132302Z:774077dd-65d8-42a8-8fbf-7bf342489fdf" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0D2F9B97C8F64E85975F5DE79780DC05 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:01 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:01.939Z", + "time": 90, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 90 + } + }, + { + "_id": "e97e59bde6c4a8166294f481f46322e8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "bdcd8e0d-d1fd-4ccd-b923-9ea7e197f32f" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1345, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1345, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'australia' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1345" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "a2e4fd00-4162-4510-b9fc-de53d44a4862" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a2e4fd00-4162-4510-b9fc-de53d44a4862" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132302Z:a2e4fd00-4162-4510-b9fc-de53d44a4862" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 38C89DDCEA9C44B68365006F645F3DA6 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.038Z", + "time": 51, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 51 + } + }, + { + "_id": "e3ceb289b08ca9be9d0700ab46a0bf74", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b8cac960-9ea7-4ca3-9287-0cb6f6fe71b0" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/brazil/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'brazil' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "53606735-b8fe-4404-9463-a8e2eea8e7b4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "53606735-b8fe-4404-9463-a8e2eea8e7b4" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132302Z:53606735-b8fe-4404-9463-a8e2eea8e7b4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B193718AE3FB49CD990EDC7B059F41CF Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.098Z", + "time": 52, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 52 + } + }, + { + "_id": "0d5fef0395269640d9b432f05fc16d86", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c921eea5-1e60-49cf-aa87-ebe88a5df06a" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/canada/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'canada' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "9b83799d-ced4-4e98-ae7e-33abe9b55209" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9b83799d-ced4-4e98-ae7e-33abe9b55209" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132302Z:9b83799d-ced4-4e98-ae7e-33abe9b55209" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 012B6AE1BD3F49D8A0AE911AE189142B Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 639, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.157Z", + "time": 72, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 72 + } + }, + { + "_id": "c95d722b810d86dc13f87315e2566a78", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "24a6baf9-c4e0-4b64-a002-8d7798a26b41" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/europe/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'europe' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "164c7a4e-8f23-4af2-a113-7b09668c21ff" + }, + { + "name": "x-ms-correlation-request-id", + "value": "164c7a4e-8f23-4af2-a113-7b09668c21ff" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132302Z:164c7a4e-8f23-4af2-a113-7b09668c21ff" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8D6C2297ADD84B2D82125DDFA14B0DC2 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.237Z", + "time": 74, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 74 + } + }, + { + "_id": "932d8b79abf0c936816560182689594e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6ce92b62-e41e-4082-8c49-e72e419fedb1" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/france/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'france' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "a09bcd06-5cf1-40bb-a462-d2d88d3aeeaf" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a09bcd06-5cf1-40bb-a462-d2d88d3aeeaf" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132302Z:a09bcd06-5cf1-40bb-a462-d2d88d3aeeaf" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B8CB2A6C7A7D4C608E881211E6B97045 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.318Z", + "time": 69, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 69 + } + }, + { + "_id": "492bc1459af927c86a9d5a281bf48085", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2275292e-6830-49a9-9dc7-a0516a6ef35e" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/germany/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1343, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1343, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'germany' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1343" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "ea1ace35-9c23-4027-b48b-7ebba3c14ca3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ea1ace35-9c23-4027-b48b-7ebba3c14ca3" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132302Z:ea1ace35-9c23-4027-b48b-7ebba3c14ca3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F150CE8C2F9344219585026B5DDC7391 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.392Z", + "time": 75, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 75 + } + }, + { + "_id": "5a0a96fc700df32f55518e5745bf4677", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4e281950-932d-4623-9066-60fdcbd9850d" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/global/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'global' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "0241cb9a-9245-4ab1-8061-5e74aa0398fb" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0241cb9a-9245-4ab1-8061-5e74aa0398fb" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132302Z:0241cb9a-9245-4ab1-8061-5e74aa0398fb" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 59F3CA59E72C4846BE6C5CE5EA3B974E Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.474Z", + "time": 111, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 111 + } + }, + { + "_id": "dd545e5904d3fa16fd3d8e69d51cb4e6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3c021be5-25ec-4a18-8dae-1dc60688ddce" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/india/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'india' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "6ed9087a-051c-4499-b1ec-1cb81449b4c2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6ed9087a-051c-4499-b1ec-1cb81449b4c2" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132302Z:6ed9087a-051c-4499-b1ec-1cb81449b4c2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1E383A66E6C54D798D2FC3499944DBF1 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.593Z", + "time": 69, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 69 + } + }, + { + "_id": "82d1e852159b4b350c8f0122f37a74c7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "5532d969-4ba3-4b3a-87e6-6fccff5a1e45" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/israel/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'israel' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "740a5bb4-455d-4947-910f-a1406311f75e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "740a5bb4-455d-4947-910f-a1406311f75e" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132302Z:740a5bb4-455d-4947-910f-a1406311f75e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7C8EF3122C8A4215A58666B7CAF13258 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.668Z", + "time": 90, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 90 + } + }, + { + "_id": "db71cdd2a601a0c18fc8fdf5361f53a8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8a77660f-9681-4caa-b146-7470281bdb2c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/italy/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'italy' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "840cb049-b551-4d74-b410-2cdb6fc2cbc8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "840cb049-b551-4d74-b410-2cdb6fc2cbc8" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132302Z:840cb049-b551-4d74-b410-2cdb6fc2cbc8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DA5CAE837F7E4942BF66DA5D272F870E Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.765Z", + "time": 72, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 72 + } + }, + { + "_id": "48028cda083ac87578bc032c0afcb7e9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "05032889-25d4-4126-aee2-2c611feaf868" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/japan/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'japan' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "8810db99-481b-4e3d-b014-3bfff2ea82e4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8810db99-481b-4e3d-b014-3bfff2ea82e4" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132302Z:8810db99-481b-4e3d-b014-3bfff2ea82e4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 34FBA0ED9A044AD7B352AD4B19A06914 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.845Z", + "time": 74, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 74 + } + }, + { + "_id": "343c4c3d33ec7a044a7e368c425cc933", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "512fbcfc-6d42-46d1-b1dd-a96c0d0f5c8e" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/korea/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'korea' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "dd681283-fd3e-4ff5-80b2-9554d49be6a4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "dd681283-fd3e-4ff5-80b2-9554d49be6a4" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132303Z:dd681283-fd3e-4ff5-80b2-9554d49be6a4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 26DC54EA0F174E3BB254C84CF92CBD57 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:02 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:02.926Z", + "time": 83, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 83 + } + }, + { + "_id": "651d6300cabbfd9e84b27c709d390b1c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2dda342e-88ab-422b-b74b-11a8bd7a5999" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/newzealand/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1346, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'newzealand' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "dc5b60f9-8a23-4c29-a055-69536a2687c7" + }, + { + "name": "x-ms-correlation-request-id", + "value": "dc5b60f9-8a23-4c29-a055-69536a2687c7" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132303Z:dc5b60f9-8a23-4c29-a055-69536a2687c7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 850D82EAF68D40B883992A47B159D453 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:03 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:03.018Z", + "time": 68, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 68 + } + }, + { + "_id": "52c8a9af4bcab308beed40aac300324f", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "59dcec7b-8151-45e5-8850-f7e7f35a0462" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/norway/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'norway' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "c5ac2373-b45a-4f70-91ac-e80e6795a65d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c5ac2373-b45a-4f70-91ac-e80e6795a65d" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132303Z:c5ac2373-b45a-4f70-91ac-e80e6795a65d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3B2C7ABF55DA4AB6861EF77F3D8FEAA2 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:03 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:03.097Z", + "time": 183, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 183 + } + }, + { + "_id": "f63944dfcac1675b7d0bc1c81e85f0e5", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1624eac0-02d6-456e-b181-622719fc7060" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/poland/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'poland' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "0e076fe1-7628-4e3b-80e2-f6be58523d56" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0e076fe1-7628-4e3b-80e2-f6be58523d56" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132303Z:0e076fe1-7628-4e3b-80e2-f6be58523d56" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 11A5614BC1C4483AA9795F3B93906670 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:03 GMT" + } + ], + "headersSize": 639, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:03.287Z", + "time": 239, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 239 + } + }, + { + "_id": "9c81ffce2ad08e90fbd10537cf92af24", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "52017d4e-fbe6-4dd7-b567-0069d214fc82" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/qatar/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'qatar' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "06eb8078-2954-4a35-a8c7-e2ec2f8d84b7" + }, + { + "name": "x-ms-correlation-request-id", + "value": "06eb8078-2954-4a35-a8c7-e2ec2f8d84b7" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132303Z:06eb8078-2954-4a35-a8c7-e2ec2f8d84b7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EF2A34AFB90D4F9EB6D0D9AC1AD23FBD Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:03 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:03.531Z", + "time": 80, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 80 + } + }, + { + "_id": "89fe470cd89928ffcbdebda063ca9594", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b847d761-3fbc-40e0-85ad-17207c50c53e" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/singapore/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1345, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1345, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'singapore' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1345" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "b5b9d829-8fdb-45ae-9d76-5e72d66955b6" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b5b9d829-8fdb-45ae-9d76-5e72d66955b6" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132303Z:b5b9d829-8fdb-45ae-9d76-5e72d66955b6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 87F9C15F03B949B49EB6C6096F926B9A Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:03 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:03.618Z", + "time": 74, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 74 + } + }, + { + "_id": "32d540cd2cec4e3fa384e00077750198", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "eb66c706-b837-4c71-8c19-855630e5946c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southafrica/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'southafrica' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "ed99d163-0254-4930-b9ec-a5dce8155af2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ed99d163-0254-4930-b9ec-a5dce8155af2" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132303Z:ed99d163-0254-4930-b9ec-a5dce8155af2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0787D5CE9ACC49F2A6C120D9637D0507 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:03 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:03.700Z", + "time": 74, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 74 + } + }, + { + "_id": "fc2bda8686926865c9ec86447ab381a4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2f61c2d8-40c9-49da-b59c-50a40b14dc80" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/sweden/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'sweden' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "99ac8474-f209-4b2f-9f36-57238715aca6" + }, + { + "name": "x-ms-correlation-request-id", + "value": "99ac8474-f209-4b2f-9f36-57238715aca6" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132303Z:99ac8474-f209-4b2f-9f36-57238715aca6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F774519D56294D3D8C5B436649E57FDD Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:03 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:03.782Z", + "time": 95, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 95 + } + }, + { + "_id": "23fa3ac971580884b7836e2c19f0125e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e7bb786c-db99-4c89-a1df-f6c3027433a6" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/switzerland/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'switzerland' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "2876ab71-0d21-443e-a804-5321ea757ccd" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2876ab71-0d21-443e-a804-5321ea757ccd" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132303Z:2876ab71-0d21-443e-a804-5321ea757ccd" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5932123673344D65885024DA02C24237 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:03 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:03.885Z", + "time": 99, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 99 + } + }, + { + "_id": "372fbcd88d59b2112053990d3b410080", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3c798ee9-a591-4cb2-95f3-76ec341f2f6e" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1930, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uae/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1339, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'uae' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "c1633928-f7ac-4552-bfc6-68c92ba925e6" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c1633928-f7ac-4552-bfc6-68c92ba925e6" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132304Z:c1633928-f7ac-4552-bfc6-68c92ba925e6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 073A792489F64653BEF2B222E8919987 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:04 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:03.992Z", + "time": 94, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 94 + } + }, + { + "_id": "606433d710f03f4b7381d1e0517f5e6f", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "143970f4-2cd8-43ea-aea3-0579b1a9eb5b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1929, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uk/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1338, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1338, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'uk' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1338" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "5e9982e1-1058-46d4-a98d-fed03364accd" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5e9982e1-1058-46d4-a98d-fed03364accd" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132304Z:5e9982e1-1058-46d4-a98d-fed03364accd" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 31FDBE2701E447128B61770ECD317607 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:04 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:04.094Z", + "time": 73, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 73 + } + }, + { + "_id": "aa8ac255747068c4f6c97863da52d4e4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "50fb34ca-f5d2-4d62-9439-9ec23dc76b7b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/unitedstates/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1348, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1348, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'unitedstates' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1348" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "eddfc759-51ff-4900-a6b6-9641b82a60fa" + }, + { + "name": "x-ms-correlation-request-id", + "value": "eddfc759-51ff-4900-a6b6-9641b82a60fa" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132304Z:eddfc759-51ff-4900-a6b6-9641b82a60fa" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: ABC73EE5ADA1490E8E82158BA99066B8 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:04 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:04.176Z", + "time": 71, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 71 + } + }, + { + "_id": "86db23124cc0f036225d7d0b8d3548e8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b83fdcee-b636-426c-9fdf-2cfa28474169" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1943, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/unitedstateseuap/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1352, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1352, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'unitedstateseuap' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1352" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "a896622d-7a05-46b9-8e71-257e38dabde3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a896622d-7a05-46b9-8e71-257e38dabde3" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132304Z:a896622d-7a05-46b9-8e71-257e38dabde3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A8DC1FCEAA8842169713A015BE95F0D6 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:04 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:04.253Z", + "time": 67, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 67 + } + }, + { + "_id": "cecaccf01001d333d761c678af840921", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d7e7c4b6-9222-47d6-8fa9-d94172739902" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastasiastage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1349, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1349, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastasiastage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1349" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "08bfb3ca-8256-4731-8c8b-8ce57a7577bb" + }, + { + "name": "x-ms-correlation-request-id", + "value": "08bfb3ca-8256-4731-8c8b-8ce57a7577bb" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132304Z:08bfb3ca-8256-4731-8c8b-8ce57a7577bb" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A7F77EECE4E04949A0DEC5A66165BE17 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:04 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:04.328Z", + "time": 55, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 55 + } + }, + { + "_id": "f863e70fadc4962152d23769a8d986f6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1238c8d3-f061-4d10-82e6-fc29432e96da" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1945, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southeastasiastage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1354, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1354, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'southeastasiastage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1354" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "61f630ad-b5f7-461f-919c-62e1a5e99bb5" + }, + { + "name": "x-ms-correlation-request-id", + "value": "61f630ad-b5f7-461f-919c-62e1a5e99bb5" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132304Z:61f630ad-b5f7-461f-919c-62e1a5e99bb5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 765E301F348E42D2B841DBB9C0CF9517 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:04 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:04.391Z", + "time": 101, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 101 + } + }, + { + "_id": "d17bf28c1297ca666566cfb2c97805dc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "39fe182a-a675-4706-af35-75e4cd991f11" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1935, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/brazilus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1344, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1344, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'brazilus' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1344" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "ecf33624-5e80-42e4-bdb2-0940ac89a136" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ecf33624-5e80-42e4-bdb2-0940ac89a136" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132304Z:ecf33624-5e80-42e4-bdb2-0940ac89a136" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C36ECA073D47401394A8A83E2D58B191 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:04 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:04.496Z", + "time": 102, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 102 + } + }, + { + "_id": "6a55889cc8d3967afbee067d51310cdf", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "12e6f1ca-e159-4bd9-9dcd-bd668af79a06" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastusstg/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1345, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1345, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastusstg' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1345" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "f7266cfa-5f31-4fdf-8c11-6c13ccba112c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f7266cfa-5f31-4fdf-8c11-6c13ccba112c" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132304Z:f7266cfa-5f31-4fdf-8c11-6c13ccba112c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 690FD6CFCACF46A99DA11DF6FD9C35FE Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:04 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:04.606Z", + "time": 96, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 96 + } + }, + { + "_id": "819daf5864ef7e88188d57cb98d728ac", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "306d4308-c833-4e66-8783-f5d6195227a9" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1941, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/northcentralus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132305Z:fb420a22-c1ea-41da-916f-69e11991c6f3" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11993" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fb420a22-c1ea-41da-916f-69e11991c6f3" + }, + { + "name": "x-ms-request-id", + "value": "ed5e6061-555b-4524-af3c-d90902120399" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 069F782B4F27414EA0F02CB6A5F8CD09 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:05 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:04.710Z", + "time": 823, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 823 + } + }, + { + "_id": "6958e16c959bf504c982e65faf1b15d3", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "dffc7b2d-0d12-4839-9259-fabf3ac7033d" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132305Z:2a6dfba3-4051-44e7-897a-ba2403146e98" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2a6dfba3-4051-44e7-897a-ba2403146e98" + }, + { + "name": "x-ms-request-id", + "value": "2d21d428-b597-4223-afdc-c9744b2cd8ee" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 43095E32058B4116888B823A98427DF9 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:05Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:05 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:05.540Z", + "time": 347, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 347 + } + }, + { + "_id": "147ddc1c1e4654d8fcc23a923965256d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "26896b34-a2c0-4455-a87c-862659cf5221" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/japanwest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ef3df344-9448-4bcb-a6f0-a05271f52dba" + }, + { + "name": "x-ms-request-id", + "value": "5d883688-2be1-42f2-b2bd-115455bed130" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132306Z:ef3df344-9448-4bcb-a6f0-a05271f52dba" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B92C848CB31045D3A3BFA1E739B2EF72 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:05Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:06 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:05.898Z", + "time": 865, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 865 + } + }, + { + "_id": "e8c8fb948cc4556489d01ae36d35dd53", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "93bca9d1-9989-49c6-afdb-24a4df921bed" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/jioindiawest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132306Z:7a44f7ba-a7eb-4e21-b120-4fbb523fa407" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7a44f7ba-a7eb-4e21-b120-4fbb523fa407" + }, + { + "name": "x-ms-request-id", + "value": "c18b12fe-4010-48cc-9d9f-debd7efdf038" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D97B787C680F4EE9BBD2EE37BCC73EE5 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:06Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:06 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:06.772Z", + "time": 206, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 206 + } + }, + { + "_id": "1eca350213fde481ae289b5a67ff381f", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b8a8e8b0-19d4-4da3-9ade-5a1e37ddd330" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/centraluseuap/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1349, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1349, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'centraluseuap' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1349" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "31a27e28-69f5-47b5-a0db-c5c01c1b4832" + }, + { + "name": "x-ms-correlation-request-id", + "value": "31a27e28-69f5-47b5-a0db-c5c01c1b4832" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132307Z:31a27e28-69f5-47b5-a0db-c5c01c1b4832" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 76A9E28A07FC4B95A18BDD0B55D6EE0B Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:07Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:06 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:06.984Z", + "time": 72, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 72 + } + }, + { + "_id": "4cba63008d765c3f72a18ce6818a57d5", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c2e3d257-14fa-4827-899c-12260cac944a" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastus2euap/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastus2euap' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "a9139dae-6d84-449d-a8f4-3d1f7fd97d57" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a9139dae-6d84-449d-a8f4-3d1f7fd97d57" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132307Z:a9139dae-6d84-449d-a8f4-3d1f7fd97d57" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 46CAC187C8984F6E9B691D5D600E6AFB Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:07Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:07 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:07.063Z", + "time": 75, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 75 + } + }, + { + "_id": "2dd2d05af6846392c757346704ba1d44", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "08e364a6-bc15-4256-bbdb-ade95257fa54" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westcentralus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132307Z:a7d85eb2-3455-4913-9211-484b415d0e39" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a7d85eb2-3455-4913-9211-484b415d0e39" + }, + { + "name": "x-ms-request-id", + "value": "a1f2c693-a72e-4b23-8065-72b0ace97760" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9066255332174F4D82C022A8414EE2BF Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:07Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:07 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:07.145Z", + "time": 809, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 809 + } + }, + { + "_id": "ebb1fe2a0031d5b0e3a09923c1d40b6b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0fb7c35a-6a9f-4040-b5c9-b8c97f8f7305" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1942, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southafricawest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132308Z:01d3b1a9-4ffb-4f0a-95cb-1d2db14ad58a" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "01d3b1a9-4ffb-4f0a-95cb-1d2db14ad58a" + }, + { + "name": "x-ms-request-id", + "value": "d6cbf0b0-4134-4d1d-86df-c9f6d918d7c0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4DAA1E5F957E4856B2C1CB029E526D71 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:08Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:08 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:07.964Z", + "time": 916, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 916 + } + }, + { + "_id": "ca34eea60c3950cd4602f379b7a8283c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "490dcf9c-0d12-491a-83f6-a4d53c4e0662" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1943, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australiacentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132309Z:e9ec654c-fcf7-479a-b647-8d593bb7ef17" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e9ec654c-fcf7-479a-b647-8d593bb7ef17" + }, + { + "name": "x-ms-request-id", + "value": "3bb2a751-439d-4033-b0f0-3600612e6576" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BA55667301674314B9149384EC87D7EB Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:08Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:09 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:08.886Z", + "time": 502, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 502 + } + }, + { + "_id": "0963707b49f6bc4fc671a1f405cedae0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d835ad34-6732-4dca-af9d-bd26f2ea8b20" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1944, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australiacentral2/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132309Z:b3151377-0da0-4db1-a6ad-a67205dda3cb" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b3151377-0da0-4db1-a6ad-a67205dda3cb" + }, + { + "name": "x-ms-request-id", + "value": "e2a9d9a0-7e8a-4dab-82de-854d914f6ac4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 832220631BE24A06B09A860E604882CE Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:09Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:09 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:09.397Z", + "time": 596, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 596 + } + }, + { + "_id": "a81f9dd9290ab7f1805ce0d69db812f2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3bdacbe9-0c8e-4d8c-81e9-4c5c2fcd0e98" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1945, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australiasoutheast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132310Z:0d3290b3-a914-4b1d-996e-8c4717fea237" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0d3290b3-a914-4b1d-996e-8c4717fea237" + }, + { + "name": "x-ms-request-id", + "value": "13b148fb-bc0b-4628-bcd5-fa786bedf752" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C908339CF01C44B2A0AF746F4F2BB97A Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:10Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:10 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:10.002Z", + "time": 537, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 537 + } + }, + { + "_id": "e49d765d753862169dde4b9559cbb9c2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7b41c447-af5f-4bb6-9723-c2c13a3005de" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1942, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/jioindiacentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132310Z:a7c7da05-a03c-477e-9ef6-110690311bd9" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a7c7da05-a03c-477e-9ef6-110690311bd9" + }, + { + "name": "x-ms-request-id", + "value": "10398705-2888-4c99-9a50-ea2377f0fa08" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4B99F421B9024418B17723DFFB9BDBF8 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:10Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:10 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:10.548Z", + "time": 176, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 176 + } + }, + { + "_id": "f966378e97e4100b4bb2ce95dd78ad5d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "429322a2-785b-4ef9-8404-53e200fc0adf" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/koreasouth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132311Z:ceaa9716-0cad-4cc2-85b4-333e006fc71c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ceaa9716-0cad-4cc2-85b4-333e006fc71c" + }, + { + "name": "x-ms-request-id", + "value": "3124a330-1d21-40a7-b0b6-c89f925a3f28" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 867391F744BC4099A38FDD0F955650BE Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:10Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:11 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:10.733Z", + "time": 533, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 533 + } + }, + { + "_id": "4e0b64b7c8c0618a91fafbbab9aea373", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7eb6a80d-9b07-4e2c-8329-36f20c092eae" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southindia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132311Z:40cabf42-2d6c-4138-ad8c-5047099dcb55" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "40cabf42-2d6c-4138-ad8c-5047099dcb55" + }, + { + "name": "x-ms-request-id", + "value": "d7a76c3c-e6bb-49db-8fab-262cd182aef9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EEF6A7EAEB3E45FEBF97960231AD17AA Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:11Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:11 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:11.272Z", + "time": 129, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 129 + } + }, + { + "_id": "9d8c5068211e988fc30ad1e27589b4ef", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b2f84a3d-547e-43a1-8d8f-c7b9dbd98244" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westindia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1345, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1345, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'westindia' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1345" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "f0d02e55-3c14-457e-a803-e4c9f73285f6" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f0d02e55-3c14-457e-a803-e4c9f73285f6" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132311Z:f0d02e55-3c14-457e-a803-e4c9f73285f6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 37B1EC91F07E4C3BBEC74354F1C40E0D Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:11Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:11 GMT" + } + ], + "headersSize": 633, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T13:23:11.412Z", + "time": 84, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 84 + } + }, + { + "_id": "5178948790e31bd8e674610ee21730a4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "127a28a8-04ab-44d5-9573-b5a8c16a8172" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/canadaeast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T132312Z:95c5907c-122c-45a6-a536-7154ebeb78b7" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "95c5907c-122c-45a6-a536-7154ebeb78b7" + }, + { + "name": "x-ms-request-id", + "value": "0ef3ad5f-0a3a-49ba-94f6-e824d7651e83" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C39867D2FD7D4BA2BB8900ACDA103799 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:11Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:12 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:11.503Z", + "time": 953, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 953 + } + }, + { + "_id": "fda4072f41c184b87826d47b1a9d0764", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f8ad9453-508c-46d7-91fe-35247bc36b56" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/francesouth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132312Z:420c9e7d-6d12-47e4-a6e2-b10ffd669ceb" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "420c9e7d-6d12-47e4-a6e2-b10ffd669ceb" + }, + { + "name": "x-ms-request-id", + "value": "59b3ad45-e939-4810-b068-37aef7bc6f44" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DF75499E7BCA4343B1CC049143063401 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:12Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:12 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:12.462Z", + "time": 477, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 477 + } + }, + { + "_id": "163a4aa0a12c059f4986ddb9e29ab903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "acce07e1-20cd-4e38-989f-ace10d01179b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/germanynorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132313Z:4422da9c-2b49-4d6a-81de-81059c353c61" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4422da9c-2b49-4d6a-81de-81059c353c61" + }, + { + "name": "x-ms-request-id", + "value": "48b85f7c-5ef7-45cc-849c-65bc8c8da3e5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 64DF6631BEFF418FB5C1D3B9904C2433 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:13Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:13 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:12.948Z", + "time": 579, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 579 + } + }, + { + "_id": "6f9806ba9300f2f6d0701c05d6e639b0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2d828ff2-2c44-40e7-a4da-cb90920844fa" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/norwaywest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132314Z:789eac66-9100-4421-8966-616825207495" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "789eac66-9100-4421-8966-616825207495" + }, + { + "name": "x-ms-request-id", + "value": "cd3b2a71-328d-4fc7-9737-d587e59f196c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9B845B003F5B4C22A999C19A2322F495 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:13Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:14 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:13.532Z", + "time": 603, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 603 + } + }, + { + "_id": "50edfb7b92b183e21e594240729f2766", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0ff6da26-ca35-4dcd-b18c-85e49d8c0f81" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1942, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/switzerlandwest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T132314Z:403b9d38-53e1-457a-94e3-e797bc15458b" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-correlation-request-id", + "value": "403b9d38-53e1-457a-94e3-e797bc15458b" + }, + { + "name": "x-ms-request-id", + "value": "b3d52502-efc1-4190-9fed-a59c5f8334d9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D6235EDA95DC46268F56A76F71EED6D3 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:14 GMT" + } + ], + "headersSize": 641, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:14.143Z", + "time": 606, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 606 + } + }, + { + "_id": "d4e5b7b535573c049722af417c53359c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "eaea0821-63d2-46c4-9ce0-112c2c5afb72" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/ukwest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132315Z:99aae623-7857-463a-9839-e51b7fc3bf16" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "99aae623-7857-463a-9839-e51b7fc3bf16" + }, + { + "name": "x-ms-request-id", + "value": "d8effcfe-275e-41e9-864a-c895f42d0abb" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: ACDC40D847CD46A9959C9A9F7B733C22 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:15 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:14.753Z", + "time": 713, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 713 + } + }, + { + "_id": "167071a0d2376ac4d54efc6166dae196", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "63a33840-d427-4653-9676-bf8ac470420a" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uaecentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T132315Z:3fca967c-f82c-4c57-ba6f-10a14a82ba2b" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3fca967c-f82c-4c57-ba6f-10a14a82ba2b" + }, + { + "name": "x-ms-request-id", + "value": "7ba5cf9c-29d6-46d2-a514-cb027724b5b6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5F7F3CD2A968465AAAC57C5E5A883DC8 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:15Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:15 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:15.476Z", + "time": 298, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 298 + } + }, + { + "_id": "93383124a5a30c0ab154959a0e43e0a8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0c4711fb-be30-489a-8542-8406557eb86d" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1942, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/brazilsoutheast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T132316Z:9e1d47c4-4838-4941-b1e2-31f08c6a7cf8" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9e1d47c4-4838-4941-b1e2-31f08c6a7cf8" + }, + { + "name": "x-ms-request-id", + "value": "af01797f-359b-42fb-9f92-22043ccc4c85" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 86FC92FA420A46B58290F284D8F70DF9 Ref B: MAA201060515033 Ref C: 2024-04-02T13:23:15Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 13:23:16 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T13:23:15.782Z", + "time": 1115, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1115 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/container-services/__recordings__/rm-container-services-clusters_3637805515/recording.har b/src/steps/resource-manager/container-services/__recordings__/rm-container-services-clusters_3637805515/recording.har new file mode 100644 index 00000000..0fd76686 --- /dev/null +++ b/src/steps/resource-manager/container-services/__recordings__/rm-container-services-clusters_3637805515/recording.har @@ -0,0 +1,2199 @@ +{ + "log": { + "_recordingName": "rm-container-services-clusters", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:20.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "76381579-7385-4cc3-a9fc-d267f20c3900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:20 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:20.441Z", + "time": 549, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 549 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "374baf10-8b87-87e8-1a1e-b9bac374adc2" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "e12710e3-2b5a-4318-a806-560abc21bef2" + }, + { + "name": "client-request-id", + "value": "374baf10-8b87-87e8-1a1e-b9bac374adc2" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000271\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:21.012Z", + "time": 371, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 371 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "8ac09023-28de-5374-e390-7c18965df94c" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "a65192de-a61b-4649-afaa-f9f78230f5a9" + }, + { + "name": "client-request-id", + "value": "8ac09023-28de-5374-e390-7c18965df94c" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002A8\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:24 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:21.396Z", + "time": 3376, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 3376 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "6ed4c9b9-e49b-47d9-948d-59c472217e50" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712059765\",\"not_before\":\"1712055865\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:25.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "6ed4c9b9-e49b-47d9-948d-59c472217e50" + }, + { + "name": "x-ms-request-id", + "value": "4e9978a7-9a25-480d-936a-73ee28923b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:25 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:25.003Z", + "time": 424, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 424 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "011f6df9-3b95-4485-9a4a-362726bd71c1" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "5a2a286b-ff53-48de-a594-dec3ee2da6b4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5a2a286b-ff53-48de-a594-dec3ee2da6b4" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T110925Z:5a2a286b-ff53-48de-a594-dec3ee2da6b4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3DAF664595D14064BD86A9A41359E5A5 Ref B: MAA201060514027 Ref C: 2024-04-02T11:09:25Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:25 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:25.451Z", + "time": 548, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 548 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f31cf012-f163-4f4e-88ca-499a71c4ae3d" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"tenantId\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11983" + }, + { + "name": "x-ms-request-id", + "value": "280f1e81-db54-4c42-82d5-1badf60847f2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "280f1e81-db54-4c42-82d5-1badf60847f2" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T110926Z:280f1e81-db54-4c42-82d5-1badf60847f2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0DCA6557EABC4FC29FCBF7C3AC6F56FC Ref B: MAA201060513025 Ref C: 2024-04-02T11:09:26Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:26.018Z", + "time": 196, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 196 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "1cac3bfb-8802-45a8-8d68-24e7192e209b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712059766\",\"not_before\":\"1712055866\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:26.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "1cac3bfb-8802-45a8-8d68-24e7192e209b" + }, + { + "name": "x-ms-request-id", + "value": "dd80817d-e4a9-4c7a-92fc-90245a724200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:26 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:26.238Z", + "time": 481, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 481 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0d47a48f-316a-4c2c-87fe-22a4ec1f99c0" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "53b66d76-05d8-4a84-8b34-e73aa22fa923" + }, + { + "name": "x-ms-correlation-request-id", + "value": "53b66d76-05d8-4a84-8b34-e73aa22fa923" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T110927Z:53b66d76-05d8-4a84-8b34-e73aa22fa923" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A9E69F7A68844217853660EEB1569658 Ref B: MAA201060516031 Ref C: 2024-04-02T11:09:26Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:26.726Z", + "time": 302, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 302 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7db51eae-27f4-466d-895a-dff2821444a6" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-request-id", + "value": "941fd375-98de-44a1-8215-34a6d58d5a76" + }, + { + "name": "x-ms-correlation-request-id", + "value": "941fd375-98de-44a1-8215-34a6d58d5a76" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T110927Z:941fd375-98de-44a1-8215-34a6d58d5a76" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8E02AA6F3D754091A67D5F4045AC58EA Ref B: MAA201060514053 Ref C: 2024-04-02T11:09:27Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:27.039Z", + "time": 347, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 347 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "26f5bbe1-5ce0-445b-a580-4a37b43781d7" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2F19ae0f99-6fc6-444b-bd54-97504efc66ad%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:27.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "6c1360b5-5e52-4e9c-b96f-b4c5e6a93d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:27 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:27.451Z", + "time": 169, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 169 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "45d58abb-f4e2-4225-b9e0-7b644cd31f1a" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:27.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f7a0571a-9a0c-475a-a960-89705e0e3900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:27 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:27.629Z", + "time": 280, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 280 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "cdfcb532-13cf-4a3d-bc36-61cf48f87ec7" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:28.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b7ac80c4-3495-4bc8-a012-1f86ded83b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:27 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:27.922Z", + "time": 323, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 323 + } + }, + { + "_id": "4dff04e4e5ab9187613cb88444aff111", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "db85e2f7-2157-4aa4-a5c7-1a982d8423aa" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1913, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?api-version=2024-01-01" + }, + "response": { + "bodySize": 13066, + "content": { + "mimeType": "application/json", + "size": 13066, + "text": "{\n \"value\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\n \"location\": \"eastus\",\n \"name\": \"asdfcluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"asdfcluster-dns\",\n \"fqdn\": \"asdfcluster-dns-tn2y8sv2.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"29f57f8491e7e6012db7b027e0c48212-priv.portal.hcp.eastus.azmk8s.io\",\n \"privateFQDN\": \"asdfcluster-dns-tqbrrx02.c8e1eebf-2cf8-436f-a931-8cebbf81d412.privatelink.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202402.19.0\",\n \"enableFIPS\": false\n }\n ],\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_asdf_group_asdfcluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPolicy\": \"calico\",\n \"networkDataplane\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"privateLinkResources\": [\n {\n \"name\": \"management\",\n \"type\": \"Microsoft.ContainerService/managedClusters/privateLinkResources\",\n \"groupId\": \"management\",\n \"requiredMembers\": [\n \"management\"\n ]\n }\n ],\n \"apiServerAccessProfile\": {\n \"enablePrivateCluster\": true,\n \"privateDNSZone\": \"system\",\n \"enablePrivateClusterPublicFQDN\": true\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"65e8210a77a6670001397e14\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"92e246c6-a708-45ce-bcd9-b10e8cd2376a\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\n \"location\": \"eastus\",\n \"name\": \"kubernetes-cluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"kubernetes-cluster-dns\",\n \"fqdn\": \"kubernetes-cluster-dns-vpe9l32e.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"kubernetes-cluster-dns-vpe9l32e.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/publicIPAddresses/01ab397a-3ed2-471a-834b-c3886855137e\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"aadProfile\": {\n \"managed\": true,\n \"adminGroupObjectIDs\": [\n \"1426f405-f5fd-4f0b-963a-d17ad34513d8\"\n ],\n \"adminUsers\": null,\n \"tenantID\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/kubernetes-cluster-agentpool\",\n \"clientId\": \"a1bdc294-30f7-4942-a2dd-5c35ea0aa6f0\",\n \"objectId\": \"eea06baa-9756-46c4-a600-f6cfa86c5305\"\n }\n },\n \"autoScalerProfile\": {\n \"balance-similar-node-groups\": \"false\",\n \"expander\": \"random\",\n \"max-empty-bulk-delete\": \"10\",\n \"max-graceful-termination-sec\": \"600\",\n \"max-node-provision-time\": \"15m\",\n \"max-total-unready-percentage\": \"45\",\n \"new-pod-scale-up-delay\": \"0s\",\n \"ok-total-unready-count\": \"3\",\n \"scale-down-delay-after-add\": \"10m\",\n \"scale-down-delay-after-delete\": \"10s\",\n \"scale-down-delay-after-failure\": \"3m\",\n \"scale-down-unneeded-time\": \"10m\",\n \"scale-down-unready-time\": \"20m\",\n \"scale-down-utilization-threshold\": \"0.5\",\n \"scan-interval\": \"10s\",\n \"skip-nodes-with-local-storage\": \"false\",\n \"skip-nodes-with-system-pods\": \"true\"\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": true,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"azureMonitorProfile\": {\n \"metrics\": {\n \"enabled\": true,\n \"kubeStateMetrics\": {\n \"metricLabelsAllowlist\": \"\",\n \"metricAnnotationsAllowList\": \"\"\n }\n }\n },\n \"resourceUID\": \"65e9a9c7debfcc000100927a\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"f3b0271e-0bd9-4698-aaf3-9b90e04c1ca8\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\n \"location\": \"eastus\",\n \"name\": \"suraj-test-j1dev\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.28.5\",\n \"currentKubernetesVersion\": \"1.28.5\",\n \"dnsPrefix\": \"suraj-test-j1dev-dns\",\n \"fqdn\": \"suraj-test-j1dev-dns-m14jhkrx.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"suraj-test-j1dev-dns-m14jhkrx.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.28.5\",\n \"currentOrchestratorVersion\": \"1.28.5\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"upgradeSettings\": {\n \"maxSurge\": \"10%\"\n },\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_j1dev_suraj-test-j1dev_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/publicIPAddresses/60491552-092a-4c22-8651-34df579e9151\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/suraj-test-j1dev-agentpool\",\n \"clientId\": \"550d0f7c-8aa0-4d90-8ebd-7a29289f4e21\",\n \"objectId\": \"7415a298-0e84-434d-a37a-01b5af4bcb2c\"\n }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"6602d3f068ee040001c59000\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"c2364155-8e61-44c1-9f87-935ee84e171e\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }\n ],\n \"nextLink\": \"https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964\\u0026api-version=2024-01-01\\u0026skipToken=7866964\"\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "13066" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11987" + }, + { + "name": "x-ms-correlation-request-id", + "value": "19e106cd-be24-4062-9989-020144342e98" + }, + { + "name": "x-ms-request-id", + "value": "bad4ee3c-d7a2-4cd0-bee8-45c0b0485a16" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T110929Z:19e106cd-be24-4062-9989-020144342e98" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B586B2DC30FE4D039429FFD2EC0AD671 Ref B: MAA201060515031 Ref C: 2024-04-02T11:09:28Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:28 GMT" + } + ], + "headersSize": 645, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:28.256Z", + "time": 1044, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1044 + } + }, + { + "_id": "ccce78b5ce73382f613199df1e76009b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "dba6ee4c-e047-4d2b-b3ef-99deb7275d95" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1952, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "$skipToken", + "value": "7866964" + }, + { + "name": "api-version", + "value": "2024-01-01" + }, + { + "name": "skipToken", + "value": "7866964" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964&api-version=2024-01-01&skipToken=7866964" + }, + "response": { + "bodySize": 18, + "content": { + "mimeType": "application/json", + "size": 18, + "text": "{\n \"value\": []\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "18" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11990" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ec254526-d4a4-4598-9370-74fbe4fd8528" + }, + { + "name": "x-ms-request-id", + "value": "7cf34f3f-f8fe-4ea8-9cf1-56944469f5cd" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T110929Z:ec254526-d4a4-4598-9370-74fbe4fd8528" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1D153A0FE88F49E89A124EE51DB98134 Ref B: MAA201060515031 Ref C: 2024-04-02T11:09:29Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:29 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:29.323Z", + "time": 357, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 357 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/container-services/__recordings__/rm-kubernetes-service-contains-access-role-relationship_2077980058/recording.har b/src/steps/resource-manager/container-services/__recordings__/rm-kubernetes-service-contains-access-role-relationship_2077980058/recording.har new file mode 100644 index 00000000..fc274952 --- /dev/null +++ b/src/steps/resource-manager/container-services/__recordings__/rm-kubernetes-service-contains-access-role-relationship_2077980058/recording.har @@ -0,0 +1,14101 @@ +{ + "log": { + "_recordingName": "rm-kubernetes-service-contains-access-role-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:15.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "68c42455-6d44-4fa1-a950-db8c90623d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:15 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:15.318Z", + "time": 456, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 456 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "18019ff4-c668-b48a-5210-86a302497133" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "1f5329d3-9f30-4d0a-a3d8-437ae4ba7ca4" + }, + { + "name": "client-request-id", + "value": "18019ff4-c668-b48a-5210-86a302497133" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000272\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:15.779Z", + "time": 351, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 351 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "b38e4966-1782-496f-54a7-85e0025bf899" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "53b58d48-b3e7-411f-baf5-4f3f865864d8" + }, + { + "name": "client-request-id", + "value": "b38e4966-1782-496f-54a7-85e0025bf899" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007043\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:17 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:16.139Z", + "time": 1733, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1733 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9e11b8e1-c340-4202-a37b-2b8485c07b32" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712059878\",\"not_before\":\"1712055978\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:18.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9e11b8e1-c340-4202-a37b-2b8485c07b32" + }, + { + "name": "x-ms-request-id", + "value": "227ca473-6b19-49bc-a134-a74d62041400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:17 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:17.878Z", + "time": 367, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 367 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "69bcf3c7-84fd-4638-b5ce-8f18389f2634" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "1192c9fc-2153-4f0b-b481-1bc91c75398a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1192c9fc-2153-4f0b-b481-1bc91c75398a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111118Z:1192c9fc-2153-4f0b-b481-1bc91c75398a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CC52E39E25AB4175B7BDC9FE5C76A842 Ref B: MAA201060514009 Ref C: 2024-04-02T11:11:18Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:18.253Z", + "time": 370, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 370 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c37a11d3-0341-4a27-9853-6ec9d7aff9c6" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"tenantId\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11984" + }, + { + "name": "x-ms-request-id", + "value": "686b0c75-175a-435d-9485-ce335dbb4c29" + }, + { + "name": "x-ms-correlation-request-id", + "value": "686b0c75-175a-435d-9485-ce335dbb4c29" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111118Z:686b0c75-175a-435d-9485-ce335dbb4c29" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C554993267E74998B5374EAC261037FA Ref B: MAA201060515033 Ref C: 2024-04-02T11:11:18Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:18.626Z", + "time": 312, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 312 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "82aaf780-a3d6-47c2-ac02-cdbe6aa2c938" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712059879\",\"not_before\":\"1712055979\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:19.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "82aaf780-a3d6-47c2-ac02-cdbe6aa2c938" + }, + { + "name": "x-ms-request-id", + "value": "3a6a7b3c-a772-4ffe-9aff-f3442e840400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:18 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:18.950Z", + "time": 415, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 415 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "fcf54042-d561-4bfa-aa28-a1efb4c9fe03" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "f6feea5a-93ba-4184-bde6-4ebfce6ab947" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f6feea5a-93ba-4184-bde6-4ebfce6ab947" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T111119Z:f6feea5a-93ba-4184-bde6-4ebfce6ab947" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D01F4991CA404E469313AB0082709212 Ref B: MAA201060514053 Ref C: 2024-04-02T11:11:19Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:19.370Z", + "time": 397, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 397 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4b07769e-1545-4898-94e1-c2ecc233e3be" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "da254968-2091-49ba-9ea3-6eaf7ea569e8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "da254968-2091-49ba-9ea3-6eaf7ea569e8" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T111120Z:da254968-2091-49ba-9ea3-6eaf7ea569e8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 01E0F31B592F416EB925BDD3BF23DC86 Ref B: MAA201060514031 Ref C: 2024-04-02T11:11:19Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:19.773Z", + "time": 303, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 303 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "22e6d967-95fc-4979-b065-01381610b3f0" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2F19ae0f99-6fc6-444b-bd54-97504efc66ad%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:20.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "137a51f3-0be5-43a6-900f-d44fe5559700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:20 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:20.083Z", + "time": 78, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 78 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "668bd583-fb11-44aa-8413-8b78bed64bf0" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:20.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "24a26a6f-e58b-4d3b-826c-55662dad8b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:20 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:20.166Z", + "time": 420, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 420 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f0320baf-3a92-4543-8523-51baddf89bf6" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:20.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "02a1cee2-95d0-4590-b52e-654e64372d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:20 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:20.590Z", + "time": 306, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 306 + } + }, + { + "_id": "4dff04e4e5ab9187613cb88444aff111", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2f80dc8f-35dd-4e78-8e31-7c43d9fc9843" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1913, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?api-version=2024-01-01" + }, + "response": { + "bodySize": 13066, + "content": { + "mimeType": "application/json", + "size": 13066, + "text": "{\n \"value\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\n \"location\": \"eastus\",\n \"name\": \"asdfcluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"asdfcluster-dns\",\n \"fqdn\": \"asdfcluster-dns-tn2y8sv2.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"29f57f8491e7e6012db7b027e0c48212-priv.portal.hcp.eastus.azmk8s.io\",\n \"privateFQDN\": \"asdfcluster-dns-tqbrrx02.c8e1eebf-2cf8-436f-a931-8cebbf81d412.privatelink.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202402.19.0\",\n \"enableFIPS\": false\n }\n ],\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_asdf_group_asdfcluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPolicy\": \"calico\",\n \"networkDataplane\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"privateLinkResources\": [\n {\n \"name\": \"management\",\n \"type\": \"Microsoft.ContainerService/managedClusters/privateLinkResources\",\n \"groupId\": \"management\",\n \"requiredMembers\": [\n \"management\"\n ]\n }\n ],\n \"apiServerAccessProfile\": {\n \"enablePrivateCluster\": true,\n \"privateDNSZone\": \"system\",\n \"enablePrivateClusterPublicFQDN\": true\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"65e8210a77a6670001397e14\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"92e246c6-a708-45ce-bcd9-b10e8cd2376a\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\n \"location\": \"eastus\",\n \"name\": \"kubernetes-cluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"kubernetes-cluster-dns\",\n \"fqdn\": \"kubernetes-cluster-dns-vpe9l32e.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"kubernetes-cluster-dns-vpe9l32e.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/publicIPAddresses/01ab397a-3ed2-471a-834b-c3886855137e\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"aadProfile\": {\n \"managed\": true,\n \"adminGroupObjectIDs\": [\n \"1426f405-f5fd-4f0b-963a-d17ad34513d8\"\n ],\n \"adminUsers\": null,\n \"tenantID\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/kubernetes-cluster-agentpool\",\n \"clientId\": \"a1bdc294-30f7-4942-a2dd-5c35ea0aa6f0\",\n \"objectId\": \"eea06baa-9756-46c4-a600-f6cfa86c5305\"\n }\n },\n \"autoScalerProfile\": {\n \"balance-similar-node-groups\": \"false\",\n \"expander\": \"random\",\n \"max-empty-bulk-delete\": \"10\",\n \"max-graceful-termination-sec\": \"600\",\n \"max-node-provision-time\": \"15m\",\n \"max-total-unready-percentage\": \"45\",\n \"new-pod-scale-up-delay\": \"0s\",\n \"ok-total-unready-count\": \"3\",\n \"scale-down-delay-after-add\": \"10m\",\n \"scale-down-delay-after-delete\": \"10s\",\n \"scale-down-delay-after-failure\": \"3m\",\n \"scale-down-unneeded-time\": \"10m\",\n \"scale-down-unready-time\": \"20m\",\n \"scale-down-utilization-threshold\": \"0.5\",\n \"scan-interval\": \"10s\",\n \"skip-nodes-with-local-storage\": \"false\",\n \"skip-nodes-with-system-pods\": \"true\"\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": true,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"azureMonitorProfile\": {\n \"metrics\": {\n \"enabled\": true,\n \"kubeStateMetrics\": {\n \"metricLabelsAllowlist\": \"\",\n \"metricAnnotationsAllowList\": \"\"\n }\n }\n },\n \"resourceUID\": \"65e9a9c7debfcc000100927a\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"f3b0271e-0bd9-4698-aaf3-9b90e04c1ca8\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\n \"location\": \"eastus\",\n \"name\": \"suraj-test-j1dev\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.28.5\",\n \"currentKubernetesVersion\": \"1.28.5\",\n \"dnsPrefix\": \"suraj-test-j1dev-dns\",\n \"fqdn\": \"suraj-test-j1dev-dns-m14jhkrx.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"suraj-test-j1dev-dns-m14jhkrx.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.28.5\",\n \"currentOrchestratorVersion\": \"1.28.5\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"upgradeSettings\": {\n \"maxSurge\": \"10%\"\n },\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_j1dev_suraj-test-j1dev_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/publicIPAddresses/60491552-092a-4c22-8651-34df579e9151\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/suraj-test-j1dev-agentpool\",\n \"clientId\": \"550d0f7c-8aa0-4d90-8ebd-7a29289f4e21\",\n \"objectId\": \"7415a298-0e84-434d-a37a-01b5af4bcb2c\"\n }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"6602d3f068ee040001c59000\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"c2364155-8e61-44c1-9f87-935ee84e171e\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }\n ],\n \"nextLink\": \"https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964\\u0026api-version=2024-01-01\\u0026skipToken=7866964\"\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "13066" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111122Z:fd13d041-26c9-47cf-b231-00a13a5ccf01" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11984" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fd13d041-26c9-47cf-b231-00a13a5ccf01" + }, + { + "name": "x-ms-request-id", + "value": "ec5f899f-ce7e-4d96-9844-254b62674fee" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F9A1A7A3CC024154ABF86403A6C92174 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:20Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:21 GMT" + } + ], + "headersSize": 648, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:20.900Z", + "time": 1530, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1530 + } + }, + { + "_id": "ccce78b5ce73382f613199df1e76009b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "da0ecb24-6acd-4919-880c-ed18d6e26068" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1952, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "$skipToken", + "value": "7866964" + }, + { + "name": "api-version", + "value": "2024-01-01" + }, + { + "name": "skipToken", + "value": "7866964" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964&api-version=2024-01-01&skipToken=7866964" + }, + "response": { + "bodySize": 18, + "content": { + "mimeType": "application/json", + "size": 18, + "text": "{\n \"value\": []\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "18" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4c35b380-cf9f-4733-b82e-51701c4f0063" + }, + { + "name": "x-ms-request-id", + "value": "87effae7-f1d0-4567-8a91-d7c7655ea311" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111122Z:4c35b380-cf9f-4733-b82e-51701c4f0063" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D933FC7B2F594B23B617E29607B1900B Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:22Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:22 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:22.434Z", + "time": 366, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 366 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "caa1a7be-ed68-478f-930d-d272cadebdcc" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2F19ae0f99-6fc6-444b-bd54-97504efc66ad%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:22.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "87ae2505-2f1e-4e44-a9ad-d79015e43700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:22 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:22.804Z", + "time": 143, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 143 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9fca61c3-44ac-4162-96c9-79ce4cb245d2" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:23.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "02a1cee2-95d0-4590-b52e-654e9e372d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:23 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:22.954Z", + "time": 231, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 231 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7955d920-bb6e-4a0b-8719-1549694560e1" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:23.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "6df77ac2-9f38-409d-bbd6-954ba00b3f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:23 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:23.190Z", + "time": 299, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 299 + } + }, + { + "_id": "96cd93477098668c145b243ef20d59ac", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-resources-subscriptions/2.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e87de194-08c0-4cea-873a-3450354da745" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1876, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2022-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations?api-version=2022-12-01" + }, + "response": { + "bodySize": 41479, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 41479, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus\",\"name\":\"eastus\",\"type\":\"Region\",\"displayName\":\"East US\",\"regionalDisplayName\":\"(US) East US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"westus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"eastus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"eastus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"eastus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2\",\"name\":\"eastus2\",\"type\":\"Region\",\"displayName\":\"East US 2\",\"regionalDisplayName\":\"(US) East US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"centralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"eastus2-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"eastus2-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"eastus2-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralus\",\"name\":\"southcentralus\",\"type\":\"Region\",\"displayName\":\"South Central US\",\"regionalDisplayName\":\"(US) South Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"northcentralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northcentralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"southcentralus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"southcentralus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"southcentralus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus2\",\"name\":\"westus2\",\"type\":\"Region\",\"displayName\":\"West US 2\",\"regionalDisplayName\":\"(US) West US 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\",\"physicalLocation\":\"Washington\",\"pairedRegion\":[{\"name\":\"westcentralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westcentralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"westus2-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"westus2-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"westus2-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus3\",\"name\":\"westus3\",\"type\":\"Region\",\"displayName\":\"West US 3\",\"regionalDisplayName\":\"(US) West US 3\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\",\"physicalLocation\":\"Phoenix\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"westus3-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"westus3-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"westus3-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiaeast\",\"name\":\"australiaeast\",\"type\":\"Region\",\"displayName\":\"Australia East\",\"regionalDisplayName\":\"(Asia Pacific) Australia East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Australia\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\",\"physicalLocation\":\"New South Wales\",\"pairedRegion\":[{\"name\":\"australiasoutheast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiasoutheast\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"australiaeast-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"australiaeast-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"australiaeast-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southeastasia\",\"name\":\"southeastasia\",\"type\":\"Region\",\"displayName\":\"Southeast Asia\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Asia Pacific\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"103.833\",\"latitude\":\"1.283\",\"physicalLocation\":\"Singapore\",\"pairedRegion\":[{\"name\":\"eastasia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastasia\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"southeastasia-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"southeastasia-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"southeastasia-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northeurope\",\"name\":\"northeurope\",\"type\":\"Region\",\"displayName\":\"North Europe\",\"regionalDisplayName\":\"(Europe) North Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Europe\",\"geographyGroup\":\"Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\",\"physicalLocation\":\"Ireland\",\"pairedRegion\":[{\"name\":\"westeurope\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westeurope\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"northeurope-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"northeurope-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"northeurope-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/swedencentral\",\"name\":\"swedencentral\",\"type\":\"Region\",\"displayName\":\"Sweden Central\",\"regionalDisplayName\":\"(Europe) Sweden Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Sweden\",\"geographyGroup\":\"Europe\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\",\"physicalLocation\":\"Gävle\",\"pairedRegion\":[{\"name\":\"swedensouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/swedensouth\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"swedencentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"swedencentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"swedencentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uksouth\",\"name\":\"uksouth\",\"type\":\"Region\",\"displayName\":\"UK South\",\"regionalDisplayName\":\"(Europe) UK South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United Kingdom\",\"geographyGroup\":\"Europe\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\",\"physicalLocation\":\"London\",\"pairedRegion\":[{\"name\":\"ukwest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/ukwest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"uksouth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"uksouth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"uksouth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westeurope\",\"name\":\"westeurope\",\"type\":\"Region\",\"displayName\":\"West Europe\",\"regionalDisplayName\":\"(Europe) West Europe\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Europe\",\"geographyGroup\":\"Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\",\"physicalLocation\":\"Netherlands\",\"pairedRegion\":[{\"name\":\"northeurope\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northeurope\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"westeurope-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"westeurope-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"westeurope-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralus\",\"name\":\"centralus\",\"type\":\"Region\",\"displayName\":\"Central US\",\"regionalDisplayName\":\"(US) Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"Iowa\",\"pairedRegion\":[{\"name\":\"eastus2\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"centralus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"centralus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"centralus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafricanorth\",\"name\":\"southafricanorth\",\"type\":\"Region\",\"displayName\":\"South Africa North\",\"regionalDisplayName\":\"(Africa) South Africa North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"South Africa\",\"geographyGroup\":\"Africa\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\",\"physicalLocation\":\"Johannesburg\",\"pairedRegion\":[{\"name\":\"southafricawest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafricawest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"southafricanorth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"southafricanorth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"southafricanorth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralindia\",\"name\":\"centralindia\",\"type\":\"Region\",\"displayName\":\"Central India\",\"regionalDisplayName\":\"(Asia Pacific) Central India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\",\"physicalLocation\":\"Pune\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southindia\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"centralindia-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"centralindia-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"centralindia-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastasia\",\"name\":\"eastasia\",\"type\":\"Region\",\"displayName\":\"East Asia\",\"regionalDisplayName\":\"(Asia Pacific) East Asia\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Asia Pacific\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"114.188\",\"latitude\":\"22.267\",\"physicalLocation\":\"Hong Kong\",\"pairedRegion\":[{\"name\":\"southeastasia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southeastasia\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"eastasia-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"eastasia-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"eastasia-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japaneast\",\"name\":\"japaneast\",\"type\":\"Region\",\"displayName\":\"Japan East\",\"regionalDisplayName\":\"(Asia Pacific) Japan East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Japan\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"139.77\",\"latitude\":\"35.68\",\"physicalLocation\":\"Tokyo, Saitama\",\"pairedRegion\":[{\"name\":\"japanwest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japanwest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"japaneast-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"japaneast-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"japaneast-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/koreacentral\",\"name\":\"koreacentral\",\"type\":\"Region\",\"displayName\":\"Korea Central\",\"regionalDisplayName\":\"(Asia Pacific) Korea Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Korea\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\",\"physicalLocation\":\"Seoul\",\"pairedRegion\":[{\"name\":\"koreasouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/koreasouth\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"koreacentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"koreacentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"koreacentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canadacentral\",\"name\":\"canadacentral\",\"type\":\"Region\",\"displayName\":\"Canada Central\",\"regionalDisplayName\":\"(Canada) Canada Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Canada\",\"geographyGroup\":\"Canada\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\",\"physicalLocation\":\"Toronto\",\"pairedRegion\":[{\"name\":\"canadaeast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canadaeast\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"canadacentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"canadacentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"canadacentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/francecentral\",\"name\":\"francecentral\",\"type\":\"Region\",\"displayName\":\"France Central\",\"regionalDisplayName\":\"(Europe) France Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"France\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\",\"physicalLocation\":\"Paris\",\"pairedRegion\":[{\"name\":\"francesouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/francesouth\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"francecentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"francecentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"francecentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"type\":\"Region\",\"displayName\":\"Germany West Central\",\"regionalDisplayName\":\"(Europe) Germany West Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Germany\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\",\"physicalLocation\":\"Frankfurt\",\"pairedRegion\":[{\"name\":\"germanynorth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germanynorth\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"germanywestcentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"germanywestcentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"germanywestcentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/italynorth\",\"name\":\"italynorth\",\"type\":\"Region\",\"displayName\":\"Italy North\",\"regionalDisplayName\":\"(Europe) Italy North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Italy\",\"geographyGroup\":\"Europe\",\"longitude\":\"9.18109\",\"latitude\":\"45.46888\",\"physicalLocation\":\"Milan\",\"pairedRegion\":[]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"italynorth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"italynorth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"italynorth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norwayeast\",\"name\":\"norwayeast\",\"type\":\"Region\",\"displayName\":\"Norway East\",\"regionalDisplayName\":\"(Europe) Norway East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Norway\",\"geographyGroup\":\"Europe\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwaywest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norwaywest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"norwayeast-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"norwayeast-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"norwayeast-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/polandcentral\",\"name\":\"polandcentral\",\"type\":\"Region\",\"displayName\":\"Poland Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Poland\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"polandcentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"polandcentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"polandcentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"type\":\"Region\",\"displayName\":\"Switzerland North\",\"regionalDisplayName\":\"(Europe) Switzerland North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Switzerland\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\",\"physicalLocation\":\"Zurich\",\"pairedRegion\":[{\"name\":\"switzerlandwest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerlandwest\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"switzerlandnorth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"switzerlandnorth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"switzerlandnorth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uaenorth\",\"name\":\"uaenorth\",\"type\":\"Region\",\"displayName\":\"UAE North\",\"regionalDisplayName\":\"(Middle East) UAE North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"UAE\",\"geographyGroup\":\"Middle East\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\",\"physicalLocation\":\"Dubai\",\"pairedRegion\":[{\"name\":\"uaecentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uaecentral\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"uaenorth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"uaenorth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"uaenorth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilsouth\",\"name\":\"brazilsouth\",\"type\":\"Region\",\"displayName\":\"Brazil South\",\"regionalDisplayName\":\"(South America) Brazil South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Brazil\",\"geographyGroup\":\"South America\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\",\"physicalLocation\":\"Sao Paulo State\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"brazilsouth-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"brazilsouth-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"brazilsouth-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centraluseuap\",\"name\":\"centraluseuap\",\"type\":\"Region\",\"displayName\":\"Central US EUAP\",\"regionalDisplayName\":\"(US) Central US EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Canary (US)\",\"geographyGroup\":\"US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"eastus2euap\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2euap\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"centraluseuap-az2\"},{\"logicalZone\":\"2\",\"physicalZone\":\"centraluseuap-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/israelcentral\",\"name\":\"israelcentral\",\"type\":\"Region\",\"displayName\":\"Israel Central\",\"regionalDisplayName\":\"(Middle East) Israel Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Israel\",\"geographyGroup\":\"Middle East\",\"longitude\":\"33.4506633\",\"latitude\":\"31.2655698\",\"physicalLocation\":\"Israel\",\"pairedRegion\":[]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"israelcentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"israelcentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"israelcentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/qatarcentral\",\"name\":\"qatarcentral\",\"type\":\"Region\",\"displayName\":\"Qatar Central\",\"regionalDisplayName\":\"(Middle East) Qatar Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Recommended\",\"geography\":\"Qatar\",\"geographyGroup\":\"Middle East\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\",\"physicalLocation\":\"Doha\",\"pairedRegion\":[]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"qatarcentral-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"qatarcentral-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"qatarcentral-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralusstage\",\"name\":\"centralusstage\",\"type\":\"Region\",\"displayName\":\"Central US (Stage)\",\"regionalDisplayName\":\"(US) Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastusstage\",\"name\":\"eastusstage\",\"type\":\"Region\",\"displayName\":\"East US (Stage)\",\"regionalDisplayName\":\"(US) East US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2stage\",\"name\":\"eastus2stage\",\"type\":\"Region\",\"displayName\":\"East US 2 (Stage)\",\"regionalDisplayName\":\"(US) East US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northcentralusstage\",\"name\":\"northcentralusstage\",\"type\":\"Region\",\"displayName\":\"North Central US (Stage)\",\"regionalDisplayName\":\"(US) North Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralusstage\",\"name\":\"southcentralusstage\",\"type\":\"Region\",\"displayName\":\"South Central US (Stage)\",\"regionalDisplayName\":\"(US) South Central US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westusstage\",\"name\":\"westusstage\",\"type\":\"Region\",\"displayName\":\"West US (Stage)\",\"regionalDisplayName\":\"(US) West US (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus2stage\",\"name\":\"westus2stage\",\"type\":\"Region\",\"displayName\":\"West US 2 (Stage)\",\"regionalDisplayName\":\"(US) West US 2 (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"usa\",\"geographyGroup\":\"US\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/asia\",\"name\":\"asia\",\"type\":\"Region\",\"displayName\":\"Asia\",\"regionalDisplayName\":\"Asia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/asiapacific\",\"name\":\"asiapacific\",\"type\":\"Region\",\"displayName\":\"Asia Pacific\",\"regionalDisplayName\":\"Asia Pacific\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australia\",\"name\":\"australia\",\"type\":\"Region\",\"displayName\":\"Australia\",\"regionalDisplayName\":\"Australia\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazil\",\"name\":\"brazil\",\"type\":\"Region\",\"displayName\":\"Brazil\",\"regionalDisplayName\":\"Brazil\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canada\",\"name\":\"canada\",\"type\":\"Region\",\"displayName\":\"Canada\",\"regionalDisplayName\":\"Canada\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/europe\",\"name\":\"europe\",\"type\":\"Region\",\"displayName\":\"Europe\",\"regionalDisplayName\":\"Europe\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/france\",\"name\":\"france\",\"type\":\"Region\",\"displayName\":\"France\",\"regionalDisplayName\":\"France\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germany\",\"name\":\"germany\",\"type\":\"Region\",\"displayName\":\"Germany\",\"regionalDisplayName\":\"Germany\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/global\",\"name\":\"global\",\"type\":\"Region\",\"displayName\":\"Global\",\"regionalDisplayName\":\"Global\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/india\",\"name\":\"india\",\"type\":\"Region\",\"displayName\":\"India\",\"regionalDisplayName\":\"India\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/israel\",\"name\":\"israel\",\"type\":\"Region\",\"displayName\":\"Israel\",\"regionalDisplayName\":\"Israel\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/italy\",\"name\":\"italy\",\"type\":\"Region\",\"displayName\":\"Italy\",\"regionalDisplayName\":\"Italy\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japan\",\"name\":\"japan\",\"type\":\"Region\",\"displayName\":\"Japan\",\"regionalDisplayName\":\"Japan\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/korea\",\"name\":\"korea\",\"type\":\"Region\",\"displayName\":\"Korea\",\"regionalDisplayName\":\"Korea\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/newzealand\",\"name\":\"newzealand\",\"type\":\"Region\",\"displayName\":\"New Zealand\",\"regionalDisplayName\":\"New Zealand\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norway\",\"name\":\"norway\",\"type\":\"Region\",\"displayName\":\"Norway\",\"regionalDisplayName\":\"Norway\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/poland\",\"name\":\"poland\",\"type\":\"Region\",\"displayName\":\"Poland\",\"regionalDisplayName\":\"Poland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/qatar\",\"name\":\"qatar\",\"type\":\"Region\",\"displayName\":\"Qatar\",\"regionalDisplayName\":\"Qatar\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/singapore\",\"name\":\"singapore\",\"type\":\"Region\",\"displayName\":\"Singapore\",\"regionalDisplayName\":\"Singapore\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafrica\",\"name\":\"southafrica\",\"type\":\"Region\",\"displayName\":\"South Africa\",\"regionalDisplayName\":\"South Africa\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/sweden\",\"name\":\"sweden\",\"type\":\"Region\",\"displayName\":\"Sweden\",\"regionalDisplayName\":\"Sweden\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerland\",\"name\":\"switzerland\",\"type\":\"Region\",\"displayName\":\"Switzerland\",\"regionalDisplayName\":\"Switzerland\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uae\",\"name\":\"uae\",\"type\":\"Region\",\"displayName\":\"United Arab Emirates\",\"regionalDisplayName\":\"United Arab Emirates\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uk\",\"name\":\"uk\",\"type\":\"Region\",\"displayName\":\"United Kingdom\",\"regionalDisplayName\":\"United Kingdom\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/unitedstates\",\"name\":\"unitedstates\",\"type\":\"Region\",\"displayName\":\"United States\",\"regionalDisplayName\":\"United States\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/unitedstateseuap\",\"name\":\"unitedstateseuap\",\"type\":\"Region\",\"displayName\":\"United States EUAP\",\"regionalDisplayName\":\"United States EUAP\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastasiastage\",\"name\":\"eastasiastage\",\"type\":\"Region\",\"displayName\":\"East Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) East Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"asia\",\"geographyGroup\":\"Asia Pacific\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"type\":\"Region\",\"displayName\":\"Southeast Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geography\":\"asia\",\"geographyGroup\":\"Asia Pacific\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilus\",\"name\":\"brazilus\",\"type\":\"Region\",\"displayName\":\"Brazil US\",\"regionalDisplayName\":\"(South America) Brazil US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Brazil\",\"geographyGroup\":\"South America\",\"longitude\":\"0\",\"latitude\":\"0\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"brazilsoutheast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilsoutheast\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastusstg\",\"name\":\"eastusstg\",\"type\":\"Region\",\"displayName\":\"East US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Stage (US)\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/northcentralus\",\"name\":\"northcentralus\",\"type\":\"Region\",\"displayName\":\"North Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southcentralus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"northcentralus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"northcentralus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"northcentralus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus\",\"name\":\"westus\",\"type\":\"Region\",\"displayName\":\"West US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"westus-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"westus-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"westus-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japanwest\",\"name\":\"japanwest\",\"type\":\"Region\",\"displayName\":\"Japan West\",\"regionalDisplayName\":\"(Asia Pacific) Japan West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Japan\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\",\"physicalLocation\":\"Osaka\",\"pairedRegion\":[{\"name\":\"japaneast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/japaneast\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/jioindiawest\",\"name\":\"jioindiawest\",\"type\":\"Region\",\"displayName\":\"Jio India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\",\"physicalLocation\":\"Jamnagar\",\"pairedRegion\":[{\"name\":\"jioindiacentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/jioindiacentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/eastus2euap\",\"name\":\"eastus2euap\",\"type\":\"Region\",\"displayName\":\"East US 2 EUAP\",\"regionalDisplayName\":\"(US) East US 2 EUAP\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Canary (US)\",\"geographyGroup\":\"US\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\",\"physicalLocation\":\"\",\"pairedRegion\":[{\"name\":\"centraluseuap\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centraluseuap\"}]},\"availabilityZoneMappings\":[{\"logicalZone\":\"1\",\"physicalZone\":\"eastus2euap-az3\"},{\"logicalZone\":\"2\",\"physicalZone\":\"eastus2euap-az2\"},{\"logicalZone\":\"3\",\"physicalZone\":\"eastus2euap-az1\"}]},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westcentralus\",\"name\":\"westcentralus\",\"type\":\"Region\",\"displayName\":\"West Central US\",\"regionalDisplayName\":\"(US) West Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"United States\",\"geographyGroup\":\"US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\",\"physicalLocation\":\"Wyoming\",\"pairedRegion\":[{\"name\":\"westus2\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westus2\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafricawest\",\"name\":\"southafricawest\",\"type\":\"Region\",\"displayName\":\"South Africa West\",\"regionalDisplayName\":\"(Africa) South Africa West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"South Africa\",\"geographyGroup\":\"Africa\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\",\"physicalLocation\":\"Cape Town\",\"pairedRegion\":[{\"name\":\"southafricanorth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southafricanorth\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiacentral\",\"name\":\"australiacentral\",\"type\":\"Region\",\"displayName\":\"Australia Central\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Australia\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral2\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiacentral2\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiacentral2\",\"name\":\"australiacentral2\",\"type\":\"Region\",\"displayName\":\"Australia Central 2\",\"regionalDisplayName\":\"(Asia Pacific) Australia Central 2\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Australia\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\",\"physicalLocation\":\"Canberra\",\"pairedRegion\":[{\"name\":\"australiacentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiacentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"type\":\"Region\",\"displayName\":\"Australia Southeast\",\"regionalDisplayName\":\"(Asia Pacific) Australia Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Australia\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\",\"physicalLocation\":\"Victoria\",\"pairedRegion\":[{\"name\":\"australiaeast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/australiaeast\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"type\":\"Region\",\"displayName\":\"Jio India Central\",\"regionalDisplayName\":\"(Asia Pacific) Jio India Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\",\"physicalLocation\":\"Nagpur\",\"pairedRegion\":[{\"name\":\"jioindiawest\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/jioindiawest\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/koreasouth\",\"name\":\"koreasouth\",\"type\":\"Region\",\"displayName\":\"Korea South\",\"regionalDisplayName\":\"(Asia Pacific) Korea South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Korea\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\",\"physicalLocation\":\"Busan\",\"pairedRegion\":[{\"name\":\"koreacentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/koreacentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southindia\",\"name\":\"southindia\",\"type\":\"Region\",\"displayName\":\"South India\",\"regionalDisplayName\":\"(Asia Pacific) South India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\",\"physicalLocation\":\"Chennai\",\"pairedRegion\":[{\"name\":\"centralindia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/centralindia\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/westindia\",\"name\":\"westindia\",\"type\":\"Region\",\"displayName\":\"West India\",\"regionalDisplayName\":\"(Asia Pacific) West India\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"India\",\"geographyGroup\":\"Asia Pacific\",\"longitude\":\"72.868\",\"latitude\":\"19.088\",\"physicalLocation\":\"Mumbai\",\"pairedRegion\":[{\"name\":\"southindia\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/southindia\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canadaeast\",\"name\":\"canadaeast\",\"type\":\"Region\",\"displayName\":\"Canada East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Canada\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/francesouth\",\"name\":\"francesouth\",\"type\":\"Region\",\"displayName\":\"France South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"France\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/francecentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germanynorth\",\"name\":\"germanynorth\",\"type\":\"Region\",\"displayName\":\"Germany North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Germany\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norwaywest\",\"name\":\"norwaywest\",\"type\":\"Region\",\"displayName\":\"Norway West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Norway\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"type\":\"Region\",\"displayName\":\"Switzerland West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Switzerland\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/ukwest\",\"name\":\"ukwest\",\"type\":\"Region\",\"displayName\":\"UK West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"United Kingdom\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uksouth\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uaecentral\",\"name\":\"uaecentral\",\"type\":\"Region\",\"displayName\":\"UAE Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"UAE\",\"geographyGroup\":\"Middle East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"type\":\"Region\",\"displayName\":\"Brazil Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geography\":\"Brazil\",\"geographyGroup\":\"South America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/locations/brazilsouth\"}]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "41479" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11980" + }, + { + "name": "x-ms-request-id", + "value": "4950b743-fe9b-4c89-a3b9-ae51caa5662b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4950b743-fe9b-4c89-a3b9-ae51caa5662b" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111124Z:4950b743-fe9b-4c89-a3b9-ae51caa5662b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DDB744D2BCAA43F8AEB9909AFAD417B9 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:23Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:23 GMT" + } + ], + "headersSize": 658, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:23.492Z", + "time": 904, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 904 + } + }, + { + "_id": "616030619a349a837e588a2c553660f4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "43de5562-f668-45b0-a711-831216ca4f11" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111124Z:6924c788-a5d0-4d25-9d90-bf9b0a9c14a9" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11979" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6924c788-a5d0-4d25-9d90-bf9b0a9c14a9" + }, + { + "name": "x-ms-request-id", + "value": "86738992-fc06-4dad-a782-d970aeecd4e3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F8F551B0D827493894E0A7D0D3BF586D Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:24Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:24 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:24.417Z", + "time": 448, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 448 + } + }, + { + "_id": "2e5f3f8925f61b09f2e8c8839daa1d78", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6ab96ef5-90e7-419d-8ba7-42f0baeaf79c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastus2/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111125Z:bbba2c3b-1b60-457b-8b25-f9ffb8e9c90f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11978" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bbba2c3b-1b60-457b-8b25-f9ffb8e9c90f" + }, + { + "name": "x-ms-request-id", + "value": "b503d9cc-750b-4ff9-b5b3-1c0e82f80ec0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 488DFB24438247B0BFB02E28EC2E9BD5 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:24Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:24 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:24.869Z", + "time": 670, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 670 + } + }, + { + "_id": "11a5659ce905d125fc6812251dab3b53", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9c9c0cec-e50a-4813-8fa7-feea104490a7" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1941, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southcentralus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111126Z:17b853b6-16d4-41cc-881f-aa6e8600c126" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11979" + }, + { + "name": "x-ms-correlation-request-id", + "value": "17b853b6-16d4-41cc-881f-aa6e8600c126" + }, + { + "name": "x-ms-request-id", + "value": "e3104a07-0675-47bd-8efb-c4df9f170ee3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 012EAFA126F44546A577B2E583F77C41 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:25Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:25 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:25.543Z", + "time": 984, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 984 + } + }, + { + "_id": "767c55d783cc3c084f3e8b9665b4d54e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4a9ffae7-9377-4781-9afd-15f47ecb2a69" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westus2/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111127Z:4dc33460-c4c0-46e9-a589-5a628cf66af9" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11993" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4dc33460-c4c0-46e9-a589-5a628cf66af9" + }, + { + "name": "x-ms-request-id", + "value": "56e769d0-f213-495f-a1ac-dfe012cd735c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EF528B4B831D434EAAF96D8281F58ACD Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:26Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:26 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:26.531Z", + "time": 814, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 814 + } + }, + { + "_id": "f8d310c47a9f3345f485e1c1d1a0f306", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "59c2801e-510b-495a-b668-c53431a80ea4" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westus3/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111128Z:a60f2129-d505-4802-9d85-012b9a3a8832" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a60f2129-d505-4802-9d85-012b9a3a8832" + }, + { + "name": "x-ms-request-id", + "value": "97e231a6-f0b0-491d-9532-974b97b6f369" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DDEE40B06F3A4063ACE4DF41617ED76E Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:27Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:27 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:27.348Z", + "time": 1092, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1092 + } + }, + { + "_id": "10d9a93569441a816982b3449d2dbd5e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "fc327ef7-2c1c-4a41-97cb-41c637b71b56" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australiaeast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111129Z:bf41f96a-97a4-4e32-933d-c07fd6bc105f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11987" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bf41f96a-97a4-4e32-933d-c07fd6bc105f" + }, + { + "name": "x-ms-request-id", + "value": "c3a0ddc1-4c17-4a6c-ab1b-1aa183f3d3a0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 47C6B7081D684BC5BC7F2FB41DA0B9A1 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:28Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:28 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:28.449Z", + "time": 587, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 587 + } + }, + { + "_id": "774d4b290268cd1a10c761b3219b06e4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "21e335da-2138-4f84-b073-42b812e41508" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southeastasia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111129Z:ec48a55c-1fbe-49f6-a784-b25128e4ff0b" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ec48a55c-1fbe-49f6-a784-b25128e4ff0b" + }, + { + "name": "x-ms-request-id", + "value": "8776c7bc-0313-4f97-adaa-941adb365b42" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C746A4346FE344D2AA475DC4E40E37BF Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:29Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:28 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:29.040Z", + "time": 459, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 459 + } + }, + { + "_id": "8e20ada61aee2f96f2660229a06957e7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e3352acf-b64d-4d31-a20d-8c90da2ad570" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/northeurope/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111130Z:a33573c4-53f0-49da-b7f6-c4e3942c48a9" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a33573c4-53f0-49da-b7f6-c4e3942c48a9" + }, + { + "name": "x-ms-request-id", + "value": "fbf1a91f-6ca0-43f5-b14e-066e9c142ae1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3C7F01E266344B5BA5F47017BCB1B346 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:29Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:29 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:29.506Z", + "time": 672, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 672 + } + }, + { + "_id": "0afb8faab8a6aee0e4789295a82f5407", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "16c452e9-5e3a-4952-a695-4961bb02f664" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/swedencentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111131Z:3af1a877-9beb-4a66-b69f-1adaa34badac" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3af1a877-9beb-4a66-b69f-1adaa34badac" + }, + { + "name": "x-ms-request-id", + "value": "675a9556-bf37-45f9-a1df-f016f6237afd" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8A9AB1D54C0C4090BBB77018B7A06774 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:30Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:30 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:30.186Z", + "time": 872, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 872 + } + }, + { + "_id": "4c9955ca7a5ae2280d1284ca22fc70d2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0b1e6c02-fb18-4b86-baea-a13c89e52904" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uksouth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111131Z:d5a0958d-a743-4ae7-bf22-7ac88c2a2fec" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d5a0958d-a743-4ae7-bf22-7ac88c2a2fec" + }, + { + "name": "x-ms-request-id", + "value": "db1ffdab-c12c-4bf2-98ca-d0c9600af442" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4B320B7E15964EEE86EDEE67A87C3336 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:31 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:31.068Z", + "time": 646, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 646 + } + }, + { + "_id": "5423041726be6993fa5fa2030e6efc28", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8784aff5-4e87-4532-9c3c-1794c7233d08" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westeurope/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111132Z:3f28833d-f288-41ff-9794-96e2b5b30efe" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11987" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3f28833d-f288-41ff-9794-96e2b5b30efe" + }, + { + "name": "x-ms-request-id", + "value": "19b2a773-b817-4f0f-be30-9ea41abf6140" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 27B77C6CB39D4AA892A175FF29683113 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:31 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:31.728Z", + "time": 840, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 840 + } + }, + { + "_id": "6170ee091caf8ada806179cf74d7d1b4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "dcf854a5-563a-40b1-9136-91f18ea4a1ec" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/centralus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111133Z:bfd965de-4f56-438d-b2e4-8e176af20810" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11981" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bfd965de-4f56-438d-b2e4-8e176af20810" + }, + { + "name": "x-ms-request-id", + "value": "cf05e551-df1f-4345-b199-784a56e3f8e6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3B152102D79C4D9C857142ABBE4BA2AB Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:32Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:33 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:32.576Z", + "time": 1056, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1056 + } + }, + { + "_id": "36833f80657821f1e2f81988e1f836b6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "062ab5b3-14c8-4cf9-9487-8e96d0e30716" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1943, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southafricanorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111134Z:401e920d-ab9a-4ae1-beff-df52470a226f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11983" + }, + { + "name": "x-ms-correlation-request-id", + "value": "401e920d-ab9a-4ae1-beff-df52470a226f" + }, + { + "name": "x-ms-request-id", + "value": "6590d7b9-b1b0-4363-8a4d-db08fb28d5b9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FC4A7BCF0E0D41348AAF46CB99F9622A Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:34 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:33.641Z", + "time": 1098, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1098 + } + }, + { + "_id": "a51bcbbd8f25d5e52ab554897ed8d415", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d56891bc-4e65-4a72-9295-b2f9de3c938f" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/centralindia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111134Z:fc6524cd-fe26-4442-963c-d0e6c41725e5" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11985" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fc6524cd-fe26-4442-963c-d0e6c41725e5" + }, + { + "name": "x-ms-request-id", + "value": "9fcdde7f-8e73-4352-ad17-1f36f15709f1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 63CD506AEB994EF7A2E1A05E7D62D6DA Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:34Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:34 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:34.743Z", + "time": 140, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 140 + } + }, + { + "_id": "7669a263d462b9bfbbb2cbacd704a1bf", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0b092048-2c73-42da-a2b7-f3517676cd28" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1935, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastasia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111135Z:0d065fbc-3c47-4545-81a3-6abede305f84" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0d065fbc-3c47-4545-81a3-6abede305f84" + }, + { + "name": "x-ms-request-id", + "value": "c6361bdb-48c7-4f86-9a08-521c624ed0df" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 42CEBED2C6044F9E9946AAFB0B63A6C8 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:34Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:34 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:34.887Z", + "time": 395, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 395 + } + }, + { + "_id": "a8a8ba52578df295375b18dbc31b2b03", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8bbbea3c-8a13-4561-a97a-3933db27e87f" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/japaneast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111135Z:5120a773-cf30-4663-ab36-2741253658f5" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11987" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5120a773-cf30-4663-ab36-2741253658f5" + }, + { + "name": "x-ms-request-id", + "value": "dd276e24-1f1f-4adc-99cb-03d5274131b5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: ED51A4C882CD4882B955909FCBDA8972 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:35Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:35 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:35.291Z", + "time": 606, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 606 + } + }, + { + "_id": "90d6ee9ca01cae1c17c34ffe75041455", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ca9cf840-0d31-4395-a418-ab1333d8402d" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/koreacentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111136Z:4759a068-99db-46ed-8963-a880558d33c4" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11988" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4759a068-99db-46ed-8963-a880558d33c4" + }, + { + "name": "x-ms-request-id", + "value": "df91ebee-7fb5-4e81-a7f1-e203896da365" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DA47EEE85E084B0CAF82E57B8E4B62CA Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:36Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:35 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:35.905Z", + "time": 545, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 545 + } + }, + { + "_id": "6fcae5da18866608368db5bb756a7217", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "bae39126-c6c6-4417-8028-40f026348cf2" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/canadacentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111137Z:f78d54de-fadf-4e61-a73d-f91af63e312f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f78d54de-fadf-4e61-a73d-f91af63e312f" + }, + { + "name": "x-ms-request-id", + "value": "9ea329ba-e50d-4cca-babc-86b415592f68" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3C33E33E62B3403486B5977589B73757 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:36Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:36 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:36.454Z", + "time": 927, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 927 + } + }, + { + "_id": "ae2ebf2a214b147f1923fe19e01ffb15", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "12e516cc-668a-4aff-a336-b6beb942481b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/francecentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111138Z:4627496b-ab27-401f-be98-5b79110a7ed7" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11982" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4627496b-ab27-401f-be98-5b79110a7ed7" + }, + { + "name": "x-ms-request-id", + "value": "eb84389e-a3da-4b4a-87ce-0d07712909bd" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 729CFAC69B234FBEA3FF9DB900AF08F3 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:37Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:37 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:37.391Z", + "time": 631, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 631 + } + }, + { + "_id": "b433fe6b9b26934fcd4157ff643f78f9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4d0e2be8-2dd1-4c0e-aaac-aa6b31e17c0e" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1945, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/germanywestcentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111138Z:ad3aff20-2625-4931-b772-e11ac8e9f893" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11987" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ad3aff20-2625-4931-b772-e11ac8e9f893" + }, + { + "name": "x-ms-request-id", + "value": "625744fa-fe09-4baa-b004-3b729d90c0f6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7A34378069BA4D9481A0CA5C3635295A Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:38Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:38 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:38.031Z", + "time": 683, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 683 + } + }, + { + "_id": "f9fdd6dfbcbf606408f70b8d72746eef", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "69dd96f1-e683-4dc3-82c1-48946e1a5a73" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/italynorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111139Z:b6900da0-697a-4e74-ad6b-d0d32147a8c0" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11985" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b6900da0-697a-4e74-ad6b-d0d32147a8c0" + }, + { + "name": "x-ms-request-id", + "value": "b9287775-4ab2-449e-89f3-2f387707d208" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8F70F0F697FC4B329EE423F048104E49 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:38Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:38 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:38.723Z", + "time": 640, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 640 + } + }, + { + "_id": "2f2314b953527c9c8ac1d6eb01b90759", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b962fcc4-70c3-4dc6-99bb-c452b3aaea7d" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/norwayeast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111140Z:cd7b6764-4559-493d-838b-a5fbd6161452" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-correlation-request-id", + "value": "cd7b6764-4559-493d-838b-a5fbd6161452" + }, + { + "name": "x-ms-request-id", + "value": "c7a073e0-8225-4c84-8084-35671769a225" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5B048B7828E6471283A8EDA9A3AFD6B6 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:39Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:39 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:39.367Z", + "time": 882, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 882 + } + }, + { + "_id": "8ef786f8b9a86dd7640b512b1cad2781", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f66d52d2-3c6d-4e52-bd03-2fb73c1b7519" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/polandcentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111140Z:93e7dfe4-e547-4f5e-b3bc-33f88cf03980" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11969" + }, + { + "name": "x-ms-correlation-request-id", + "value": "93e7dfe4-e547-4f5e-b3bc-33f88cf03980" + }, + { + "name": "x-ms-request-id", + "value": "1f723bb7-1a0b-47b5-b412-265003ad5ab7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 40BC678887564E50B8032F7A27EAF236 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:40Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:40 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:40.256Z", + "time": 685, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 685 + } + }, + { + "_id": "fd8bdd072c729332e41b77dc6455fbd1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a35885c6-e9af-4f72-95e1-4a343fac254a" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1943, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/switzerlandnorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111141Z:8fce3bd4-d852-40b5-b79b-c0bce39ad539" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11969" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8fce3bd4-d852-40b5-b79b-c0bce39ad539" + }, + { + "name": "x-ms-request-id", + "value": "a5ca9c54-0d72-41c6-b677-954e1b40ad0e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CDA34F12DBA346B9993407FA5BD6FB61 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:41Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:40 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:40.944Z", + "time": 637, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 637 + } + }, + { + "_id": "0d6df513d2f56ca403420cea45e5b358", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1bb00a53-e466-4be6-b9d5-5d822609a7ab" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1935, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uaenorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111141Z:0c489f39-baeb-42c0-8bd9-f08594423f5b" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11978" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0c489f39-baeb-42c0-8bd9-f08594423f5b" + }, + { + "name": "x-ms-request-id", + "value": "cb02bacb-bd35-444e-9c94-6581b96848c3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 418BC94BC2AC4D12BCA10B243753E2AD Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:41Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:41 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:41.590Z", + "time": 387, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 387 + } + }, + { + "_id": "199e00603dc6db0145caae9ddfa9046c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a80bd15b-3887-456b-b529-c04d807e2cdf" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/brazilsouth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111143Z:3a2f75f2-fcdd-4448-b020-6e82ef7a7ac2" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11987" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3a2f75f2-fcdd-4448-b020-6e82ef7a7ac2" + }, + { + "name": "x-ms-request-id", + "value": "8495db3e-1d4e-45a7-af14-05e87cb57c2b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 93EA88E86B4C4C01B9CAED5041B81898 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:42Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:42 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:41.981Z", + "time": 1187, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1187 + } + }, + { + "_id": "1eca350213fde481ae289b5a67ff381f", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a8522deb-e08e-419a-a8a6-40e1673287e2" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/centraluseuap/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1349, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1349, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'centraluseuap' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1349" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "81c645ee-8b77-47b9-81b3-3d6474c2d575" + }, + { + "name": "x-ms-correlation-request-id", + "value": "81c645ee-8b77-47b9-81b3-3d6474c2d575" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111143Z:81c645ee-8b77-47b9-81b3-3d6474c2d575" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DE88156522B9441E8D081849AA70217E Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:43Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:42 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:43.172Z", + "time": 161, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 161 + } + }, + { + "_id": "3eb368d5ac1c2c6230c9e1b2566eb0f6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1ebdf3ae-14d8-4c06-a0ee-23f35baeeda0" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/israelcentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111144Z:5762ef9c-d9cd-414b-a058-17a6e64edfcc" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11983" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5762ef9c-d9cd-414b-a058-17a6e64edfcc" + }, + { + "name": "x-ms-request-id", + "value": "e9eec4a2-982c-419a-9270-f1a0f6892d66" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5993AF1BFC7842679DAE113D98F1ADC0 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:43Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:43 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:43.342Z", + "time": 834, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 834 + } + }, + { + "_id": "8abc3989fca44e56c420113e7cb4a9b9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4c432cc0-a722-4d57-a337-5508553d819c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/qatarcentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111144Z:0486f732-e8f5-428e-a831-a5d37bbed5d6" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11980" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0486f732-e8f5-428e-a831-a5d37bbed5d6" + }, + { + "name": "x-ms-request-id", + "value": "7cbcfd79-ae5c-471c-a4c5-ac8b2a1749b1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7BBC4D39F5A34A53B9BC9BA92BFF21C2 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:44Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:43 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:44.184Z", + "time": 467, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 467 + } + }, + { + "_id": "ed14dcb0241e689c6a245d68489cf42d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6f1d9b0e-531f-4885-a3c5-0220e836b9ed" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1941, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/centralusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1350, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1350, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'centralusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1350" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "f6643c9c-c2fa-4992-8bbd-dedde141e79a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f6643c9c-c2fa-4992-8bbd-dedde141e79a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111144Z:f6643c9c-c2fa-4992-8bbd-dedde141e79a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CC7AA706D2954058A9998C2923D62214 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:44Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:44 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:44.661Z", + "time": 107, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 107 + } + }, + { + "_id": "7747eb311b9816ae749a662d33ec458c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8a2d3442-2b5a-4c7b-b09b-1a7c0f278e69" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "df6535be-a5a1-4549-bd5f-5ba8d37e5e4f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "df6535be-a5a1-4549-bd5f-5ba8d37e5e4f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111144Z:df6535be-a5a1-4549-bd5f-5ba8d37e5e4f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 70EAB87C2DBE467BA12B68A656EF7BCB Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:44Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:44 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:44.776Z", + "time": 106, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 106 + } + }, + { + "_id": "0de680e88ecdf507d5429ce304adcef7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7905f86e-5e9f-4fd0-a53f-37a52e2481b6" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastus2stage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1348, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1348, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastus2stage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1348" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "36677993-04be-48f8-839a-9632eac6adbe" + }, + { + "name": "x-ms-correlation-request-id", + "value": "36677993-04be-48f8-839a-9632eac6adbe" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111145Z:36677993-04be-48f8-839a-9632eac6adbe" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AE9B05F285D049E0AAA36541447A7D65 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:44Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:44 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:44.888Z", + "time": 239, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 239 + } + }, + { + "_id": "0a22281de80707331c59e2f2ad2a275a", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4f9ef4b4-ae06-491d-b578-10b4b7ed3e22" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1946, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/northcentralusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1355, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1355, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'northcentralusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1355" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "4fd2de0f-2237-4dfb-9fd3-f0540c6ce966" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4fd2de0f-2237-4dfb-9fd3-f0540c6ce966" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111145Z:4fd2de0f-2237-4dfb-9fd3-f0540c6ce966" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5AD048D127B54487A4638D50A4486011 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:44 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:45.135Z", + "time": 113, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 113 + } + }, + { + "_id": "6a0504c745cdbfac391eef3d33262344", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2ee22478-13bd-4b51-b357-ab6d162f003e" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1946, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southcentralusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1355, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1355, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'southcentralusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1355" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "d30c2753-ff44-4ec9-9849-ac3a78f00f76" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d30c2753-ff44-4ec9-9849-ac3a78f00f76" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111145Z:d30c2753-ff44-4ec9-9849-ac3a78f00f76" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 70C2C262926A4A21910208270FC28AA3 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:44 GMT" + } + ], + "headersSize": 639, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:45.256Z", + "time": 112, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 112 + } + }, + { + "_id": "43baba327d708b8ded310bd3282086ae", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b6cefe53-97a6-49ac-a2b2-33b8002187fa" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westusstage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'westusstage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "1991c015-044a-4120-bdeb-e89190681b8d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1991c015-044a-4120-bdeb-e89190681b8d" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111145Z:1991c015-044a-4120-bdeb-e89190681b8d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1DBECF0968AD47AC9EC9EBDA71E78B0C Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:44 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:45.376Z", + "time": 106, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 106 + } + }, + { + "_id": "0968f8dfbfc7d514fbdeb89dc140b015", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e4fa40d0-698a-480c-adbf-2d2ee5ea3918" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westus2stage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1348, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1348, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'westus2stage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1348" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "0893ae73-12f3-46ee-9970-6a9a62495f70" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0893ae73-12f3-46ee-9970-6a9a62495f70" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111145Z:0893ae73-12f3-46ee-9970-6a9a62495f70" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7CF61DF04A7A4007A651C36F542A69D0 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:45 GMT" + } + ], + "headersSize": 639, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:45.485Z", + "time": 116, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 116 + } + }, + { + "_id": "8d77a96e6d75455e9c5cc18a62b2d978", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "abcbccdb-8156-4078-82b6-0ae3bcfa933a" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1931, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/asia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1340, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1340, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'asia' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1340" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "5881c88a-059a-4058-a22d-dd62d1d14ded" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5881c88a-059a-4058-a22d-dd62d1d14ded" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111145Z:5881c88a-059a-4058-a22d-dd62d1d14ded" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C824F18A30FB4D468DBF9EBC98FE2D1F Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:45 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:45.608Z", + "time": 102, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 102 + } + }, + { + "_id": "0525734536e81578b569b801f9180217", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "56d77a4e-8121-4784-b856-123d5895b18d" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/asiapacific/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'asiapacific' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "f796ffca-7723-437a-b7e9-d6f489a7ad43" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f796ffca-7723-437a-b7e9-d6f489a7ad43" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111145Z:f796ffca-7723-437a-b7e9-d6f489a7ad43" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: ED633A1FF38642FF9529A2D25009A3F4 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:45 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:45.716Z", + "time": 87, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 87 + } + }, + { + "_id": "e97e59bde6c4a8166294f481f46322e8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2db077ec-b8a8-44ec-aed9-b4527f249e72" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1345, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1345, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'australia' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1345" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "9d79fc2a-fbf6-4e74-b6ee-4d3a2b2ad541" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9d79fc2a-fbf6-4e74-b6ee-4d3a2b2ad541" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111146Z:9d79fc2a-fbf6-4e74-b6ee-4d3a2b2ad541" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CE06AC0D41CB4C60B762997C957B1B35 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:45 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:45.809Z", + "time": 275, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 275 + } + }, + { + "_id": "e3ceb289b08ca9be9d0700ab46a0bf74", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "761c5025-1afa-4e2f-8fb4-1d5d068efc36" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/brazil/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'brazil' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "d8c87897-309b-4533-b094-937d3f4e847b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d8c87897-309b-4533-b094-937d3f4e847b" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111146Z:d8c87897-309b-4533-b094-937d3f4e847b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E883A80333EA4B70975429DCFFD80799 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:45 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:46.091Z", + "time": 152, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 152 + } + }, + { + "_id": "0d5fef0395269640d9b432f05fc16d86", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8c69c233-ac43-4475-b064-4d1b8aa5c7cc" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/canada/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'canada' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "bb347b7a-e1e4-46f2-8d0e-4290cabc40c2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bb347b7a-e1e4-46f2-8d0e-4290cabc40c2" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111146Z:bb347b7a-e1e4-46f2-8d0e-4290cabc40c2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BA3C096478BF422AB0F297F7FBA518DE Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:45 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:46.247Z", + "time": 87, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 87 + } + }, + { + "_id": "c95d722b810d86dc13f87315e2566a78", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8e54916a-0fd8-4b21-8287-dd7ad85145ac" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/europe/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'europe' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "832c4a0f-062d-47a6-a144-fab359bc50d4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "832c4a0f-062d-47a6-a144-fab359bc50d4" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111146Z:832c4a0f-062d-47a6-a144-fab359bc50d4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A8E926642AE94166A8C8218C53A407D2 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:45 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:46.343Z", + "time": 88, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 88 + } + }, + { + "_id": "932d8b79abf0c936816560182689594e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "18c40cd8-52c7-4a02-8191-2a4811a36d6b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/france/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'france' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "9b6819ba-2f27-4782-a346-7a53e87f09d8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9b6819ba-2f27-4782-a346-7a53e87f09d8" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111146Z:9b6819ba-2f27-4782-a346-7a53e87f09d8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 24F6976EDB7945AE8C4A32C29BDF44B6 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:45 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:46.441Z", + "time": 105, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 105 + } + }, + { + "_id": "492bc1459af927c86a9d5a281bf48085", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "bea32cd1-7df0-4835-bbf4-85b749e7d785" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1934, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/germany/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1343, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1343, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'germany' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1343" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "c15afa14-cd91-4acc-b984-e7617108c84c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c15afa14-cd91-4acc-b984-e7617108c84c" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111146Z:c15afa14-cd91-4acc-b984-e7617108c84c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9ED74158D3C24701891849BA54B9A65E Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:46 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:46.550Z", + "time": 251, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 251 + } + }, + { + "_id": "5a0a96fc700df32f55518e5745bf4677", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "25ad8eef-25d9-4fd8-9c78-bf7bcdb0a129" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/global/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'global' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "d93f369d-b83e-484a-b3fd-d8865b049101" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d93f369d-b83e-484a-b3fd-d8865b049101" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111146Z:d93f369d-b83e-484a-b3fd-d8865b049101" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1FAD0B60B7CC418696C56A640CE51AEB Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:46 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:46.803Z", + "time": 98, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 98 + } + }, + { + "_id": "dd545e5904d3fa16fd3d8e69d51cb4e6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a9022280-3be8-4e36-8f01-23488986c488" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/india/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'india' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "7728960a-f267-456a-b168-7eea459feb16" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7728960a-f267-456a-b168-7eea459feb16" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111147Z:7728960a-f267-456a-b168-7eea459feb16" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 454F54D4EB4E4B0298428403BB6BD593 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:46 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:46.907Z", + "time": 100, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 100 + } + }, + { + "_id": "82d1e852159b4b350c8f0122f37a74c7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "adb82c30-545c-44a8-a71d-d16de8b2520c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/israel/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'israel' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "e4335001-3338-4cb7-92db-98fbaad8363c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e4335001-3338-4cb7-92db-98fbaad8363c" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111147Z:e4335001-3338-4cb7-92db-98fbaad8363c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B364758A50F74011BA7134B7E09C4AD5 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:46 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:47.011Z", + "time": 87, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 87 + } + }, + { + "_id": "db71cdd2a601a0c18fc8fdf5361f53a8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "41b16df3-5d0a-494f-ae15-c8b80d43c9e3" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/italy/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'italy' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "455951c4-2e74-4f90-879c-97ac79667306" + }, + { + "name": "x-ms-correlation-request-id", + "value": "455951c4-2e74-4f90-879c-97ac79667306" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111147Z:455951c4-2e74-4f90-879c-97ac79667306" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DD2BEFAE7FC442699E529CE5ACD36693 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:46 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:47.101Z", + "time": 144, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 144 + } + }, + { + "_id": "48028cda083ac87578bc032c0afcb7e9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8b09ad95-fae5-4f24-91ce-471b062d0b48" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/japan/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'japan' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "73c9cb68-90fc-4ce5-a8b8-c7ce17e2a5e4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "73c9cb68-90fc-4ce5-a8b8-c7ce17e2a5e4" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111147Z:73c9cb68-90fc-4ce5-a8b8-c7ce17e2a5e4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F333F0345DE542DBAB87B4B8BB913DD6 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:46 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:47.254Z", + "time": 88, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 88 + } + }, + { + "_id": "343c4c3d33ec7a044a7e368c425cc933", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "17fc3efc-21f6-4111-b067-48419be2eb3b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/korea/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'korea' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "f4494de5-aa16-414d-82ed-0bfd938c4e0c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f4494de5-aa16-414d-82ed-0bfd938c4e0c" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111147Z:f4494de5-aa16-414d-82ed-0bfd938c4e0c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 46F7AA5DD0374E16AA160398CB460781 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:46 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:47.345Z", + "time": 112, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 112 + } + }, + { + "_id": "651d6300cabbfd9e84b27c709d390b1c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "645ef1bb-d124-4689-8fa3-34eee618ac48" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/newzealand/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1346, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'newzealand' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "277990c3-8d55-4e5b-858c-4c5b53f9753e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "277990c3-8d55-4e5b-858c-4c5b53f9753e" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111147Z:277990c3-8d55-4e5b-858c-4c5b53f9753e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 00181967018B49F9ADF230638559324D Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:47 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:47.460Z", + "time": 137, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 137 + } + }, + { + "_id": "52c8a9af4bcab308beed40aac300324f", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7e66531d-5997-470d-ac08-a0ea3bd74671" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/norway/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'norway' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "d44d025b-0865-4614-aedf-261c2f88d5fc" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d44d025b-0865-4614-aedf-261c2f88d5fc" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111147Z:d44d025b-0865-4614-aedf-261c2f88d5fc" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B5087AF0427D4E93AC2112A3B5FE06C7 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:47 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:47.601Z", + "time": 98, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 98 + } + }, + { + "_id": "f63944dfcac1675b7d0bc1c81e85f0e5", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "bc10956d-cda7-4269-9fa7-054e7f138364" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/poland/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'poland' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "a22f9978-db7f-484c-9d83-86c34567f117" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a22f9978-db7f-484c-9d83-86c34567f117" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111147Z:a22f9978-db7f-484c-9d83-86c34567f117" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 24E4DA9BE75A44D5AC8E895535A88F0B Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:47 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:47.703Z", + "time": 102, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 102 + } + }, + { + "_id": "9c81ffce2ad08e90fbd10537cf92af24", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4bad5895-72e2-4831-8bb3-a28b4eda1256" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1932, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/qatar/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1341, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1341, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'qatar' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1341" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "daaa6acb-9489-4ef5-b099-59f66fe1868d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "daaa6acb-9489-4ef5-b099-59f66fe1868d" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111147Z:daaa6acb-9489-4ef5-b099-59f66fe1868d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D1C467904F4C4BE19BC339077B1E3310 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:47 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:47.813Z", + "time": 105, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 105 + } + }, + { + "_id": "89fe470cd89928ffcbdebda063ca9594", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ce174ffc-0428-4b72-b5f3-d4178341429e" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/singapore/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1345, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1345, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'singapore' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1345" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "669c431f-bc1d-4106-a58d-7007d2020c2f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "669c431f-bc1d-4106-a58d-7007d2020c2f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111148Z:669c431f-bc1d-4106-a58d-7007d2020c2f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4F715D96A2064CD2B845E35B6573CFF4 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:47 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:47.923Z", + "time": 92, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 92 + } + }, + { + "_id": "32d540cd2cec4e3fa384e00077750198", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1dd25c4d-ed97-4aef-b69f-31c5065bce54" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southafrica/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'southafrica' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "34a75d7b-fdef-438a-8fed-b9b05aaa0a95" + }, + { + "name": "x-ms-correlation-request-id", + "value": "34a75d7b-fdef-438a-8fed-b9b05aaa0a95" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111148Z:34a75d7b-fdef-438a-8fed-b9b05aaa0a95" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E4C49288C1284E05B189B3AEACD732B2 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:47 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:48.024Z", + "time": 91, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 91 + } + }, + { + "_id": "fc2bda8686926865c9ec86447ab381a4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "63037d69-2b16-4308-8e1f-abff6eee0d31" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/sweden/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1342, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1342, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'sweden' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1342" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "e8e5d6f1-dbab-4133-ac83-b153a08b0500" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e8e5d6f1-dbab-4133-ac83-b153a08b0500" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111148Z:e8e5d6f1-dbab-4133-ac83-b153a08b0500" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 30F04803D89145CABF9E647B04C764F3 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:47 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:48.123Z", + "time": 155, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 155 + } + }, + { + "_id": "23fa3ac971580884b7836e2c19f0125e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "cdf1bf44-0a3d-4e42-81c9-d01af569e271" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/switzerland/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'switzerland' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "8cce2767-2f53-4711-87ac-757e99ec3bec" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8cce2767-2f53-4711-87ac-757e99ec3bec" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111148Z:8cce2767-2f53-4711-87ac-757e99ec3bec" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8558AEB9995C4F24990A6DA301D02187 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:47 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:48.282Z", + "time": 96, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 96 + } + }, + { + "_id": "372fbcd88d59b2112053990d3b410080", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ee6351ea-d289-42e5-bf4e-c0d9f05d2bc2" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1930, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uae/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1339, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'uae' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "5d309986-e929-4271-9eed-2540d591b04e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5d309986-e929-4271-9eed-2540d591b04e" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111148Z:5d309986-e929-4271-9eed-2540d591b04e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1986C9D4D4B140109DFE6DA0392CF5BE Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:47 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:48.386Z", + "time": 89, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 89 + } + }, + { + "_id": "606433d710f03f4b7381d1e0517f5e6f", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "52a0662c-62a7-41e8-b2bc-6096995d98aa" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1929, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uk/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1338, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1338, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'uk' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1338" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "56799c34-9d08-445b-917e-37be4f2ed333" + }, + { + "name": "x-ms-correlation-request-id", + "value": "56799c34-9d08-445b-917e-37be4f2ed333" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111148Z:56799c34-9d08-445b-917e-37be4f2ed333" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9740C0665B1847B99FF3393A66AE150A Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:48 GMT" + } + ], + "headersSize": 639, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:48.482Z", + "time": 264, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 264 + } + }, + { + "_id": "aa8ac255747068c4f6c97863da52d4e4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a5a4fd73-010e-4c8d-bba5-d39c245d8c0b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/unitedstates/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1348, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1348, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'unitedstates' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1348" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "02a11fce-e102-49f0-b4a0-5c1a9d9ade35" + }, + { + "name": "x-ms-correlation-request-id", + "value": "02a11fce-e102-49f0-b4a0-5c1a9d9ade35" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111148Z:02a11fce-e102-49f0-b4a0-5c1a9d9ade35" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B9A7FFDD51854FDDA238B00ACB5B0EB2 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:48 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:48.749Z", + "time": 221, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 221 + } + }, + { + "_id": "86db23124cc0f036225d7d0b8d3548e8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9cfb4323-ef1f-45a3-a617-dee7ba545cb8" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1943, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/unitedstateseuap/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1352, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1352, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'unitedstateseuap' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1352" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "24714426-1f8a-4beb-840b-4eea172b0d05" + }, + { + "name": "x-ms-correlation-request-id", + "value": "24714426-1f8a-4beb-840b-4eea172b0d05" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111149Z:24714426-1f8a-4beb-840b-4eea172b0d05" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EB1BF28F309B4033A504E9003AA79013 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:48 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:48.974Z", + "time": 87, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 87 + } + }, + { + "_id": "cecaccf01001d333d761c678af840921", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ab4fdda2-9b5d-4e92-b8e4-86eec70afcca" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastasiastage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1349, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1349, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastasiastage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1349" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "1b257a8d-6c8a-46f0-83c0-8e88903bc3f3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1b257a8d-6c8a-46f0-83c0-8e88903bc3f3" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111149Z:1b257a8d-6c8a-46f0-83c0-8e88903bc3f3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 225248A71A87491CA1BA47B0403A39ED Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:48 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:49.070Z", + "time": 87, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 87 + } + }, + { + "_id": "f863e70fadc4962152d23769a8d986f6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0d263d54-ff02-48b7-b0ab-0db4c53d2200" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1945, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southeastasiastage/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1354, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1354, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'southeastasiastage' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1354" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "a69661f8-f7df-41a9-af97-18eed12e5850" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a69661f8-f7df-41a9-af97-18eed12e5850" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111149Z:a69661f8-f7df-41a9-af97-18eed12e5850" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 04C1D26B73CC4B39946E7BAF464E4031 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:48 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:49.166Z", + "time": 134, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 134 + } + }, + { + "_id": "d17bf28c1297ca666566cfb2c97805dc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "21b3a894-82dd-4e00-81c2-b414ce7582ea" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1935, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/brazilus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1344, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1344, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'brazilus' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1344" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "e8bbe6be-b962-4e43-a25b-dda8869e5d9f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e8bbe6be-b962-4e43-a25b-dda8869e5d9f" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111149Z:e8bbe6be-b962-4e43-a25b-dda8869e5d9f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 06400C4C25BD47DDAA99FD9D391AD6CF Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:48 GMT" + } + ], + "headersSize": 636, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:49.307Z", + "time": 100, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 100 + } + }, + { + "_id": "6a55889cc8d3967afbee067d51310cdf", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "37bcd5cc-fd3b-4f02-9081-1cb5f405532f" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastusstg/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1345, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1345, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastusstg' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1345" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "8c01b0f1-eb04-40a6-8127-ca9a0517f76a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8c01b0f1-eb04-40a6-8127-ca9a0517f76a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111149Z:8c01b0f1-eb04-40a6-8127-ca9a0517f76a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A232F172131E4BB59DBD7325C3307118 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:48 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:49.410Z", + "time": 101, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 101 + } + }, + { + "_id": "819daf5864ef7e88188d57cb98d728ac", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "31de3e0a-0348-4ec5-a327-4e65dee9c0f5" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1941, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/northcentralus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111150Z:0de2e97a-ded1-44e3-af7a-bc9224fdbfb1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11977" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0de2e97a-ded1-44e3-af7a-bc9224fdbfb1" + }, + { + "name": "x-ms-request-id", + "value": "6058881d-d2fd-4d94-968d-42e801f48e11" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B5D29E93E76949EFB36822636A6125BC Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:49 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:49.514Z", + "time": 974, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 974 + } + }, + { + "_id": "6958e16c959bf504c982e65faf1b15d3", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4fc21ec5-0f8f-45ff-a96b-43b13548b432" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111151Z:116df5d2-78ff-46fb-a916-1dcaabe89b64" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-correlation-request-id", + "value": "116df5d2-78ff-46fb-a916-1dcaabe89b64" + }, + { + "name": "x-ms-request-id", + "value": "d2ef0b5e-5b96-471c-833a-723c201d6815" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FD31933B6B3345FD8EB82040134FD576 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:50Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:50 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:50.497Z", + "time": 807, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 807 + } + }, + { + "_id": "147ddc1c1e4654d8fcc23a923965256d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "786d661f-a097-4a6d-8a2f-f922d19d9be5" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/japanwest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111152Z:1c9bf8fa-8969-4e20-b449-597b3066e96f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11981" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1c9bf8fa-8969-4e20-b449-597b3066e96f" + }, + { + "name": "x-ms-request-id", + "value": "1f754d65-b01b-472d-ad27-479ecdd53075" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5738CA60A84A499DA9E67C82D2935C44 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:51Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:51 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:51.314Z", + "time": 813, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 813 + } + }, + { + "_id": "e8c8fb948cc4556489d01ae36d35dd53", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "313a56ac-3c7e-4bf8-a8ab-08d53bf2a2e7" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/jioindiawest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111152Z:71258ded-1b94-41fd-9ebf-a719999084eb" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-correlation-request-id", + "value": "71258ded-1b94-41fd-9ebf-a719999084eb" + }, + { + "name": "x-ms-request-id", + "value": "2c570c41-be03-46a3-a41f-53cd7454c104" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 095C412FDDA64FF18EA65C5937EF52D2 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:52Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:51 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:52.131Z", + "time": 163, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 163 + } + }, + { + "_id": "4cba63008d765c3f72a18ce6818a57d5", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "92fd155f-53a1-4f6d-9511-e2d982bc28b0" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/eastus2euap/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1347, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1347, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'eastus2euap' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1347" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "4fd2c9ef-f7ac-4d3f-a105-c12ab7a9a07a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4fd2c9ef-f7ac-4d3f-a105-c12ab7a9a07a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111152Z:4fd2c9ef-f7ac-4d3f-a105-c12ab7a9a07a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 85D525A0A3A14D75A8DEB4C8EE6D9F08 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:52Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:51 GMT" + } + ], + "headersSize": 634, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:52.297Z", + "time": 97, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 97 + } + }, + { + "_id": "2dd2d05af6846392c757346704ba1d44", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ec54962d-0c76-4103-aaf0-e5965ad9f7ce" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westcentralus/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111153Z:bddb1143-ef60-4726-ba3b-542275fbbf5f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11982" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bddb1143-ef60-4726-ba3b-542275fbbf5f" + }, + { + "name": "x-ms-request-id", + "value": "0e954d1f-7165-493d-819a-02e95e81d431" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 55604A0BBAFB47ECAB8F3A6BB5BF43E6 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:52Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:52 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:52.397Z", + "time": 855, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 855 + } + }, + { + "_id": "ebb1fe2a0031d5b0e3a09923c1d40b6b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "468b3ba5-f287-4e13-a39a-fddc71029383" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1942, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southafricawest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111154Z:a963948f-8c33-40b5-9171-6e098e2ab61c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11983" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a963948f-8c33-40b5-9171-6e098e2ab61c" + }, + { + "name": "x-ms-request-id", + "value": "a664c7fb-b6d1-4a94-8e7f-ae344f8000cc" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A65C954ADDFF4C27B75CDB6375021923 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:53Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:53 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:53.256Z", + "time": 1098, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1098 + } + }, + { + "_id": "ca34eea60c3950cd4602f379b7a8283c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "13bc30c3-fa55-4bd8-8459-d4a73872ae40" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1943, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australiacentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111155Z:25b480ec-22e2-4a68-af9a-ca6c21bbd1dd" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11980" + }, + { + "name": "x-ms-correlation-request-id", + "value": "25b480ec-22e2-4a68-af9a-ca6c21bbd1dd" + }, + { + "name": "x-ms-request-id", + "value": "e75c80c2-a595-4839-bfe6-288567dc4cea" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 87B05C6655D44A3CB930731FB8B97411 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:54Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:54 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:54.357Z", + "time": 700, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 700 + } + }, + { + "_id": "0963707b49f6bc4fc671a1f405cedae0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c48e3dea-c152-43ba-a2f5-dbd43957020f" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1944, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australiacentral2/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111155Z:be104c8f-117c-4cec-9049-e3981a383813" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11984" + }, + { + "name": "x-ms-correlation-request-id", + "value": "be104c8f-117c-4cec-9049-e3981a383813" + }, + { + "name": "x-ms-request-id", + "value": "8e7824c6-790b-4765-81ef-bdd193094a2c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7FBE59E594AF48ECB88FA3CF38F327A5 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:55Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:55 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:55.064Z", + "time": 613, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 613 + } + }, + { + "_id": "a81f9dd9290ab7f1805ce0d69db812f2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "86f4b04f-f62e-400b-884f-16f7e75dfa46" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1945, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/australiasoutheast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111156Z:68c966e1-0eb4-4667-b1b7-cd5915ff51b8" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11985" + }, + { + "name": "x-ms-correlation-request-id", + "value": "68c966e1-0eb4-4667-b1b7-cd5915ff51b8" + }, + { + "name": "x-ms-request-id", + "value": "8d265ecc-f147-44d6-9ffd-8499863b486a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 83D1852D5DCF48F9BE8533B2CB3C73B1 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:55Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:55 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:55.681Z", + "time": 592, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 592 + } + }, + { + "_id": "e49d765d753862169dde4b9559cbb9c2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6afa25d7-7f66-4493-a42b-d11f80c23437" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1942, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/jioindiacentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111156Z:21bfb62b-9c79-4ef3-8e44-119f6c785985" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11983" + }, + { + "name": "x-ms-correlation-request-id", + "value": "21bfb62b-9c79-4ef3-8e44-119f6c785985" + }, + { + "name": "x-ms-request-id", + "value": "bfe96770-d1f9-485a-84d9-74c855d298d2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 666E8253E45A47EEB418244D26FF7001 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:55 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:56.279Z", + "time": 244, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 244 + } + }, + { + "_id": "f966378e97e4100b4bb2ce95dd78ad5d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "06fdca37-bbbc-432a-adc2-b4ca4beeb7e9" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/koreasouth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111157Z:0edf70e9-c538-4195-b59e-82920befabb2" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11987" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0edf70e9-c538-4195-b59e-82920befabb2" + }, + { + "name": "x-ms-request-id", + "value": "96218a31-ddf0-41b0-bf8b-a1f7c597b15a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A4C68E9A8AA94C83A8DA4AEBF27971E5 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:56 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:56.526Z", + "time": 469, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 469 + } + }, + { + "_id": "4e0b64b7c8c0618a91fafbbab9aea373", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "46407af6-77fa-440d-802a-598c7187c205" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/southindia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111157Z:f1396e3e-908f-45ef-aa7e-a44a39757000" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f1396e3e-908f-45ef-aa7e-a44a39757000" + }, + { + "name": "x-ms-request-id", + "value": "9b1e7896-2ff6-4f58-8592-04c2351b2195" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F468BA88E3BD4324923910395F93CD5D Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:56 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:57.000Z", + "time": 261, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 261 + } + }, + { + "_id": "9d8c5068211e988fc30ad1e27589b4ef", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "66117ae7-0ee1-49e2-a8f4-499631e50fb1" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1936, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/westindia/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 1345, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1345, + "text": "{\"error\":{\"code\":\"NoRegisteredProviderFound\",\"message\":\"No registered resource provider found for location 'westindia' and API version '2024-01-01' for type 'locations/trustedAccessRoles'. The supported api-versions are '2022-07-02-preview, 2022-08-02-preview, 2022-08-03-preview, 2022-09-02-preview, 2022-10-02-preview, 2022-11-02-preview, 2023-01-02-preview, 2023-02-02-preview, 2023-03-02-preview, 2023-04-02-preview, 2023-05-02-preview, 2023-06-02-preview, 2023-07-02-preview, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview'. The supported locations are 'australiacentral, australiacentral2, australiaeast, australiasoutheast, brazilsouth, brazilsoutheast, canadacentral, canadaeast, centralindia, centralus, eastasia, eastus, eastus2, francecentral, francesouth, germanynorth, germanywestcentral, israelcentral, italynorth, japaneast, japanwest, jioindiacentral, jioindiawest, koreacentral, koreasouth, northcentralus, northeurope, norwayeast, norwaywest, polandcentral, qatarcentral, southafricanorth, southafricawest, southcentralus, southindia, southeastasia, swedencentral, switzerlandnorth, switzerlandwest, uaecentral, uaenorth, uksouth, ukwest, westcentralus, westeurope, westus, westus2, westus3'.\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1345" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-failure-cause", + "value": "gateway" + }, + { + "name": "x-ms-request-id", + "value": "949cf12b-8f3f-4b5c-847d-8ccadfa4bd9e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "949cf12b-8f3f-4b5c-847d-8ccadfa4bd9e" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111157Z:949cf12b-8f3f-4b5c-847d-8ccadfa4bd9e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4AD9E1F671C64253947450F1B5103354 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:56 GMT" + } + ], + "headersSize": 639, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 400, + "statusText": "Bad Request" + }, + "startedDateTime": "2024-04-02T11:11:57.264Z", + "time": 108, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 108 + } + }, + { + "_id": "5178948790e31bd8e674610ee21730a4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ba1854e4-1682-44bb-b366-657f298ea235" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/canadaeast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111158Z:a6b90599-6b73-4e13-a767-63beb7010d44" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11979" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a6b90599-6b73-4e13-a767-63beb7010d44" + }, + { + "name": "x-ms-request-id", + "value": "3194b3db-ddde-4db4-b5ed-dc08b191c990" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F71CC6775B9440B6AE7A343A648202AE Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:57 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:57.376Z", + "time": 862, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 862 + } + }, + { + "_id": "fda4072f41c184b87826d47b1a9d0764", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "21b0df02-1810-4d76-bc6a-f156fe268a8c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1938, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/francesouth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111158Z:19a4958f-d2dd-4427-80e2-9367206a2c8c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11988" + }, + { + "name": "x-ms-correlation-request-id", + "value": "19a4958f-d2dd-4427-80e2-9367206a2c8c" + }, + { + "name": "x-ms-request-id", + "value": "8e93c95a-26a7-4102-b396-d2350823c0bc" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 71CF069E385744E793EC4A22E9B5D7C6 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:58Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:58 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:58.240Z", + "time": 746, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 746 + } + }, + { + "_id": "163a4aa0a12c059f4986ddb9e29ab903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e58052b4-d670-480b-bec0-cd3c307b4b1e" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/germanynorth/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111159Z:1720186e-64e4-4fcd-91c0-b53ce813fe93" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11971" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1720186e-64e4-4fcd-91c0-b53ce813fe93" + }, + { + "name": "x-ms-request-id", + "value": "facc0221-83b0-4b1d-9ace-f60a796d2331" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B8425E576BF644C0A5A476D96909EE4C Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:59 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:58.990Z", + "time": 617, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 617 + } + }, + { + "_id": "6f9806ba9300f2f6d0701c05d6e639b0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "534a775d-1d42-4eb5-9c03-581ce90a7f02" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/norwaywest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111200Z:50a6c833-addf-4277-9cad-7fc13687156f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11970" + }, + { + "name": "x-ms-correlation-request-id", + "value": "50a6c833-addf-4277-9cad-7fc13687156f" + }, + { + "name": "x-ms-request-id", + "value": "b96d2591-a9df-4196-b606-39b58f68d68c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 38108524195E40379E92DAD2C88ADEE0 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:59 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:59.611Z", + "time": 633, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 633 + } + }, + { + "_id": "50edfb7b92b183e21e594240729f2766", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "03326ecb-fc64-4fb7-96e8-de3621c9bb71" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1942, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/switzerlandwest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111201Z:fe4bd639-3760-4259-8415-a92969d63540" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11984" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fe4bd639-3760-4259-8415-a92969d63540" + }, + { + "name": "x-ms-request-id", + "value": "dd651ce1-ca49-477d-a469-09fd21dd43dd" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FDE1BD39E4274B42A1AD9EEC691E1461 Ref B: MAA201060515031 Ref C: 2024-04-02T11:12:00Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:12:00 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:12:00.253Z", + "time": 782, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 782 + } + }, + { + "_id": "d4e5b7b535573c049722af417c53359c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d97fb22d-4993-4f5e-b93d-df86a33484c8" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1933, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/ukwest/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111201Z:4c3d40e9-c676-49ff-8924-fd718138e40d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11980" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4c3d40e9-c676-49ff-8924-fd718138e40d" + }, + { + "name": "x-ms-request-id", + "value": "21e1018c-2f8c-4295-873c-1ba3784bdfe5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AB0304624A984A6E820B632C4E78AA1F Ref B: MAA201060515031 Ref C: 2024-04-02T11:12:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:12:01 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:12:01.044Z", + "time": 656, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 656 + } + }, + { + "_id": "167071a0d2376ac4d54efc6166dae196", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "66dffaeb-42e4-4df1-afdd-d9aebadfe1c8" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1937, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/uaecentral/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111202Z:c3e19f6d-4cd2-47a3-b095-4f2d6fe2da36" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11990" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c3e19f6d-4cd2-47a3-b095-4f2d6fe2da36" + }, + { + "name": "x-ms-request-id", + "value": "1e1bf7ef-81f1-46c9-98a9-64b7ddd6cbac" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D4DBE5F882A640D99D66AFB6A534A969 Ref B: MAA201060515031 Ref C: 2024-04-02T11:12:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:12:01 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:12:01.711Z", + "time": 326, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 326 + } + }, + { + "_id": "93383124a5a30c0ab154959a0e43e0a8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e11058b6-9a8d-44c6-ad1c-967f8b7a0c6d" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1942, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/locations/brazilsoutheast/trustedAccessRoles?api-version=2024-01-01" + }, + "response": { + "bodySize": 6854, + "content": { + "mimeType": "application/json", + "size": 6854, + "text": "{\n \"value\": [\n {\n \"sourceResourceType\": \"Microsoft.DataProtection/backupVaults\",\n \"name\": \"backup-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"clusterbackup.dataprotection.microsoft.com\"\n ],\n \"resources\": [\n \"backups\",\n \"validateforbackups\",\n \"restores\",\n \"validateforrestores\",\n \"deletebackups\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"configmaps\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"mlworkload\",\n \"rules\": [\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"services\",\n \"services/proxy\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.MachineLearningServices/workspaces\",\n \"name\": \"inference-v1\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumes\",\n \"persistentvolumeclaims\"\n ]\n },\n {\n \"verbs\": [\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"persistentvolumeclaims/status\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"events\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"nodes\",\n \"endpoints\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"storageclasses\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csinodes\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"storage.k8s.io\"\n ],\n \"resources\": [\n \"csidrivers\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\",\n \"create\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"coordination.k8s.io\"\n ],\n \"resources\": [\n \"leases\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"pods\",\n \"pods/log\",\n \"pods/exec\",\n \"configmaps\",\n \"secrets\",\n \"services\",\n \"services/proxy\",\n \"services/status\",\n \"serviceaccounts\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"replicasets\",\n \"daemonsets\",\n \"deployments/scale\",\n \"deployments/status\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"create\",\n \"get\",\n \"list\",\n \"update\",\n \"patch\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterroles\",\n \"clusterrolebindings\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"services\"\n ]\n },\n {\n \"verbs\": [\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"patch\",\n \"update\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"deployments\",\n \"deployments/scale\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"watch\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"pods\",\n \"configmaps\",\n \"endpoints\",\n \"nodes\",\n \"services\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"rbac.authorization.k8s.io\"\n ],\n \"resources\": [\n \"clusterrolebindings\",\n \"clusterroles\",\n \"rolebindings\",\n \"roles\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"batch\"\n ],\n \"resources\": [\n \"cronjobs\",\n \"jobs\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"networking.k8s.io\"\n ],\n \"resources\": [\n \"ingresses\",\n \"networkpolicies\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"apps\"\n ],\n \"resources\": [\n \"replicasets\",\n \"statefulsets\",\n \"daemonsets\",\n \"deployments\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\"\n ],\n \"apiGroups\": [\n \"\"\n ],\n \"resources\": [\n \"namespaces\",\n \"nodes\",\n \"pods\",\n \"services\",\n \"serviceaccounts\"\n ]\n }\n ]\n },\n {\n \"sourceResourceType\": \"Microsoft.Security/pricings\",\n \"name\": \"microsoft-defender-policy-operator\",\n \"rules\": [\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"apiextensions.k8s.io\"\n ],\n \"resources\": [\n \"customresourcedefinitions\"\n ]\n },\n {\n \"verbs\": [\n \"get\",\n \"list\",\n \"create\",\n \"update\",\n \"delete\"\n ],\n \"apiGroups\": [\n \"defender.microsoft.com\"\n ],\n \"resources\": [\n \"policies\"\n ]\n }\n ]\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6854" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111203Z:1a986bbd-fc7b-41df-a0e2-ed37e420bbdc" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11979" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1a986bbd-fc7b-41df-a0e2-ed37e420bbdc" + }, + { + "name": "x-ms-request-id", + "value": "bb78084e-554f-4949-a7cd-e281353e7342" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8EC32183171D474FBAB8CB886F1ECBD3 Ref B: MAA201060515031 Ref C: 2024-04-02T11:12:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:12:02 GMT" + } + ], + "headersSize": 647, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:12:02.047Z", + "time": 1166, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1166 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/container-services/__recordings__/rm-kubernetes-service_2259838321/recording.har b/src/steps/resource-manager/container-services/__recordings__/rm-kubernetes-service_2259838321/recording.har new file mode 100644 index 00000000..1a5a994a --- /dev/null +++ b/src/steps/resource-manager/container-services/__recordings__/rm-kubernetes-service_2259838321/recording.har @@ -0,0 +1,2199 @@ +{ + "log": { + "_recordingName": "rm-kubernetes-service", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:08.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "212299e4-0f59-4e1e-befc-23c8138e9400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:08 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:08.173Z", + "time": 450, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 450 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "d2e1e54c-3dbf-0f20-8ae6-f8ceec790b4a" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "d7432f6d-b3cf-4d2c-8ff3-d513ae150159" + }, + { + "name": "client-request-id", + "value": "d2e1e54c-3dbf-0f20-8ae6-f8ceec790b4a" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002A9\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:08 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:08.640Z", + "time": 400, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 400 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "9cf016fa-e249-294a-0e0b-f46b8741423c" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "4c4cc6e2-b067-4108-abe1-3eec6de76b1e" + }, + { + "name": "client-request-id", + "value": "9cf016fa-e249-294a-0e0b-f46b8741423c" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF0000027D\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:10 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:09.047Z", + "time": 1850, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1850 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "63d20e32-8d82-4398-9e12-4dc943f8241b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712059871\",\"not_before\":\"1712055971\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:11.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "63d20e32-8d82-4398-9e12-4dc943f8241b" + }, + { + "name": "x-ms-request-id", + "value": "29246dbd-0460-4a00-8c9a-9026b7d13700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:10 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:10.905Z", + "time": 386, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 386 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d66dda85-58e0-4b2b-af1c-723f0630be96" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "edd8260d-2302-4083-a42e-8dc828c1f6c5" + }, + { + "name": "x-ms-correlation-request-id", + "value": "edd8260d-2302-4083-a42e-8dc828c1f6c5" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111112Z:edd8260d-2302-4083-a42e-8dc828c1f6c5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B99E478EA7E04152A9854461E3AC5AFA Ref B: MAA201060513047 Ref C: 2024-04-02T11:11:11Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:11 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:11.299Z", + "time": 671, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 671 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d2a78eba-ca6e-48d0-8f75-1a462dbf55b7" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"tenantId\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11983" + }, + { + "name": "x-ms-request-id", + "value": "85b741b5-5b15-4dc1-8e0c-c11955adae16" + }, + { + "name": "x-ms-correlation-request-id", + "value": "85b741b5-5b15-4dc1-8e0c-c11955adae16" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111112Z:85b741b5-5b15-4dc1-8e0c-c11955adae16" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C0197227C7A940A68ECEEEC78E960B09 Ref B: MAA201060515021 Ref C: 2024-04-02T11:11:12Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:11 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:11.989Z", + "time": 313, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 313 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "aec098ce-6faf-4f5a-8e40-4fe7236bb757" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712059872\",\"not_before\":\"1712055972\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:12.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "aec098ce-6faf-4f5a-8e40-4fe7236bb757" + }, + { + "name": "x-ms-request-id", + "value": "52618a6b-357d-41d3-9629-d32ae87e3c00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:11 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:12.316Z", + "time": 401, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 401 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "37210e56-a2f6-40f0-a625-0edfd8cdc6ca" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "544d52e8-b315-42ba-826e-26df45a4370e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "544d52e8-b315-42ba-826e-26df45a4370e" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T111112Z:544d52e8-b315-42ba-826e-26df45a4370e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6CEB264ABE824BEEA88311237EF6B56D Ref B: MAA201060516017 Ref C: 2024-04-02T11:11:12Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:12.725Z", + "time": 207, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 207 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8af92d80-43be-48a2-b06a-a21b12b77b8b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11976" + }, + { + "name": "x-ms-request-id", + "value": "8a6dbd71-3310-4641-96fa-02b66b4d1967" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8a6dbd71-3310-4641-96fa-02b66b4d1967" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T111113Z:8a6dbd71-3310-4641-96fa-02b66b4d1967" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1F59E182C6E949089574ECC178F879D0 Ref B: MAA201060516049 Ref C: 2024-04-02T11:11:13Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:12.942Z", + "time": 253, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 253 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "627575bf-504b-4be8-9cd5-aa69a9416a76" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2F19ae0f99-6fc6-444b-bd54-97504efc66ad%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:13.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "c3766d67-f381-487f-acf7-7d02c8bd6000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:13 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:13.207Z", + "time": 148, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 148 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "aaec28e3-7816-4b74-9bf7-c85b65b0f5fe" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:13.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "24a26a6f-e58b-4d3b-826c-556662ac8b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:13 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:13.363Z", + "time": 271, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 271 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "cb8e055e-de83-4d58-baaa-ba3e5fef7bcc" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:11:13.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b7ac80c4-3495-4bc8-a012-1f864cea3b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:13 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:13.638Z", + "time": 396, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 396 + } + }, + { + "_id": "4dff04e4e5ab9187613cb88444aff111", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0e18f963-5d89-4a43-8027-8897f8ac7adf" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1913, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?api-version=2024-01-01" + }, + "response": { + "bodySize": 13066, + "content": { + "mimeType": "application/json", + "size": 13066, + "text": "{\n \"value\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\n \"location\": \"eastus\",\n \"name\": \"asdfcluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"asdfcluster-dns\",\n \"fqdn\": \"asdfcluster-dns-tn2y8sv2.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"29f57f8491e7e6012db7b027e0c48212-priv.portal.hcp.eastus.azmk8s.io\",\n \"privateFQDN\": \"asdfcluster-dns-tqbrrx02.c8e1eebf-2cf8-436f-a931-8cebbf81d412.privatelink.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202402.19.0\",\n \"enableFIPS\": false\n }\n ],\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_asdf_group_asdfcluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPolicy\": \"calico\",\n \"networkDataplane\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"privateLinkResources\": [\n {\n \"name\": \"management\",\n \"type\": \"Microsoft.ContainerService/managedClusters/privateLinkResources\",\n \"groupId\": \"management\",\n \"requiredMembers\": [\n \"management\"\n ]\n }\n ],\n \"apiServerAccessProfile\": {\n \"enablePrivateCluster\": true,\n \"privateDNSZone\": \"system\",\n \"enablePrivateClusterPublicFQDN\": true\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"65e8210a77a6670001397e14\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"92e246c6-a708-45ce-bcd9-b10e8cd2376a\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\n \"location\": \"eastus\",\n \"name\": \"kubernetes-cluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"kubernetes-cluster-dns\",\n \"fqdn\": \"kubernetes-cluster-dns-vpe9l32e.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"kubernetes-cluster-dns-vpe9l32e.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/publicIPAddresses/01ab397a-3ed2-471a-834b-c3886855137e\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"aadProfile\": {\n \"managed\": true,\n \"adminGroupObjectIDs\": [\n \"1426f405-f5fd-4f0b-963a-d17ad34513d8\"\n ],\n \"adminUsers\": null,\n \"tenantID\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/kubernetes-cluster-agentpool\",\n \"clientId\": \"a1bdc294-30f7-4942-a2dd-5c35ea0aa6f0\",\n \"objectId\": \"eea06baa-9756-46c4-a600-f6cfa86c5305\"\n }\n },\n \"autoScalerProfile\": {\n \"balance-similar-node-groups\": \"false\",\n \"expander\": \"random\",\n \"max-empty-bulk-delete\": \"10\",\n \"max-graceful-termination-sec\": \"600\",\n \"max-node-provision-time\": \"15m\",\n \"max-total-unready-percentage\": \"45\",\n \"new-pod-scale-up-delay\": \"0s\",\n \"ok-total-unready-count\": \"3\",\n \"scale-down-delay-after-add\": \"10m\",\n \"scale-down-delay-after-delete\": \"10s\",\n \"scale-down-delay-after-failure\": \"3m\",\n \"scale-down-unneeded-time\": \"10m\",\n \"scale-down-unready-time\": \"20m\",\n \"scale-down-utilization-threshold\": \"0.5\",\n \"scan-interval\": \"10s\",\n \"skip-nodes-with-local-storage\": \"false\",\n \"skip-nodes-with-system-pods\": \"true\"\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": true,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"azureMonitorProfile\": {\n \"metrics\": {\n \"enabled\": true,\n \"kubeStateMetrics\": {\n \"metricLabelsAllowlist\": \"\",\n \"metricAnnotationsAllowList\": \"\"\n }\n }\n },\n \"resourceUID\": \"65e9a9c7debfcc000100927a\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"f3b0271e-0bd9-4698-aaf3-9b90e04c1ca8\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\n \"location\": \"eastus\",\n \"name\": \"suraj-test-j1dev\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.28.5\",\n \"currentKubernetesVersion\": \"1.28.5\",\n \"dnsPrefix\": \"suraj-test-j1dev-dns\",\n \"fqdn\": \"suraj-test-j1dev-dns-m14jhkrx.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"suraj-test-j1dev-dns-m14jhkrx.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.28.5\",\n \"currentOrchestratorVersion\": \"1.28.5\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"upgradeSettings\": {\n \"maxSurge\": \"10%\"\n },\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_j1dev_suraj-test-j1dev_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/publicIPAddresses/60491552-092a-4c22-8651-34df579e9151\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/suraj-test-j1dev-agentpool\",\n \"clientId\": \"550d0f7c-8aa0-4d90-8ebd-7a29289f4e21\",\n \"objectId\": \"7415a298-0e84-434d-a37a-01b5af4bcb2c\"\n }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"6602d3f068ee040001c59000\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"c2364155-8e61-44c1-9f87-935ee84e171e\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }\n ],\n \"nextLink\": \"https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964\\u0026api-version=2024-01-01\\u0026skipToken=7866964\"\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "13066" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111114Z:6ca243be-dcdf-4961-9639-a63b311081af" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6ca243be-dcdf-4961-9639-a63b311081af" + }, + { + "name": "x-ms-request-id", + "value": "bc667b21-4131-4ae3-9e44-e5a3123b7d5d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F9BF8DD02CDD406D9D463AD4C29604B6 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:14 GMT" + } + ], + "headersSize": 645, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:14.042Z", + "time": 829, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 829 + } + }, + { + "_id": "ccce78b5ce73382f613199df1e76009b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a59e1bfc-345e-40af-981a-c04e5e4f2ffe" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1952, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "$skipToken", + "value": "7866964" + }, + { + "name": "api-version", + "value": "2024-01-01" + }, + { + "name": "skipToken", + "value": "7866964" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964&api-version=2024-01-01&skipToken=7866964" + }, + "response": { + "bodySize": 18, + "content": { + "mimeType": "application/json", + "size": 18, + "text": "{\n \"value\": []\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "18" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11985" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d9c69231-55b6-4b4f-aa6d-f6a0356aae72" + }, + { + "name": "x-ms-request-id", + "value": "c6f6daff-106e-4c72-9567-dd3e4fa96fcd" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T111115Z:d9c69231-55b6-4b4f-aa6d-f6a0356aae72" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8607E24EAC094AD5981804D2935D7983 Ref B: MAA201060515031 Ref C: 2024-04-02T11:11:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:11:14 GMT" + } + ], + "headersSize": 642, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:11:14.882Z", + "time": 389, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 389 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/container-services/__recordings__/rm-maintenance-configurations_1879827546/recording.har b/src/steps/resource-manager/container-services/__recordings__/rm-maintenance-configurations_1879827546/recording.har new file mode 100644 index 00000000..3c96d611 --- /dev/null +++ b/src/steps/resource-manager/container-services/__recordings__/rm-maintenance-configurations_1879827546/recording.har @@ -0,0 +1,3093 @@ +{ + "log": { + "_recordingName": "rm-maintenance-configurations", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:30.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "67d20012-0ea9-4335-8289-fa6a0728a000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:29 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:29.974Z", + "time": 401, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 401 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "669f00da-d836-8d00-ffe5-3eb3cab02b1e" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "aa574603-3187-422e-b0bb-fc6a47ee700f" + }, + { + "name": "client-request-id", + "value": "669f00da-d836-8d00-ffe5-3eb3cab02b1e" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C7\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:30.382Z", + "time": 479, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 479 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "dbd5e72e-ba10-170f-cb6a-422f92a316b5" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "6acd1539-7259-4de0-bea4-6c960c1545e1" + }, + { + "name": "client-request-id", + "value": "dbd5e72e-ba10-170f-cb6a-422f92a316b5" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007042\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:30.871Z", + "time": 1473, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1473 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "fd9572c5-a55c-40ec-9120-8cc2797ce8a5" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712059772\",\"not_before\":\"1712055872\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "fd9572c5-a55c-40ec-9120-8cc2797ce8a5" + }, + { + "name": "x-ms-request-id", + "value": "3c98af1e-ac75-4dfd-88fc-81c33b749100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:32 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:32.354Z", + "time": 486, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 486 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8bdfa2f6-7cda-419d-a1c2-219b35eb24b7" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "97550a43-852f-4da9-84c5-1e3d0741297b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "97550a43-852f-4da9-84c5-1e3d0741297b" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T110933Z:97550a43-852f-4da9-84c5-1e3d0741297b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2CB053041C964BBB9C4FD5124EF5390B Ref B: MAA201060513047 Ref C: 2024-04-02T11:09:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:32.846Z", + "time": 326, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 326 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f7950711-5d34-4194-a6e9-bdb63f44a6dd" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"tenantId\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-request-id", + "value": "195ad654-ddf3-4a70-b083-20d9e61e36bb" + }, + { + "name": "x-ms-correlation-request-id", + "value": "195ad654-ddf3-4a70-b083-20d9e61e36bb" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T110933Z:195ad654-ddf3-4a70-b083-20d9e61e36bb" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 19D320A2CD5D4118B30F264EC1A49511 Ref B: MAA201060515037 Ref C: 2024-04-02T11:09:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 680, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:33.180Z", + "time": 400, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 400 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "6d2adca8-de44-4c7f-8862-efe61a27ec0b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712059773\",\"not_before\":\"1712055873\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:33.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "6d2adca8-de44-4c7f-8862-efe61a27ec0b" + }, + { + "name": "x-ms-request-id", + "value": "376e366a-0cdc-4f43-85a4-e8676e053000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:33 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:33.609Z", + "time": 400, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 400 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bbe581a0-78fb-4abd-93b8-33ad857f0f3f" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "9625a6cd-2654-4782-84b6-011b56d7c48d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9625a6cd-2654-4782-84b6-011b56d7c48d" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T110934Z:9625a6cd-2654-4782-84b6-011b56d7c48d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9ECBC2A9AE85467997753E9F669DAAF3 Ref B: MAA201060513011 Ref C: 2024-04-02T11:09:34Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:34.016Z", + "time": 383, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 383 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2d78f38e-8960-42b9-9cb7-dc570c452b3a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11975" + }, + { + "name": "x-ms-request-id", + "value": "786dc7ee-18da-4b90-8571-f5771c4b9f1e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "786dc7ee-18da-4b90-8571-f5771c4b9f1e" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T110934Z:786dc7ee-18da-4b90-8571-f5771c4b9f1e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 508CA999F82E4FC18071819CAA9609E2 Ref B: MAA201060514031 Ref C: 2024-04-02T11:09:34Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:34.406Z", + "time": 303, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 303 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ff40d24a-5fcc-4532-8024-c83a3570db5b" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2F19ae0f99-6fc6-444b-bd54-97504efc66ad%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:34.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "fb61f0e5-2a71-4b9f-a5a9-afc5fde55200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:34 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:34.717Z", + "time": 138, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 138 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a89ccbf4-79fe-429a-8f07-b8d3f4cd4679" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "6df77ac2-9f38-409d-bbd6-954bd5fc3e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:34 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:34.859Z", + "time": 252, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 252 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9536de97-4a9e-47cd-9f8d-8b30592fee8e" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e405169d-0303-499b-aaca-d5bcf55f8a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:34 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:35.115Z", + "time": 411, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 411 + } + }, + { + "_id": "4dff04e4e5ab9187613cb88444aff111", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c53e88bf-d700-4c54-974b-80d54d2da8d0" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1913, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?api-version=2024-01-01" + }, + "response": { + "bodySize": 13066, + "content": { + "mimeType": "application/json", + "size": 13066, + "text": "{\n \"value\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\n \"location\": \"eastus\",\n \"name\": \"asdfcluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"asdfcluster-dns\",\n \"fqdn\": \"asdfcluster-dns-tn2y8sv2.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"29f57f8491e7e6012db7b027e0c48212-priv.portal.hcp.eastus.azmk8s.io\",\n \"privateFQDN\": \"asdfcluster-dns-tqbrrx02.c8e1eebf-2cf8-436f-a931-8cebbf81d412.privatelink.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202402.19.0\",\n \"enableFIPS\": false\n }\n ],\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_asdf_group_asdfcluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPolicy\": \"calico\",\n \"networkDataplane\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"privateLinkResources\": [\n {\n \"name\": \"management\",\n \"type\": \"Microsoft.ContainerService/managedClusters/privateLinkResources\",\n \"groupId\": \"management\",\n \"requiredMembers\": [\n \"management\"\n ]\n }\n ],\n \"apiServerAccessProfile\": {\n \"enablePrivateCluster\": true,\n \"privateDNSZone\": \"system\",\n \"enablePrivateClusterPublicFQDN\": true\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"65e8210a77a6670001397e14\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"92e246c6-a708-45ce-bcd9-b10e8cd2376a\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\n \"location\": \"eastus\",\n \"name\": \"kubernetes-cluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.27.9\",\n \"currentKubernetesVersion\": \"1.27.9\",\n \"dnsPrefix\": \"kubernetes-cluster-dns\",\n \"fqdn\": \"kubernetes-cluster-dns-vpe9l32e.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"kubernetes-cluster-dns-vpe9l32e.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.27.9\",\n \"currentOrchestratorVersion\": \"1.27.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/publicIPAddresses/01ab397a-3ed2-471a-834b-c3886855137e\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"aadProfile\": {\n \"managed\": true,\n \"adminGroupObjectIDs\": [\n \"1426f405-f5fd-4f0b-963a-d17ad34513d8\"\n ],\n \"adminUsers\": null,\n \"tenantID\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/kubernetes-cluster-agentpool\",\n \"clientId\": \"a1bdc294-30f7-4942-a2dd-5c35ea0aa6f0\",\n \"objectId\": \"eea06baa-9756-46c4-a600-f6cfa86c5305\"\n }\n },\n \"autoScalerProfile\": {\n \"balance-similar-node-groups\": \"false\",\n \"expander\": \"random\",\n \"max-empty-bulk-delete\": \"10\",\n \"max-graceful-termination-sec\": \"600\",\n \"max-node-provision-time\": \"15m\",\n \"max-total-unready-percentage\": \"45\",\n \"new-pod-scale-up-delay\": \"0s\",\n \"ok-total-unready-count\": \"3\",\n \"scale-down-delay-after-add\": \"10m\",\n \"scale-down-delay-after-delete\": \"10s\",\n \"scale-down-delay-after-failure\": \"3m\",\n \"scale-down-unneeded-time\": \"10m\",\n \"scale-down-unready-time\": \"20m\",\n \"scale-down-utilization-threshold\": \"0.5\",\n \"scan-interval\": \"10s\",\n \"skip-nodes-with-local-storage\": \"false\",\n \"skip-nodes-with-system-pods\": \"true\"\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": true,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"azureMonitorProfile\": {\n \"metrics\": {\n \"enabled\": true,\n \"kubeStateMetrics\": {\n \"metricLabelsAllowlist\": \"\",\n \"metricAnnotationsAllowList\": \"\"\n }\n }\n },\n \"resourceUID\": \"65e9a9c7debfcc000100927a\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"f3b0271e-0bd9-4698-aaf3-9b90e04c1ca8\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\n \"location\": \"eastus\",\n \"name\": \"suraj-test-j1dev\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.28.5\",\n \"currentKubernetesVersion\": \"1.28.5\",\n \"dnsPrefix\": \"suraj-test-j1dev-dns\",\n \"fqdn\": \"suraj-test-j1dev-dns-m14jhkrx.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"suraj-test-j1dev-dns-m14jhkrx.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 2,\n \"vmSize\": \"Standard_D4ds_v5\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"maxCount\": 5,\n \"minCount\": 2,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Failed\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.28.5\",\n \"currentOrchestratorVersion\": \"1.28.5\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202403.13.0\",\n \"upgradeSettings\": {\n \"maxSurge\": \"10%\"\n },\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_j1dev_suraj-test-j1dev_eastus\",\n \"enableRBAC\": true,\n \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"networkPolicy\": \"calico\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/publicIPAddresses/60491552-092a-4c22-8651-34df579e9151\"\n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"outboundType\": \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/suraj-test-j1dev-agentpool\",\n \"clientId\": \"550d0f7c-8aa0-4d90-8ebd-7a29289f4e21\",\n \"objectId\": \"7415a298-0e84-434d-a37a-01b5af4bcb2c\"\n }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\",\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"6602d3f068ee040001c59000\"\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"c2364155-8e61-44c1-9f87-935ee84e171e\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }\n ],\n \"nextLink\": \"https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964\\u0026api-version=2024-01-01\\u0026skipToken=7866964\"\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "13066" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T110936Z:ba0359a6-4d9b-48be-9968-6899493f64cc" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11972" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ba0359a6-4d9b-48be-9968-6899493f64cc" + }, + { + "name": "x-ms-request-id", + "value": "ac5e5fcf-4c4d-46b9-ac35-06afb24952f4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D6ED0D2AB8C345C6A391323B059CCB49 Ref B: MAA201060515031 Ref C: 2024-04-02T11:09:35Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:35 GMT" + } + ], + "headersSize": 645, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:35.533Z", + "time": 814, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 814 + } + }, + { + "_id": "ccce78b5ce73382f613199df1e76009b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f6b60872-248d-41b4-9219-aa3584110140" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1952, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "$skipToken", + "value": "7866964" + }, + { + "name": "api-version", + "value": "2024-01-01" + }, + { + "name": "skipToken", + "value": "7866964" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?%24skipToken=7866964&api-version=2024-01-01&skipToken=7866964" + }, + "response": { + "bodySize": 18, + "content": { + "mimeType": "application/json", + "size": 18, + "text": "{\n \"value\": []\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "18" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11982" + }, + { + "name": "x-ms-correlation-request-id", + "value": "066bb5a6-8970-4f81-9cc7-eafa46f97448" + }, + { + "name": "x-ms-request-id", + "value": "1527aae7-ca6f-4d13-8fc9-467b638edf0f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T110936Z:066bb5a6-8970-4f81-9cc7-eafa46f97448" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7D0C008465FC4246AFEE2AD8B27783B7 Ref B: MAA201060515031 Ref C: 2024-04-02T11:09:36Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:36 GMT" + } + ], + "headersSize": 640, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:36.364Z", + "time": 433, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 433 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f7412976-8620-4963-9c00-6f2a6ded9fc9" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2F19ae0f99-6fc6-444b-bd54-97504efc66ad%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:36.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "abecaa0b-b3b9-4fc9-868a-92ec2cb2a000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:36 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:36.813Z", + "time": 144, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 144 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8f1209be-af3a-4849-a384-3aa7697ded19" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f7a0571a-9a0c-475a-a960-8970b50f3900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:36 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:36.963Z", + "time": 276, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 276 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "fd38b841-ce14-4d98-aafa-56f8a51ba270" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T11:09:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "24a26a6f-e58b-4d3b-826c-5566809d8b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:36 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:37.246Z", + "time": 317, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 317 + } + }, + { + "_id": "e980b86c43830b0ea449df1a2964fbb3", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9825430a-549f-4ea8-bf0e-2c86ab31b1ca" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1977, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster/maintenanceConfigurations?api-version=2024-01-01" + }, + "response": { + "bodySize": 379, + "content": { + "mimeType": "application/json", + "size": 379, + "text": "{\n \"value\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster/maintenanceConfigurations/default\",\n \"name\": \"default\",\n \"properties\": {\n \"timeInWeek\": [\n {\n \"day\": \"Monday\",\n \"hourSlots\": [\n 1\n ]\n }\n ]\n }\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "379" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11980" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b3cfcde5-6d8a-42e5-b32b-b337c3af1608" + }, + { + "name": "x-ms-request-id", + "value": "f0d387b8-441b-4c2c-8de6-498b6732b7fc" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T110938Z:b3cfcde5-6d8a-42e5-b32b-b337c3af1608" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 40D9F7A414D74A0A85A02E8A0F7E8C09 Ref B: MAA201060515031 Ref C: 2024-04-02T11:09:37Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:38 GMT" + } + ], + "headersSize": 643, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:37.572Z", + "time": 1072, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1072 + } + }, + { + "_id": "005522ee8142ef312b644689e5cdcb7b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8f80afef-1c77-44d7-9845-0d507f6cf0ae" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1998, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster/maintenanceConfigurations?api-version=2024-01-01" + }, + "response": { + "bodySize": 1184, + "content": { + "mimeType": "application/json", + "size": 1184, + "text": "{\n \"value\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n \"maintenanceWindow\": {\n \"schedule\": {\n \"weekly\": {\n \"intervalWeeks\": 1,\n \"dayOfWeek\": \"Sunday\"\n }\n },\n \"durationHours\": 4,\n \"utcOffset\": \"+00:00\",\n \"startDate\": \"2024-03-07\",\n \"startTime\": \"00:00\"\n }\n }\n },\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule\",\n \"name\": \"aksManagedNodeOSUpgradeSchedule\",\n \"properties\": {\n \"maintenanceWindow\": {\n \"schedule\": {\n \"weekly\": {\n \"intervalWeeks\": 1,\n \"dayOfWeek\": \"Sunday\"\n }\n },\n \"durationHours\": 4,\n \"utcOffset\": \"+00:00\",\n \"startDate\": \"2024-03-07\",\n \"startTime\": \"00:00\"\n }\n }\n }\n ]\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1184" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-correlation-request-id", + "value": "cf8566db-4ed0-422e-a077-c60068281f41" + }, + { + "name": "x-ms-request-id", + "value": "4f5a803c-5284-47bd-9d35-6efd37739649" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T110939Z:cf8566db-4ed0-422e-a077-c60068281f41" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3E536DCCD14C4EA69E6A6E907FDCCD35 Ref B: MAA201060515031 Ref C: 2024-04-02T11:09:38Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:38 GMT" + } + ], + "headersSize": 644, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:38.654Z", + "time": 662, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 662 + } + }, + { + "_id": "ed456bac689464a55e12e57a79cbe6ff", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-containerservice/19.8.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "27e024e7-2c4e-4683-ace1-23058ff824b8" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1977, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2024-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev/maintenanceConfigurations?api-version=2024-01-01" + }, + "response": { + "bodySize": 18, + "content": { + "mimeType": "application/json", + "size": 18, + "text": "{\n \"value\": []\n }" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "18" + }, + { + "name": "content-type", + "value": "application/json" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f3ba48bd-10a4-440f-baf5-00e9a422523f" + }, + { + "name": "x-ms-request-id", + "value": "da7d4ea3-b88c-4d08-bebe-278868a9fb45" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T110940Z:f3ba48bd-10a4-440f-baf5-00e9a422523f" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3FF0C868391D474C8374CC172CDE4FFD Ref B: MAA201060515031 Ref C: 2024-04-02T11:09:39Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 11:09:40 GMT" + } + ], + "headersSize": 640, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T11:09:39.325Z", + "time": 1243, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1243 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/container-services/client.ts b/src/steps/resource-manager/container-services/client.ts index d37b2271..d7d40bdf 100644 --- a/src/steps/resource-manager/container-services/client.ts +++ b/src/steps/resource-manager/container-services/client.ts @@ -1,24 +1,140 @@ -import { - Client, - iterateAllResources, -} from '../../../azure/resource-manager/client'; +import { Client } from '../../../azure/resource-manager/client'; +import { resourceGroupName } from '../../../azure/utils'; +import { SubscriptionClient } from '@azure/arm-resources-subscriptions'; import { ContainerServiceClient } from '@azure/arm-containerservice'; -import { ManagedCluster } from '@azure/arm-containerservice/esm/models'; +import { + ManagedCluster, + MaintenanceConfiguration, +} from '@azure/arm-containerservice/src/models'; +import { IntegrationLogger } from '@jupiterone/integration-sdk-core'; export class ContainerServicesClient extends Client { + + /** + * Retrieves all managed clusters from an Azure Container Service. + * @param config The configuration object containing necessary parameters such as subscriptionId. + * @param callback A callback function to be called with each retrieved managed cluster. + * @returns A promise that resolves once all managed clusters have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ public async iterateClusters( + config, callback: (cluster: ManagedCluster) => void | Promise, ): Promise { - const serviceClient = await this.getAuthenticatedServiceClient( - ContainerServiceClient, + const serviceClient = new ContainerServiceClient( + this.getClientSecretCredentials(), + config.subscriptionId as string, + ); + for await (const item of serviceClient.managedClusters.list()) { + await callback(item); + } + } + + /** + * Retrieves all maintenance configurations for a specified managed cluster from an Azure Container Service. + * @param config The configuration object containing necessary parameters such as subscriptionId. + * @param cluster An object containing the name and id of the managed cluster. + * @param callback A callback function to be called with each retrieved maintenance configuration. + * @returns A promise that resolves once all maintenance configurations have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateMaintenanceConfigurations( + config, + cluster: { name: string; id: string }, + callback: (e: MaintenanceConfiguration) => void | Promise, + ): Promise { + const serviceClient = new ContainerServiceClient( + this.getClientSecretCredentials(), + config.subscriptionId, + ); + const resourceGroup = resourceGroupName(cluster.id, true); + for await (const item of serviceClient.maintenanceConfigurations.listByManagedCluster( + resourceGroup, + cluster.name, + )) { + await callback(item); + } + } + + /** + * Retrieves all role bindings for a specified managed cluster from an Azure Container Service. + * @param config The configuration object containing necessary parameters such as subscriptionId. + * @param cluster An object containing the name and id of the managed cluster. + * @param callback A callback function to be called with each retrieved role binding. + * @returns A promise that resolves once all role bindings have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateRoleBindings( + config, + cluster: { name: string; id: string }, + callback: (e) => void | Promise, + ): Promise { + const serviceClient = new ContainerServiceClient( + this.getClientSecretCredentials(), + config.subscriptionId, + ); + const resourceGroup = resourceGroupName(cluster.id, true)!; + const resourceName = cluster.name; + for await (const item of serviceClient.trustedAccessRoleBindings.list( + resourceGroup, + resourceName, + )) { + await callback(item); + } + } + + /** + * Retrieves access roles for each location in an Azure Subscription. + * @param config The configuration object containing necessary parameters such as subscriptionId. + * @param logger An integration logger for logging warnings or errors. + * @param callback A callback function to be called with each retrieved access role and its location. + * @returns A promise that resolves once all access roles have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateAccessRoles( + config, + logger: IntegrationLogger, + callback: (e, location) => void | Promise, + ): Promise { + const subscriptionClient = new SubscriptionClient( + this.getClientSecretCredentials(), + config.subscriptionId, ); - return iterateAllResources({ - logger: this.logger, - serviceClient, - resourceEndpoint: serviceClient.managedClusters, - resourceDescription: 'containerServices.clusters', - callback, - }); + const locationsArray: any = []; + for await (const item of subscriptionClient.subscriptions.listLocations( + config.subscriptionId, + )) { + locationsArray.push(item); + } + const serviceClient = new ContainerServiceClient( + this.getClientSecretCredentials(), + config.subscriptionId, + ); + + for (const location of locationsArray) { + const resArray: any = []; + try { + const roles = serviceClient.trustedAccessRoles.list(location.name); + + for await (const item of roles) { + resArray.push(item); + } + + for (const role of resArray) { + await callback(role, location.name); + } + } catch (error) { + if (error.statusCode && error.statusCode === 400) { + logger.warn(`No registered resource provider found for location '${location.name}'.`); + // Skipping this location and continue with the next one + continue; + } else { + // Rethrow the error if it's not a 400 error + throw error; + } + } + } } + } diff --git a/src/steps/resource-manager/container-services/constants.ts b/src/steps/resource-manager/container-services/constants.ts index 272d4d93..861a7814 100644 --- a/src/steps/resource-manager/container-services/constants.ts +++ b/src/steps/resource-manager/container-services/constants.ts @@ -1,8 +1,26 @@ import { createResourceGroupResourceRelationshipMetadata } from '../utils/createResourceGroupResourceRelationship'; +import { + StepEntityMetadata, + StepRelationshipMetadata, + RelationshipClass, + StepMappedRelationshipMetadata, + RelationshipDirection, +} from '@jupiterone/integration-sdk-core'; +import { entities } from '../subscriptions/constants'; export const STEP_RM_CONTAINER_SERVICES_CLUSTERS = 'rm-container-services-clusters'; +export const STEP_RM_CONTAINER_MAINTENANCE_CONFIGURATION = + 'rm-container-maintenance-configuration'; + +export const KubernetesServiceEntityProperties = { + displayName: 'Kubernetes Service', + name: 'Kubernetes Service', + category: ['DevOps'], + function: ['Load Balancing', 'Scaling'], +}; + export const ContainerServicesEntities = { KUBERNETES_CLUSTER: { _type: 'azure_kubernetes_cluster', @@ -43,3 +61,127 @@ export const ContainerServicesRelationships = { ContainerServicesEntities.KUBERNETES_CLUSTER._type, ), }; + +export const Steps = { + MAINTENANCE_CONFIGURATION: 'rm-maintenance-configurations', + ROLE_BINDING: 'rm-role-binding', + ACCESS_ROLE: 'rm-access-role', + KUBERNETES_SERVICE: 'rm-kubernetes-service', + MANAGED_CLUSTER_HAS_MAINTENANCE_CONFIGURATION: + 'rm-managed-cluster-has-maintenance-configuration-relationship', + MANAGED_CLUSTER_CONTAINS_ROLE_BINDING: + 'rm-managed-cluster-contains-role-binding', + KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE: + 'rm-kubernetes-service-contains-access-role-relationship', + AZURE_SUBSCRIPTION_HAS_KUBERNETES_SERVICE: + 'rm-azure-subscription-has-kubernetes-service-relationship', + MANAGED_CLUSTER_IS_KUBE_CLUSTER: + 'rm-managed-cluster-is-kube-cluster-relationship' +}; + +export const Entities: Record< + | 'MAINTENANCE_CONFIGURATION' + | 'ACCESS_ROLE' + | 'ROLE_BINDING' + | 'KUBERNETES_SERVICE', + StepEntityMetadata +> = { + MAINTENANCE_CONFIGURATION: { + resourceName: '[RM] Managed Cluster', + _type: 'azure_kube_maintenance_configuration', + _class: ['Cluster'], + schema: { + properties: {}, + required: [], + }, + }, + ACCESS_ROLE: { + resourceName: '[RM] Access Role', + _type: 'azure_kube_trusted_access_role', + _class: ['AccessRole'], + schema: { + properties: {}, + required: [], + }, + }, + ROLE_BINDING: { + resourceName: '[RM] Role Binding', + _type: 'azure_kube_cluster_role_binding', + _class: ['AccessPolicy'], + schema: { + properties: {}, + required: [], + }, + }, + KUBERNETES_SERVICE: { + resourceName: '[RM] Kubernetes Service', + _type: 'azure_kube_service', + _class: ['Service'], + schema: { + properties: {}, + required: [], + }, + }, +}; + +export const Relationships: Record< + | 'MANAGED_CLUSTER_HAS_MAINTENANCE_CONFIGURATION' + | 'MANAGED_CLUSTER_CONTAINS_ROLE_BINDING' + | 'KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE' + | 'AZURE_SUBSCRIPTION_HAS_KUBERNETES_SERVICE' + | 'MANAGED_CLUSTER_IS_KUBE_CLUSTER' + | 'ACCESS_ROLE_IS_KUBE_CLUSTER_ROLE', + StepRelationshipMetadata +> = { + MANAGED_CLUSTER_HAS_MAINTENANCE_CONFIGURATION: { + _type: 'azure_kubernetes_cluster_has_kube_maintenance_configuration', + sourceType: 'azure_kubernetes_cluster', + _class: RelationshipClass.HAS, + targetType: Entities.MAINTENANCE_CONFIGURATION._type, + }, + MANAGED_CLUSTER_CONTAINS_ROLE_BINDING: { + _type: 'managed_cluster_contains_role_binding', + sourceType: 'azure_kubernetes_cluster', + _class: RelationshipClass.CONTAINS, + targetType: Entities.ROLE_BINDING._type, + }, + KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE: { + _type: 'azure_kube_service_contains_trusted_access_role', + sourceType: Entities.KUBERNETES_SERVICE._type, + _class: RelationshipClass.CONTAINS, + targetType: Entities.ACCESS_ROLE._type, + }, + AZURE_SUBSCRIPTION_HAS_KUBERNETES_SERVICE: { + _type: 'azure_subscription_has_kube_service', + sourceType: entities.SUBSCRIPTION._type, + _class: RelationshipClass.HAS, + targetType: Entities.KUBERNETES_SERVICE._type, + }, + MANAGED_CLUSTER_IS_KUBE_CLUSTER: { + _type: 'kubernetes_service_contains_access_role', + sourceType: Entities.KUBERNETES_SERVICE._type, + _class: RelationshipClass.CONTAINS, + targetType: Entities.ACCESS_ROLE._type, + }, + ACCESS_ROLE_IS_KUBE_CLUSTER_ROLE: { + _type: 'kubernetes_service_contains_access_role', + sourceType: Entities.KUBERNETES_SERVICE._type, + _class: RelationshipClass.CONTAINS, + targetType: Entities.ACCESS_ROLE._type, + }, +}; + + + +export const ContainerServiceMappedRelationships: Record< + | 'TRUSTED_ACCESS_ROLE_IS_KUBERNETES_CLUSTER', + StepMappedRelationshipMetadata +> = { + TRUSTED_ACCESS_ROLE_IS_KUBERNETES_CLUSTER: { + _type: 'azure_kube_trusted_access_role_is_kube_cluster_role', + sourceType: 'azure_kube_trusted_access_role', + _class: RelationshipClass.HAS, + targetType: 'kube_cluster_role', + direction: RelationshipDirection.FORWARD, + }, +} \ No newline at end of file diff --git a/src/steps/resource-manager/container-services/converters.ts b/src/steps/resource-manager/container-services/converters.ts index 17dc7ac9..bf005907 100644 --- a/src/steps/resource-manager/container-services/converters.ts +++ b/src/steps/resource-manager/container-services/converters.ts @@ -1,14 +1,31 @@ import { AzureWebLinker } from '../../../azure'; -import { ContainerServiceModels } from '@azure/arm-containerservice'; +import { ManagedCluster } from '@azure/arm-containerservice'; import { createIntegrationEntity, Entity, } from '@jupiterone/integration-sdk-core'; -import { ContainerServicesEntities } from './constants'; +import { + ContainerServicesEntities, + Entities, + KubernetesServiceEntityProperties, +} from './constants'; +import { + MaintenanceConfiguration, + TrustedAccessRoleBinding, + TrustedAccessRole, +} from '@azure/arm-containerservice/src/models'; + +export function getKubernetesServiceKey(kubernetesServiceId) { + return 'azure_kube_service:' + kubernetesServiceId; +} -export function createClusterEntitiy( +export function getAccessRoleKey(name, location) { + return `azure_access_role_${name}_location_${location} `; +} + +export function createClusterEntity( webLinker: AzureWebLinker, - data: ContainerServiceModels.ManagedCluster, + data: ManagedCluster, ): Entity { return createIntegrationEntity({ entityData: { @@ -30,7 +47,7 @@ export function createClusterEntitiy( fqdn: data.fqdn, nodeResourceGroup: data.nodeResourceGroup, // 8.5 Enable RBAC within Azure Kubernetes Clusters - enableRBAC: data.enableRBAC, + enableRBAC: data.enableRbac, enablePodSecurityPolicy: data.enablePodSecurityPolicy, disableLocalAccounts: data.disableLocalAccounts, webLink: webLinker.portalResourceUrl(data.id), @@ -38,3 +55,93 @@ export function createClusterEntitiy( }, }); } + +export function createMaintenanceConfigurationsEntity( + webLinker: AzureWebLinker, + data: MaintenanceConfiguration, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id!, + _type: Entities.MAINTENANCE_CONFIGURATION._type, + _class: Entities.MAINTENANCE_CONFIGURATION._class, + id: data.id, + name: data.name, + systemData: data.systemData?.toString(), + timeInWeek: data.timeInWeek?.toString(), + type: data.type, + notAllowedTime: data.notAllowedTime?.toString(), + webLink: webLinker.portalResourceUrl(data.id), + }, + }, + }); +} + +export function createAccessRoleEntity( + webLinker: AzureWebLinker, + data: TrustedAccessRole, + locationName, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: getAccessRoleKey(data.name!, locationName), + _type: Entities.ACCESS_ROLE._type, + _class: Entities.ACCESS_ROLE._class, + name: data.name, + // rules: data.rules?.toString(), + sourceResourceType: data.sourceResourceType, + webLink: webLinker.portalResourceUrl(data.name), + locationName: locationName + }, + }, + }); +} + +export function createRoleBindingEntity( + webLinker: AzureWebLinker, + data: TrustedAccessRoleBinding, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id!, + _type: Entities.ROLE_BINDING._type, + _class: Entities.ROLE_BINDING._class, + id: data.id, + name: data.name, + provisioningState: data.provisioningState, + roles: data.roles, + sourceResourceId: data.sourceResourceId, + createdAt: data.systemData?.createdAt?.toString(), + createdBy: data.systemData?.createdBy, + createdByType: data.systemData?.createdByType, + lastModifiedAt: data.systemData?.lastModifiedAt?.toString(), + lastModifiedBy: data.systemData?.lastModifiedBy, + lastModifiedByType: data.systemData?.lastModifiedByType, + type: data.type, + webLink: webLinker.portalResourceUrl(data.id), + }, + }, + }); +} + +export function createKubernetesServiceEntity( + integrationInstance: MaintenanceConfiguration, +): Entity { + return createIntegrationEntity({ + entityData: { + source: integrationInstance, + assign: { + _key: getKubernetesServiceKey(integrationInstance.id), + _type: Entities.KUBERNETES_SERVICE._type, + _class: Entities.KUBERNETES_SERVICE._class, + ...KubernetesServiceEntityProperties, + }, + }, + }); +} diff --git a/src/steps/resource-manager/container-services/index.test.ts b/src/steps/resource-manager/container-services/index.test.ts index c9c3223c..c769481d 100644 --- a/src/steps/resource-manager/container-services/index.test.ts +++ b/src/steps/resource-manager/container-services/index.test.ts @@ -7,24 +7,104 @@ import { setupAzureRecording, } from '../../../../test/helpers/recording'; import { getStepTestConfigForStep } from '../../../../test/integrationInstanceConfig'; -import { STEP_RM_CONTAINER_SERVICES_CLUSTERS } from './constants'; +import { + ContainerServiceMappedRelationships, + STEP_RM_CONTAINER_SERVICES_CLUSTERS, + Steps, +} from './constants'; let recording: Recording | undefined; afterEach(async () => { if (recording) await recording.stop(); }); -test('rm-container-services-cluster', async () => { +test('rm-container-services-clusters', async () => { const stepTestConfig = getStepTestConfigForStep( STEP_RM_CONTAINER_SERVICES_CLUSTERS, ); recording = setupAzureRecording({ directory: __dirname, - name: 'rm-container-services-cluster', + name: 'rm-container-services-clusters', + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); +}, 100_000); + +test('rm-maintenance-configurations', async () => { + const stepTestConfig = getStepTestConfigForStep( + Steps.MAINTENANCE_CONFIGURATION, + ); + recording = setupAzureRecording({ + directory: __dirname, + name: 'rm-maintenance-configurations', + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); +}, 100_000); + +test('rm-access-role', async () => { + const stepTestConfig = getStepTestConfigForStep(Steps.ACCESS_ROLE); + recording = setupAzureRecording({ + directory: __dirname, + name: 'rm-access-role', + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + recordFailedRequests: true, + }, + }); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + const mappedRelationship = stepResults.collectedRelationships.filter( + (r) => + r._type === + ContainerServiceMappedRelationships + .TRUSTED_ACCESS_ROLE_IS_KUBERNETES_CLUSTER._type, + ); + expect(mappedRelationship.length).toBeGreaterThan(0); + +}, 100_000); + +test('rm-kubernetes-service', async () => { + const stepTestConfig = getStepTestConfigForStep(Steps.KUBERNETES_SERVICE); + recording = setupAzureRecording({ + directory: __dirname, + name: 'rm-kubernetes-service', + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }); + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); +}, 100_000); + +test('rm-kubernetes-service-contains-access-role-relationship', async () => { + const stepTestConfig = getStepTestConfigForStep( + Steps.KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE, + ); + recording = setupAzureRecording({ + directory: __dirname, + name: 'rm-kubernetes-service-contains-access-role-relationship', options: { matchRequestsBy: getMatchRequestsBy({ config: stepTestConfig.instanceConfig, }), + recordFailedRequests: true, }, }); diff --git a/src/steps/resource-manager/container-services/index.ts b/src/steps/resource-manager/container-services/index.ts index 8363156a..4be3057d 100644 --- a/src/steps/resource-manager/container-services/index.ts +++ b/src/steps/resource-manager/container-services/index.ts @@ -4,14 +4,31 @@ import { AzureIntegrationStep, IntegrationStepContext } from '../../../types'; import { getAccountEntity } from '../../active-directory'; import { STEP_AD_ACCOUNT } from '../../active-directory/constants'; import { STEP_RM_RESOURCES_RESOURCE_GROUPS } from '../resources/constants'; -import createResourceGroupResourceRelationship from '../utils/createResourceGroupResourceRelationship'; import { ContainerServicesClient } from './client'; +import { + createDirectRelationship, + createMappedRelationship, + RelationshipClass, + RelationshipDirection, +} from '@jupiterone/integration-sdk-core'; import { ContainerServicesEntities, ContainerServicesRelationships, STEP_RM_CONTAINER_SERVICES_CLUSTERS, + Steps, + Entities, + Relationships, + ContainerServiceMappedRelationships, } from './constants'; -import { createClusterEntitiy } from './converters'; +import { entities } from '../subscriptions/constants'; +import { + createClusterEntity, + createMaintenanceConfigurationsEntity, + createAccessRoleEntity, + createKubernetesServiceEntity, + getKubernetesServiceKey, +} from './converters'; +import createResourceGroupResourceRelationship from '../utils/createResourceGroupResourceRelationship'; export async function fetchClusters( executionContext: IntegrationStepContext, @@ -21,8 +38,8 @@ export async function fetchClusters( const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); const client = new ContainerServicesClient(instance.config, logger); - await client.iterateClusters(async (cluster) => { - const clusterEntity = createClusterEntitiy(webLinker, cluster); + await client.iterateClusters(instance.config, async (cluster) => { + const clusterEntity = createClusterEntity(webLinker, cluster); await jobState.addEntity(clusterEntity); await createResourceGroupResourceRelationship( @@ -32,6 +49,121 @@ export async function fetchClusters( }); } +export async function fetchMaintenanceConfigurations( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new ContainerServicesClient(instance.config, logger); + + await jobState.iterateEntities( + { _type: ContainerServicesEntities.KUBERNETES_CLUSTER._type }, + async (clusterEntity) => { + await client.iterateMaintenanceConfigurations( + instance.config, + clusterEntity as unknown as { name: string; id: string }, + async (maintenanceConfig) => { + const maintenanceConfigEntity = createMaintenanceConfigurationsEntity( + webLinker, + maintenanceConfig, + ); + await jobState.addEntity(maintenanceConfigEntity); + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + from: clusterEntity, + to: maintenanceConfigEntity, + }), + ); + }, + ); + }, + ); +} + +export async function fetchAccessRoles( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new ContainerServicesClient(instance.config, logger); + + await client.iterateAccessRoles( + instance.config, + logger, + async (accessRole, locationName) => { + const accessRoleEntity = createAccessRoleEntity( + webLinker, + accessRole, + locationName, + ); + await jobState.addEntity(accessRoleEntity); + + const relationship = createMappedRelationship({ + _key: `${accessRoleEntity._key}|IS|ClusterRole:${accessRoleEntity._key}`, + _type: + ContainerServiceMappedRelationships + .TRUSTED_ACCESS_ROLE_IS_KUBERNETES_CLUSTER._type, + _class: RelationshipClass.IS, + _mapping: { + sourceEntityKey: accessRoleEntity._key, + relationshipDirection: RelationshipDirection.FORWARD, + targetEntity: { + _key: `ClusterRole:${accessRoleEntity._key}`, + _class: 'AccessRole', + _type: 'kube_cluster_role', + }, + targetFilterKeys: [['_class', '_type']], + skipTargetCreation: true, + }, + }); + await jobState.addRelationship(relationship); + }, + ); +} +export async function kubernetesService( + executionContext: IntegrationStepContext, +): Promise { + const { instance, jobState } = executionContext; + await jobState.addEntity(createKubernetesServiceEntity(instance)); + + const subscriptionKey = `/subscriptions/${instance.config.subscriptionId}`; + + const kubernetesServiceKey = getKubernetesServiceKey(instance.id); + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: subscriptionKey, + fromType: entities.SUBSCRIPTION._type, + toKey: kubernetesServiceKey, + toType: Entities.KUBERNETES_SERVICE._type, + }), + ); +} + +export async function buildKubernetesAccessRoleRelationship( + executionContext: IntegrationStepContext, +): Promise { + const { instance, jobState } = executionContext; + await jobState.iterateEntities( + { _type: Entities.ACCESS_ROLE._type }, + async (accessRoleEntity) => { + const kubernetesServiceKey = getKubernetesServiceKey(instance.id); + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.CONTAINS, + fromKey: kubernetesServiceKey, + fromType: Entities.KUBERNETES_SERVICE._type, + toKey: accessRoleEntity._key, + toType: Entities.ACCESS_ROLE._type, + }), + ); + }, + ); +} + export const containerServicesSteps: AzureIntegrationStep[] = [ { id: STEP_RM_CONTAINER_SERVICES_CLUSTERS, @@ -43,4 +175,46 @@ export const containerServicesSteps: AzureIntegrationStep[] = [ rolePermissions: ['Microsoft.ContainerService/managedClusters/read'], ingestionSourceId: INGESTION_SOURCE_IDS.CONTAINER_SERVICES, }, + { + id: Steps.MAINTENANCE_CONFIGURATION, + name: 'Fetch Container Maintenance Configurations', + entities: [Entities.MAINTENANCE_CONFIGURATION], + relationships: [ + Relationships.MANAGED_CLUSTER_HAS_MAINTENANCE_CONFIGURATION, + ], + dependsOn: [ + STEP_RM_CONTAINER_SERVICES_CLUSTERS, + STEP_RM_RESOURCES_RESOURCE_GROUPS, + ], + rolePermissions: [ + 'Microsoft.ContainerService/managedClusters/maintenanceConfigurations/read', + ], + executionHandler: fetchMaintenanceConfigurations, + }, + { + id: Steps.KUBERNETES_SERVICE, + name: 'Kubernetes Service', + entities: [Entities.KUBERNETES_SERVICE], + relationships: [Relationships.AZURE_SUBSCRIPTION_HAS_KUBERNETES_SERVICE], + dependsOn: [STEP_AD_ACCOUNT, STEP_RM_CONTAINER_SERVICES_CLUSTERS], + executionHandler: kubernetesService, + }, + { + id: Steps.ACCESS_ROLE, + name: 'Fetch Trusted Access Roles', + entities: [Entities.ACCESS_ROLE], + relationships: [ + ContainerServiceMappedRelationships.TRUSTED_ACCESS_ROLE_IS_KUBERNETES_CLUSTER, + ], + dependsOn: [STEP_AD_ACCOUNT, STEP_RM_CONTAINER_SERVICES_CLUSTERS], + executionHandler: fetchAccessRoles, + }, + { + id: Steps.KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE, + name: 'Kubernetes Service Contains Access Role Relationship', + entities: [], + relationships: [Relationships.KUBERNETES_SERVICE_CONTAINS_ACCESS_ROLE], + dependsOn: [Steps.ACCESS_ROLE, Steps.KUBERNETES_SERVICE], + executionHandler: buildKubernetesAccessRoleRelationship, + }, ]; diff --git a/src/steps/resource-manager/ddos/__recordings__/build-ddos-protection-plan-public-ip-relationship_2590787069/recording.har b/src/steps/resource-manager/ddos/__recordings__/build-ddos-protection-plan-public-ip-relationship_2590787069/recording.har new file mode 100644 index 00000000..85238818 --- /dev/null +++ b/src/steps/resource-manager/ddos/__recordings__/build-ddos-protection-plan-public-ip-relationship_2590787069/recording.har @@ -0,0 +1,8227 @@ +{ + "log": { + "_recordingName": "build-ddos-protection-plan-public-ip-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:05:14.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "548b966d-60a5-4ae3-988e-f9821e1dfc00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:13 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:13.898Z", + "time": 690, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 690 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "257d3bd6-62a1-5e7b-51df-5727f3c537c9" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "82b7c6b8-48f5-471e-98f8-a90af8e40459" + }, + { + "name": "client-request-id", + "value": "257d3bd6-62a1-5e7b-51df-5727f3c537c9" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C8\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:14.599Z", + "time": 436, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 436 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "bd9c0be2-eb3f-1a27-64d2-54cc080d31c5" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2035, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "051e41b3-2e07-4459-9ce6-f4b8271f3018" + }, + { + "name": "client-request-id", + "value": "bd9c0be2-eb3f-1a27-64d2-54cc080d31c5" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002B9\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:15.054Z", + "time": 683, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 683 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "0e8a7d35-94d7-4b90-bbd2-a8ba184eb6a2" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530316\",\"not_before\":\"1711526416\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:05:16.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "0e8a7d35-94d7-4b90-bbd2-a8ba184eb6a2" + }, + { + "name": "x-ms-request-id", + "value": "5f945e51-275c-46db-8a6e-21f057bf3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:15 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:15.873Z", + "time": 604, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 604 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "aff76e57-6c99-41f0-9518-eedb8615ab13" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "6d088e4e-e8d3-4ecc-898a-13a3d9580167" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6d088e4e-e8d3-4ecc-898a-13a3d9580167" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080516Z:6d088e4e-e8d3-4ecc-898a-13a3d9580167" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 36882DEB51384684914B18B3C0EFCB95 Ref B: MAA201060513045 Ref C: 2024-03-27T08:05:16Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:16.501Z", + "time": 379, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 379 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2b3d1fdc-48a8-46fd-a054-f5510b4dd77f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "cc40941b-d267-4356-b3d8-bd346c30a360" + }, + { + "name": "x-ms-correlation-request-id", + "value": "cc40941b-d267-4356-b3d8-bd346c30a360" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080517Z:cc40941b-d267-4356-b3d8-bd346c30a360" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 03D61B286D8546E48749DB9393CB8C4D Ref B: MAA201060513037 Ref C: 2024-03-27T08:05:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:16.904Z", + "time": 239, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 239 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "6e4ceaaf-b282-4991-82cc-4f32273c4da1" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530317\",\"not_before\":\"1711526417\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:05:17.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "6e4ceaaf-b282-4991-82cc-4f32273c4da1" + }, + { + "name": "x-ms-request-id", + "value": "f4e56926-046d-4b1c-8ec1-13f14f220001" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:16 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:17.161Z", + "time": 499, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 499 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0e5bc02b-d19e-4963-8092-4063a86fdce3" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "6943ba8c-2ea0-4c45-a3a3-76136afb6bb5" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6943ba8c-2ea0-4c45-a3a3-76136afb6bb5" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080517Z:6943ba8c-2ea0-4c45-a3a3-76136afb6bb5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7FDF64AE79B342D5B33E96D205DE736B Ref B: MAA201060516009 Ref C: 2024-03-27T08:05:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:17 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:17.665Z", + "time": 403, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 403 + } + }, + { + "_id": "00144c34170fc92bb60e8a1cf40937f9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2b8cbdd0-ca70-4d7f-be58-a38ea62aa319" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1876, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/ddosProtectionPlans?api-version=2019-12-01" + }, + "response": { + "bodySize": 1040, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1040, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ddos1\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/ddosProtectionPlans/ddos1\",\r\n \"etag\": \"W/\\\"b95a2992-7224-4e70-b0db-f762b86ce48e\\\"\",\r\n \"type\": \"Microsoft.Network/ddosProtectionPlans\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworks\": [\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet124\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1040" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "4ec25ddd-bdcb-4643-a898-9aa1916c43b0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "dffadfe4-7613-40ee-b6de-4b3c37e2c583" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "ea20a268-4f2b-4514-ad3b-f6f58ea5b110" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T080519Z:dffadfe4-7613-40ee-b6de-4b3c37e2c583" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 22A33CF1D4BB45D2B6F0768D05473FF3 Ref B: MAA201060513045 Ref C: 2024-03-27T08:05:18Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 745, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:18.081Z", + "time": 1028, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1028 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "61d57d21-d5ca-43fa-8fab-f7e402941ba8" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530319\",\"not_before\":\"1711526419\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:05:19.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "61d57d21-d5ca-43fa-8fab-f7e402941ba8" + }, + { + "name": "x-ms-request-id", + "value": "ba48ff7b-e607-4366-a512-ded080ab1e01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:19 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:19.126Z", + "time": 437, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 437 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0fffbd9d-83e4-46a1-a980-ba2d182a407d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "d09623b1-3832-47af-b150-c6d3c904fc27" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d09623b1-3832-47af-b150-c6d3c904fc27" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080519Z:d09623b1-3832-47af-b150-c6d3c904fc27" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E95B5598216A42269A5CBBE41317BA5C Ref B: MAA201060513045 Ref C: 2024-03-27T08:05:19Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:19.571Z", + "time": 360, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 360 + } + }, + { + "_id": "c432331e15625941aed007934a44d20e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "578a7844-cb7c-40fa-b81f-afb743e4d211" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.2.2 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2021-01-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "fbf7bc5d-4cf0-4505-b559-3afb30d9aa24" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fbf7bc5d-4cf0-4505-b559-3afb30d9aa24" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T080520Z:fbf7bc5d-4cf0-4505-b559-3afb30d9aa24" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 490F6E4ED178466E87891E869E1329EE Ref B: MAA201060515045 Ref C: 2024-03-27T08:05:20Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 682, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:19.937Z", + "time": 406, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 406 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "d46f1bc1-417e-4d71-a066-003b24087793" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530320\",\"not_before\":\"1711526420\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:05:20.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "d46f1bc1-417e-4d71-a066-003b24087793" + }, + { + "name": "x-ms-request-id", + "value": "332138f1-60c4-4ef4-b708-77e164940200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:20 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:20.377Z", + "time": 552, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 552 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d45cce58-f7e2-4c42-851d-941f1b8f70a0" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "54f60625-3676-49b7-a00d-4cef19149f07" + }, + { + "name": "x-ms-correlation-request-id", + "value": "54f60625-3676-49b7-a00d-4cef19149f07" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080521Z:54f60625-3676-49b7-a00d-4cef19149f07" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C2638BE044EA46F8BB9B9F8AAB3D7C59 Ref B: MAA201060513037 Ref C: 2024-03-27T08:05:21Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:20.935Z", + "time": 407, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 407 + } + }, + { + "_id": "16cedc5ede4c27f30d8f813d19dfebd7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "679eeace-ad35-4ce1-9f12-8fa2b9d40531" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1874, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/publicIPAddresses?api-version=2019-12-01" + }, + "response": { + "bodySize": 11881, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 11881, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"demoipaddress\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/demoipaddress\",\r\n \"etag\": \"W/\\\"113e70b4-5ac5-4f60-8a30-5c54d946b577\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9a10fec4-dbd5-44c7-a319-169e5dee7b4d\",\r\n \"ipAddress\": \"20.185.47.150\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworkGateways/DemoGatewayforExpressCrossConnection/ipConfigurations/default\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"new\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/new\",\r\n \"etag\": \"W/\\\"8f683499-8077-47e8-ac1c-2cf80a8b7de3\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c7ff0496-d5e7-4f2e-aa74-7b8228abd456\",\r\n \"ipAddress\": \"172.171.48.237\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/frontendIPConfigurations/appGwPublicFrontendIpIPv4\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"newgateway\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/newgateway\",\r\n \"etag\": \"W/\\\"51240d9a-3452-4ba6-9dce-9ff234561762\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3faded4b-1171-4839-a516-96ab52d2e7f8\",\r\n \"ipAddress\": \"172.210.114.165\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/frontendIPConfigurations/appGwPublicFrontendIpIPv4\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"suraj-test-1\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/suraj-test-1\",\r\n \"etag\": \"W/\\\"55bf31fa-55a1-42e9-b832-874e090d8d51\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2871fcee-6fc5-4a1e-8cda-cba020882979\",\r\n \"ipAddress\": \"13.82.168.100\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworkGateways/suraj-test-1/ipConfigurations/default\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"Test-Dev-Vm-ip\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/Test-Dev-Vm-ip\",\r\n \"etag\": \"W/\\\"f078bddb-fee2-48f3-ad07-c9786dd130ef\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1b3e19f2-3664-4408-bbcf-c1fd9453c1e9\",\r\n \"ipAddress\": \"20.106.175.159\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/test-dev-vm936_z1/ipConfigurations/ipconfig1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"virtual-dev1-ip\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/virtual-dev1-ip\",\r\n \"etag\": \"W/\\\"5b1a88c0-1e85-48c4-8ea8-1fb89fb59682\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3f078af8-ba66-4a2c-a2aa-b8651448a2dd\",\r\n \"ipAddress\": \"172.203.231.16\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/virtual-dev1501_z1/ipConfigurations/ipconfig1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"VMFromImageip150\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/VMFromImageip150\",\r\n \"etag\": \"W/\\\"773b07af-4b67-48fa-90e1-8ae42a887089\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"679616b1-fc28-443c-ab56-a5becde83577\",\r\n \"ipAddress\": \"74.235.110.3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/vmfromimage459_z1/ipConfigurations/ipconfig1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"60491552-092a-4c22-8651-34df579e9151\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/publicIPAddresses/60491552-092a-4c22-8651-34df579e9151\",\r\n \"etag\": \"W/\\\"cdd2e966-ed6e-4a7a-b333-f0dd55056da2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"aks-managed-cluster-name\": \"suraj-test-j1dev\",\r\n \"aks-managed-cluster-rg\": \"j1dev\",\r\n \"aks-managed-type\": \"aks-slb-managed-outbound-ip\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f687a07d-1d7b-4352-a87f-f539275458db\",\r\n \"ipAddress\": \"4.255.87.121\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/loadBalancers/kubernetes/frontendIPConfigurations/60491552-092a-4c22-8651-34df579e9151\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"01ab397a-3ed2-471a-834b-c3886855137e\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/publicIPAddresses/01ab397a-3ed2-471a-834b-c3886855137e\",\r\n \"etag\": \"W/\\\"6e2feedf-22ce-44d3-bc07-9c6f55a1b058\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"aks-managed-cluster-name\": \"kubernetes-cluster\",\r\n \"aks-managed-cluster-rg\": \"kubernetes-cluster_group\",\r\n \"aks-managed-type\": \"aks-slb-managed-outbound-ip\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e8863160-e9a0-45eb-936a-0e66439531d2\",\r\n \"ipAddress\": \"4.156.19.221\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/loadBalancers/kubernetes/frontendIPConfigurations/01ab397a-3ed2-471a-834b-c3886855137e\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"ActiveDirectoryIntegration-ip\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/publicIPAddresses/ActiveDirectoryIntegration-ip\",\r\n \"etag\": \"W/\\\"82dc9d0e-b39d-4243-b028-2d4cabfbbeac\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2563f0fe-7c03-4d5d-b0a0-2340fc6253c3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkInterfaces/activedirectoryin213/ipConfigurations/ipconfig1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n },\r\n {\r\n \"name\": \"surajtest\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/publicIPAddresses/surajtest\",\r\n \"etag\": \"W/\\\"1bbbbb52-2c8d-4697-a61f-a3cc9973f33e\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0341fcb5-b435-46aa-8f32-7e89a18598b2\",\r\n \"ipAddress\": \"172.212.99.238\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"surajtest1\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/publicIPAddresses/surajtest1\",\r\n \"etag\": \"W/\\\"9775537e-0435-4e15-baa1-b835cbb251db\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e4dd1709-061f-4bec-b489-15358d8e4d4c\",\r\n \"ipAddress\": \"172.212.99.237\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "11881" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "2b715629-836f-47c4-8da9-9d19792c06e6" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fd0c3a0c-b839-475e-aba7-4b75fee346af" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "5b4d6294-c440-421d-ac66-669217e56d7e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080521Z:fd0c3a0c-b839-475e-aba7-4b75fee346af" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 95B115149D7C4CDAB6DD5FF57CBDC30D Ref B: MAA201060516049 Ref C: 2024-03-27T08:05:21Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:21 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 744, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:21.349Z", + "time": 643, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 643 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 4, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "e9668a7d-939c-4d9a-a13b-0276d989aaed" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530322\",\"not_before\":\"1711526422\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:05:22.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "e9668a7d-939c-4d9a-a13b-0276d989aaed" + }, + { + "name": "x-ms-request-id", + "value": "209127f5-07f2-4e02-a056-d755f3611201" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:22 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:22.006Z", + "time": 474, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 474 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 4, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b2628a99-e686-4188-8ccc-1cf3721c6ece" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "be26d0fd-692f-43f5-8db0-a2d733703bd1" + }, + { + "name": "x-ms-correlation-request-id", + "value": "be26d0fd-692f-43f5-8db0-a2d733703bd1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T080522Z:be26d0fd-692f-43f5-8db0-a2d733703bd1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 84452045A0F44850B8A6A225D1A9AC29 Ref B: MAA201060515033 Ref C: 2024-03-27T08:05:22Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:05:22 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:22.485Z", + "time": 215, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 215 + } + }, + { + "_id": "0ef1fe941b6c0776ac33d398912b9193", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "be259f03-3bd2-471b-8c3c-bedcc22683c7" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1965, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/demoipaddress/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "2c5690f5-e7a0-4171-a4b2-79b7f1469149" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6d81f12d-361a-47fe-bfa9-beeabf28470c" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080604Z:6d81f12d-361a-47fe-bfa9-beeabf28470c" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4D15591E351B4D9D929D5F328AEF8853 Ref B: MAA201060514045 Ref C: 2024-03-27T08:05:58Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:06:04 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:05:22.705Z", + "time": 41726, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 41726 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 5, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "f9b2c068-6a63-4c94-9714-69834c834e37" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530365\",\"not_before\":\"1711526465\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:06:05.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "f9b2c068-6a63-4c94-9714-69834c834e37" + }, + { + "name": "x-ms-request-id", + "value": "58056f28-fb59-49f0-a23e-96bf14ae5a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:06:05 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:06:04.437Z", + "time": 1012, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1012 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 5, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "cdb85fda-fe0c-408b-9e60-9ee13aeff933" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "1971a18f-88d8-4c42-8379-05df4df5eeac" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1971a18f-88d8-4c42-8379-05df4df5eeac" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080605Z:1971a18f-88d8-4c42-8379-05df4df5eeac" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C46134BA2E2540BA91656FA8ECE8937F Ref B: MAA201060514019 Ref C: 2024-03-27T08:06:05Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:06:05 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:06:05.460Z", + "time": 452, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 452 + } + }, + { + "_id": "e34fcec442e49d45d7b3e902aa59d174", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7efa6d5a-eafc-47da-b503-14840f5a3c14" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1955, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/new/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "8e6b468b-8946-4033-8342-6a11a0221eab" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a87f1d80-48fb-4d1f-bbf0-d8d954f5390b" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080606Z:a87f1d80-48fb-4d1f-bbf0-d8d954f5390b" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3CEC65E2CE934159B9A720AA485880D9 Ref B: MAA201060515039 Ref C: 2024-03-27T08:06:06Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:06:06 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:06:05.919Z", + "time": 1092, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1092 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 6, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "cf5fe8f1-0c36-4e41-9bcf-cefe34f2bb2e" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530367\",\"not_before\":\"1711526467\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:06:07.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "cf5fe8f1-0c36-4e41-9bcf-cefe34f2bb2e" + }, + { + "name": "x-ms-request-id", + "value": "10e6277a-39fe-46f8-9984-21bde02d2501" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:06:06 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:06:07.022Z", + "time": 464, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 464 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 6, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "16f0fd02-fd3d-4af2-8413-e7a8b323e9ef" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "88840380-aa7e-4744-bab0-6bbf2ac723a5" + }, + { + "name": "x-ms-correlation-request-id", + "value": "88840380-aa7e-4744-bab0-6bbf2ac723a5" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T080643Z:88840380-aa7e-4744-bab0-6bbf2ac723a5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A8060ADFAE294E7EAAE6352A7C81CEDF Ref B: MAA201060516009 Ref C: 2024-03-27T08:06:43Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:06:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:06:07.495Z", + "time": 35968, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35968 + } + }, + { + "_id": "c6faeb83b558c9018829fde63711425a", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f4dffa03-e6a2-4c59-a96d-e3b67a46016c" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1962, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/newgateway/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "f1272460-3342-4911-9ada-35ccb98b7504" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e0714f9a-d62f-44ad-b609-9b1df44bc147" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080752Z:e0714f9a-d62f-44ad-b609-9b1df44bc147" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 23FECA8118E64DED9F7BE3858741CCB2 Ref B: MAA201060513051 Ref C: 2024-03-27T08:07:51Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:07:52 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:06:43.477Z", + "time": 68819, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 68819 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 7, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "7239c043-50a5-4f5d-91b2-51a9795b1421" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530472\",\"not_before\":\"1711526572\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:07:52.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "7239c043-50a5-4f5d-91b2-51a9795b1421" + }, + { + "name": "x-ms-request-id", + "value": "b4d001b7-30af-4283-91f5-af2a9e920801" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:07:51 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:07:52.304Z", + "time": 516, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 516 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 7, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9bf28334-33ce-41c6-bddd-ec53a00fd370" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "1e8770e5-2791-4ce1-b86b-04e152104e93" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1e8770e5-2791-4ce1-b86b-04e152104e93" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T080753Z:1e8770e5-2791-4ce1-b86b-04e152104e93" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D29A5C826D894D1BB16B436E135D4553 Ref B: MAA201060513023 Ref C: 2024-03-27T08:07:53Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:07:53 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:07:52.830Z", + "time": 674, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 674 + } + }, + { + "_id": "3716001144baab6fc9c6fec2202e3f76", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "19593841-8bb5-4a57-96c4-3f02960e488b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1964, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/suraj-test-1/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "55e8f777-96c9-4834-89c1-b1e7715ae20e" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a1f0db89-e815-42b0-b445-665797d28102" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080754Z:a1f0db89-e815-42b0-b445-665797d28102" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E1CDE6FD37B7401B8909F730C056C054 Ref B: MAA201060516023 Ref C: 2024-03-27T08:07:53Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:07:54 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:07:53.514Z", + "time": 1206, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1206 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 8, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "eb17f42f-9ac8-4f7d-9598-fa6188e7dadb" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530475\",\"not_before\":\"1711526575\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:07:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "eb17f42f-9ac8-4f7d-9598-fa6188e7dadb" + }, + { + "name": "x-ms-request-id", + "value": "287bb15e-7060-4020-b7ef-866aeb8c2200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:07:54 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:07:54.740Z", + "time": 489, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 489 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 8, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bd42dae5-92dc-458e-8e39-ec9db63bd67a" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "f683fb50-46f8-41a0-bb99-74f46671f965" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f683fb50-46f8-41a0-bb99-74f46671f965" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080755Z:f683fb50-46f8-41a0-bb99-74f46671f965" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FA78E91E6BA44CF38CE2CD9CE5C402E9 Ref B: MAA201060513045 Ref C: 2024-03-27T08:07:55Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:07:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:07:55.236Z", + "time": 334, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 334 + } + }, + { + "_id": "62343e0ef8b4849293b12e546922b460", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f45574b0-bb2d-4511-98a0-06e817786af2" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1966, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/Test-Dev-Vm-ip/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "f96b9417-9886-427c-b277-48cacd0c64d6" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2d77998f-f1c7-46d0-a5b6-d0daca70071e" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T080759Z:2d77998f-f1c7-46d0-a5b6-d0daca70071e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 604D124918B044E199373194B6F86A5A Ref B: MAA201060513037 Ref C: 2024-03-27T08:07:55Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:07:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:07:55.581Z", + "time": 3551, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 3551 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 9, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "214e9dd5-f70e-4e23-8636-4373667108c8" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530479\",\"not_before\":\"1711526579\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:07:59.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "214e9dd5-f70e-4e23-8636-4373667108c8" + }, + { + "name": "x-ms-request-id", + "value": "3775fa8c-717c-4872-9b6f-bed72f48f900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:07:59 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:07:59.139Z", + "time": 471, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 471 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 9, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a99c6f2c-2553-4f27-b93d-0cba0339bba5" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "9ef7179e-09ab-44de-8679-0f5e1b4b25ec" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9ef7179e-09ab-44de-8679-0f5e1b4b25ec" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080759Z:9ef7179e-09ab-44de-8679-0f5e1b4b25ec" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AEDF0AEFDAA944C5A1A23A7D9E9EA9EA Ref B: MAA201060516029 Ref C: 2024-03-27T08:07:59Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:07:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:07:59.622Z", + "time": 431, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 431 + } + }, + { + "_id": "360d4779515407450d03679a627a6e01", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bd4c283f-1925-41eb-b3d9-7852a6c80ff1" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1967, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/virtual-dev1-ip/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "9e994480-4f5f-49e7-ae4e-7257064665c3" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "cde02fd9-1df2-48ae-9751-37e81ed6f1f5" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080801Z:cde02fd9-1df2-48ae-9751-37e81ed6f1f5" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 82E9FF28092340E6BDB17F255477A774 Ref B: MAA201060513021 Ref C: 2024-03-27T08:08:00Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:00 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:00.059Z", + "time": 1475, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1475 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 10, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "33d3c334-1db0-4c57-befd-156586749be2" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530481\",\"not_before\":\"1711526581\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:08:01.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "33d3c334-1db0-4c57-befd-156586749be2" + }, + { + "name": "x-ms-request-id", + "value": "a5409965-ca73-41ae-9fa6-7d264d187a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:01 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:01.553Z", + "time": 498, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 498 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 10, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "64abd64e-5cb6-454b-9043-f5adc7af7c2a" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "891a72c3-8480-462d-b405-d7b11fde856d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "891a72c3-8480-462d-b405-d7b11fde856d" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080802Z:891a72c3-8480-462d-b405-d7b11fde856d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5544EB5B14764BC2A1C406BF6CF8A468 Ref B: MAA201060516021 Ref C: 2024-03-27T08:08:02Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:01 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:02.060Z", + "time": 486, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 486 + } + }, + { + "_id": "ebfb9d90331fb0a1dafc29308198b2d2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5d42a02c-9502-4963-98ca-ccc4e6e219b4" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1968, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/VMFromImageip150/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "f4336488-7cc7-43d2-b9f5-c268641fa5ae" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1c6b3fe4-2e2d-48cc-958f-da9b37e754cf" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080804Z:1c6b3fe4-2e2d-48cc-958f-da9b37e754cf" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7BE07293A4CA4888916B4F65B1D3A93A Ref B: MAA201060513021 Ref C: 2024-03-27T08:08:02Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:03 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:02.559Z", + "time": 1926, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1926 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 11, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "522d8d2e-6b0b-4fe8-8a8b-82e7885f234b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530484\",\"not_before\":\"1711526584\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:08:04.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "522d8d2e-6b0b-4fe8-8a8b-82e7885f234b" + }, + { + "name": "x-ms-request-id", + "value": "1750245a-792f-4471-8c98-663075e73101" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:04 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:04.511Z", + "time": 449, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 449 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 11, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "49719132-3073-44e6-9cea-efa61f2e81a0" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "ca30539c-5382-4080-afce-81ad6c0293cd" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ca30539c-5382-4080-afce-81ad6c0293cd" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080805Z:ca30539c-5382-4080-afce-81ad6c0293cd" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 02645B504A8B4380800657EA6BA79A51 Ref B: MAA201060514039 Ref C: 2024-03-27T08:08:05Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:05 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:04.969Z", + "time": 375, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 375 + } + }, + { + "_id": "57b32df8920db6103d2e7da2b8033aad", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5b2d0daa-413e-49ad-aaf7-d6eb96fef931" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 2015, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/publicIPAddresses/60491552-092a-4c22-8651-34df579e9151/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "a2407036-9dee-40aa-b6c2-dfb12619cdd6" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4abdeb34-c052-44fc-bb40-b40c7f096990" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T080842Z:4abdeb34-c052-44fc-bb40-b40c7f096990" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 54C65E53B58A4C378EB83E8F33D67C6D Ref B: MAA201060515035 Ref C: 2024-03-27T08:08:41Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:42 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:05.353Z", + "time": 37183, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 37183 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 12, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "3e4f865a-9d75-4314-b49d-fe6e5aacfce1" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530522\",\"not_before\":\"1711526622\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:08:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "3e4f865a-9d75-4314-b49d-fe6e5aacfce1" + }, + { + "name": "x-ms-request-id", + "value": "2d132a42-9559-4c21-a14c-c2d05d7ce000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:43 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:42.546Z", + "time": 719, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 719 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 12, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "05e01d92-a6a1-4589-95ff-ca90f3b8237d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "7ecb6ee0-749c-412f-a2ce-e5ad77cf581b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7ecb6ee0-749c-412f-a2ce-e5ad77cf581b" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080843Z:7ecb6ee0-749c-412f-a2ce-e5ad77cf581b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 062300B6EEDC43BD94F71B9772778A0A Ref B: MAA201060516029 Ref C: 2024-03-27T08:08:43Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:43.277Z", + "time": 447, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 447 + } + }, + { + "_id": "82b31586763441b8b0601aab8c5fd5eb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2f35b25a-1f45-4262-9461-da1259436bf3" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 2036, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/publicIPAddresses/01ab397a-3ed2-471a-834b-c3886855137e/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "4fb15e74-60e4-46ed-863d-ca953fd541d1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b4a8f7fb-971f-476c-a209-914c0fc5493f" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080845Z:b4a8f7fb-971f-476c-a209-914c0fc5493f" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F19E6D3A7E824CA88BCAC7EA710B0F48 Ref B: MAA201060516025 Ref C: 2024-03-27T08:08:43Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:44 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:43.733Z", + "time": 1477, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1477 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 13, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "5f8f56ec-1141-47a2-b6b4-6f5c67e923f7" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530525\",\"not_before\":\"1711526625\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:08:45.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "5f8f56ec-1141-47a2-b6b4-6f5c67e923f7" + }, + { + "name": "x-ms-request-id", + "value": "cd53202c-0191-4ee1-b1fd-6fe8864f1f01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:45 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:45.220Z", + "time": 519, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 519 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 13, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "08c660b2-c02c-428e-af43-c6b77da4210a" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "e3cbf9d4-36dd-4694-a599-5bdbdf781950" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e3cbf9d4-36dd-4694-a599-5bdbdf781950" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T080846Z:e3cbf9d4-36dd-4694-a599-5bdbdf781950" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F09DCE50B68F4257956124F49641F92C Ref B: MAA201060516047 Ref C: 2024-03-27T08:08:45Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:45 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:45.752Z", + "time": 329, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 329 + } + }, + { + "_id": "a55d71e235400cf0c9f25505051d5ab7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "75e573e4-67bd-4b75-9306-0741c9934e75" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1986, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/publicIPAddresses/ActiveDirectoryIntegration-ip/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "cf87a212-9fd4-44bc-8ade-6b6927440b1c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e16960a7-9b7d-4f61-a477-c5a3cb53ecc4" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T080846Z:e16960a7-9b7d-4f61-a477-c5a3cb53ecc4" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A7CDD9D9825E42DAAD4AF23F47F5E925 Ref B: MAA201060514045 Ref C: 2024-03-27T08:08:46Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:46 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:46.086Z", + "time": 967, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 967 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 14, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "2d0b44b2-bf4b-4336-b2c9-778cf341725e" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530527\",\"not_before\":\"1711526627\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:08:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "2d0b44b2-bf4b-4336-b2c9-778cf341725e" + }, + { + "name": "x-ms-request-id", + "value": "a1aa09c4-bca5-4866-b919-5cd273a9f900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:47 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:47.061Z", + "time": 924, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 924 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 14, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2808962f-dc46-49f4-966b-09cd9dbeade9" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "0bc4e0a2-cb74-4c89-b463-0514cdf0bb5c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0bc4e0a2-cb74-4c89-b463-0514cdf0bb5c" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080848Z:0bc4e0a2-cb74-4c89-b463-0514cdf0bb5c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6A6F750757C345328CE1781C320626EC Ref B: MAA201060514051 Ref C: 2024-03-27T08:08:48Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:48 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:47.993Z", + "time": 356, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 356 + } + }, + { + "_id": "b75e969f1a6e4b2b27675584f33c6c95", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "55349494-06d7-42f8-a7c8-120003cfc701" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1970, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/publicIPAddresses/surajtest/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "97b71a12-8656-40e0-be92-ae637c3de701" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bc870e20-7167-4146-8d0e-ce8d77ee5fd2" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080850Z:bc870e20-7167-4146-8d0e-ce8d77ee5fd2" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4EB2E19861924A2F8F65E6F3A6101781 Ref B: MAA201060515035 Ref C: 2024-03-27T08:08:48Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:50 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:48.363Z", + "time": 1982, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1982 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 15, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "8cbcdb81-809a-4680-a1ef-63c89ca136fd" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711530530\",\"not_before\":\"1711526630\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T08:08:50.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "8cbcdb81-809a-4680-a1ef-63c89ca136fd" + }, + { + "name": "x-ms-request-id", + "value": "812ffd3e-d96a-4be3-a2ae-6c862d07ef00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:50 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:50.355Z", + "time": 589, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 589 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 15, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b4eb10e3-b652-4d89-af3f-7776aa017ddb" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "6e19a7c2-e82f-44fe-bafd-bb653f5f8ad6" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6e19a7c2-e82f-44fe-bafd-bb653f5f8ad6" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T080851Z:6e19a7c2-e82f-44fe-bafd-bb653f5f8ad6" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4411AD7D92C844D9A37DA69B4F7B4703 Ref B: MAA201060514017 Ref C: 2024-03-27T08:08:51Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:50 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:50.953Z", + "time": 296, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 296 + } + }, + { + "_id": "91691e95a609e31abdf04847de81aeb4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bc6263c1-8611-404a-8b09-83674b5fc565" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1971, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/publicIPAddresses/surajtest1/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "7de65c76-c806-49a4-a8ed-f5e3c6fa601e" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "981259da-d67c-4bb7-86bf-ca15d0fcf5f0" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T080853Z:981259da-d67c-4bb7-86bf-ca15d0fcf5f0" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3697C67E3A3D46C780C4C35B870C2AE9 Ref B: MAA201060516037 Ref C: 2024-03-27T08:08:51Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 08:08:52 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T08:08:51.258Z", + "time": 1825, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1825 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/ddos/__recordings__/build-ddos-protection-plan-vnet-relationship_3717632947/recording.har b/src/steps/resource-manager/ddos/__recordings__/build-ddos-protection-plan-vnet-relationship_3717632947/recording.har new file mode 100644 index 00000000..8f3e01d8 --- /dev/null +++ b/src/steps/resource-manager/ddos/__recordings__/build-ddos-protection-plan-vnet-relationship_3717632947/recording.har @@ -0,0 +1,42329 @@ +{ + "log": { + "_recordingName": "build-ddos-protection-plan-vnet-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:33:12.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "ed1f05fc-7178-4be4-90ad-90fb8b1d0101" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:12 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:12.470Z", + "time": 562, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 562 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "9239c4b0-cd95-ffc1-4f6d-168a54820334" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "560e970a-d9f8-447c-952f-5f27b9f300db" + }, + { + "name": "client-request-id", + "value": "9239c4b0-cd95-ffc1-4f6d-168a54820334" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Southeast Asia\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"SI2PEPF00000BC8\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:13 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 610, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:13.041Z", + "time": 628, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 628 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "c4cef91e-f600-c017-8fb2-211e6811d48f" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2035, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "d45c8e2f-bf28-4e69-9f1f-a25e005be27f" + }, + { + "name": "client-request-id", + "value": "c4cef91e-f600-c017-8fb2-211e6811d48f" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Southeast Asia\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"SG1PEPF0000A2A3\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:13.674Z", + "time": 1301, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1301 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "91ba9587-12dc-46ab-8b27-b2142e63093f" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528395\",\"not_before\":\"1711524495\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:33:15.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "91ba9587-12dc-46ab-8b27-b2142e63093f" + }, + { + "name": "x-ms-request-id", + "value": "24a80d19-3670-4acc-be49-37183506f500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:14 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:14.989Z", + "time": 526, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 526 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "775bfdca-5b84-447f-a97c-d022ba3ca5a8" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "fd3d26c6-5782-4fb1-abb9-6598125c7166" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fd3d26c6-5782-4fb1-abb9-6598125c7166" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073315Z:fd3d26c6-5782-4fb1-abb9-6598125c7166" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 47D20E3A2B4C40B78BB53BC4CD87D5D0 Ref B: MAA201060515051 Ref C: 2024-03-27T07:33:15Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:15.525Z", + "time": 400, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 400 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "05c894f1-bfb4-446f-abbd-44922ba984cc" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "f9e7896d-63af-4297-a3a8-51f6315a395b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f9e7896d-63af-4297-a3a8-51f6315a395b" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073316Z:f9e7896d-63af-4297-a3a8-51f6315a395b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A12AE0011A76462BBE86524DFAC547DB Ref B: MAA201060516025 Ref C: 2024-03-27T07:33:16Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:15.929Z", + "time": 196, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 196 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "27559460-6c02-4625-b63d-a23c12cabe44" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528396\",\"not_before\":\"1711524496\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:33:16.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "27559460-6c02-4625-b63d-a23c12cabe44" + }, + { + "name": "x-ms-request-id", + "value": "dec1a24d-0e98-439f-8e16-046098fdcc00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:16 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:16.136Z", + "time": 608, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 608 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d7d12170-25b4-442a-9e0a-2f508166e69f" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "7f07cb8d-f677-4d5f-9a86-fd1ec8e7ca56" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7f07cb8d-f677-4d5f-9a86-fd1ec8e7ca56" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T073317Z:7f07cb8d-f677-4d5f-9a86-fd1ec8e7ca56" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EC566AF5511745F9BC616090B258EA44 Ref B: MAA201060514023 Ref C: 2024-03-27T07:33:16Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:16.752Z", + "time": 298, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 298 + } + }, + { + "_id": "00144c34170fc92bb60e8a1cf40937f9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7dc3ca39-6aac-4c10-a84d-5535b56c8f16" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1876, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/ddosProtectionPlans?api-version=2019-12-01" + }, + "response": { + "bodySize": 1040, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1040, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ddos1\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/ddosProtectionPlans/ddos1\",\r\n \"etag\": \"W/\\\"b95a2992-7224-4e70-b0db-f762b86ce48e\\\"\",\r\n \"type\": \"Microsoft.Network/ddosProtectionPlans\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworks\": [\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet124\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1040" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "3cf5a440-dc41-40a8-98f1-667069a3197d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c19299b6-7f8d-4ac0-968a-a23eb507a480" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "56f608f3-5329-492e-ae85-87c83fe00e67" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073318Z:c19299b6-7f8d-4ac0-968a-a23eb507a480" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0A1EB019B74149618F101A1C997460AA Ref B: MAA201060514017 Ref C: 2024-03-27T07:33:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:17 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 742, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:17.061Z", + "time": 1123, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1123 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "fc856621-b2b7-4e1f-a0e2-136b7818a9fd" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528398\",\"not_before\":\"1711524498\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:33:18.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "fc856621-b2b7-4e1f-a0e2-136b7818a9fd" + }, + { + "name": "x-ms-request-id", + "value": "28dcb078-b407-4e4c-9f75-5aa9aeeaf900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:18 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:18.190Z", + "time": 582, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 582 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7b98f9e6-2b58-4d29-9981-2481c766a65e" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "e2961135-808f-4c8e-9b1d-529a0d39493b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e2961135-808f-4c8e-9b1d-529a0d39493b" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073319Z:e2961135-808f-4c8e-9b1d-529a0d39493b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 149D8C91A675428092726860F9B99781 Ref B: MAA201060513023 Ref C: 2024-03-27T07:33:18Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:18.783Z", + "time": 365, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 365 + } + }, + { + "_id": "c432331e15625941aed007934a44d20e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bda2c821-6d5f-492c-8cc3-c6995fc45bc9" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.2.2 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2021-01-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "3a1b2508-1990-49fc-af1c-b5220dfdb590" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3a1b2508-1990-49fc-af1c-b5220dfdb590" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073355Z:3a1b2508-1990-49fc-af1c-b5220dfdb590" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D566879C649A4645BAB90A32AD71B0FE Ref B: MAA201060516027 Ref C: 2024-03-27T07:33:55Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:54 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:19.152Z", + "time": 35962, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35962 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "dfc9f941-2a20-487a-a0a0-bf210be0b5a3" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528435\",\"not_before\":\"1711524535\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:33:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "dfc9f941-2a20-487a-a0a0-bf210be0b5a3" + }, + { + "name": "x-ms-request-id", + "value": "ec429c29-8df7-4690-bf77-f0dfbb162101" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:33:55 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:55.123Z", + "time": 492, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 492 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "61b0698f-907a-4ac3-a508-ac5ea37655a8" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "11354f8b-2dd9-4fc4-a03d-783e102b85d2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "11354f8b-2dd9-4fc4-a03d-783e102b85d2" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073431Z:11354f8b-2dd9-4fc4-a03d-783e102b85d2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C524D6A1A7354E188CD717E74668CB7B Ref B: MAA201060515039 Ref C: 2024-03-27T07:34:31Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:33:55.625Z", + "time": 35789, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35789 + } + }, + { + "_id": "16cedc5ede4c27f30d8f813d19dfebd7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8e5145c2-125f-46e6-a4b3-af7abe50c55f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1874, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/publicIPAddresses?api-version=2019-12-01" + }, + "response": { + "bodySize": 11881, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 11881, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"demoipaddress\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/demoipaddress\",\r\n \"etag\": \"W/\\\"113e70b4-5ac5-4f60-8a30-5c54d946b577\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9a10fec4-dbd5-44c7-a319-169e5dee7b4d\",\r\n \"ipAddress\": \"20.185.47.150\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworkGateways/DemoGatewayforExpressCrossConnection/ipConfigurations/default\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"new\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/new\",\r\n \"etag\": \"W/\\\"8f683499-8077-47e8-ac1c-2cf80a8b7de3\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c7ff0496-d5e7-4f2e-aa74-7b8228abd456\",\r\n \"ipAddress\": \"172.171.48.237\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/frontendIPConfigurations/appGwPublicFrontendIpIPv4\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"newgateway\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/newgateway\",\r\n \"etag\": \"W/\\\"51240d9a-3452-4ba6-9dce-9ff234561762\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3faded4b-1171-4839-a516-96ab52d2e7f8\",\r\n \"ipAddress\": \"172.210.114.165\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/frontendIPConfigurations/appGwPublicFrontendIpIPv4\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"suraj-test-1\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/suraj-test-1\",\r\n \"etag\": \"W/\\\"55bf31fa-55a1-42e9-b832-874e090d8d51\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2871fcee-6fc5-4a1e-8cda-cba020882979\",\r\n \"ipAddress\": \"13.82.168.100\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworkGateways/suraj-test-1/ipConfigurations/default\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"Test-Dev-Vm-ip\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/Test-Dev-Vm-ip\",\r\n \"etag\": \"W/\\\"f078bddb-fee2-48f3-ad07-c9786dd130ef\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"1b3e19f2-3664-4408-bbcf-c1fd9453c1e9\",\r\n \"ipAddress\": \"20.106.175.159\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/test-dev-vm936_z1/ipConfigurations/ipconfig1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"virtual-dev1-ip\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/virtual-dev1-ip\",\r\n \"etag\": \"W/\\\"5b1a88c0-1e85-48c4-8ea8-1fb89fb59682\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"3f078af8-ba66-4a2c-a2aa-b8651448a2dd\",\r\n \"ipAddress\": \"172.203.231.16\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/virtual-dev1501_z1/ipConfigurations/ipconfig1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"VMFromImageip150\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/VMFromImageip150\",\r\n \"etag\": \"W/\\\"773b07af-4b67-48fa-90e1-8ae42a887089\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"679616b1-fc28-443c-ab56-a5becde83577\",\r\n \"ipAddress\": \"74.235.110.3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/vmfromimage459_z1/ipConfigurations/ipconfig1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"60491552-092a-4c22-8651-34df579e9151\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/publicIPAddresses/60491552-092a-4c22-8651-34df579e9151\",\r\n \"etag\": \"W/\\\"cdd2e966-ed6e-4a7a-b333-f0dd55056da2\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"aks-managed-cluster-name\": \"suraj-test-j1dev\",\r\n \"aks-managed-cluster-rg\": \"j1dev\",\r\n \"aks-managed-type\": \"aks-slb-managed-outbound-ip\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"f687a07d-1d7b-4352-a87f-f539275458db\",\r\n \"ipAddress\": \"4.255.87.121\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/loadBalancers/kubernetes/frontendIPConfigurations/60491552-092a-4c22-8651-34df579e9151\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"01ab397a-3ed2-471a-834b-c3886855137e\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/publicIPAddresses/01ab397a-3ed2-471a-834b-c3886855137e\",\r\n \"etag\": \"W/\\\"6e2feedf-22ce-44d3-bc07-9c6f55a1b058\\\"\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"aks-managed-cluster-name\": \"kubernetes-cluster\",\r\n \"aks-managed-cluster-rg\": \"kubernetes-cluster_group\",\r\n \"aks-managed-type\": \"aks-slb-managed-outbound-ip\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e8863160-e9a0-45eb-936a-0e66439531d2\",\r\n \"ipAddress\": \"4.156.19.221\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/loadBalancers/kubernetes/frontendIPConfigurations/01ab397a-3ed2-471a-834b-c3886855137e\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"ActiveDirectoryIntegration-ip\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/publicIPAddresses/ActiveDirectoryIntegration-ip\",\r\n \"etag\": \"W/\\\"82dc9d0e-b39d-4243-b028-2d4cabfbbeac\\\"\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2563f0fe-7c03-4d5d-b0a0-2340fc6253c3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkInterfaces/activedirectoryin213/ipConfigurations/ipconfig1\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n },\r\n {\r\n \"name\": \"surajtest\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/publicIPAddresses/surajtest\",\r\n \"etag\": \"W/\\\"1bbbbb52-2c8d-4697-a61f-a3cc9973f33e\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0341fcb5-b435-46aa-8f32-7e89a18598b2\",\r\n \"ipAddress\": \"172.212.99.238\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n },\r\n {\r\n \"name\": \"surajtest1\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/publicIPAddresses/surajtest1\",\r\n \"etag\": \"W/\\\"9775537e-0435-4e15-baa1-b835cbb251db\\\"\",\r\n \"location\": \"eastus\",\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e4dd1709-061f-4bec-b489-15358d8e4d4c\",\r\n \"ipAddress\": \"172.212.99.237\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n }\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "11881" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "49afc666-9ea7-4a3c-9a97-8bcde26f6aa3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ad28b90a-a2ef-4253-bb03-201299058fd3" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "ddc00402-97bd-4a64-9c44-0f90455e66a2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073431Z:ad28b90a-a2ef-4253-bb03-201299058fd3" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1BD30E70C77F4EF9BE944238F0B8BE71 Ref B: MAA201060513027 Ref C: 2024-03-27T07:34:31Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:31.423Z", + "time": 694, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 694 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 4, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "edf4656b-ca15-4f45-987e-5f3a6d572517" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528472\",\"not_before\":\"1711524572\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:34:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "edf4656b-ca15-4f45-987e-5f3a6d572517" + }, + { + "name": "x-ms-request-id", + "value": "e58a7718-9e64-472e-9d38-fce8304d7e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:32 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:32.124Z", + "time": 463, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 463 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 4, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bda7c67c-cfda-4145-97bf-7cdb7494aac4" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "bb1f3c4b-3c28-46ed-ad5a-6f86240888ad" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bb1f3c4b-3c28-46ed-ad5a-6f86240888ad" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073432Z:bb1f3c4b-3c28-46ed-ad5a-6f86240888ad" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E55C321EB0524CAEAB04EB5E276BB6C0 Ref B: MAA201060513023 Ref C: 2024-03-27T07:34:32Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:32.599Z", + "time": 330, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 330 + } + }, + { + "_id": "0ef1fe941b6c0776ac33d398912b9193", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ae3d2150-6e24-4a6f-8cd1-c3492997dd37" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1965, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/demoipaddress/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "4c3762fa-ed36-4ace-99d3-7b4bab0935aa" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "84b9ce18-f820-4dfa-b7a1-d752021e9198" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T073434Z:84b9ce18-f820-4dfa-b7a1-d752021e9198" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 63A592823A524D4A822CC50EFF334A07 Ref B: MAA201060515045 Ref C: 2024-03-27T07:34:33Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:32.935Z", + "time": 1736, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1736 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 5, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "7d105a86-0d21-4c69-b77a-1008d0475b26" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528475\",\"not_before\":\"1711524575\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:34:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "7d105a86-0d21-4c69-b77a-1008d0475b26" + }, + { + "name": "x-ms-request-id", + "value": "bf4cf1fc-ec52-4bd6-816c-d92787092301" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:34 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:34.689Z", + "time": 697, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 697 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 5, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b8263e49-17f5-49ee-a568-d54447a45955" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "e38b58f7-397a-40f0-80d7-28eeb2782479" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e38b58f7-397a-40f0-80d7-28eeb2782479" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073435Z:e38b58f7-397a-40f0-80d7-28eeb2782479" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FC9DFF96793F4C1392FEBC9B726AC6CE Ref B: MAA201060516045 Ref C: 2024-03-27T07:34:35Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:35.393Z", + "time": 297, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 297 + } + }, + { + "_id": "e34fcec442e49d45d7b3e902aa59d174", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f92ef744-d12f-4759-9e3d-8e564ed93b4a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1955, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/new/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "e009702f-477b-47fb-a47b-eea6f58a6c0c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5dff5605-f672-4050-bcfe-2d06936ed71e" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073436Z:5dff5605-f672-4050-bcfe-2d06936ed71e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 560AC09700A84F3FA249C98C5D5882B6 Ref B: MAA201060514035 Ref C: 2024-03-27T07:34:35Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:35.699Z", + "time": 916, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 916 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 6, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "35277edb-0523-491d-869f-7afc6bb95990" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528477\",\"not_before\":\"1711524577\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:34:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "35277edb-0523-491d-869f-7afc6bb95990" + }, + { + "name": "x-ms-request-id", + "value": "167700b3-dfdf-40a3-8772-7ce92d743100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:36 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:36.631Z", + "time": 624, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 624 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 6, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a9ecfa3b-a3f8-4f1c-8530-7920e559ec96" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "46ad01c0-0058-4702-9118-bd81d8c19b64" + }, + { + "name": "x-ms-correlation-request-id", + "value": "46ad01c0-0058-4702-9118-bd81d8c19b64" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073437Z:46ad01c0-0058-4702-9118-bd81d8c19b64" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E5D4A3CBC4424F1F80C223E391DBD431 Ref B: MAA201060515045 Ref C: 2024-03-27T07:34:37Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:36 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:37.263Z", + "time": 278, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 278 + } + }, + { + "_id": "c6faeb83b558c9018829fde63711425a", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c5b57181-c4fc-4e65-8b7d-b6aa0dab1579" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1962, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/newgateway/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "99a4d0e1-9657-4457-b664-ab6abbfa4993" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a792a405-2ed1-4760-abbe-6213c0256f00" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073439Z:a792a405-2ed1-4760-abbe-6213c0256f00" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F2D652878C2B4D8BAACA656978036072 Ref B: MAA201060515045 Ref C: 2024-03-27T07:34:37Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:38 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:37.545Z", + "time": 1836, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1836 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 7, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9e7988dd-67c2-42c3-bd37-a57ae46f8f49" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528479\",\"not_before\":\"1711524579\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:34:39.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9e7988dd-67c2-42c3-bd37-a57ae46f8f49" + }, + { + "name": "x-ms-request-id", + "value": "47749043-e3af-4991-a94a-e6174a5cd700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:34:39 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:39.387Z", + "time": 607, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 607 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 7, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ddc25dfa-f1f4-464b-b1b1-528d108ed292" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "b8068149-8f31-4143-a019-9aead9a9d510" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b8068149-8f31-4143-a019-9aead9a9d510" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073515Z:b8068149-8f31-4143-a019-9aead9a9d510" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CE822B419B444EACB7CF5591CB439FD3 Ref B: MAA201060516029 Ref C: 2024-03-27T07:35:15Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:34:40.003Z", + "time": 35906, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35906 + } + }, + { + "_id": "3716001144baab6fc9c6fec2202e3f76", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9197b5e6-959d-4473-a294-1403b28a66f8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1964, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/suraj-test-1/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "daf4bde5-b03e-43d1-9b1d-95461521befb" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c3be7602-b99a-446f-931d-bea79ec64039" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073516Z:c3be7602-b99a-446f-931d-bea79ec64039" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 88DB5A036CFE45AD80EB3A89B0264E85 Ref B: MAA201060513045 Ref C: 2024-03-27T07:35:16Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:15.914Z", + "time": 1067, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1067 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 8, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "106b1702-d3b5-4fa8-bcc3-a33042f9ebab" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528517\",\"not_before\":\"1711524617\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:35:17.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "106b1702-d3b5-4fa8-bcc3-a33042f9ebab" + }, + { + "name": "x-ms-request-id", + "value": "3d213653-89a2-4774-8e92-0ed881c8cf00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:17 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:16.999Z", + "time": 578, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 578 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 8, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f9593f56-fee5-4270-92fa-6d0d17abc59e" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "1a0dab49-8657-4b65-93ca-2df03a9c716c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1a0dab49-8657-4b65-93ca-2df03a9c716c" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073517Z:1a0dab49-8657-4b65-93ca-2df03a9c716c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5D4BC1FB9025468ABAE8BEB1AAEF1FC4 Ref B: MAA201060513039 Ref C: 2024-03-27T07:35:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:17 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:17.585Z", + "time": 324, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 324 + } + }, + { + "_id": "62343e0ef8b4849293b12e546922b460", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4ef05344-ba30-487b-b3a7-d90e6c88db88" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1966, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/Test-Dev-Vm-ip/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "9cd43f87-54d6-40ab-b987-f2fd6c0e2c91" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2869cd09-f9e6-40bc-b4a2-c11edd44a44c" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073518Z:2869cd09-f9e6-40bc-b4a2-c11edd44a44c" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8BD1FE8EC98A4FB5BC825273817A5267 Ref B: MAA201060513047 Ref C: 2024-03-27T07:35:18Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:17.920Z", + "time": 811, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 811 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 9, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "8dfc32d5-3f2a-41e7-8f55-74ecd552f090" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528519\",\"not_before\":\"1711524619\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:35:19.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "8dfc32d5-3f2a-41e7-8f55-74ecd552f090" + }, + { + "name": "x-ms-request-id", + "value": "7da80b5e-0351-4a8f-91f5-d95072ecf300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:19 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:18.747Z", + "time": 508, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 508 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 9, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4dc752b4-5b92-452d-b12e-8d2d68ccfeec" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "21588ca1-d87e-4613-8e5b-2f505a9a1100" + }, + { + "name": "x-ms-correlation-request-id", + "value": "21588ca1-d87e-4613-8e5b-2f505a9a1100" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073519Z:21588ca1-d87e-4613-8e5b-2f505a9a1100" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 87D861CF85724914B63CD3C87CC0A4CB Ref B: MAA201060514033 Ref C: 2024-03-27T07:35:19Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:19.263Z", + "time": 233, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 233 + } + }, + { + "_id": "360d4779515407450d03679a627a6e01", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4b4fe319-4d2f-44d0-8dc3-1cd47fd5ea4b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1967, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/virtual-dev1-ip/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "83118a56-8b26-4862-a44d-bf30715b83f2" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "862ffed7-44d9-45f6-b4ce-94fc1aaf1634" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T073520Z:862ffed7-44d9-45f6-b4ce-94fc1aaf1634" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 46D37E2E3C53433D9132222A42947B11 Ref B: MAA201060513011 Ref C: 2024-03-27T07:35:19Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:19.500Z", + "time": 1286, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1286 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 10, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "36950178-760c-4fb6-8509-8b1e82e22625" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528521\",\"not_before\":\"1711524621\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:35:21.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "36950178-760c-4fb6-8509-8b1e82e22625" + }, + { + "name": "x-ms-request-id", + "value": "3da1ace3-b10b-4643-9f91-d5726b7c2f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:20 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:20.793Z", + "time": 459, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 459 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 10, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "77ecf2fe-13b2-4fba-ae1c-cb097fd6399d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "4c412581-4812-42dc-9a8b-a156aa693ee4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4c412581-4812-42dc-9a8b-a156aa693ee4" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073521Z:4c412581-4812-42dc-9a8b-a156aa693ee4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 30205E04E0EB4EA99993D9450761AA8A Ref B: MAA201060515045 Ref C: 2024-03-27T07:35:21Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:21.260Z", + "time": 404, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 404 + } + }, + { + "_id": "ebfb9d90331fb0a1dafc29308198b2d2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "75215117-d959-47bc-a2f8-9554ad5f2a6a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1968, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/VMFromImageip150/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "e72a16c1-29b4-4780-a89d-2e77c9acce5b" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3faae124-a03c-4163-9ceb-ff54ff2acf35" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073522Z:3faae124-a03c-4163-9ceb-ff54ff2acf35" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4DC38D43607949B9A5D81C4F33006529 Ref B: MAA201060514027 Ref C: 2024-03-27T07:35:21Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:22 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:21.677Z", + "time": 1081, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1081 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 11, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "68ac6cb6-ada1-4219-ae1f-975a4e514e23" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528522\",\"not_before\":\"1711524622\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:35:23.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "68ac6cb6-ada1-4219-ae1f-975a4e514e23" + }, + { + "name": "x-ms-request-id", + "value": "0977f674-eb51-4d6a-9cf6-be35d11b3901" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:22 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:22.764Z", + "time": 416, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 416 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 11, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4b4f0b52-9979-40df-93d1-86e022b7345a" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "2a4d702b-eb37-4240-a8db-1769fe5b7d94" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2a4d702b-eb37-4240-a8db-1769fe5b7d94" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073523Z:2a4d702b-eb37-4240-a8db-1769fe5b7d94" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 02F48A7C974E42479192062B64B667A4 Ref B: MAA201060514031 Ref C: 2024-03-27T07:35:23Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:22 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:23.191Z", + "time": 232, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 232 + } + }, + { + "_id": "57b32df8920db6103d2e7da2b8033aad", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "aa14e28a-dc27-4824-ae38-e2432c0164c5" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 2015, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/publicIPAddresses/60491552-092a-4c22-8651-34df579e9151/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "e28372bb-fcbe-4241-9049-7cca9a9104c5" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f09eedc2-da2e-4b9d-b5c2-0e49f7fca5b3" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073526Z:f09eedc2-da2e-4b9d-b5c2-0e49f7fca5b3" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0C549C30670E41F1BBF9B31BD2B2560A Ref B: MAA201060516021 Ref C: 2024-03-27T07:35:23Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:23.435Z", + "time": 2923, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2923 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 12, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "92c8aa27-7756-4f36-845b-9084a7edf9e4" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528526\",\"not_before\":\"1711524626\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:35:26.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "92c8aa27-7756-4f36-845b-9084a7edf9e4" + }, + { + "name": "x-ms-request-id", + "value": "46c8ad78-62ba-457a-9591-778187c61b01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:26 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:26.364Z", + "time": 383, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 383 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 12, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "035661f4-6173-4280-ac22-7afcb8d1cc22" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "ffc8f689-98e8-46ce-bdc1-16f90f8f27e1" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ffc8f689-98e8-46ce-bdc1-16f90f8f27e1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073526Z:ffc8f689-98e8-46ce-bdc1-16f90f8f27e1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7E8BAD877BD3438C80CFEA6A53670811 Ref B: MAA201060515023 Ref C: 2024-03-27T07:35:26Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:26.756Z", + "time": 343, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 343 + } + }, + { + "_id": "82b31586763441b8b0601aab8c5fd5eb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "dda8d1c2-f3e8-4e55-85b5-e67ce5a17b5a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 2036, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/publicIPAddresses/01ab397a-3ed2-471a-834b-c3886855137e/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "6e8b3a5c-c629-4c60-863c-963100618809" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f0c18684-4b11-497b-acb2-6a4b057025bf" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073528Z:f0c18684-4b11-497b-acb2-6a4b057025bf" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C76808E571204CE68354A6D783AE6AA3 Ref B: MAA201060514039 Ref C: 2024-03-27T07:35:27Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:27.105Z", + "time": 962, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 962 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 13, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "ff2bdf52-6eea-418b-9cc2-ede57f34dbd0" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528528\",\"not_before\":\"1711524628\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:35:28.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "ff2bdf52-6eea-418b-9cc2-ede57f34dbd0" + }, + { + "name": "x-ms-request-id", + "value": "bf4eb878-e379-474c-85fd-8968f84a0c01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:28 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:28.077Z", + "time": 456, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 456 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 13, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f88c3495-37cd-4fc5-8fe2-c2759252edd7" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "3024fbc4-7a7c-4e58-9c63-408dbdfc5e9f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3024fbc4-7a7c-4e58-9c63-408dbdfc5e9f" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073528Z:3024fbc4-7a7c-4e58-9c63-408dbdfc5e9f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C2547B637739493198A23A48277CDADD Ref B: MAA201060515029 Ref C: 2024-03-27T07:35:28Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:28 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:28.546Z", + "time": 314, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 314 + } + }, + { + "_id": "a55d71e235400cf0c9f25505051d5ab7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1db513c6-c216-485c-aff9-5ee9f6646774" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1986, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/publicIPAddresses/ActiveDirectoryIntegration-ip/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "22732419-0afb-49d3-ba21-d9b4324c7417" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "849e24e0-1baf-4417-8328-b79981973411" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073530Z:849e24e0-1baf-4417-8328-b79981973411" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B04F8A6925ED43D5993A2FD9B922114D Ref B: MAA201060513011 Ref C: 2024-03-27T07:35:29Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:28.869Z", + "time": 1642, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1642 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 14, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "13df3e59-9ba8-49b5-bbea-393218ed6310" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528530\",\"not_before\":\"1711524630\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:35:30.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "13df3e59-9ba8-49b5-bbea-393218ed6310" + }, + { + "name": "x-ms-request-id", + "value": "fa91f6a3-ff64-42c5-a73a-9d75c93cf700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:30 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:30.523Z", + "time": 433, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 433 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 14, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "08adc891-d776-4cee-a7bd-8fc9c22aa37d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "b0871137-79cc-4679-a6bc-0ae845d9f4e5" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b0871137-79cc-4679-a6bc-0ae845d9f4e5" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073531Z:b0871137-79cc-4679-a6bc-0ae845d9f4e5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 27731FB2309541F3A6D4F8CFDE691BD8 Ref B: MAA201060516035 Ref C: 2024-03-27T07:35:31Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:30.968Z", + "time": 443, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 443 + } + }, + { + "_id": "b75e969f1a6e4b2b27675584f33c6c95", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0c962bfa-fbbb-444c-bd67-d7bd1f2622cd" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1970, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/publicIPAddresses/surajtest/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "876ce24d-16a0-42c9-81cd-6c92086f26c5" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "165a622b-c41b-419a-bc65-cd52db2c3162" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073532Z:165a622b-c41b-419a-bc65-cd52db2c3162" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 88D7FDA0B188405EAC145F064E43B628 Ref B: MAA201060516017 Ref C: 2024-03-27T07:35:31Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:31.416Z", + "time": 947, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 947 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 15, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "23a83be3-166a-42e7-9f32-aec5579e976c" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528532\",\"not_before\":\"1711524632\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:35:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "23a83be3-166a-42e7-9f32-aec5579e976c" + }, + { + "name": "x-ms-request-id", + "value": "c5dd6752-d2fe-4984-9d18-7864e6ebb500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:32 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:32.369Z", + "time": 465, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 465 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 15, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "13ef026d-2378-46db-8ff0-b27f900da844" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "21ad1e8b-ab57-4635-831d-43ae66a9778c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "21ad1e8b-ab57-4635-831d-43ae66a9778c" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073533Z:21ad1e8b-ab57-4635-831d-43ae66a9778c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: ACC90475C9E4459C9E00542CE20E68D5 Ref B: MAA201060513053 Ref C: 2024-03-27T07:35:33Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:35:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:32.846Z", + "time": 398, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 398 + } + }, + { + "_id": "91691e95a609e31abdf04847de81aeb4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0922d9ad-6b14-4c73-98b2-841c1e82c113" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1971, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/publicIPAddresses/surajtest1/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "36778837-7d4f-422a-b234-4f450ec0982f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3354318f-3fd6-4a74-a542-d69474ef8a5f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073609Z:3354318f-3fd6-4a74-a542-d69474ef8a5f" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7B25198FBD8641EEA10B87062CDCC9AA Ref B: MAA201060513035 Ref C: 2024-03-27T07:36:09Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:09 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:35:33.248Z", + "time": 36592, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36592 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 16, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "f26dd235-bd17-4d49-aa63-751d7903d05f" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528570\",\"not_before\":\"1711524670\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:10.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "f26dd235-bd17-4d49-aa63-751d7903d05f" + }, + { + "name": "x-ms-request-id", + "value": "08fb10a2-aa49-4b68-9807-e98bd7150601" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:09 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:09.853Z", + "time": 622, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 622 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 16, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d77c3105-77d5-4558-a526-59854a526226" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "74e40ece-1539-4dfd-9d1e-f4b3ebf0d973" + }, + { + "name": "x-ms-correlation-request-id", + "value": "74e40ece-1539-4dfd-9d1e-f4b3ebf0d973" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073610Z:74e40ece-1539-4dfd-9d1e-f4b3ebf0d973" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 491C480397544D9B9BD88B04944B2BAB Ref B: MAA201060516047 Ref C: 2024-03-27T07:36:10Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:09 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:10.480Z", + "time": 323, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 323 + } + }, + { + "_id": "0497df256d5c3ad87c283e7246a59561", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8545387c-76b0-4ee4-85c8-1ddb50386eb9" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1874, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/networkInterfaces?api-version=2019-12-01" + }, + "response": { + "bodySize": 20754, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 20754, + "text": "{\"value\":[{\"name\":\"int-02\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/int-02\",\"etag\":\"W/\\\"2384b4b5-fc11-41c9-8bab-04012c3bc859\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"61ebf86f-8d76-484c-8a85-423af0333227\",\"ipConfigurations\":[{\"name\":\"ipconfig1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/int-02/ipConfigurations/ipconfig1\",\"etag\":\"W/\\\"2384b4b5-fc11-41c9-8bab-04012c3bc859\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.15.0.7\",\"privateIPAllocationMethod\":\"Dynamic\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection/subnets/default\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\"}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[]},\"enableAcceleratedNetworking\":false,\"enableIPForwarding\":false,\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgint-02\"},\"primary\":false,\"virtualMachine\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Compute/virtualMachines/Test-Dev-Vm\"},\"hostedWorkloads\":[],\"tapConfigurations\":[],\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"eastus\"},{\"name\":\"j1dev-purview-db-test-nic\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/j1dev-purview-db-test-nic\",\"etag\":\"W/\\\"ebcf716a-387a-4a38-9216-3ac963cb69ac\\\"\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"a6dc119b-d61c-48a1-b82e-a7951889e4d5\",\"ipConfigurations\":[{\"name\":\"privateEndpointIpConfig.252983b8-ea85-483c-bd85-6f8d6b70ce0c\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/j1dev-purview-db-test-nic/ipConfigurations/privateEndpointIpConfig.252983b8-ea85-483c-bd85-6f8d6b70ce0c\",\"etag\":\"W/\\\"ebcf716a-387a-4a38-9216-3ac963cb69ac\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.6.0.9\",\"privateIPAllocationMethod\":\"Dynamic\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet/subnets/default\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\",\"privateLinkConnectionProperties\":{\"groupId\":\"sqlServer\",\"requiredMemberName\":\"sqlServer\",\"fqdns\":[]}}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[],\"internalDomainNameSuffix\":\"oipfwnijg2hexlv4f1mw1ugjgg.bx.internal.cloudapp.net\"},\"macAddress\":\"\",\"enableAcceleratedNetworking\":false,\"enableIPForwarding\":false,\"hostedWorkloads\":[],\"tapConfigurations\":[],\"privateEndpoint\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/privateEndpoints/j1dev-purview-db-test\"},\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"eastus\"},{\"name\":\"test-dev-vm936_z1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/test-dev-vm936_z1\",\"etag\":\"W/\\\"e73de3a2-cba7-4677-8d28-a1ae6e6d2ca0\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"ec75b5c5-154f-4986-9c7b-272b92ae1153\",\"ipConfigurations\":[{\"name\":\"ipconfig1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/test-dev-vm936_z1/ipConfigurations/ipconfig1\",\"etag\":\"W/\\\"e73de3a2-cba7-4677-8d28-a1ae6e6d2ca0\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.15.0.5\",\"privateIPAllocationMethod\":\"Dynamic\",\"publicIPAddress\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/Test-Dev-Vm-ip\"},\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection/subnets/default\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\",\"applicationSecurityGroups\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationSecurityGroups/TestAppSecGroup\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationSecurityGroups/new-application-security-group\"}]}},{\"name\":\"ipconfig_02\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/test-dev-vm936_z1/ipConfigurations/ipconfig_02\",\"etag\":\"W/\\\"e73de3a2-cba7-4677-8d28-a1ae6e6d2ca0\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.15.0.6\",\"privateIPAllocationMethod\":\"Static\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection/subnets/default\"},\"primary\":false,\"privateIPAddressVersion\":\"IPv4\",\"applicationSecurityGroups\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationSecurityGroups/TestAppSecGroup\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationSecurityGroups/new-application-security-group\"}]}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[]},\"macAddress\":\"60-45-BD-DB-E6-36\",\"enableAcceleratedNetworking\":true,\"enableIPForwarding\":true,\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg\"},\"primary\":true,\"virtualMachine\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Compute/virtualMachines/Test-Dev-Vm\"},\"hostedWorkloads\":[],\"tapConfigurations\":[],\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"eastus\"},{\"name\":\"virtual-dev1501_z1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/virtual-dev1501_z1\",\"etag\":\"W/\\\"abc6c547-6bc3-4d34-b67a-3ff38289f4a2\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"ada67fc8-6afc-4812-8985-de4289d644a7\",\"ipConfigurations\":[{\"name\":\"ipconfig1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/virtual-dev1501_z1/ipConfigurations/ipconfig1\",\"etag\":\"W/\\\"abc6c547-6bc3-4d34-b67a-3ff38289f4a2\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.15.0.4\",\"privateIPAllocationMethod\":\"Dynamic\",\"publicIPAddress\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/virtual-dev1-ip\"},\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection/subnets/default\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\",\"applicationSecurityGroups\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationSecurityGroups/TestAppSecGroup\"}]}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[]},\"macAddress\":\"00-22-48-20-F2-62\",\"enableAcceleratedNetworking\":true,\"enableIPForwarding\":false,\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg\"},\"hostedWorkloads\":[],\"tapConfigurations\":[],\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"eastus\"},{\"name\":\"vmfromimage459_z1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/vmfromimage459_z1\",\"etag\":\"W/\\\"7a61d92b-c7e5-46bf-a304-ec6fe7d3c3db\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"d3005cf5-6dcb-4fb8-801e-ddfb20261d4c\",\"ipConfigurations\":[{\"name\":\"ipconfig1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/vmfromimage459_z1/ipConfigurations/ipconfig1\",\"etag\":\"W/\\\"7a61d92b-c7e5-46bf-a304-ec6fe7d3c3db\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.6.0.7\",\"privateIPAllocationMethod\":\"Dynamic\",\"publicIPAddress\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/VMFromImageip150\"},\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet/subnets/default\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\"}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[]},\"macAddress\":\"00-22-48-1F-96-28\",\"enableAcceleratedNetworking\":false,\"enableIPForwarding\":false,\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367\"},\"hostedWorkloads\":[],\"tapConfigurations\":[],\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"eastus\"},{\"name\":\"vmfromsharedimage78_z1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/vmfromsharedimage78_z1\",\"etag\":\"W/\\\"11f7996c-b1f3-4ddc-92cd-01d8b94d7128\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"a711dd39-4630-4f5a-85cd-0fd495e6223f\",\"ipConfigurations\":[{\"name\":\"ipconfig1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/vmfromsharedimage78_z1/ipConfigurations/ipconfig1\",\"etag\":\"W/\\\"11f7996c-b1f3-4ddc-92cd-01d8b94d7128\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.6.0.8\",\"privateIPAllocationMethod\":\"Dynamic\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet/subnets/default\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\"}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[]},\"macAddress\":\"60-45-BD-D4-04-C5\",\"enableAcceleratedNetworking\":false,\"enableIPForwarding\":false,\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg\"},\"hostedWorkloads\":[],\"tapConfigurations\":[],\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"eastus\"},{\"name\":\"activedirectoryin213\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkInterfaces/activedirectoryin213\",\"etag\":\"W/\\\"13c564f5-651b-4902-aac5-ff0bbb5deedf\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"fc00d64a-7e8d-499e-8c41-95c918b2c4ea\",\"ipConfigurations\":[{\"name\":\"ipconfig1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkInterfaces/activedirectoryin213/ipConfigurations/ipconfig1\",\"etag\":\"W/\\\"13c564f5-651b-4902-aac5-ff0bbb5deedf\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.1.0.10\",\"privateIPAllocationMethod\":\"Dynamic\",\"publicIPAddress\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/publicIPAddresses/ActiveDirectoryIntegration-ip\"},\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/virtualNetworks/Stefan_VMs-vnet/subnets/default\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\"}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[]},\"macAddress\":\"00-0D-3A-9D-DB-FA\",\"enableAcceleratedNetworking\":false,\"enableIPForwarding\":false,\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg\"},\"hostedWorkloads\":[],\"tapConfigurations\":[],\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"eastus\"},{\"name\":\"anothertestvm456\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkInterfaces/anothertestvm456\",\"etag\":\"W/\\\"8bfd3b75-b66a-4d75-aa54-de930e2e36fd\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"312ccd49-0a9f-4719-b05b-d7575ba417ff\",\"ipConfigurations\":[{\"name\":\"ipconfig1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkInterfaces/anothertestvm456/ipConfigurations/ipconfig1\",\"etag\":\"W/\\\"8bfd3b75-b66a-4d75-aa54-de930e2e36fd\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.1.0.7\",\"privateIPAllocationMethod\":\"Dynamic\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/virtualNetworks/Stefan_VMs-vnet/subnets/default\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\"}},{\"name\":\"ipconfig2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkInterfaces/anothertestvm456/ipConfigurations/ipconfig2\",\"etag\":\"W/\\\"8bfd3b75-b66a-4d75-aa54-de930e2e36fd\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.1.0.8\",\"privateIPAllocationMethod\":\"Dynamic\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/virtualNetworks/Stefan_VMs-vnet/subnets/default\"},\"primary\":false,\"privateIPAddressVersion\":\"IPv4\"}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[]},\"macAddress\":\"00-0D-3A-1F-0B-0B\",\"enableAcceleratedNetworking\":true,\"enableIPForwarding\":false,\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg\"},\"hostedWorkloads\":[],\"tapConfigurations\":[],\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"eastus\"},{\"name\":\"endpoint-test-cameron.nic.24b98d1f-82f6-4960-829b-eb01dfbc91a6\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkInterfaces/endpoint-test-cameron.nic.24b98d1f-82f6-4960-829b-eb01dfbc91a6\",\"etag\":\"W/\\\"3a9e8f76-58ea-4262-b209-e519432b9316\\\"\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"fc7716f2-d846-4ea7-b724-3a670d49427f\",\"ipConfigurations\":[{\"name\":\"privateEndpointIpConfig.dfb335ef-66d7-46a4-8197-35de105c8d3e\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkInterfaces/endpoint-test-cameron.nic.24b98d1f-82f6-4960-829b-eb01dfbc91a6/ipConfigurations/privateEndpointIpConfig.dfb335ef-66d7-46a4-8197-35de105c8d3e\",\"etag\":\"W/\\\"3a9e8f76-58ea-4262-b209-e519432b9316\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"192.168.55.4\",\"privateIPAllocationMethod\":\"Dynamic\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/virtualNetworks/vnet-test-cameron/subnets/subnet-test-cameron\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\",\"privateLinkConnectionProperties\":{\"groupId\":\"namespace\",\"requiredMemberName\":\"namespace\",\"fqdns\":[]}}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[],\"internalDomainNameSuffix\":\"iajw0lot43ku3de3vf1wyopfeh.bx.internal.cloudapp.net\"},\"macAddress\":\"\",\"enableAcceleratedNetworking\":false,\"enableIPForwarding\":false,\"hostedWorkloads\":[],\"tapConfigurations\":[],\"privateEndpoint\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/privateEndpoints/endpoint-test-cameron\"},\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"eastus\"},{\"name\":\"private-endpoint.nic.7d42a76d-176a-4aea-8665-9d9e85b5058c\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkInterfaces/private-endpoint.nic.7d42a76d-176a-4aea-8665-9d9e85b5058c\",\"etag\":\"W/\\\"eba625cb-a63b-40b4-8475-7d541f912893\\\"\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"563f48b8-446f-4767-8ea8-31c5662aa9ed\",\"ipConfigurations\":[{\"name\":\"blob-blob.privateEndpoint\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkInterfaces/private-endpoint.nic.7d42a76d-176a-4aea-8665-9d9e85b5058c/ipConfigurations/blob-blob.privateEndpoint\",\"etag\":\"W/\\\"eba625cb-a63b-40b4-8475-7d541f912893\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.0.0.4\",\"privateIPAllocationMethod\":\"Dynamic\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/virtualNetworks/sample-vn/subnets/default\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\",\"privateLinkConnectionProperties\":{\"groupId\":\"blob\",\"requiredMemberName\":\"blob\",\"fqdns\":[]}}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[],\"internalDomainNameSuffix\":\"402mmtexccfupipfhcygr5v5xb.gx.internal.cloudapp.net\"},\"macAddress\":\"\",\"enableAcceleratedNetworking\":false,\"enableIPForwarding\":false,\"hostedWorkloads\":[],\"tapConfigurations\":[],\"privateEndpoint\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/privateEndpoints/private-endpoint\"},\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"centralus\"},{\"name\":\"lacework-private-endpoint.nic.012d94e3-1ce4-4ee8-8f12-7e66abc40d1d\",\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c/providers/Microsoft.Network/networkInterfaces/lacework-private-endpoint.nic.012d94e3-1ce4-4ee8-8f12-7e66abc40d1d\",\"etag\":\"W/\\\"cf73eb03-8e9f-4047-9c5d-6842bb7ca44a\\\"\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4aed21e6-a7ac-47c5-af0b-c2ce3903b2a1\",\"ipConfigurations\":[{\"name\":\"privateEndpointIpConfig.5837e8ae-f4d9-4447-a8b2-66bbb2b17750\",\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c/providers/Microsoft.Network/networkInterfaces/lacework-private-endpoint.nic.012d94e3-1ce4-4ee8-8f12-7e66abc40d1d/ipConfigurations/privateEndpointIpConfig.5837e8ae-f4d9-4447-a8b2-66bbb2b17750\",\"etag\":\"W/\\\"cf73eb03-8e9f-4047-9c5d-6842bb7ca44a\\\"\",\"type\":\"Microsoft.Network/networkInterfaces/ipConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.0.1.4\",\"privateIPAllocationMethod\":\"Dynamic\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c/providers/Microsoft.Network/virtualNetworks/lacework-vnet/subnets/lacework-subnet\"},\"primary\":true,\"privateIPAddressVersion\":\"IPv4\",\"privateLinkConnectionProperties\":{\"groupId\":\"queue\",\"requiredMemberName\":\"queue\",\"fqdns\":[\"laceworkstoragee263dc6c.queue.core.windows.net\"]}}}],\"dnsSettings\":{\"dnsServers\":[],\"appliedDnsServers\":[],\"internalDomainNameSuffix\":\"z1ecgdnzerwuvjaaexjgnz4oje.xx.internal.cloudapp.net\"},\"macAddress\":\"\",\"enableAcceleratedNetworking\":false,\"enableIPForwarding\":false,\"hostedWorkloads\":[],\"tapConfigurations\":[],\"privateEndpoint\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c/providers/Microsoft.Network/privateEndpoints/lacework-private-endpoint\"},\"nicType\":\"Standard\"},\"type\":\"Microsoft.Network/networkInterfaces\",\"location\":\"westus2\"}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "20754" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-original-request-ids", + "value": "e555cd76-cbb6-4cb8-a4cb-0ade324ac62d, a1071a4c-1f2a-45dd-ba60-b0998f121a3b, 79b31818-3368-42c8-9dd9-69b714d26d5c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11993" + }, + { + "name": "x-ms-request-id", + "value": "d8567947-4e4b-4b8c-8d81-3ec893d7ccfa" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d8567947-4e4b-4b8c-8d81-3ec893d7ccfa" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073611Z:d8567947-4e4b-4b8c-8d81-3ec893d7ccfa" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0C99C00E531A42E9B099179758178A13 Ref B: MAA201060515045 Ref C: 2024-03-27T07:36:10Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:10 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 818, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:10.815Z", + "time": 733, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 733 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 17, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "72897a60-2347-49e3-b427-8d002dfcc91f" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528571\",\"not_before\":\"1711524671\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:11.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "72897a60-2347-49e3-b427-8d002dfcc91f" + }, + { + "name": "x-ms-request-id", + "value": "95017a91-c591-4c04-b201-9eee57f01601" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:11 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:11.558Z", + "time": 468, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 468 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 17, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "22b99004-3526-4b32-a900-8514c72b0700" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "895e9181-bb24-4206-bdd7-0f5c0cd6c056" + }, + { + "name": "x-ms-correlation-request-id", + "value": "895e9181-bb24-4206-bdd7-0f5c0cd6c056" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073612Z:895e9181-bb24-4206-bdd7-0f5c0cd6c056" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DABB6DE0BD9B4891AB501B3EF94BE455 Ref B: MAA201060513019 Ref C: 2024-03-27T07:36:12Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:12.036Z", + "time": 332, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 332 + } + }, + { + "_id": "7150c0743cc36637f4d34bd98872b108", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "34aa41c5-654c-4150-9a16-f53bddcf5901" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1878, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/networkSecurityGroups?api-version=2019-12-01" + }, + "response": { + "bodySize": 249753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 249753, + "text": "{\"value\":[{\"name\":\"asdf-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/asdf-nsg\",\"etag\":\"W/\\\"1bb8b17d-6845-446d-8fed-a6ae56a403c4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"44451a54-6807-4547-96ac-c8a909065537\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/asdf-nsg/securityRules/SSH\",\"etag\":\"W/\\\"1bb8b17d-6845-446d-8fed-a6ae56a403c4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/asdf-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"1bb8b17d-6845-446d-8fed-a6ae56a403c4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/asdf-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"1bb8b17d-6845-446d-8fed-a6ae56a403c4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/asdf-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"1bb8b17d-6845-446d-8fed-a6ae56a403c4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/asdf-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"1bb8b17d-6845-446d-8fed-a6ae56a403c4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/asdf-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"1bb8b17d-6845-446d-8fed-a6ae56a403c4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/asdf-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"1bb8b17d-6845-446d-8fed-a6ae56a403c4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"flowLogs\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG/providers/Microsoft.Network/networkWatchers/NetworkWatcher_eastus/flowLogs/asdf-nsg-asdf_group-flowlog\"}]}},{\"name\":\"basicNsgasdf_groupvnet499-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_groupvnet499-nic01\",\"etag\":\"W/\\\"42d324a1-84fa-4e9f-bc84-66c999820ade\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"1e131470-b0d8-4298-afe1-97b22622d0d8\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_groupvnet499-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"42d324a1-84fa-4e9f-bc84-66c999820ade\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_groupvnet499-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"42d324a1-84fa-4e9f-bc84-66c999820ade\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_groupvnet499-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"42d324a1-84fa-4e9f-bc84-66c999820ade\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_groupvnet499-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"42d324a1-84fa-4e9f-bc84-66c999820ade\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_groupvnet499-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"42d324a1-84fa-4e9f-bc84-66c999820ade\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_groupvnet499-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"42d324a1-84fa-4e9f-bc84-66c999820ade\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"hola-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/hola-nsg\",\"etag\":\"W/\\\"d8023d0d-5db0-4a93-8251-7fba57c01f59\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"15d22e90-24f7-4a35-92ac-3fbb041a0654\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/securityRules/SSH\",\"etag\":\"W/\\\"d8023d0d-5db0-4a93-8251-7fba57c01f59\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"d8023d0d-5db0-4a93-8251-7fba57c01f59\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"d8023d0d-5db0-4a93-8251-7fba57c01f59\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"d8023d0d-5db0-4a93-8251-7fba57c01f59\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"d8023d0d-5db0-4a93-8251-7fba57c01f59\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"d8023d0d-5db0-4a93-8251-7fba57c01f59\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"d8023d0d-5db0-4a93-8251-7fba57c01f59\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"random.vm-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/random.vm-nsg\",\"etag\":\"W/\\\"2844236c-69d4-4c0b-bbbe-56ca0bdeaaeb\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"2487f10f-3ed9-43cf-9c42-65420f7b1599\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/random.vm-nsg/securityRules/SSH\",\"etag\":\"W/\\\"2844236c-69d4-4c0b-bbbe-56ca0bdeaaeb\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/random.vm-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"2844236c-69d4-4c0b-bbbe-56ca0bdeaaeb\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/random.vm-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"2844236c-69d4-4c0b-bbbe-56ca0bdeaaeb\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/random.vm-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"2844236c-69d4-4c0b-bbbe-56ca0bdeaaeb\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/random.vm-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"2844236c-69d4-4c0b-bbbe-56ca0bdeaaeb\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/random.vm-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"2844236c-69d4-4c0b-bbbe-56ca0bdeaaeb\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/random.vm-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"2844236c-69d4-4c0b-bbbe-56ca0bdeaaeb\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"int-cm-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"e8fe2897-e21d-417c-8267-37316a9ca87b\",\"securityRules\":[{\"name\":\"default-allow-rdp\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/securityRules/default-allow-rdp\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"Tcp\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"3389\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":1000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowMyIpAddressCustom1433Inbound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/securityRules/AllowMyIpAddressCustom1433Inbound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"1433\",\"sourceAddressPrefix\":\"136.56.2.241\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":1010,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowMyIpAddressMS_SQLInbound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/securityRules/AllowMyIpAddressMS_SQLInbound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"1433\",\"sourceAddressPrefix\":\"99.149.123.189\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":1020,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAdamIpAddressCustom1433Inbound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/securityRules/AllowAdamIpAddressCustom1433Inbound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"IP address for MSSQL queries from local testing on Adam Pierson's laptop.\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"8.47.102.40\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":1030,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowCidrBlockCustom1433Inbound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/securityRules/AllowCidrBlockCustom1433Inbound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"1433\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":1040,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[\"18.207.9.135\",\"18.210.212.138\",\"34.198.81.122\"],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"66267a1c-f6b4-40e4-baa4-196f54cc0173\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgasdf_group-vnet-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_group-vnet-nic01\",\"etag\":\"W/\\\"db1875b4-46ac-4fa5-b58e-d7d86d264dfd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4fecc7e5-b228-4adb-9527-d97134f2f1bf\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_group-vnet-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"db1875b4-46ac-4fa5-b58e-d7d86d264dfd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_group-vnet-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"db1875b4-46ac-4fa5-b58e-d7d86d264dfd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_group-vnet-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"db1875b4-46ac-4fa5-b58e-d7d86d264dfd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_group-vnet-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"db1875b4-46ac-4fa5-b58e-d7d86d264dfd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_group-vnet-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"db1875b4-46ac-4fa5-b58e-d7d86d264dfd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_group-vnet-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"db1875b4-46ac-4fa5-b58e-d7d86d264dfd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgint-02\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgint-02\",\"etag\":\"W/\\\"26cc679c-ce20-4dfa-9e45-103ee90b2ce8\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"2022820b-808f-4116-8092-b6300703a12d\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgint-02/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"26cc679c-ce20-4dfa-9e45-103ee90b2ce8\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgint-02/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"26cc679c-ce20-4dfa-9e45-103ee90b2ce8\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgint-02/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"26cc679c-ce20-4dfa-9e45-103ee90b2ce8\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgint-02/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"26cc679c-ce20-4dfa-9e45-103ee90b2ce8\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgint-02/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"26cc679c-ce20-4dfa-9e45-103ee90b2ce8\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgint-02/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"26cc679c-ce20-4dfa-9e45-103ee90b2ce8\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"networkInterfaces\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/int-02\"}]}},{\"name\":\"basicNsgj1dev-vnet-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1dev-vnet-nic01\",\"etag\":\"W/\\\"f1b8e115-b1eb-46e2-bacc-f5859030bb35\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"a33c16fd-e1db-4961-838b-6d3654276347\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1dev-vnet-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"f1b8e115-b1eb-46e2-bacc-f5859030bb35\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1dev-vnet-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"f1b8e115-b1eb-46e2-bacc-f5859030bb35\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1dev-vnet-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"f1b8e115-b1eb-46e2-bacc-f5859030bb35\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1dev-vnet-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"f1b8e115-b1eb-46e2-bacc-f5859030bb35\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1dev-vnet-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"f1b8e115-b1eb-46e2-bacc-f5859030bb35\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1dev-vnet-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"f1b8e115-b1eb-46e2-bacc-f5859030bb35\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgj1devvnet124-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet124-nic01\",\"etag\":\"W/\\\"a1d56da5-6a0a-41c3-a071-327c86bb1b10\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"06cac15f-5b50-4cd7-8954-adf4f856c717\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet124-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"a1d56da5-6a0a-41c3-a071-327c86bb1b10\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet124-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"a1d56da5-6a0a-41c3-a071-327c86bb1b10\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet124-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"a1d56da5-6a0a-41c3-a071-327c86bb1b10\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet124-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"a1d56da5-6a0a-41c3-a071-327c86bb1b10\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet124-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"a1d56da5-6a0a-41c3-a071-327c86bb1b10\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet124-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"a1d56da5-6a0a-41c3-a071-327c86bb1b10\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgj1devvnet134-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet134-nic01\",\"etag\":\"W/\\\"ff6d9d10-1198-4d93-ae23-7179b17fcf0a\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"ab6838f7-fb8b-43a5-840e-bf2a0f1900c7\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet134-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"ff6d9d10-1198-4d93-ae23-7179b17fcf0a\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet134-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"ff6d9d10-1198-4d93-ae23-7179b17fcf0a\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet134-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"ff6d9d10-1198-4d93-ae23-7179b17fcf0a\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet134-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"ff6d9d10-1198-4d93-ae23-7179b17fcf0a\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet134-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"ff6d9d10-1198-4d93-ae23-7179b17fcf0a\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet134-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"ff6d9d10-1198-4d93-ae23-7179b17fcf0a\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgj1devvnet292-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet292-nic01\",\"etag\":\"W/\\\"0707809e-c445-4f94-8198-636122789b3d\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"0a24c015-f672-4fde-b24f-351506169b40\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet292-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"0707809e-c445-4f94-8198-636122789b3d\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet292-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"0707809e-c445-4f94-8198-636122789b3d\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet292-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"0707809e-c445-4f94-8198-636122789b3d\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet292-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"0707809e-c445-4f94-8198-636122789b3d\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet292-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"0707809e-c445-4f94-8198-636122789b3d\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet292-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"0707809e-c445-4f94-8198-636122789b3d\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgj1devvnet718-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet718-nic01\",\"etag\":\"W/\\\"276f2610-b016-444d-8821-43e5e3886e98\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"47f4556f-7dd9-41ae-b624-c2b09396a1b6\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet718-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"276f2610-b016-444d-8821-43e5e3886e98\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet718-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"276f2610-b016-444d-8821-43e5e3886e98\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet718-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"276f2610-b016-444d-8821-43e5e3886e98\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet718-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"276f2610-b016-444d-8821-43e5e3886e98\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet718-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"276f2610-b016-444d-8821-43e5e3886e98\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet718-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"276f2610-b016-444d-8821-43e5e3886e98\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"fromImage-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/fromImage-nsg\",\"etag\":\"W/\\\"b21c5e4e-07d3-441f-84d9-b93128863016\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"7805c7e0-b802-420c-b54d-fbff9980fcb5\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/fromImage-nsg/securityRules/SSH\",\"etag\":\"W/\\\"b21c5e4e-07d3-441f-84d9-b93128863016\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/fromImage-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"b21c5e4e-07d3-441f-84d9-b93128863016\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/fromImage-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"b21c5e4e-07d3-441f-84d9-b93128863016\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/fromImage-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"b21c5e4e-07d3-441f-84d9-b93128863016\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/fromImage-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"b21c5e4e-07d3-441f-84d9-b93128863016\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/fromImage-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"b21c5e4e-07d3-441f-84d9-b93128863016\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/fromImage-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"b21c5e4e-07d3-441f-84d9-b93128863016\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"gonzalo-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/gonzalo-nsg\",\"etag\":\"W/\\\"2214578e-bcfc-41da-8a5c-c7dc90a2f4fd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"f1e778c5-ce19-44cd-a662-587997e8615a\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/gonzalo-nsg/securityRules/SSH\",\"etag\":\"W/\\\"2214578e-bcfc-41da-8a5c-c7dc90a2f4fd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/gonzalo-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"2214578e-bcfc-41da-8a5c-c7dc90a2f4fd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/gonzalo-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"2214578e-bcfc-41da-8a5c-c7dc90a2f4fd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/gonzalo-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"2214578e-bcfc-41da-8a5c-c7dc90a2f4fd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/gonzalo-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"2214578e-bcfc-41da-8a5c-c7dc90a2f4fd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/gonzalo-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"2214578e-bcfc-41da-8a5c-c7dc90a2f4fd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/gonzalo-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"2214578e-bcfc-41da-8a5c-c7dc90a2f4fd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"hola-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/hola-nsg\",\"etag\":\"W/\\\"1157d3e1-c019-4c22-aad8-a0f9ac34f07c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4ffc9881-414e-4230-86c8-15e4f04b90f5\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/securityRules/SSH\",\"etag\":\"W/\\\"1157d3e1-c019-4c22-aad8-a0f9ac34f07c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"1157d3e1-c019-4c22-aad8-a0f9ac34f07c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"1157d3e1-c019-4c22-aad8-a0f9ac34f07c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"1157d3e1-c019-4c22-aad8-a0f9ac34f07c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"1157d3e1-c019-4c22-aad8-a0f9ac34f07c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"1157d3e1-c019-4c22-aad8-a0f9ac34f07c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"1157d3e1-c019-4c22-aad8-a0f9ac34f07c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"SQLUnmanagedDisk-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/SQLUnmanagedDisk-nsg\",\"etag\":\"W/\\\"43dbce66-1646-4169-bcac-e40cb9dbdbb3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"9235f074-2ea2-4102-b011-7cfb96833fbc\",\"securityRules\":[{\"name\":\"RDP\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/SQLUnmanagedDisk-nsg/securityRules/RDP\",\"etag\":\"W/\\\"43dbce66-1646-4169-bcac-e40cb9dbdbb3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"3389\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/SQLUnmanagedDisk-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"43dbce66-1646-4169-bcac-e40cb9dbdbb3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/SQLUnmanagedDisk-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"43dbce66-1646-4169-bcac-e40cb9dbdbb3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/SQLUnmanagedDisk-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"43dbce66-1646-4169-bcac-e40cb9dbdbb3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/SQLUnmanagedDisk-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"43dbce66-1646-4169-bcac-e40cb9dbdbb3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/SQLUnmanagedDisk-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"43dbce66-1646-4169-bcac-e40cb9dbdbb3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/SQLUnmanagedDisk-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"43dbce66-1646-4169-bcac-e40cb9dbdbb3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"Test-Dev-Vm-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg\",\"etag\":\"W/\\\"7236f2ad-059e-4b6d-adb5-dec61a440bb7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"0866eaac-659b-44d1-83fd-00cf3647882b\",\"securityRules\":[{\"name\":\"HTTP\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg/securityRules/HTTP\",\"etag\":\"W/\\\"7236f2ad-059e-4b6d-adb5-dec61a440bb7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"80\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAnyCustom8080Inbound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg/securityRules/AllowAnyCustom8080Inbound\",\"etag\":\"W/\\\"7236f2ad-059e-4b6d-adb5-dec61a440bb7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"8080\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":330,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"7236f2ad-059e-4b6d-adb5-dec61a440bb7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"7236f2ad-059e-4b6d-adb5-dec61a440bb7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"7236f2ad-059e-4b6d-adb5-dec61a440bb7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"7236f2ad-059e-4b6d-adb5-dec61a440bb7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"7236f2ad-059e-4b6d-adb5-dec61a440bb7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"7236f2ad-059e-4b6d-adb5-dec61a440bb7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"networkInterfaces\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/test-dev-vm936_z1\"}],\"subnets\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet/subnets/default\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection/subnets/default\"}]}},{\"name\":\"test-integration-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/test-integration-nsg\",\"etag\":\"W/\\\"47d68e92-a813-4ffc-8231-9f17e092c421\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"c4820fc2-2632-4bfe-af97-94c1516a9f30\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/test-integration-nsg/securityRules/SSH\",\"etag\":\"W/\\\"47d68e92-a813-4ffc-8231-9f17e092c421\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/test-integration-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"47d68e92-a813-4ffc-8231-9f17e092c421\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/test-integration-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"47d68e92-a813-4ffc-8231-9f17e092c421\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/test-integration-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"47d68e92-a813-4ffc-8231-9f17e092c421\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/test-integration-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"47d68e92-a813-4ffc-8231-9f17e092c421\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/test-integration-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"47d68e92-a813-4ffc-8231-9f17e092c421\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/test-integration-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"47d68e92-a813-4ffc-8231-9f17e092c421\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"virtual-dev1-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg\",\"etag\":\"W/\\\"147e98e7-f6c3-4f48-a984-cfd30300fd9e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"b589006e-6443-4b5b-8f3f-ed42bf11b1d9\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg/securityRules/SSH\",\"etag\":\"W/\\\"147e98e7-f6c3-4f48-a984-cfd30300fd9e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"147e98e7-f6c3-4f48-a984-cfd30300fd9e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"147e98e7-f6c3-4f48-a984-cfd30300fd9e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"147e98e7-f6c3-4f48-a984-cfd30300fd9e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"147e98e7-f6c3-4f48-a984-cfd30300fd9e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"147e98e7-f6c3-4f48-a984-cfd30300fd9e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"147e98e7-f6c3-4f48-a984-cfd30300fd9e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"networkInterfaces\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/virtual-dev1501_z1\"}]}},{\"name\":\"vm-from-gallery-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-from-gallery-nsg\",\"etag\":\"W/\\\"4e16595a-c813-4b96-9157-844835935a07\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"c37840ed-f3b4-4656-9768-c5a3e900ef96\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-from-gallery-nsg/securityRules/SSH\",\"etag\":\"W/\\\"4e16595a-c813-4b96-9157-844835935a07\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-from-gallery-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"4e16595a-c813-4b96-9157-844835935a07\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-from-gallery-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"4e16595a-c813-4b96-9157-844835935a07\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-from-gallery-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"4e16595a-c813-4b96-9157-844835935a07\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-from-gallery-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"4e16595a-c813-4b96-9157-844835935a07\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-from-gallery-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"4e16595a-c813-4b96-9157-844835935a07\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-from-gallery-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"4e16595a-c813-4b96-9157-844835935a07\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"vm-fromimage-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-fromimage-nsg\",\"etag\":\"W/\\\"c540eed8-f25c-49f9-b019-3697ca8ffeda\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"b6ec98be-a61a-4c23-8cfc-80210e6c6e0c\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-fromimage-nsg/securityRules/SSH\",\"etag\":\"W/\\\"c540eed8-f25c-49f9-b019-3697ca8ffeda\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-fromimage-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"c540eed8-f25c-49f9-b019-3697ca8ffeda\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-fromimage-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"c540eed8-f25c-49f9-b019-3697ca8ffeda\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-fromimage-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"c540eed8-f25c-49f9-b019-3697ca8ffeda\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-fromimage-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"c540eed8-f25c-49f9-b019-3697ca8ffeda\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-fromimage-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"c540eed8-f25c-49f9-b019-3697ca8ffeda\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-fromimage-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"c540eed8-f25c-49f9-b019-3697ca8ffeda\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"VM1-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM1-nsg\",\"etag\":\"W/\\\"fb4d6572-73b9-4e44-9981-e4e37620564b\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"d508e3e3-6a91-449e-8f6c-4d9561e60619\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM1-nsg/securityRules/SSH\",\"etag\":\"W/\\\"fb4d6572-73b9-4e44-9981-e4e37620564b\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM1-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"fb4d6572-73b9-4e44-9981-e4e37620564b\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM1-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"fb4d6572-73b9-4e44-9981-e4e37620564b\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM1-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"fb4d6572-73b9-4e44-9981-e4e37620564b\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM1-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"fb4d6572-73b9-4e44-9981-e4e37620564b\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM1-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"fb4d6572-73b9-4e44-9981-e4e37620564b\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM1-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"fb4d6572-73b9-4e44-9981-e4e37620564b\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"VM2-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM2-nsg\",\"etag\":\"W/\\\"8b61dcda-9ed8-4fa4-8a3f-4408390c47dc\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"ca9712d7-f223-427a-a8be-87574035b7ef\",\"securityRules\":[{\"name\":\"RDP\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM2-nsg/securityRules/RDP\",\"etag\":\"W/\\\"8b61dcda-9ed8-4fa4-8a3f-4408390c47dc\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"3389\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM2-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"8b61dcda-9ed8-4fa4-8a3f-4408390c47dc\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM2-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"8b61dcda-9ed8-4fa4-8a3f-4408390c47dc\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM2-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"8b61dcda-9ed8-4fa4-8a3f-4408390c47dc\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM2-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"8b61dcda-9ed8-4fa4-8a3f-4408390c47dc\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM2-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"8b61dcda-9ed8-4fa4-8a3f-4408390c47dc\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM2-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"8b61dcda-9ed8-4fa4-8a3f-4408390c47dc\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"vmfromimage-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmfromimage-nsg\",\"etag\":\"W/\\\"0d2f700e-8ea8-4398-855e-0ea17d2aed58\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"dd5b7593-d158-4f10-8ad3-09527ce65d54\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmfromimage-nsg/securityRules/SSH\",\"etag\":\"W/\\\"0d2f700e-8ea8-4398-855e-0ea17d2aed58\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmfromimage-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"0d2f700e-8ea8-4398-855e-0ea17d2aed58\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmfromimage-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"0d2f700e-8ea8-4398-855e-0ea17d2aed58\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmfromimage-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"0d2f700e-8ea8-4398-855e-0ea17d2aed58\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmfromimage-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"0d2f700e-8ea8-4398-855e-0ea17d2aed58\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmfromimage-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"0d2f700e-8ea8-4398-855e-0ea17d2aed58\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmfromimage-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"0d2f700e-8ea8-4398-855e-0ea17d2aed58\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"vmFromImagensg120\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmFromImagensg120\",\"etag\":\"W/\\\"f4992bbc-6fc7-4bef-8c04-bcaae87205a2\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"90eb95d2-58c6-4459-895a-ec435e352edd\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmFromImagensg120/securityRules/SSH\",\"etag\":\"W/\\\"f4992bbc-6fc7-4bef-8c04-bcaae87205a2\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmFromImagensg120/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"f4992bbc-6fc7-4bef-8c04-bcaae87205a2\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmFromImagensg120/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"f4992bbc-6fc7-4bef-8c04-bcaae87205a2\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmFromImagensg120/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"f4992bbc-6fc7-4bef-8c04-bcaae87205a2\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmFromImagensg120/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"f4992bbc-6fc7-4bef-8c04-bcaae87205a2\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmFromImagensg120/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"f4992bbc-6fc7-4bef-8c04-bcaae87205a2\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmFromImagensg120/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"f4992bbc-6fc7-4bef-8c04-bcaae87205a2\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"VMFromImagensg187\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg187\",\"etag\":\"W/\\\"1e2ba1d8-a467-423a-b4e7-d1a89f665e1c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"9a9ac87a-771f-458c-8a47-6dff0cf1b222\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg187/securityRules/SSH\",\"etag\":\"W/\\\"1e2ba1d8-a467-423a-b4e7-d1a89f665e1c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg187/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"1e2ba1d8-a467-423a-b4e7-d1a89f665e1c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg187/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"1e2ba1d8-a467-423a-b4e7-d1a89f665e1c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg187/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"1e2ba1d8-a467-423a-b4e7-d1a89f665e1c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg187/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"1e2ba1d8-a467-423a-b4e7-d1a89f665e1c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg187/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"1e2ba1d8-a467-423a-b4e7-d1a89f665e1c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg187/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"1e2ba1d8-a467-423a-b4e7-d1a89f665e1c\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"VMFromImagensg367\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367\",\"etag\":\"W/\\\"e2da39d6-6b87-4522-80cc-05ff08efeb22\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"9ae5ca19-a77b-4ca3-81bc-ec1ae8616565\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367/securityRules/SSH\",\"etag\":\"W/\\\"e2da39d6-6b87-4522-80cc-05ff08efeb22\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"e2da39d6-6b87-4522-80cc-05ff08efeb22\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"e2da39d6-6b87-4522-80cc-05ff08efeb22\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"e2da39d6-6b87-4522-80cc-05ff08efeb22\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"e2da39d6-6b87-4522-80cc-05ff08efeb22\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"e2da39d6-6b87-4522-80cc-05ff08efeb22\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"e2da39d6-6b87-4522-80cc-05ff08efeb22\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"networkInterfaces\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/vmfromimage459_z1\"}]}},{\"name\":\"VMfromsharedimage-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg\",\"etag\":\"W/\\\"2b2f6e41-064b-4174-8291-c876da3acab3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"33092cfa-ca7e-419a-9754-37a84154caf7\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg/securityRules/SSH\",\"etag\":\"W/\\\"2b2f6e41-064b-4174-8291-c876da3acab3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"2b2f6e41-064b-4174-8291-c876da3acab3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"2b2f6e41-064b-4174-8291-c876da3acab3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"2b2f6e41-064b-4174-8291-c876da3acab3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"2b2f6e41-064b-4174-8291-c876da3acab3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"2b2f6e41-064b-4174-8291-c876da3acab3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"2b2f6e41-064b-4174-8291-c876da3acab3\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"networkInterfaces\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkInterfaces/vmfromsharedimage78_z1\"}]}},{\"name\":\"workers-sg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"tags\":{\"application\":\"databricks\",\"databricks-environment\":\"true\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"8d1f57f1-70de-477e-8790-31521db4a81a\",\"securityRules\":[{\"name\":\"databricks-worker-to-worker\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/securityRules/databricks-worker-to-worker\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Required for worker nodes communication within a cluster.\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":200,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"databricks-control-plane-ssh\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/securityRules/databricks-control-plane-ssh\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Required for Databricks control plane management of worker nodes.\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":100,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[\"20.42.4.208/32\",\"20.42.4.210/32\",\"23.101.152.95/32\"],\"destinationAddressPrefixes\":[]}},{\"name\":\"databricks-control-plane-worker-proxy\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/securityRules/databricks-control-plane-worker-proxy\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Required for Databricks control plane communication with worker nodes.\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"5557\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":110,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[\"20.42.4.208/32\",\"20.42.4.210/32\",\"23.101.152.95/32\"],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"8a5d2899-12a1-42d2-a03b-f3987e22f0a0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"subnets\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\"}]}},{\"name\":\"aks-agentpool-40707624-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-40707624-nsg\",\"etag\":\"W/\\\"df144b1d-ec63-4827-af6d-05bcb2c9d3f1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"f0150c8a-4a09-41e2-8610-4b679fe772b4\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-40707624-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"df144b1d-ec63-4827-af6d-05bcb2c9d3f1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-40707624-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"df144b1d-ec63-4827-af6d-05bcb2c9d3f1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-40707624-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"df144b1d-ec63-4827-af6d-05bcb2c9d3f1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-40707624-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"df144b1d-ec63-4827-af6d-05bcb2c9d3f1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-40707624-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"df144b1d-ec63-4827-af6d-05bcb2c9d3f1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-40707624-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"df144b1d-ec63-4827-af6d-05bcb2c9d3f1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"aks-agentpool-39773443-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-39773443-nsg\",\"etag\":\"W/\\\"7aca9a66-eaf3-41b2-8308-18c65eaaab61\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"cdffdde7-6960-4005-a31d-b3e3c46018b7\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-39773443-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"7aca9a66-eaf3-41b2-8308-18c65eaaab61\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-39773443-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"7aca9a66-eaf3-41b2-8308-18c65eaaab61\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-39773443-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"7aca9a66-eaf3-41b2-8308-18c65eaaab61\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-39773443-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"7aca9a66-eaf3-41b2-8308-18c65eaaab61\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-39773443-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"7aca9a66-eaf3-41b2-8308-18c65eaaab61\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-39773443-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"7aca9a66-eaf3-41b2-8308-18c65eaaab61\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"subnets\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/virtualNetworks/aks-vnet-39773443/subnets/aks-subnet\"}]}},{\"name\":\"ActiveDirectoryIntegration-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg\",\"etag\":\"W/\\\"7bce596b-3082-4c79-a879-b8c31977759e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"ea52c7f0-fab4-4ecc-b046-5f139f108a83\",\"securityRules\":[{\"name\":\"Port_8080\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg/securityRules/Port_8080\",\"etag\":\"W/\\\"7bce596b-3082-4c79-a879-b8c31977759e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"389\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":100,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[\"83.245.130.16\",\"188.2.219.35\"],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"7bce596b-3082-4c79-a879-b8c31977759e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"7bce596b-3082-4c79-a879-b8c31977759e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"7bce596b-3082-4c79-a879-b8c31977759e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"7bce596b-3082-4c79-a879-b8c31977759e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"7bce596b-3082-4c79-a879-b8c31977759e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"7bce596b-3082-4c79-a879-b8c31977759e\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"networkInterfaces\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkInterfaces/activedirectoryin213\"}]}},{\"name\":\"AnotherTestVM-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg\",\"etag\":\"W/\\\"8419abb3-376d-4422-be8e-35be664a35e0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"5950eb4f-a8a3-4dd7-923b-1fc9e61e68ad\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg/securityRules/SSH\",\"etag\":\"W/\\\"8419abb3-376d-4422-be8e-35be664a35e0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"8419abb3-376d-4422-be8e-35be664a35e0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"8419abb3-376d-4422-be8e-35be664a35e0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"8419abb3-376d-4422-be8e-35be664a35e0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"8419abb3-376d-4422-be8e-35be664a35e0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"8419abb3-376d-4422-be8e-35be664a35e0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"8419abb3-376d-4422-be8e-35be664a35e0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"networkInterfaces\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkInterfaces/anothertestvm456\"}]}},{\"name\":\"example-vm-01-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/example-vm-01-nsg\",\"etag\":\"W/\\\"9f7db23e-be40-40fb-befc-442f69d262da\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"d6c8a165-4d83-4852-9ec0-ace8283447d7\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/example-vm-01-nsg/securityRules/SSH\",\"etag\":\"W/\\\"9f7db23e-be40-40fb-befc-442f69d262da\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/example-vm-01-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"9f7db23e-be40-40fb-befc-442f69d262da\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/example-vm-01-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"9f7db23e-be40-40fb-befc-442f69d262da\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/example-vm-01-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"9f7db23e-be40-40fb-befc-442f69d262da\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/example-vm-01-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"9f7db23e-be40-40fb-befc-442f69d262da\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/example-vm-01-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"9f7db23e-be40-40fb-befc-442f69d262da\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/example-vm-01-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"9f7db23e-be40-40fb-befc-442f69d262da\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"TestVM-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg\",\"etag\":\"W/\\\"741903c1-0362-4f17-bc40-239936a4d266\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"d6a0cf10-ccd5-4b67-ae01-998c3c6c1659\",\"securityRules\":[{\"name\":\"RDP\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg/securityRules/RDP\",\"etag\":\"W/\\\"741903c1-0362-4f17-bc40-239936a4d266\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"3389\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg/securityRules/SSH\",\"etag\":\"W/\\\"741903c1-0362-4f17-bc40-239936a4d266\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":320,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"741903c1-0362-4f17-bc40-239936a4d266\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"741903c1-0362-4f17-bc40-239936a4d266\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"741903c1-0362-4f17-bc40-239936a4d266\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"741903c1-0362-4f17-bc40-239936a4d266\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"741903c1-0362-4f17-bc40-239936a4d266\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"741903c1-0362-4f17-bc40-239936a4d266\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"network-sg-test-cameron\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/network-sg-test-cameron\",\"etag\":\"W/\\\"3caaf9a1-8221-4e1b-8aa2-d57bd14c3edd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"d9514349-d7e5-4090-b0f9-df204bc2c98e\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/network-sg-test-cameron/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"3caaf9a1-8221-4e1b-8aa2-d57bd14c3edd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/network-sg-test-cameron/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"3caaf9a1-8221-4e1b-8aa2-d57bd14c3edd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/network-sg-test-cameron/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"3caaf9a1-8221-4e1b-8aa2-d57bd14c3edd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/network-sg-test-cameron/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"3caaf9a1-8221-4e1b-8aa2-d57bd14c3edd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/network-sg-test-cameron/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"3caaf9a1-8221-4e1b-8aa2-d57bd14c3edd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/network-sg-test-cameron/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"3caaf9a1-8221-4e1b-8aa2-d57bd14c3edd\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"nsg-test-cameron\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/nsg-test-cameron\",\"etag\":\"W/\\\"715a1fbd-884d-479e-86e4-f6a01309e5f4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"tags\":{\"env\":\"dev\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"185baebc-6a53-4061-b915-7a0f395bf48e\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/nsg-test-cameron/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"715a1fbd-884d-479e-86e4-f6a01309e5f4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/nsg-test-cameron/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"715a1fbd-884d-479e-86e4-f6a01309e5f4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/nsg-test-cameron/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"715a1fbd-884d-479e-86e4-f6a01309e5f4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/nsg-test-cameron/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"715a1fbd-884d-479e-86e4-f6a01309e5f4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/nsg-test-cameron/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"715a1fbd-884d-479e-86e4-f6a01309e5f4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/nsg-test-cameron/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"715a1fbd-884d-479e-86e4-f6a01309e5f4\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"vm-test-cam-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg\",\"etag\":\"W/\\\"30afb790-abfa-4b14-9fac-a82ab607f886\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"tags\":{\"env\":\"dev\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"ff2fb9cd-33fc-4f1e-8b85-e74a44725e85\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg/securityRules/SSH\",\"etag\":\"W/\\\"30afb790-abfa-4b14-9fac-a82ab607f886\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAnyCustom8080Inbound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg/securityRules/AllowAnyCustom8080Inbound\",\"etag\":\"W/\\\"30afb790-abfa-4b14-9fac-a82ab607f886\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"8080\",\"sourceAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":310,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[],\"destinationApplicationSecurityGroups\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/applicationSecurityGroups/appsecgroup-test-cam\"}]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"30afb790-abfa-4b14-9fac-a82ab607f886\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"30afb790-abfa-4b14-9fac-a82ab607f886\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"30afb790-abfa-4b14-9fac-a82ab607f886\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"30afb790-abfa-4b14-9fac-a82ab607f886\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"30afb790-abfa-4b14-9fac-a82ab607f886\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"30afb790-abfa-4b14-9fac-a82ab607f886\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"test-vm-02-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/networkSecurityGroups/test-vm-02-nsg\",\"etag\":\"W/\\\"61593439-a1a6-4ab6-8bd6-64447efb31d7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"92cd6309-264d-4c20-bfbd-281fd6217a13\",\"securityRules\":[{\"name\":\"default-allow-ssh\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/networkSecurityGroups/test-vm-02-nsg/securityRules/default-allow-ssh\",\"etag\":\"W/\\\"61593439-a1a6-4ab6-8bd6-64447efb31d7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":1000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/networkSecurityGroups/test-vm-02-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"61593439-a1a6-4ab6-8bd6-64447efb31d7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/networkSecurityGroups/test-vm-02-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"61593439-a1a6-4ab6-8bd6-64447efb31d7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/networkSecurityGroups/test-vm-02-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"61593439-a1a6-4ab6-8bd6-64447efb31d7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/networkSecurityGroups/test-vm-02-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"61593439-a1a6-4ab6-8bd6-64447efb31d7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/networkSecurityGroups/test-vm-02-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"61593439-a1a6-4ab6-8bd6-64447efb31d7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/networkSecurityGroups/test-vm-02-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"61593439-a1a6-4ab6-8bd6-64447efb31d7\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgvirtualmachine_group-vnet-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvirtualmachine_group-vnet-nic01\",\"etag\":\"W/\\\"b1623457-bc9a-4026-9e4a-5addaa7868c0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"6c97244b-e589-4b5e-b39d-e6c13eb96118\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvirtualmachine_group-vnet-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"b1623457-bc9a-4026-9e4a-5addaa7868c0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvirtualmachine_group-vnet-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"b1623457-bc9a-4026-9e4a-5addaa7868c0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvirtualmachine_group-vnet-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"b1623457-bc9a-4026-9e4a-5addaa7868c0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvirtualmachine_group-vnet-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"b1623457-bc9a-4026-9e4a-5addaa7868c0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvirtualmachine_group-vnet-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"b1623457-bc9a-4026-9e4a-5addaa7868c0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvirtualmachine_group-vnet-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"b1623457-bc9a-4026-9e4a-5addaa7868c0\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"VMFromImage-nsg\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/VMFromImage-nsg\",\"etag\":\"W/\\\"43356755-af7f-4a78-84af-07e45876e343\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"a4625be8-de06-4a4a-88fb-68dbf7bc7034\",\"securityRules\":[{\"name\":\"SSH\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/VMFromImage-nsg/securityRules/SSH\",\"etag\":\"W/\\\"43356755-af7f-4a78-84af-07e45876e343\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/securityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"protocol\":\"TCP\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"22\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":300,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/VMFromImage-nsg/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"43356755-af7f-4a78-84af-07e45876e343\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/VMFromImage-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"43356755-af7f-4a78-84af-07e45876e343\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/VMFromImage-nsg/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"43356755-af7f-4a78-84af-07e45876e343\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/VMFromImage-nsg/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"43356755-af7f-4a78-84af-07e45876e343\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/VMFromImage-nsg/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"43356755-af7f-4a78-84af-07e45876e343\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/VMFromImage-nsg/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"43356755-af7f-4a78-84af-07e45876e343\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgvm-ss2_group-vnet-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvm-ss2_group-vnet-nic01\",\"etag\":\"W/\\\"7b85e51d-b82a-4fbc-a5a3-2492d93b4775\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"a346b78d-1513-4c20-82ac-034e4770f8a9\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvm-ss2_group-vnet-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"7b85e51d-b82a-4fbc-a5a3-2492d93b4775\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvm-ss2_group-vnet-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"7b85e51d-b82a-4fbc-a5a3-2492d93b4775\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvm-ss2_group-vnet-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"7b85e51d-b82a-4fbc-a5a3-2492d93b4775\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvm-ss2_group-vnet-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"7b85e51d-b82a-4fbc-a5a3-2492d93b4775\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvm-ss2_group-vnet-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"7b85e51d-b82a-4fbc-a5a3-2492d93b4775\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvm-ss2_group-vnet-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"7b85e51d-b82a-4fbc-a5a3-2492d93b4775\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgvmScaleSets_group-vnet-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmScaleSets_group-vnet-nic01\",\"etag\":\"W/\\\"3d2c1243-2ecb-42b9-bd1a-93c6dd31e560\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"6249ecb2-366d-41c6-9ca9-691559b07a46\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmScaleSets_group-vnet-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"3d2c1243-2ecb-42b9-bd1a-93c6dd31e560\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmScaleSets_group-vnet-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"3d2c1243-2ecb-42b9-bd1a-93c6dd31e560\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmScaleSets_group-vnet-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"3d2c1243-2ecb-42b9-bd1a-93c6dd31e560\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmScaleSets_group-vnet-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"3d2c1243-2ecb-42b9-bd1a-93c6dd31e560\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmScaleSets_group-vnet-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"3d2c1243-2ecb-42b9-bd1a-93c6dd31e560\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmScaleSets_group-vnet-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"3d2c1243-2ecb-42b9-bd1a-93c6dd31e560\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"basicNsgvmsstest_group-vnet-nic01\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmsstest_group-vnet-nic01\",\"etag\":\"W/\\\"533af68c-13ab-416c-a373-6fca16bfece9\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"14d67b04-f5ea-4cde-a3bb-975029919917\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmsstest_group-vnet-nic01/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"533af68c-13ab-416c-a373-6fca16bfece9\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmsstest_group-vnet-nic01/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"533af68c-13ab-416c-a373-6fca16bfece9\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmsstest_group-vnet-nic01/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"533af68c-13ab-416c-a373-6fca16bfece9\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmsstest_group-vnet-nic01/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"533af68c-13ab-416c-a373-6fca16bfece9\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmsstest_group-vnet-nic01/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"533af68c-13ab-416c-a373-6fca16bfece9\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmsstest_group-vnet-nic01/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"533af68c-13ab-416c-a373-6fca16bfece9\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}},{\"name\":\"NSG\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkSecurityGroups/NSG\",\"etag\":\"W/\\\"f495d7a4-e92f-4ee3-9a06-064b041babe1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"0e112a13-93cf-4ab0-9fce-3c502c55f89d\",\"securityRules\":[],\"defaultSecurityRules\":[{\"name\":\"AllowVnetInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkSecurityGroups/NSG/defaultSecurityRules/AllowVnetInBound\",\"etag\":\"W/\\\"f495d7a4-e92f-4ee3-9a06-064b041babe1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowAzureLoadBalancerInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkSecurityGroups/NSG/defaultSecurityRules/AllowAzureLoadBalancerInBound\",\"etag\":\"W/\\\"f495d7a4-e92f-4ee3-9a06-064b041babe1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow inbound traffic from azure load balancer\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"AzureLoadBalancer\",\"destinationAddressPrefix\":\"*\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllInBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkSecurityGroups/NSG/defaultSecurityRules/DenyAllInBound\",\"etag\":\"W/\\\"f495d7a4-e92f-4ee3-9a06-064b041babe1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all inbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Inbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowVnetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkSecurityGroups/NSG/defaultSecurityRules/AllowVnetOutBound\",\"etag\":\"W/\\\"f495d7a4-e92f-4ee3-9a06-064b041babe1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to all VMs in VNET\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"VirtualNetwork\",\"destinationAddressPrefix\":\"VirtualNetwork\",\"access\":\"Allow\",\"priority\":65000,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"AllowInternetOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkSecurityGroups/NSG/defaultSecurityRules/AllowInternetOutBound\",\"etag\":\"W/\\\"f495d7a4-e92f-4ee3-9a06-064b041babe1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Allow outbound traffic from all VMs to Internet\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"Internet\",\"access\":\"Allow\",\"priority\":65001,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}},{\"name\":\"DenyAllOutBound\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkSecurityGroups/NSG/defaultSecurityRules/DenyAllOutBound\",\"etag\":\"W/\\\"f495d7a4-e92f-4ee3-9a06-064b041babe1\\\"\",\"type\":\"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\"properties\":{\"provisioningState\":\"Succeeded\",\"description\":\"Deny all outbound traffic\",\"protocol\":\"*\",\"sourcePortRange\":\"*\",\"destinationPortRange\":\"*\",\"sourceAddressPrefix\":\"*\",\"destinationAddressPrefix\":\"*\",\"access\":\"Deny\",\"priority\":65500,\"direction\":\"Outbound\",\"sourcePortRanges\":[],\"destinationPortRanges\":[],\"sourceAddressPrefixes\":[],\"destinationAddressPrefixes\":[]}}]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "249753" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-original-request-ids", + "value": "ed4050b0-9c63-47d9-8008-b7b8cdda8390, d8a37095-6b59-4fd1-a233-983f60c00fa5" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "03e1a765-eb67-4622-87e0-8cba75016368" + }, + { + "name": "x-ms-correlation-request-id", + "value": "03e1a765-eb67-4622-87e0-8cba75016368" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T073614Z:03e1a765-eb67-4622-87e0-8cba75016368" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3C60B0F6ED3F45349453984E72CF8975 Ref B: MAA201060514051 Ref C: 2024-03-27T07:36:12Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:13 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 786, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:12.374Z", + "time": 2364, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2364 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 18, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "ec0f8e56-d1cd-443f-a397-b6f10f757e58" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528575\",\"not_before\":\"1711524675\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:15.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "ec0f8e56-d1cd-443f-a397-b6f10f757e58" + }, + { + "name": "x-ms-request-id", + "value": "c12b724a-1b1b-49c4-af16-fa86948bf000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:14 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:14.763Z", + "time": 558, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 558 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 18, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2820f16b-4a2b-4d60-86c8-8b2d6e93035d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "26ae3f01-8777-4d0f-82f3-57daf2fe094f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "26ae3f01-8777-4d0f-82f3-57daf2fe094f" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073615Z:26ae3f01-8777-4d0f-82f3-57daf2fe094f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 63807D3F09894EFDB21BFB310C29D51E Ref B: MAA201060516035 Ref C: 2024-03-27T07:36:15Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:15.329Z", + "time": 345, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 345 + } + }, + { + "_id": "2f2a10a05305ee8a6bff56f66587d67a", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "00df6e5f-ba2d-4321-9d7a-47fd489cebef" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1969, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/asdf-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "e703c8b6-baed-40a4-a39b-bd5722c3a4a0" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4c70cab1-572b-448b-8786-f5c8c4a7e8e5" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T073616Z:4c70cab1-572b-448b-8786-f5c8c4a7e8e5" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D1FE2859E13F456A9EEDE80F14B08339 Ref B: MAA201060515047 Ref C: 2024-03-27T07:36:15Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:15.680Z", + "time": 981, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 981 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 19, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "e6e4c510-937c-4503-ac26-98cc701b4236" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528576\",\"not_before\":\"1711524676\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:17.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "e6e4c510-937c-4503-ac26-98cc701b4236" + }, + { + "name": "x-ms-request-id", + "value": "f714a3fc-bcb5-4642-9cbe-a6fce0e83700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:16 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:16.671Z", + "time": 521, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 521 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 19, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e8c6ee0e-8f83-4e89-ac34-0b41505cf014" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "8d99cec0-6ba8-4b53-8542-f62f0e6e2489" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8d99cec0-6ba8-4b53-8542-f62f0e6e2489" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073617Z:8d99cec0-6ba8-4b53-8542-f62f0e6e2489" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 596BC752C10E4C40B5E0D0AC558D815A Ref B: MAA201060515017 Ref C: 2024-03-27T07:36:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:17 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:17.201Z", + "time": 282, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 282 + } + }, + { + "_id": "3b9db0517e2c5bcef7da8e6bc133e3a1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6edbe699-8dcd-4311-80e3-e11e18f20cad" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1992, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_groupvnet499-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "aec28720-26e1-4329-b37d-cf6bf4ce58f0" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5af6b529-c4d6-44f9-9ec0-69721ec75c5e" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073618Z:5af6b529-c4d6-44f9-9ec0-69721ec75c5e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 21AB17F847494D4BB4578D2E2BD7CCE3 Ref B: MAA201060514009 Ref C: 2024-03-27T07:36:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:17.487Z", + "time": 967, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 967 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 20, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "184bb5c7-7e52-4374-bb25-f4ecfbd6495a" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528578\",\"not_before\":\"1711524678\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:18.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "184bb5c7-7e52-4374-bb25-f4ecfbd6495a" + }, + { + "name": "x-ms-request-id", + "value": "649a86b0-02b1-434a-997a-ebd2e2401a01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:18 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:18.460Z", + "time": 452, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 452 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 20, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "fc409742-1356-4f2e-bd3f-e4aa03772ca5" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "f560a6c2-2a51-4111-b34e-d2ef04824d4a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f560a6c2-2a51-4111-b34e-d2ef04824d4a" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073619Z:f560a6c2-2a51-4111-b34e-d2ef04824d4a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0232BECEE60E4AD1A188E52C189FD542 Ref B: MAA201060516025 Ref C: 2024-03-27T07:36:19Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:18.920Z", + "time": 403, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 403 + } + }, + { + "_id": "21303b4bc3abe3331d0ea80c3718f06d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2c68c74e-1b6c-4910-bfa6-fe77fd5cd9e9" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1969, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "573da635-6987-4f1d-8f43-96b38b0d9117" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f274e24a-28a8-4f39-9550-cb63658138c4" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073620Z:f274e24a-28a8-4f39-9550-cb63658138c4" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 38728C86259B4F5D9D44D9E59070D852 Ref B: MAA201060516053 Ref C: 2024-03-27T07:36:19Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:19.334Z", + "time": 912, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 912 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 21, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9a0e7d27-e673-4ae2-9763-a467b9a7f791" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528580\",\"not_before\":\"1711524680\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:20.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9a0e7d27-e673-4ae2-9763-a467b9a7f791" + }, + { + "name": "x-ms-request-id", + "value": "4ced2ece-fc77-46fd-b0d9-729ce5d31001" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:20 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:20.252Z", + "time": 484, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 484 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 21, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "06c36fd0-0cea-47e1-b68c-d41371910c01" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "3c41ee80-3707-4586-a639-fb19a3c63bcc" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3c41ee80-3707-4586-a639-fb19a3c63bcc" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073621Z:3c41ee80-3707-4586-a639-fb19a3c63bcc" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E6E21856118B483AB60C98013879AB71 Ref B: MAA201060513037 Ref C: 2024-03-27T07:36:20Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:20.744Z", + "time": 358, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 358 + } + }, + { + "_id": "a94a71883f7b5defe0742da8347343d8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "15b9dfba-7656-4a4f-9ccb-6fe85db7bac5" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1974, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/networkSecurityGroups/random.vm-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "44b74b78-fd5c-497c-918a-bb7452589464" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "64d1f1a3-0444-4e7e-a134-ac789ef2bb85" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073622Z:64d1f1a3-0444-4e7e-a134-ac789ef2bb85" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 134A7685DB0B46DE81DA2ECF4593F259 Ref B: MAA201060515053 Ref C: 2024-03-27T07:36:21Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:21 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:21.111Z", + "time": 1030, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1030 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 22, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "685f415e-d7db-4fb2-b623-24aabbe3e473" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528582\",\"not_before\":\"1711524682\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:22.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "685f415e-d7db-4fb2-b623-24aabbe3e473" + }, + { + "name": "x-ms-request-id", + "value": "68012c6a-183e-43b0-b3b0-13e970581201" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:22 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:22.152Z", + "time": 962, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 962 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 22, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b4373e1c-c400-4e61-b476-9171255abffd" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "c4db9023-ec04-4496-9ae2-34669dcaf86b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c4db9023-ec04-4496-9ae2-34669dcaf86b" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073623Z:c4db9023-ec04-4496-9ae2-34669dcaf86b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8D3A0465ACCC4D05BC46E94E55A381C2 Ref B: MAA201060516027 Ref C: 2024-03-27T07:36:23Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:22 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:23.123Z", + "time": 257, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 257 + } + }, + { + "_id": "94bdcc9c231987e8ad77f44eedc11892", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7dab20c9-95b9-428a-aae8-58908b9a141b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1967, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/networkSecurityGroups/int-cm-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "75db64a5-0b0c-4ab0-b755-860da7352532" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "89a9fc95-0ae5-4d05-a777-2fb8b9cb55ea" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073624Z:89a9fc95-0ae5-4d05-a777-2fb8b9cb55ea" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C50A714565914A90BF08B80E31134E91 Ref B: MAA201060513021 Ref C: 2024-03-27T07:36:23Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:24 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:23.390Z", + "time": 1668, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1668 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 23, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "4b985cb6-a009-45d3-ab1b-3612496846ca" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528585\",\"not_before\":\"1711524685\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:25.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "4b985cb6-a009-45d3-ab1b-3612496846ca" + }, + { + "name": "x-ms-request-id", + "value": "6e58319d-a3ab-4f6c-aae4-dac3932c0101" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:24 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:25.070Z", + "time": 468, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 468 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 23, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b484c361-0e55-4766-ab56-e88d450db5df" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "f9451b97-671e-41d0-a252-a81bb7348911" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f9451b97-671e-41d0-a252-a81bb7348911" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073625Z:f9451b97-671e-41d0-a252-a81bb7348911" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 89E1BEE65E1F42D39D9364587DC99797 Ref B: MAA201060514011 Ref C: 2024-03-27T07:36:25Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:25 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:25.544Z", + "time": 357, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 357 + } + }, + { + "_id": "6873da76c01453e7692308c2717af1a2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a1cc434e-7a95-4d34-adff-2e0e8085bb44" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1985, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgasdf_group-vnet-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "8b0deea2-6889-447e-bfbd-7b29cbd566c2" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d441922b-008d-487f-9552-2fdf7b255db2" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073626Z:d441922b-008d-487f-9552-2fdf7b255db2" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 991A1F3F0BAF4DFAB684F1BFDC57DECD Ref B: MAA201060514045 Ref C: 2024-03-27T07:36:26Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:25.909Z", + "time": 1014, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1014 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 24, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "7a6e8236-bef8-4665-af0a-b5133cbd8660" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528587\",\"not_before\":\"1711524687\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:27.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "7a6e8236-bef8-4665-af0a-b5133cbd8660" + }, + { + "name": "x-ms-request-id", + "value": "1ebaea4f-e40e-485f-924b-8abc9545ee00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:26 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:26.930Z", + "time": 585, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 585 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 24, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4927dd25-ca56-4a1f-bb35-11a9fd50cb6f" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "f3ed32f9-ec97-4b7c-b38b-ad4a81cafabc" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f3ed32f9-ec97-4b7c-b38b-ad4a81cafabc" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073627Z:f3ed32f9-ec97-4b7c-b38b-ad4a81cafabc" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 650B5061FA9F4E099D2311A3C79D8E69 Ref B: MAA201060515029 Ref C: 2024-03-27T07:36:27Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:27.519Z", + "time": 386, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 386 + } + }, + { + "_id": "e1f54cd195d401aef578cd3bddc4d921", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c73b8c75-527e-46cf-adf5-aa97e2e4d1da" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1970, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgint-02/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "f8704753-79e7-4108-911d-532d3f4a2fe2" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3d88547b-98dd-4df4-83f1-2c42ffeb8c7a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073629Z:3d88547b-98dd-4df4-83f1-2c42ffeb8c7a" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BED2A52AD8D845139009C65F78322EC9 Ref B: MAA201060515023 Ref C: 2024-03-27T07:36:28Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:28 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:27.916Z", + "time": 1239, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1239 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 25, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "2092bca3-bc94-40b6-9583-3f549588353b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528589\",\"not_before\":\"1711524689\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:36:29.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "2092bca3-bc94-40b6-9583-3f549588353b" + }, + { + "name": "x-ms-request-id", + "value": "30021f00-73e4-4ee4-a92d-ae6527101e01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:36:29 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:29.167Z", + "time": 476, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 476 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 25, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "665b9750-3a01-49b0-86c6-eb588d310bab" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "c770331a-b900-4bd1-bd35-1ed813ec41f3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c770331a-b900-4bd1-bd35-1ed813ec41f3" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073705Z:c770331a-b900-4bd1-bd35-1ed813ec41f3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0FDED4031FC04B338464419082098EE7 Ref B: MAA201060516039 Ref C: 2024-03-27T07:37:05Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:37:04 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:36:29.648Z", + "time": 35996, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35996 + } + }, + { + "_id": "1b31aff51069d0fdac3eab8076d0530b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "237d85db-c7d7-4812-99a1-dd6a1e30d585" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1980, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1dev-vnet-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "7772982a-9c65-4875-8bef-03f7271b5bdf" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0251cfd3-80d4-4adc-83a3-359b18c1cc3e" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073726Z:0251cfd3-80d4-4adc-83a3-359b18c1cc3e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4F1FCCAEA9C34BFF8E17354CECAD4514 Ref B: MAA201060515045 Ref C: 2024-03-27T07:37:25Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:37:25 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:37:05.653Z", + "time": 20406, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 20406 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 26, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "c91923ce-f65d-4c78-9a32-0e6f9fae01d8" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528646\",\"not_before\":\"1711524746\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:37:26.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "c91923ce-f65d-4c78-9a32-0e6f9fae01d8" + }, + { + "name": "x-ms-request-id", + "value": "287bb15e-7060-4020-b7ef-866af0dd2100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:37:26 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:37:26.066Z", + "time": 637, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 637 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 26, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "261cf9b2-2ec5-49b6-bd62-1433f0dd7ae9" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "98c0575b-750e-473c-8fb4-a44bb8e71f59" + }, + { + "name": "x-ms-correlation-request-id", + "value": "98c0575b-750e-473c-8fb4-a44bb8e71f59" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073726Z:98c0575b-750e-473c-8fb4-a44bb8e71f59" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 44BE657755E547ED9E900504273AB1F0 Ref B: MAA201060516039 Ref C: 2024-03-27T07:37:26Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:37:25 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:37:26.712Z", + "time": 354, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 354 + } + }, + { + "_id": "5802c7c4b1b92f65b1809611ac6d950c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3fce63ae-a4d8-4f48-8d2f-2d504a7d8908" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1982, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet124-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "d947a21d-a7f0-4d8a-83a3-a32aca787fe0" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6cef77f7-5a57-4672-ad11-321b6f954a5a" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073727Z:6cef77f7-5a57-4672-ad11-321b6f954a5a" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1947E488DAE54991AC49F4DA3A8714E3 Ref B: MAA201060514033 Ref C: 2024-03-27T07:37:27Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:37:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:37:27.072Z", + "time": 956, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 956 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 27, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "85d3f399-c822-4e8e-a37e-d1b21ebace3b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528648\",\"not_before\":\"1711524748\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:37:28.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "85d3f399-c822-4e8e-a37e-d1b21ebace3b" + }, + { + "name": "x-ms-request-id", + "value": "30021f00-73e4-4ee4-a92d-ae659b181e01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:37:28 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:37:28.035Z", + "time": 927, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 927 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 27, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f9e7535d-4ff9-4c8b-8c64-ec03afd5d4af" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "fd9f4bc5-2ece-40b0-bedb-3925aacabf0d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fd9f4bc5-2ece-40b0-bedb-3925aacabf0d" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073729Z:fd9f4bc5-2ece-40b0-bedb-3925aacabf0d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2EC708BE50164D0E82D623770EBA8BDC Ref B: MAA201060513021 Ref C: 2024-03-27T07:37:29Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:37:28 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:37:28.971Z", + "time": 316, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 316 + } + }, + { + "_id": "94690c7d9416ee32c0b373b803fc32f8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "37343d89-ab77-4415-b908-54ee24f619e8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1982, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet134-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "a77f8da2-5353-4b9d-9787-c6dc8894da8a" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e54f9c9f-2b6f-4e3a-a514-392540f45ec8" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073730Z:e54f9c9f-2b6f-4e3a-a514-392540f45ec8" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 982E27BFFE5D4FA9850CA0BD3EF78F33 Ref B: MAA201060515045 Ref C: 2024-03-27T07:37:29Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:37:29 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:37:29.293Z", + "time": 1230, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1230 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 28, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "1f49ed6a-2b70-4f7b-830d-c34940cb3fb0" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528650\",\"not_before\":\"1711524750\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:37:30.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "1f49ed6a-2b70-4f7b-830d-c34940cb3fb0" + }, + { + "name": "x-ms-request-id", + "value": "933bdea3-d6a2-44f9-afcd-3cf0ace92401" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:37:30 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:37:30.534Z", + "time": 574, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 574 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 28, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e914238a-d86e-432c-a486-cddad72631db" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "eb2f0250-e84e-4141-bece-dda294c92ace" + }, + { + "name": "x-ms-correlation-request-id", + "value": "eb2f0250-e84e-4141-bece-dda294c92ace" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073806Z:eb2f0250-e84e-4141-bece-dda294c92ace" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 917CF4C9542E4794A89A0CA7F6086A50 Ref B: MAA201060516023 Ref C: 2024-03-27T07:38:06Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:06 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:37:31.116Z", + "time": 35841, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35841 + } + }, + { + "_id": "bd9c06eb319638e0027158275707a59e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1df48e9d-6a56-4d64-a61c-492911533097" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1982, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet292-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "8ee8ca6c-eaed-4624-99c0-1cbf6d9ef748" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "12e0b226-56c9-46b8-8c07-c8695a2b9695" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073807Z:12e0b226-56c9-46b8-8c07-c8695a2b9695" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1665D39E0AAB410C912E8FFFED036E4D Ref B: MAA201060515033 Ref C: 2024-03-27T07:38:07Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:07 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:06.962Z", + "time": 964, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 964 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 29, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "e499f88b-c95d-4cbb-bf94-b5238c4407d6" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528688\",\"not_before\":\"1711524788\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:08.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "e499f88b-c95d-4cbb-bf94-b5238c4407d6" + }, + { + "name": "x-ms-request-id", + "value": "913e5a23-f35f-410f-b8ec-d116a1a53e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:07 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:07.937Z", + "time": 553, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 553 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 29, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "55034345-e134-4c82-bec8-e21d06b7801c" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "59d830cc-89e2-4563-8f0c-e64100b12f7f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "59d830cc-89e2-4563-8f0c-e64100b12f7f" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073808Z:59d830cc-89e2-4563-8f0c-e64100b12f7f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 83812FF5DAF74785B77A8B4E72F66888 Ref B: MAA201060516025 Ref C: 2024-03-27T07:38:08Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:08 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:08.500Z", + "time": 244, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 244 + } + }, + { + "_id": "ca58f94c608957a7e4ab16c750a03eb0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1287cae7-64ad-428b-b890-a0903312f411" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1982, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/basicNsgj1devvnet718-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "1c30f0bf-a19d-4b0d-8a24-35b84984c684" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "80360902-0b58-4d1e-914d-e5939b29cd35" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073809Z:80360902-0b58-4d1e-914d-e5939b29cd35" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 53067DAC4A8C442F8EDCDD0E594F2CEC Ref B: MAA201060514039 Ref C: 2024-03-27T07:38:09Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:09 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:08.749Z", + "time": 1270, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1270 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 30, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a659567d-5844-483a-97cf-668950eea2b0" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528690\",\"not_before\":\"1711524790\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:10.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a659567d-5844-483a-97cf-668950eea2b0" + }, + { + "name": "x-ms-request-id", + "value": "c7ca931c-3e36-47d9-8547-ba89529c2f01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:10 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:10.025Z", + "time": 451, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 451 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 30, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "45fd40e9-17ae-4e37-8b05-3225a6eaed5f" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "f5e2773e-2624-4e9a-b791-f3e67f323241" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f5e2773e-2624-4e9a-b791-f3e67f323241" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073810Z:f5e2773e-2624-4e9a-b791-f3e67f323241" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C0EE4D7AFF4A41B3A14F9E474A18B925 Ref B: MAA201060513045 Ref C: 2024-03-27T07:38:10Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:10 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:10.485Z", + "time": 257, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 257 + } + }, + { + "_id": "f4b1c64df91dcb85e3faafaaf474ba98", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2af85b99-7ba1-4d8c-84ba-f8617fb8aeb8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1969, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/fromImage-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "ad5c0d56-cc17-469f-8eb3-51a7a643487d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1a63564f-45ff-43c3-8ed7-689fad9bd8f6" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073812Z:1a63564f-45ff-43c3-8ed7-689fad9bd8f6" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F29BEF11F36C423F899069AAE81CBE4E Ref B: MAA201060515019 Ref C: 2024-03-27T07:38:10Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:10.755Z", + "time": 1773, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1773 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 31, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "1be17bf1-5688-456c-a246-bf685e23dcf5" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528692\",\"not_before\":\"1711524792\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:12.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "1be17bf1-5688-456c-a246-bf685e23dcf5" + }, + { + "name": "x-ms-request-id", + "value": "36266ba3-c82b-435e-8385-c4c866c51701" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:13 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:12.535Z", + "time": 661, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 661 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 31, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3c36f684-092f-4287-ba81-3a5bb23573d6" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "4d5d3b0f-1e25-4a57-ae86-767439ca1391" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4d5d3b0f-1e25-4a57-ae86-767439ca1391" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073813Z:4d5d3b0f-1e25-4a57-ae86-767439ca1391" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BE21147B6BEF4793B35C728AEDCD146E Ref B: MAA201060515045 Ref C: 2024-03-27T07:38:13Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:13.200Z", + "time": 319, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 319 + } + }, + { + "_id": "5b2cd4a52d43fe7edddea365bf2ad71d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b7a5f523-66c7-4916-ba16-89f080ba89a0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1967, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/gonzalo-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "db8ba1df-4ab9-4d96-8997-7679257a13e4" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ea5f9ee4-1816-47b2-8afe-770e33833e33" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073815Z:ea5f9ee4-1816-47b2-8afe-770e33833e33" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3025557E0B954C4FB0435F3452497A44 Ref B: MAA201060514039 Ref C: 2024-03-27T07:38:13Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:13.528Z", + "time": 1612, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1612 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 32, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "c4a6daeb-b0e0-43a4-815a-aba1e0edfa04" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528695\",\"not_before\":\"1711524795\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:15.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "c4a6daeb-b0e0-43a4-815a-aba1e0edfa04" + }, + { + "name": "x-ms-request-id", + "value": "01a00e1f-cb43-4b55-9b1e-9b00bef11501" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:15 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:15.149Z", + "time": 477, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 477 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 32, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6154eca0-579e-4c55-a9ec-d1c63c3944d0" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "f8e4f8fd-7210-47a7-985b-ece898013ee0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f8e4f8fd-7210-47a7-985b-ece898013ee0" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073815Z:f8e4f8fd-7210-47a7-985b-ece898013ee0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A6390CFB83E3484DB6BE0B51B2DD90AC Ref B: MAA201060515045 Ref C: 2024-03-27T07:38:15Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:15.634Z", + "time": 456, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 456 + } + }, + { + "_id": "d2a0fe810d7a8df04f61c7e530587a65", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "60171de1-1404-4a4c-a4e8-c51f40ecfa7d" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1964, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/hola-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "1364f23c-8a3f-49e5-88be-66f7a83c7ac1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5561da84-b8ac-453c-9c5f-985c77436782" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073817Z:5561da84-b8ac-453c-9c5f-985c77436782" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EB1134199B354A9BB43E5482B56661B2 Ref B: MAA201060513037 Ref C: 2024-03-27T07:38:16Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:16.096Z", + "time": 1644, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1644 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 33, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a87be486-4103-411d-b3bd-b12acbe4011d" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528698\",\"not_before\":\"1711524798\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:18.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a87be486-4103-411d-b3bd-b12acbe4011d" + }, + { + "name": "x-ms-request-id", + "value": "abce9f0b-e086-426e-8038-f954f9f7fd00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:17 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:17.752Z", + "time": 503, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 503 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 33, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4f666cab-852e-48e1-bc73-dd958e8c3159" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "dbd2185f-2237-41b2-9d78-f9faf06ab727" + }, + { + "name": "x-ms-correlation-request-id", + "value": "dbd2185f-2237-41b2-9d78-f9faf06ab727" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T073818Z:dbd2185f-2237-41b2-9d78-f9faf06ab727" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9E8095BCFAE94C7CAF151AC178B409FD Ref B: MAA201060515035 Ref C: 2024-03-27T07:38:18Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:17 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:18.267Z", + "time": 373, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 373 + } + }, + { + "_id": "9d5d8630bf4279f448cc5c03c2b7f1d6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d5c9b74e-c449-460b-83d3-2226449a36fe" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1976, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/SQLUnmanagedDisk-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "fdd655cd-5692-4a97-97d4-6b4bd6e7221e" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9ed631b8-44d8-41bd-9fb5-d1164fb7eae0" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073819Z:9ed631b8-44d8-41bd-9fb5-d1164fb7eae0" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BD216E350B3A4A418D4A9B44C16A8AF9 Ref B: MAA201060514039 Ref C: 2024-03-27T07:38:18Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:18.644Z", + "time": 1248, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1248 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 34, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "747e30ac-9ccd-4192-b82b-bf7154702d17" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528700\",\"not_before\":\"1711524800\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:20.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "747e30ac-9ccd-4192-b82b-bf7154702d17" + }, + { + "name": "x-ms-request-id", + "value": "2003fa96-1a4e-4060-918a-f53f96964800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:19 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:19.898Z", + "time": 570, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 570 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 34, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6824b2ed-c4f1-4d3b-993d-a90c3d4fc14f" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "dbf31808-f10c-4e57-bd73-f077b8cc066a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "dbf31808-f10c-4e57-bd73-f077b8cc066a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073820Z:dbf31808-f10c-4e57-bd73-f077b8cc066a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FF24099C8B37422F9B0159B0BF291D56 Ref B: MAA201060515053 Ref C: 2024-03-27T07:38:20Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:20.480Z", + "time": 269, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 269 + } + }, + { + "_id": "746f15006c8b0d95e51f1bdc6274a529", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "68bb90a9-9f82-42cb-a4d8-902ab2931c5a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1971, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "18b2b9a7-0a73-4f83-9fea-cd00371b485a" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2f01122e-dcd6-4640-84ae-3ab953a62fd7" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073821Z:2f01122e-dcd6-4640-84ae-3ab953a62fd7" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6A1C64169F60443DA6CA03946E8C903C Ref B: MAA201060515045 Ref C: 2024-03-27T07:38:20Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:20.759Z", + "time": 1271, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1271 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 35, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "5136b47c-6334-4785-a2cc-02e86d483b17" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528702\",\"not_before\":\"1711524802\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:22.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "5136b47c-6334-4785-a2cc-02e86d483b17" + }, + { + "name": "x-ms-request-id", + "value": "4ca160c4-f8b3-414d-9111-794d7d65f200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:22 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:22.045Z", + "time": 569, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 569 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 35, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e8b76ad4-40a8-476d-99d4-84c389b6dd19" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "60b00633-4563-43b5-b8dc-00f4a05cb19b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "60b00633-4563-43b5-b8dc-00f4a05cb19b" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073822Z:60b00633-4563-43b5-b8dc-00f4a05cb19b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F85126E6C78F44748DB794A51A8122EC Ref B: MAA201060515029 Ref C: 2024-03-27T07:38:22Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:22 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:22.619Z", + "time": 228, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 228 + } + }, + { + "_id": "e59fdcbafd8023e08f8635d84b91eab2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d91a1396-cbac-4145-8155-e9875d4607b3" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1976, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/test-integration-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "d938bcbf-02a0-463f-8bd7-c389530ab213" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "66a17307-1b6b-4d97-a0e1-51c60ee96dae" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073823Z:66a17307-1b6b-4d97-a0e1-51c60ee96dae" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4BF47A20C75D4B229034B12E60EA92B1 Ref B: MAA201060516031 Ref C: 2024-03-27T07:38:22Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:23 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:22.855Z", + "time": 1149, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1149 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 36, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "4787abb9-4c9d-4093-8570-b57e89a1e40b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528704\",\"not_before\":\"1711524804\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:24.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "4787abb9-4c9d-4093-8570-b57e89a1e40b" + }, + { + "name": "x-ms-request-id", + "value": "aef949e3-7d55-4f0d-8be9-5a1e4316d700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:24 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:24.015Z", + "time": 502, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 502 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 36, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b111b307-bcc4-4787-a351-640e9c31c777" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "92047429-d18e-4971-a922-edc44144bec4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "92047429-d18e-4971-a922-edc44144bec4" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073824Z:92047429-d18e-4971-a922-edc44144bec4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 903A974B891C4CD5A6A7FC9AFC867452 Ref B: MAA201060515053 Ref C: 2024-03-27T07:38:24Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:24 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:24.529Z", + "time": 306, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 306 + } + }, + { + "_id": "b372729b4df318727996256fc7ef3347", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "fd6a565e-2fdb-4db9-b05f-10851b1f8260" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1972, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/virtual-dev1-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "846323ef-d6e6-4152-91f1-5515cb154e14" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4a6a8f32-b338-442b-b068-6f7618d485ab" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073832Z:4a6a8f32-b338-442b-b068-6f7618d485ab" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F2840E11D7524F9F8766FC4933193FB9 Ref B: MAA201060516051 Ref C: 2024-03-27T07:38:24Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:24.844Z", + "time": 7224, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 7224 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 37, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "b168bb5f-7c64-48cb-af12-795e4a082e47" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528712\",\"not_before\":\"1711524812\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "b168bb5f-7c64-48cb-af12-795e4a082e47" + }, + { + "name": "x-ms-request-id", + "value": "cd53202c-0191-4ee1-b1fd-6fe87f831e01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:31 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:32.075Z", + "time": 575, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 575 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 37, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "80d40e14-b886-4aa1-aaac-536e0438d172" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "99e29c28-41b1-4de5-aa77-e7dc3ad8f654" + }, + { + "name": "x-ms-correlation-request-id", + "value": "99e29c28-41b1-4de5-aa77-e7dc3ad8f654" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T073832Z:99e29c28-41b1-4de5-aa77-e7dc3ad8f654" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 95C1E0AC32A3410ABF866390BC977A30 Ref B: MAA201060515045 Ref C: 2024-03-27T07:38:32Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:32.656Z", + "time": 343, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 343 + } + }, + { + "_id": "ddafa3392be670a581025dbd3ae9727f", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "01773b3e-2c58-4124-b032-ca382094cf07" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1975, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-from-gallery-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "de46a741-e87f-42fc-be65-cc99c272a157" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9fc0462d-f62f-46d1-a7e6-78abe3800d46" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073833Z:9fc0462d-f62f-46d1-a7e6-78abe3800d46" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 945295AC8DF84AC29F9D94F10E86ECB4 Ref B: MAA201060515039 Ref C: 2024-03-27T07:38:33Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:33.009Z", + "time": 948, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 948 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 38, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a87c903d-5d36-4452-94c8-8c2a108476c0" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528714\",\"not_before\":\"1711524814\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:34.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a87c903d-5d36-4452-94c8-8c2a108476c0" + }, + { + "name": "x-ms-request-id", + "value": "34ae16d6-9589-42ee-8b5d-7923dcb1fa00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:34 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:33.968Z", + "time": 576, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 576 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 38, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e7f78a75-eee5-410f-946a-4ca02993d916" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "9dd1b814-8b37-4cd3-961a-c520fbc52044" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9dd1b814-8b37-4cd3-961a-c520fbc52044" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073834Z:9dd1b814-8b37-4cd3-961a-c520fbc52044" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E593D54D9C014602A54EE7F10C4739E0 Ref B: MAA201060515023 Ref C: 2024-03-27T07:38:34Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:34.554Z", + "time": 312, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 312 + } + }, + { + "_id": "ed6f4bdc710ea619774406837637b41e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "869ba677-d3e3-4968-b1cd-ee78163dab9a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1972, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vm-fromimage-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "ba29834a-f23c-4610-b9b6-22d8f64dacb9" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "39da1373-156b-4de7-8918-a2fbf4aeed7b" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073836Z:39da1373-156b-4de7-8918-a2fbf4aeed7b" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 926DFC40A0D542728A11510C90219479 Ref B: MAA201060516023 Ref C: 2024-03-27T07:38:35Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:34.874Z", + "time": 1472, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1472 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 39, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "7ab122da-347c-4fe8-848b-915bc04a532e" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528716\",\"not_before\":\"1711524816\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:36.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "7ab122da-347c-4fe8-848b-915bc04a532e" + }, + { + "name": "x-ms-request-id", + "value": "46c8ad78-62ba-457a-9591-778118de1b01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:36 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:36.352Z", + "time": 482, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 482 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 39, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c67037e3-f24d-41e0-8fe1-b7fe52588b75" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "0f10bdee-3884-44f4-8f45-727c9bf1b0d2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0f10bdee-3884-44f4-8f45-727c9bf1b0d2" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073837Z:0f10bdee-3884-44f4-8f45-727c9bf1b0d2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D4EEE44E1BF3489490E3FC1FF5B60C36 Ref B: MAA201060516025 Ref C: 2024-03-27T07:38:36Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:36 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:36.843Z", + "time": 327, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 327 + } + }, + { + "_id": "7b1ed64f0664a18a0a49ebb8fe87f4d2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7cee4915-121e-48d9-a42d-358497df6358" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1963, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM1-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "0bfbd57b-9ae2-47ab-9d2b-a2d35dc993e4" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bd90eece-839c-4ac5-b95e-d6be54edb54c" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073838Z:bd90eece-839c-4ac5-b95e-d6be54edb54c" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 86E14E9D6CE744B08460A645AE2DF1D4 Ref B: MAA201060515017 Ref C: 2024-03-27T07:38:37Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:38 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:37.176Z", + "time": 1595, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1595 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 40, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "43816d70-474b-4279-b77e-1cc9c929ada7" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528719\",\"not_before\":\"1711524819\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:38:39.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "43816d70-474b-4279-b77e-1cc9c929ada7" + }, + { + "name": "x-ms-request-id", + "value": "76214d30-ced4-49b4-a463-2633eb510401" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:38 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:38.781Z", + "time": 528, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 528 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 40, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7f44350d-7208-4a41-b9b6-07829e081fa3" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "d441fc9d-5c81-49d0-818a-7eee5e4b73e1" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d441fc9d-5c81-49d0-818a-7eee5e4b73e1" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073839Z:d441fc9d-5c81-49d0-818a-7eee5e4b73e1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EF5AC86CFBC74A9B850F2B9A35FC267F Ref B: MAA201060513021 Ref C: 2024-03-27T07:38:39Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:38:39 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:39.317Z", + "time": 398, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 398 + } + }, + { + "_id": "e75bf8f66038ae800510b6c4ca3a98a5", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d5ff8632-bfb8-4f9e-bef4-4fbca8932f08" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1963, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VM2-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "501f40d7-f345-438d-99ad-17a7b1f0998e" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d3041f81-7d63-4504-9122-6e106ea93f5a" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073916Z:d3041f81-7d63-4504-9122-6e106ea93f5a" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0683EE52C63A40A09BA468A5A5E82202 Ref B: MAA201060515049 Ref C: 2024-03-27T07:39:15Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:38:39.724Z", + "time": 37172, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 37172 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 41, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "0c66030b-db27-4497-a090-91bc06a0288c" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528757\",\"not_before\":\"1711524857\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:39:17.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "0c66030b-db27-4497-a090-91bc06a0288c" + }, + { + "name": "x-ms-request-id", + "value": "a58e971f-2167-46e2-84ac-89f34f423f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:17 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:16.902Z", + "time": 560, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 560 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 41, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7ad733be-6b7e-4982-8600-e45ed1905347" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "97cc51e7-f85e-4f7e-baf3-a21d7c21ea3e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "97cc51e7-f85e-4f7e-baf3-a21d7c21ea3e" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073917Z:97cc51e7-f85e-4f7e-baf3-a21d7c21ea3e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 12A227CA24FF41DA84803B1800DD7C07 Ref B: MAA201060516023 Ref C: 2024-03-27T07:39:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:17.469Z", + "time": 340, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 340 + } + }, + { + "_id": "b1cfe1d32c6af9fefa361b38aee49ed6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5eb423da-9c5a-4de9-8770-30d37091c686" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1971, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmfromimage-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "51259a4f-e509-4e75-9cc7-c40399e4d2a9" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f2474fd3-0232-476c-bc23-a54d46cfc238" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073954Z:f2474fd3-0232-476c-bc23-a54d46cfc238" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9574193BC5E940F1807520B12BFA89D7 Ref B: MAA201060513049 Ref C: 2024-03-27T07:39:53Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:54 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:17.820Z", + "time": 37278, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 37278 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 42, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "17fe1454-4eee-42d2-ac8e-b2e16df3cdac" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528795\",\"not_before\":\"1711524895\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:39:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "17fe1454-4eee-42d2-ac8e-b2e16df3cdac" + }, + { + "name": "x-ms-request-id", + "value": "582cb9de-89e2-47f8-a111-4ab6cd6e0801" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:55 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:55.116Z", + "time": 550, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 550 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 42, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "292be4e6-2aec-49fd-a12d-ab6e9d8c8e6f" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "c5752e0b-17bb-4b83-a578-fa99a925d430" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c5752e0b-17bb-4b83-a578-fa99a925d430" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073955Z:c5752e0b-17bb-4b83-a578-fa99a925d430" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F1C810F5CF07475BA1945A95F1FA0DD7 Ref B: MAA201060516025 Ref C: 2024-03-27T07:39:55Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:55.675Z", + "time": 332, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 332 + } + }, + { + "_id": "2fa03412e7ad5d3dfed3bd2d3d971f17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f50cdf90-1c87-42a8-8166-76693694fca4" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1973, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/vmFromImagensg120/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "99dfe188-da24-4418-85c8-0fd377a9b724" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b752336e-2c1a-4d8c-835f-d062ed5f5edf" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073956Z:b752336e-2c1a-4d8c-835f-d062ed5f5edf" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8282895474B542F189C25AA0F0D86494 Ref B: MAA201060513039 Ref C: 2024-03-27T07:39:56Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:56.014Z", + "time": 859, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 859 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 43, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "35d77c49-b679-4c00-aef7-d137e502d8bc" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528797\",\"not_before\":\"1711524897\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:39:57.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "35d77c49-b679-4c00-aef7-d137e502d8bc" + }, + { + "name": "x-ms-request-id", + "value": "87f9d141-a086-4259-977c-f21b3ef01301" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:57 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:56.884Z", + "time": 604, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 604 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 43, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "fcf3af4e-98cd-40c0-9829-a5fb4cc5ab17" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "b72edf7b-fe0b-4d02-93bf-95054a06ca77" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b72edf7b-fe0b-4d02-93bf-95054a06ca77" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073957Z:b72edf7b-fe0b-4d02-93bf-95054a06ca77" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 539F7BF8F630476FA22ACE7F9505316D Ref B: MAA201060516035 Ref C: 2024-03-27T07:39:57Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:57.494Z", + "time": 267, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 267 + } + }, + { + "_id": "f6aaf8a10922662a37ae77e51592ff78", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "40bfe2cc-1569-4744-b1a3-e9f3256ea7d1" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1973, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg187/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "5fbc388d-669e-4934-bc54-3220d1f0b00e" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7ef87fdd-fe5d-4ef1-855f-ac534c8a4fe8" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073958Z:7ef87fdd-fe5d-4ef1-855f-ac534c8a4fe8" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C9B6D35F71B447E09E8BE52096B9C043 Ref B: MAA201060515049 Ref C: 2024-03-27T07:39:57Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:57.764Z", + "time": 1109, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1109 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 44, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "f67dff9e-a570-4bac-b5ec-ab1a871114a8" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528799\",\"not_before\":\"1711524899\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:39:59.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "f67dff9e-a570-4bac-b5ec-ab1a871114a8" + }, + { + "name": "x-ms-request-id", + "value": "913e5a23-f35f-410f-b8ec-d116b2b53e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:59 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:58.890Z", + "time": 476, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 476 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 44, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f219938b-f853-4461-9b76-2b9f9c158df5" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "0db610b9-e617-4964-9325-2d6764e8506f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0db610b9-e617-4964-9325-2d6764e8506f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073959Z:0db610b9-e617-4964-9325-2d6764e8506f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C649D8426BDA457E87CC50BF9B019768 Ref B: MAA201060516027 Ref C: 2024-03-27T07:39:59Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:39:58 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:59.375Z", + "time": 232, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 232 + } + }, + { + "_id": "a8411b10b249b83207a86f27be85884a", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9b26f388-7b8e-49e9-b8c1-09698252234f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1973, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMFromImagensg367/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "c8d7b873-7d2c-4acb-a0e3-731190ebef3d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1a179a50-7e5b-487d-8221-b8e41c4a4c0e" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074001Z:1a179a50-7e5b-487d-8221-b8e41c4a4c0e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2E27D70828654F0C92350796D70ACDA2 Ref B: MAA201060513027 Ref C: 2024-03-27T07:39:59Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:01 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:39:59.617Z", + "time": 1891, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1891 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 45, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "d1159b47-ecdb-44d7-89c5-027e4f24ac81" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528802\",\"not_before\":\"1711524902\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:02.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "d1159b47-ecdb-44d7-89c5-027e4f24ac81" + }, + { + "name": "x-ms-request-id", + "value": "c86a4000-c24f-4d55-9b37-2795e81ede00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:01 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:01.514Z", + "time": 941, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 941 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 45, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d2ecc0e1-46ec-4560-a074-bd5a65076e1e" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "8ed80f7f-2bf2-48ad-ad1a-2ed4e85b4578" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8ed80f7f-2bf2-48ad-ad1a-2ed4e85b4578" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074038Z:8ed80f7f-2bf2-48ad-ad1a-2ed4e85b4578" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E454A78B2D244343BDE82822BF4143D4 Ref B: MAA201060513039 Ref C: 2024-03-27T07:40:38Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:37 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:02.465Z", + "time": 35838, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35838 + } + }, + { + "_id": "992c6424005a4a862a4bb2dff181b96c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "dfcab6b0-6ac9-4fd4-97f3-b71ad6d10405" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1977, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/VMfromsharedimage-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "5a5e5295-5a34-47d1-b738-32f65a272de1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "409662e6-25a3-4b7a-9037-01d01f498e16" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T074039Z:409662e6-25a3-4b7a-9037-01d01f498e16" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 586FAC4C28B745B48315E2F2BD8B8ACE Ref B: MAA201060516053 Ref C: 2024-03-27T07:40:38Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:39 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:38.307Z", + "time": 1700, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1700 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 46, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "c174e18d-7d8e-44f2-9421-8a79fc53e555" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528840\",\"not_before\":\"1711524940\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:40.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "c174e18d-7d8e-44f2-9421-8a79fc53e555" + }, + { + "name": "x-ms-request-id", + "value": "850ed7d2-31a3-4a4c-a4ba-525025ef1901" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:39 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:40.013Z", + "time": 515, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 515 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 46, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "54e1f8ad-aa2a-4772-b9ee-7867599fb363" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "7c8b00e0-80d8-401a-a305-4e7c43c0eb35" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7c8b00e0-80d8-401a-a305-4e7c43c0eb35" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074040Z:7c8b00e0-80d8-401a-a305-4e7c43c0eb35" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 923C5DF89DDC49D5BA0B605D46119C73 Ref B: MAA201060514037 Ref C: 2024-03-27T07:40:40Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:40 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:40.537Z", + "time": 388, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 388 + } + }, + { + "_id": "9da16456d6d92fe08b663f431bc50a2d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "cc7a138d-16ea-4a07-8074-2248ec351594" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1981, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "9ef5d887-cee1-40aa-8e0f-0cbdfd62076e" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "62b4a701-f834-4858-b5fc-e23a3741b38e" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074041Z:62b4a701-f834-4858-b5fc-e23a3741b38e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 24DA967BFB6C490688D6EE2EE46C7FF0 Ref B: MAA201060516025 Ref C: 2024-03-27T07:40:41Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:41 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:40.930Z", + "time": 950, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 950 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 47, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "80cff352-c111-4622-8674-8b557baa09b9" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528842\",\"not_before\":\"1711524942\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:42.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "80cff352-c111-4622-8674-8b557baa09b9" + }, + { + "name": "x-ms-request-id", + "value": "41a87a9b-f425-4ebd-a107-223bd4224d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:41 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:41.886Z", + "time": 612, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 612 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 47, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "47cf1ffc-9591-4d67-a473-69da630b5f37" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "9a3e6f08-47b1-4ccd-a520-550bb7b3224c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9a3e6f08-47b1-4ccd-a520-550bb7b3224c" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074042Z:9a3e6f08-47b1-4ccd-a520-550bb7b3224c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 31A97AB70B874C9D8C47CB90BE3E98CC Ref B: MAA201060515053 Ref C: 2024-03-27T07:40:42Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:42 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:42.510Z", + "time": 317, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 317 + } + }, + { + "_id": "3c5cfee8bedbc39ee04ca33b99069d35", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "27c738d5-ba83-4cde-966c-a843b8c0e227" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 2009, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-40707624-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "4a6f8c51-4d72-4b1e-90fe-d68cb5ddc359" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d67ce703-f2b2-4650-b452-3ce187782c45" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074043Z:d67ce703-f2b2-4650-b452-3ce187782c45" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0975AA36A05B4E4488834244303E119C Ref B: MAA201060516025 Ref C: 2024-03-27T07:40:42Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:42.832Z", + "time": 992, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 992 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 48, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "91b7179a-33fd-4413-9211-e0a7f7b22563" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528844\",\"not_before\":\"1711524944\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:44.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "91b7179a-33fd-4413-9211-e0a7f7b22563" + }, + { + "name": "x-ms-request-id", + "value": "50ecff78-e8d9-40ba-83b5-0c4da58c1d01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:44 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:43.834Z", + "time": 549, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 549 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 48, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e1ef874e-cb82-49a7-a54b-2402f106dcdf" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "cb441c1d-da1c-4528-8586-b20f4f30d416" + }, + { + "name": "x-ms-correlation-request-id", + "value": "cb441c1d-da1c-4528-8586-b20f4f30d416" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T074044Z:cb441c1d-da1c-4528-8586-b20f4f30d416" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 95C875F6D4EE436295C60DA663498C7B Ref B: MAA201060514045 Ref C: 2024-03-27T07:40:44Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:44 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:44.392Z", + "time": 355, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 355 + } + }, + { + "_id": "73b56c80e16fb86a662bcae520cbecce", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6cc7aceb-e3ad-4b05-8e81-c2d15caba0cb" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 2030, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-39773443-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "801bcf99-9462-4e09-a24e-455d9664e44a" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0e3a72ce-9f26-480f-8ffb-0cf0a88eff6a" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T074046Z:0e3a72ce-9f26-480f-8ffb-0cf0a88eff6a" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1DCD9D0B55974F6EACB1EC133EE09402 Ref B: MAA201060515045 Ref C: 2024-03-27T07:40:44Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:46 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:44.753Z", + "time": 1939, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1939 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 49, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "5388940d-05c3-4d9d-8686-b5e71119b70e" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528846\",\"not_before\":\"1711524946\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "5388940d-05c3-4d9d-8686-b5e71119b70e" + }, + { + "name": "x-ms-request-id", + "value": "8e82a2d0-d0c4-4624-86a3-3ed4f5446e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:46 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:46.702Z", + "time": 473, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 473 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 49, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2f1962f0-35cb-4a87-9bfc-dd7a362cd64a" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "8480da84-a1f9-4285-af1e-c011be082fc9" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8480da84-a1f9-4285-af1e-c011be082fc9" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074047Z:8480da84-a1f9-4285-af1e-c011be082fc9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3B455B94573F4DB9B02318A157D2BBF5 Ref B: MAA201060516023 Ref C: 2024-03-27T07:40:47Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:47 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:47.182Z", + "time": 387, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 387 + } + }, + { + "_id": "6edda6c00c36787d557ee1d575f0cde6", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bad72334-e40a-407c-a812-1bc30500a7bb" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1991, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/ActiveDirectoryIntegration-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "73460296-5712-4bdd-ab15-731ac440fd92" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "91ccdbaa-3504-4643-84f9-2bb8a1083854" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074049Z:91ccdbaa-3504-4643-84f9-2bb8a1083854" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8A3AC94466FB4C429393FC59E4985C33 Ref B: MAA201060516039 Ref C: 2024-03-27T07:40:47Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:48 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:47.574Z", + "time": 1577, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1577 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 50, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a2b2146f-9e4a-49e8-bda1-3996d85a4fb7" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528849\",\"not_before\":\"1711524949\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:49.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a2b2146f-9e4a-49e8-bda1-3996d85a4fb7" + }, + { + "name": "x-ms-request-id", + "value": "10e76660-a8db-42cd-9c3b-9ae1337cda00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:48 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:49.161Z", + "time": 460, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 460 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 50, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6f4b2ffd-7a21-4b50-9cbf-b6d492373529" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "7b997504-4347-402f-92ac-c286950e6ff3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7b997504-4347-402f-92ac-c286950e6ff3" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074049Z:7b997504-4347-402f-92ac-c286950e6ff3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0D30D5F96AF94D8F8BBACE3779AE5524 Ref B: MAA201060513049 Ref C: 2024-03-27T07:40:49Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:49 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:49.630Z", + "time": 407, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 407 + } + }, + { + "_id": "177fd3ea4b3bf4c1aa7b4916831ad732", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ca3a5d73-2cf8-46dd-b9f4-d1fad7afcba0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1978, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/AnotherTestVM-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "6cd2612b-146c-4389-9ad1-f96e7860b8bf" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b97ea189-d591-4e63-9a0e-e2334912171a" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074051Z:b97ea189-d591-4e63-9a0e-e2334912171a" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2003D912BA1349CA87B871E725C250D5 Ref B: MAA201060516051 Ref C: 2024-03-27T07:40:50Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:50 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:50.046Z", + "time": 1154, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1154 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 51, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a6f88cd3-c416-45a0-93ca-227dfbda3d8b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528851\",\"not_before\":\"1711524951\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:51.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a6f88cd3-c416-45a0-93ca-227dfbda3d8b" + }, + { + "name": "x-ms-request-id", + "value": "54e9cffd-2784-482b-9659-4bbbc5291400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:51 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:51.209Z", + "time": 559, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 559 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 51, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e6ea2d75-6105-4918-8cc6-f3dc116a879d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "24f59fc6-3d65-45a1-adce-5eb031f4f81f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "24f59fc6-3d65-45a1-adce-5eb031f4f81f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074052Z:24f59fc6-3d65-45a1-adce-5eb031f4f81f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B9A465AFC5854C9080D5D7FDCFD61306 Ref B: MAA201060513019 Ref C: 2024-03-27T07:40:51Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:51 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:51.771Z", + "time": 293, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 293 + } + }, + { + "_id": "ac1948ad3e6239921d6868f862e8ecc4", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "744f837f-ade3-452e-b019-78896a139ff3" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1978, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/example-vm-01-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "c5074853-95ab-402c-9731-e104338da62b" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7808dad3-e951-490d-8936-5608dd24f646" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074053Z:7808dad3-e951-490d-8936-5608dd24f646" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1C769F211F8C41FBADB3410E9440E45C Ref B: MAA201060515051 Ref C: 2024-03-27T07:40:52Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:52 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:52.072Z", + "time": 1100, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1100 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 52, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "93967b46-8bc6-4d4c-a0e8-251ad07be257" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528853\",\"not_before\":\"1711524953\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:53.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "93967b46-8bc6-4d4c-a0e8-251ad07be257" + }, + { + "name": "x-ms-request-id", + "value": "039a249a-e080-4a1e-bd70-6a8c5ebdd300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:52 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:53.182Z", + "time": 539, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 539 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 52, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1019e5d6-a30b-40c2-a3b4-522c990e9818" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "3d5021b0-13ec-4be3-82f5-6c60c9ef0b06" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3d5021b0-13ec-4be3-82f5-6c60c9ef0b06" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074054Z:3d5021b0-13ec-4be3-82f5-6c60c9ef0b06" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1A203B6EAC9B4B08AADB232AA76980FB Ref B: MAA201060516023 Ref C: 2024-03-27T07:40:53Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:54 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:53.724Z", + "time": 350, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 350 + } + }, + { + "_id": "1f84565abd94430f91d90d4788d34d27", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "fd2a4aea-9f94-43f6-9680-204949caf39d" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1971, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/networkSecurityGroups/TestVM-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "12ee18e0-ac98-449a-9deb-8c98c264824e" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e1039f1b-d4af-474f-9262-cda4c6957988" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074055Z:e1039f1b-d4af-474f-9262-cda4c6957988" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 065DF7A77D5841DFB18482BBAEF8F4AF Ref B: MAA201060514009 Ref C: 2024-03-27T07:40:54Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:54 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:54.083Z", + "time": 1315, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1315 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 53, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "42e8d873-b097-4cd5-a03d-0e9debf8aeb4" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528855\",\"not_before\":\"1711524955\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "42e8d873-b097-4cd5-a03d-0e9debf8aeb4" + }, + { + "name": "x-ms-request-id", + "value": "50982105-0415-4175-9060-edab2d871c01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:55 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:55.413Z", + "time": 553, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 553 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 53, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ae8cf6c1-a8bb-446a-ab95-02b74b9e2194" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "4bc52d7a-77d5-4ec8-8ae1-1e0f1bcb5be4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4bc52d7a-77d5-4ec8-8ae1-1e0f1bcb5be4" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074056Z:4bc52d7a-77d5-4ec8-8ae1-1e0f1bcb5be4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B9507613105E414B9DD1AA08011FECD4 Ref B: MAA201060513049 Ref C: 2024-03-27T07:40:56Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:55.975Z", + "time": 220, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 220 + } + }, + { + "_id": "6fdc40d98cb2ac63e74336bc4114dede", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "24a1c113-db3d-411b-bf6f-caff394504f0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1989, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/network-sg-test-cameron/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "1c43a48b-5569-40e2-a4fd-ca965e075e83" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "27d10b4c-f788-4e58-bc2d-930ba35fa957" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074057Z:27d10b4c-f788-4e58-bc2d-930ba35fa957" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BFF6B9F1FA18441FA769B3066EED205B Ref B: MAA201060513039 Ref C: 2024-03-27T07:40:56Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:56.205Z", + "time": 1342, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1342 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 54, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "1541a84c-9481-479e-b70e-b6eab44bf168" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528857\",\"not_before\":\"1711524957\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:40:57.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "1541a84c-9481-479e-b70e-b6eab44bf168" + }, + { + "name": "x-ms-request-id", + "value": "1c9fdeb1-e797-49dd-8e1d-8c852bf6ce00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:40:57 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:57.554Z", + "time": 502, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 502 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 54, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "fdfd28bb-420d-4b52-8e61-79d47549358d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "3ad675b4-df31-4af5-ae4e-99a1f11f2a7a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3ad675b4-df31-4af5-ae4e-99a1f11f2a7a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074133Z:3ad675b4-df31-4af5-ae4e-99a1f11f2a7a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 02500333B1A849D4A6A6BD2176EDADB8 Ref B: MAA201060515047 Ref C: 2024-03-27T07:41:33Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:41:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:40:58.066Z", + "time": 35741, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35741 + } + }, + { + "_id": "c60531daf8bb57775fde33f3ff8ceb51", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6756d9a0-8e59-47f4-85d9-38e57dfa2eae" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1982, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/nsg-test-cameron/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "8b026292-f037-43fe-8a1c-ec5fb42655a9" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "941546c9-dc70-4085-8154-0168c0cf41b8" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074134Z:941546c9-dc70-4085-8154-0168c0cf41b8" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 807D03C7F70B45A7BF1B5C23FC3E29A4 Ref B: MAA201060516021 Ref C: 2024-03-27T07:41:33Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:41:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:41:33.812Z", + "time": 1091, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1091 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 55, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "58f02255-db48-4e16-8f05-1800e773e9d2" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528895\",\"not_before\":\"1711524995\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:41:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "58f02255-db48-4e16-8f05-1800e773e9d2" + }, + { + "name": "x-ms-request-id", + "value": "c182de82-60f2-4550-992f-56ac5ee62c00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:41:35 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:41:34.914Z", + "time": 1138, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1138 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 55, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5f50b130-fc7b-4b91-9827-0575bebae8c1" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "e794fbeb-dd2a-4fc8-954b-67a96a34b9d7" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e794fbeb-dd2a-4fc8-954b-67a96a34b9d7" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074136Z:e794fbeb-dd2a-4fc8-954b-67a96a34b9d7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2299C058535844B7A1AE237CC1CF77C3 Ref B: MAA201060513037 Ref C: 2024-03-27T07:41:36Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:41:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:41:36.060Z", + "time": 348, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 348 + } + }, + { + "_id": "a64e37dc2e9eed1c87cc6347792ed48f", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "24af96b1-787d-47c5-a54b-ffc31c039c1f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1981, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/networkSecurityGroups/vm-test-cam-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "f2c78b0a-171c-4e03-8c04-9208c430ea6c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "aa9c2005-4848-49d6-a4f2-ee021e695664" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074138Z:aa9c2005-4848-49d6-a4f2-ee021e695664" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5D085CB3F9484705A63822EAD2579D25 Ref B: MAA201060515029 Ref C: 2024-03-27T07:41:36Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:41:37 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:41:36.418Z", + "time": 1988, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1988 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 56, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "ea838663-03f2-459c-a0ce-161b1b976dd0" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528898\",\"not_before\":\"1711524998\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:41:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "ea838663-03f2-459c-a0ce-161b1b976dd0" + }, + { + "name": "x-ms-request-id", + "value": "25a3e1da-5728-4f82-9e54-beb11f768400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:41:38 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:41:38.413Z", + "time": 506, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 506 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 56, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8f97d038-edea-4fbb-9572-294ede559e6b" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "6095ab3c-e13c-46ac-bb43-68b78ef4fc3a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6095ab3c-e13c-46ac-bb43-68b78ef4fc3a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074214Z:6095ab3c-e13c-46ac-bb43-68b78ef4fc3a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5AAA49D58A3D4775A46A16AF230E212E Ref B: MAA201060515053 Ref C: 2024-03-27T07:42:14Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:41:38.928Z", + "time": 35767, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35767 + } + }, + { + "_id": "a14fe3aa5e9b5b995d036e5ed2061304", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "35587237-32f4-4b37-b153-c98ffa9c8c4f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1981, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/test-vm-01_group/providers/Microsoft.Network/networkSecurityGroups/test-vm-02-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "c9399490-79b9-4de1-b363-d1017f53b7d4" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "61d2fa5d-8244-49c1-b6d6-15770956f684" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074216Z:61d2fa5d-8244-49c1-b6d6-15770956f684" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3273D4199EEA4C0CB9FD4A50B69EE040 Ref B: MAA201060516039 Ref C: 2024-03-27T07:42:14Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:14.699Z", + "time": 1464, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1464 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 57, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "fd321b30-b48a-4489-85e5-be8074ef1cd8" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528936\",\"not_before\":\"1711525036\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:42:16.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "fd321b30-b48a-4489-85e5-be8074ef1cd8" + }, + { + "name": "x-ms-request-id", + "value": "e335aefe-9a14-4d6c-a5aa-c862aef7ca00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:16 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:16.170Z", + "time": 796, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 796 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 57, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "dc4ffc65-967b-4ddf-b4eb-fc9d8e6668ac" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "3202f8d9-eca5-4fc0-8a85-71a102df4d2b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3202f8d9-eca5-4fc0-8a85-71a102df4d2b" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074217Z:3202f8d9-eca5-4fc0-8a85-71a102df4d2b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1F3F1096B2FB4CE1801517614D55B4C5 Ref B: MAA201060516025 Ref C: 2024-03-27T07:42:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:16.973Z", + "time": 246, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 246 + } + }, + { + "_id": "4c86829328cc6cde12b9371ab6ce7bdd", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0da555a4-3788-4042-a691-50432132292e" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 2010, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvirtualmachine_group-vnet-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "69bad26f-6a9a-428c-958e-96cc9383a5a8" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0252a983-dd89-43b5-ae3d-1b94dbbca677" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074218Z:0252a983-dd89-43b5-ae3d-1b94dbbca677" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FFE92D4468E5489B9818D2C4780A3A7A Ref B: MAA201060513051 Ref C: 2024-03-27T07:42:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:17.230Z", + "time": 1222, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1222 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 58, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "f7398f71-ae0e-4c22-a9a6-97724cc618ed" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528938\",\"not_before\":\"1711525038\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:42:18.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "f7398f71-ae0e-4c22-a9a6-97724cc618ed" + }, + { + "name": "x-ms-request-id", + "value": "b4d001b7-30af-4283-91f5-af2ac5c00701" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:18 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:18.460Z", + "time": 498, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 498 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 58, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c4dfdab3-a844-4ff8-a23e-d5f1d9fb6a16" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "db27b895-b86f-4ebb-824a-ea4c1817c2a5" + }, + { + "name": "x-ms-correlation-request-id", + "value": "db27b895-b86f-4ebb-824a-ea4c1817c2a5" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074219Z:db27b895-b86f-4ebb-824a-ea4c1817c2a5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BB095134A86B4F3CB412A8F47CB4C306 Ref B: MAA201060514045 Ref C: 2024-03-27T07:42:19Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:18.967Z", + "time": 213, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 213 + } + }, + { + "_id": "098897230fc05bad09da7446644ec214", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3ba06be6-861e-41f0-b526-1e7e717d9e45" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1986, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/networkSecurityGroups/VMFromImage-nsg/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "ea3db9ce-2a5c-4fd1-b042-2c89565453a3" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "29967de6-cf4e-438c-970a-1dfd3f85f090" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074255Z:29967de6-cf4e-438c-970a-1dfd3f85f090" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7500241E7C3A4666A0C90AA975F1320D Ref B: MAA201060513045 Ref C: 2024-03-27T07:42:54Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:19.190Z", + "time": 36458, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36458 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 59, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9d6c1179-e104-459d-8fc4-9811346638b3" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528975\",\"not_before\":\"1711525075\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:42:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9d6c1179-e104-459d-8fc4-9811346638b3" + }, + { + "name": "x-ms-request-id", + "value": "3b5a344b-816c-405e-93e4-1370cb421d01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:55 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:55.660Z", + "time": 480, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 480 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 59, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "34a400fa-ef53-4dec-aea9-21375f7232b9" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "0753df04-eaf7-4624-9302-9b471c6e8d62" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0753df04-eaf7-4624-9302-9b471c6e8d62" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074256Z:0753df04-eaf7-4624-9302-9b471c6e8d62" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1C71FA1A5727433E804BFDFD4FBB0C41 Ref B: MAA201060515047 Ref C: 2024-03-27T07:42:56Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:56.149Z", + "time": 311, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 311 + } + }, + { + "_id": "d7a4af22e6d3901b14b64be1d14b1447", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9c315060-0278-4ee7-9804-357dfa7eb200" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1994, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvm-ss2_group-vnet-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "79674f1e-e8b5-4919-9e9f-54f9ad20027d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a67e8375-fb33-4528-82a1-500434c1827f" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074257Z:a67e8375-fb33-4528-82a1-500434c1827f" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F4EBA734DA774FB98B74E416070E4924 Ref B: MAA201060516051 Ref C: 2024-03-27T07:42:56Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:56.469Z", + "time": 972, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 972 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 60, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "d74b4fee-5a01-493c-962f-d9c56b23d2b3" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528977\",\"not_before\":\"1711525077\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:42:57.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "d74b4fee-5a01-493c-962f-d9c56b23d2b3" + }, + { + "name": "x-ms-request-id", + "value": "2e04bbb1-ff59-4521-9792-b8cdd904b800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:57 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:57.450Z", + "time": 393, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 393 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 60, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "773227de-dda8-4c13-b217-b30ee063feee" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "941378cf-5717-4524-b345-01b4b2552e3d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "941378cf-5717-4524-b345-01b4b2552e3d" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074258Z:941378cf-5717-4524-b345-01b4b2552e3d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 32AEF2F119DC444481F0C33D7B113553 Ref B: MAA201060515035 Ref C: 2024-03-27T07:42:58Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:57.852Z", + "time": 427, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 427 + } + }, + { + "_id": "d26727a096f09631d85361b606250c62", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2c574810-9369-4c8d-8125-daefa61138d6" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 2004, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmScaleSets_group-vnet-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "0f300b89-07c3-42c5-939f-9ae9f4bef35f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0f7e2211-562e-4dab-81b6-c8cca5107a71" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074259Z:0f7e2211-562e-4dab-81b6-c8cca5107a71" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D617167AC92944F38DA6A389AB9FC888 Ref B: MAA201060515045 Ref C: 2024-03-27T07:42:58Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:42:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:58.284Z", + "time": 1688, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1688 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 61, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "cd38110d-65a7-422e-b844-498600935b51" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528980\",\"not_before\":\"1711525080\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:43:00.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "cd38110d-65a7-422e-b844-498600935b51" + }, + { + "name": "x-ms-request-id", + "value": "98d5e0c6-7245-4731-94f7-4692801a1301" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:00 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:42:59.980Z", + "time": 415, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 415 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 61, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1a4acc06-f78c-4ed8-9689-a969cc4f7e7e" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "aacebc21-ab12-4e8c-ae6c-80b45016e63a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "aacebc21-ab12-4e8c-ae6c-80b45016e63a" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074300Z:aacebc21-ab12-4e8c-ae6c-80b45016e63a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6DCD1177E95E4B8782F06D4CF0F1A7ED Ref B: MAA201060515049 Ref C: 2024-03-27T07:43:00Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:00 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:00.403Z", + "time": 339, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 339 + } + }, + { + "_id": "79d84e22b3b0b241caec7fec3f35f535", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b4df7254-c578-4935-8616-4a651a32bff3" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1998, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/networkSecurityGroups/basicNsgvmsstest_group-vnet-nic01/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "315bbcc0-5fdb-4873-8555-7c74dc72efa4" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a5da4da9-c1df-4e57-9647-4a4fd484a5ad" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074302Z:a5da4da9-c1df-4e57-9647-4a4fd484a5ad" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8934B31AD0474AC2A88A0F77167F3BEF Ref B: MAA201060513021 Ref C: 2024-03-27T07:43:00Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:01 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:00.753Z", + "time": 1593, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1593 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 62, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "6483a929-3998-4cb6-a428-fa9c9da26217" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528982\",\"not_before\":\"1711525082\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:43:02.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "6483a929-3998-4cb6-a428-fa9c9da26217" + }, + { + "name": "x-ms-request-id", + "value": "5edfc251-fc64-4853-b03a-395e8e214201" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:01 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:02.352Z", + "time": 379, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 379 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 62, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ad9aa1ca-b5e4-4123-ad90-cd4d4bb77b49" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "b8677bbf-e4c4-4a5f-b0fa-28021f994ff3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b8677bbf-e4c4-4a5f-b0fa-28021f994ff3" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074303Z:b8677bbf-e4c4-4a5f-b0fa-28021f994ff3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DD68F3E8ED054B239C254283283DB3E1 Ref B: MAA201060513037 Ref C: 2024-03-27T07:43:02Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:02 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:02.738Z", + "time": 357, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 357 + } + }, + { + "_id": "fca3a7bc3e302e6831a67aece545985e", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bcfe894a-5ee3-4c90-be5d-36b9f174f141" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1978, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/networkSecurityGroups/NSG/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "19543cd2-7147-4e2d-bfdd-c7eb3c8d84bc" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "89c1479a-7e4f-46f1-9ab1-6fe7a7866063" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074304Z:89c1479a-7e4f-46f1-9ab1-6fe7a7866063" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8D1168826B0349728CC95130B724E195 Ref B: MAA201060515021 Ref C: 2024-03-27T07:43:03Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:04 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:03.105Z", + "time": 1933, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1933 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 63, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "198b77b8-49e8-45cf-94f2-93c14d9e0246" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528985\",\"not_before\":\"1711525085\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:43:05.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "198b77b8-49e8-45cf-94f2-93c14d9e0246" + }, + { + "name": "x-ms-request-id", + "value": "3f4d856f-05fc-4819-b26a-799b14050d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:04 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:05.048Z", + "time": 492, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 492 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 63, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "55fffffd-528d-4c60-8115-08d0f917b25d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "9b4fc2d4-b006-4738-89a2-6da13002b56b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9b4fc2d4-b006-4738-89a2-6da13002b56b" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074305Z:9b4fc2d4-b006-4738-89a2-6da13002b56b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2DCD97C06208400AA1CC6A06743EC040 Ref B: MAA201060513049 Ref C: 2024-03-27T07:43:05Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:04 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:05.551Z", + "time": 344, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 344 + } + }, + { + "_id": "6ee88832e0456617f65929be9c76d411", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "825a0c60-3c0d-4196-b830-fee64e88af76" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1872, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/virtualNetworks?api-version=2019-12-01" + }, + "response": { + "bodySize": 32832, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 32832, + "text": "{\"value\":[{\"name\":\"asdf_group-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/virtualNetworks/asdf_group-vnet\",\"etag\":\"W/\\\"efe7f551-fe3e-4f87-b041-0c1c2e18d747\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"60c83ead-60b5-422a-98da-c21ef65dc452\",\"addressSpace\":{\"addressPrefixes\":[\"10.2.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/virtualNetworks/asdf_group-vnet/subnets/default\",\"etag\":\"W/\\\"efe7f551-fe3e-4f87-b041-0c1c2e18d747\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.2.0.0/24\",\"serviceEndpoints\":[{\"provisioningState\":\"Succeeded\",\"service\":\"Microsoft.Sql\",\"locations\":[\"eastus\"]}],\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Enabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"asdf_groupvnet499\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/virtualNetworks/asdf_groupvnet499\",\"etag\":\"W/\\\"de77adfd-9500-4e41-912f-e6177712f409\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"6167c3dc-8168-4fe0-9687-53ef258139e5\",\"addressSpace\":{\"addressPrefixes\":[\"10.13.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/virtualNetworks/asdf_groupvnet499/subnets/default\",\"etag\":\"W/\\\"de77adfd-9500-4e41-912f-e6177712f409\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.13.0.0/20\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"int-cm-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/virtualNetworks/int-cm-vnet\",\"etag\":\"W/\\\"8bd1660a-286e-432d-afb9-97e6a42a07fb\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"400c563b-6dfd-42f6-99b4-bdb000c843ca\",\"addressSpace\":{\"addressPrefixes\":[\"10.0.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/virtualNetworks/int-cm-vnet/subnets/default\",\"etag\":\"W/\\\"8bd1660a-286e-432d-afb9-97e6a42a07fb\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.0.0.0/24\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"demoVirtualNetworkforCrossConnection\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection\",\"etag\":\"W/\\\"aa8832e9-6351-4cd2-8243-4288677d065e\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"dbf67e26-d628-4ea8-ba67-80d3a61b1516\",\"addressSpace\":{\"addressPrefixes\":[\"10.15.0.0/16\"]},\"subnets\":[{\"name\":\"GatewaySubnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection/subnets/GatewaySubnet\",\"etag\":\"W/\\\"aa8832e9-6351-4cd2-8243-4288677d065e\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.15.1.0/24\",\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/virtualNetworkGateways/DEMOGATEWAYFOREXPRESSCROSSCONNECTION/ipConfigurations/DEFAULT\"}],\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"},{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection/subnets/default\",\"etag\":\"W/\\\"aa8832e9-6351-4cd2-8243-4288677d065e\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.15.0.0/24\",\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg\"},\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/networkInterfaces/INT-02/ipConfigurations/IPCONFIG1\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/networkInterfaces/TEST-DEV-VM936_Z1/ipConfigurations/IPCONFIG1\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/networkInterfaces/TEST-DEV-VM936_Z1/ipConfigurations/IPCONFIG_02\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/networkInterfaces/VIRTUAL-DEV1501_Z1/ipConfigurations/IPCONFIG1\"}],\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":true,\"ddosProtectionPlan\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/ddosProtectionPlans/ddos1\"}}},{\"name\":\"j1dev-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet\",\"etag\":\"W/\\\"9f0a66fb-4a38-4aab-8dee-cb8b256b4d2a\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"355b1e72-3709-4b0e-aebe-2ed96dd0c936\",\"addressSpace\":{\"addressPrefixes\":[\"10.6.0.0/16\"]},\"subnets\":[{\"name\":\"GatewaySubnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet/subnets/GatewaySubnet\",\"etag\":\"W/\\\"9f0a66fb-4a38-4aab-8dee-cb8b256b4d2a\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.6.16.0/24\",\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/virtualNetworkGateways/SURAJ-TEST-1/ipConfigurations/DEFAULT\"}],\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"},{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet/subnets/default\",\"etag\":\"W/\\\"9f0a66fb-4a38-4aab-8dee-cb8b256b4d2a\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.6.0.0/20\",\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/networkSecurityGroups/Test-Dev-Vm-nsg\"},\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/networkInterfaces/J1DEV-PURVIEW-DB-TEST-NIC/ipConfigurations/PRIVATEENDPOINTIPCONFIG.252983B8-EA85-483C-BD85-6F8D6B70CE0C\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/networkInterfaces/VMFROMIMAGE459_Z1/ipConfigurations/IPCONFIG1\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/networkInterfaces/VMFROMSHAREDIMAGE78_Z1/ipConfigurations/IPCONFIG1\"}],\"privateEndpoints\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/privateEndpoints/J1DEV-PURVIEW-DB-TEST\"}],\"delegations\":[],\"purpose\":\"PrivateEndpoints\",\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[{\"name\":\"peering1-dev-remote\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet/virtualNetworkPeerings/peering1-dev-remote\",\"etag\":\"W/\\\"9f0a66fb-4a38-4aab-8dee-cb8b256b4d2a\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"b6b4c8b2-17da-07d2-2f65-682bfc28638c\",\"peeringState\":\"Connected\",\"remoteVirtualNetwork\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet718\"},\"allowVirtualNetworkAccess\":true,\"allowForwardedTraffic\":false,\"allowGatewayTransit\":false,\"useRemoteGateways\":false,\"doNotVerifyRemoteGateways\":false,\"remoteAddressSpace\":{\"addressPrefixes\":[\"10.10.0.0/16\"]},\"routeServiceVips\":{}},\"type\":\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings\"}],\"enableDdosProtection\":true,\"ddosProtectionPlan\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/ddosProtectionPlans/ddos1\"}}},{\"name\":\"j1devvnet124\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet124\",\"etag\":\"W/\\\"61e2d3e0-0b0e-46c9-b4b8-4e1e357f1cee\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"27762ae0-0a55-47c0-bde4-a09cad3690d1\",\"addressSpace\":{\"addressPrefixes\":[\"10.9.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet124/subnets/default\",\"etag\":\"W/\\\"61e2d3e0-0b0e-46c9-b4b8-4e1e357f1cee\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.9.0.0/20\",\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/J1DEV/providers/Microsoft.Network/applicationGateways/APPLICATIONGATEWAY1/frontendIPConfigurations/APPGWPRIVATEFRONTENDIPIPV4\"}],\"applicationGatewayIPConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/gatewayIPConfigurations/appGatewayIpConfig\"}],\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":true,\"ddosProtectionPlan\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/ddosProtectionPlans/ddos1\"}}},{\"name\":\"j1devvnet134\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet134\",\"etag\":\"W/\\\"98def3e5-a635-431c-b195-2e993649f8b7\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"c49d1c25-6800-4ff6-8bc3-e0c79ad71b80\",\"addressSpace\":{\"addressPrefixes\":[\"10.8.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet134/subnets/default\",\"etag\":\"W/\\\"98def3e5-a635-431c-b195-2e993649f8b7\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.8.0.0/20\",\"applicationGatewayIPConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/gatewayIPConfigurations/appGatewayIpConfig\"}],\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"j1devvnet292\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet292\",\"etag\":\"W/\\\"e735bb69-2334-440b-a6d5-4530402e5cc0\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"cd33e701-f314-4724-a5dc-71535996828b\",\"addressSpace\":{\"addressPrefixes\":[\"10.11.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet292/subnets/default\",\"etag\":\"W/\\\"e735bb69-2334-440b-a6d5-4530402e5cc0\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.11.0.0/20\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"j1devvnet718\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet718\",\"etag\":\"W/\\\"e9cf1442-ae4f-4697-8134-2ec3c3f8ba48\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"83efd6c0-20d3-4cdc-81db-46f291f8aaba\",\"addressSpace\":{\"addressPrefixes\":[\"10.10.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet718/subnets/default\",\"etag\":\"W/\\\"e9cf1442-ae4f-4697-8134-2ec3c3f8ba48\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.10.0.0/20\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[{\"name\":\"peering1-dev\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet718/virtualNetworkPeerings/peering1-dev\",\"etag\":\"W/\\\"e9cf1442-ae4f-4697-8134-2ec3c3f8ba48\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"b6b4c8b2-17da-07d2-2f65-682bfc28638c\",\"peeringState\":\"Connected\",\"remoteVirtualNetwork\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet\"},\"allowVirtualNetworkAccess\":true,\"allowForwardedTraffic\":false,\"allowGatewayTransit\":false,\"useRemoteGateways\":false,\"doNotVerifyRemoteGateways\":false,\"remoteAddressSpace\":{\"addressPrefixes\":[\"10.6.0.0/16\"]},\"routeServiceVips\":{}},\"type\":\"Microsoft.Network/virtualNetworks/virtualNetworkPeerings\"}],\"enableDdosProtection\":false}},{\"name\":\"virtual-network\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/virtual-network\",\"etag\":\"W/\\\"2a4b86e2-ff8d-47e0-aca6-bc4a9b322857\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"9ba7db77-4f64-4eb7-8907-1e7e94f19551\",\"addressSpace\":{\"addressPrefixes\":[\"10.14.0.0/27\"]},\"subnets\":[{\"name\":\"RouteServerSubnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/virtual-network/subnets/RouteServerSubnet\",\"etag\":\"W/\\\"2a4b86e2-ff8d-47e0-aca6-bc4a9b322857\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.14.0.0/27\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"vmfromimage-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/vmfromimage-vnet\",\"etag\":\"W/\\\"446de3e9-ff09-4ab6-8451-d1d13711dd76\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"a50098f2-ce62-4f80-9bf9-893264a37376\",\"addressSpace\":{\"addressPrefixes\":[\"10.5.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/vmfromimage-vnet/subnets/default\",\"etag\":\"W/\\\"446de3e9-ff09-4ab6-8451-d1d13711dd76\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.5.0.0/24\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"workers-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/virtualNetworks/workers-vnet\",\"etag\":\"W/\\\"36fe4edf-c9d8-473b-b4b0-403f3c74c8a1\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"tags\":{\"application\":\"databricks\",\"databricks-environment\":\"true\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"e01d4c95-b7fb-4383-b197-203184eca09c\",\"addressSpace\":{\"addressPrefixes\":[\"10.139.0.0/16\"]},\"subnets\":[{\"name\":\"public-subnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/public-subnet\",\"etag\":\"W/\\\"36fe4edf-c9d8-473b-b4b0-403f3c74c8a1\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.139.0.0/18\",\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg\"},\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"},{\"name\":\"private-subnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/virtualNetworks/workers-vnet/subnets/private-subnet\",\"etag\":\"W/\\\"36fe4edf-c9d8-473b-b4b0-403f3c74c8a1\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.139.64.0/18\",\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/networkSecurityGroups/workers-sg\"},\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"aks-vnet-39773443\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/virtualNetworks/aks-vnet-39773443\",\"etag\":\"W/\\\"32297ec1-aeb3-473c-ac11-c47944aacf9a\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"81b27e04-666b-4ef2-845b-fbec5505c30e\",\"addressSpace\":{\"addressPrefixes\":[\"10.224.0.0/12\"]},\"subnets\":[{\"name\":\"aks-subnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/virtualNetworks/aks-vnet-39773443/subnets/aks-subnet\",\"etag\":\"W/\\\"32297ec1-aeb3-473c-ac11-c47944aacf9a\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.224.0.0/16\",\"networkSecurityGroup\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/networkSecurityGroups/aks-agentpool-39773443-nsg\"},\"routeTable\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/routeTables/aks-agentpool-39773443-routetable\"},\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_KUBERNETES-CLUSTER_GROUP_KUBERNETES-CLUSTER_EASTUS/PROVIDERS/MICROSOFT.COMPUTE/VIRTUALMACHINESCALESETS/AKS-AGENTPOOL-10149075-VMSS/VIRTUALMACHINES/0/NETWORKINTERFACES/AKS-AGENTPOOL-10149075-VMSS/ipConfigurations/IPCONFIG1\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_KUBERNETES-CLUSTER_GROUP_KUBERNETES-CLUSTER_EASTUS/PROVIDERS/MICROSOFT.COMPUTE/VIRTUALMACHINESCALESETS/AKS-AGENTPOOL-10149075-VMSS/VIRTUALMACHINES/1/NETWORKINTERFACES/AKS-AGENTPOOL-10149075-VMSS/ipConfigurations/IPCONFIG1\"}],\"serviceEndpoints\":[],\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"newrsc-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc/providers/Microsoft.Network/virtualNetworks/newrsc-vnet\",\"etag\":\"W/\\\"10fb436a-e8b2-4051-a4e3-9b59bc40c9ff\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"e86e962a-9344-4e94-b229-2043d12b27b8\",\"addressSpace\":{\"addressPrefixes\":[\"10.224.0.0/12\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc/providers/Microsoft.Network/virtualNetworks/newrsc-vnet/subnets/default\",\"etag\":\"W/\\\"10fb436a-e8b2-4051-a4e3-9b59bc40c9ff\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.224.0.0/16\",\"serviceEndpoints\":[{\"provisioningState\":\"Succeeded\",\"service\":\"Microsoft.ContainerRegistry\",\"locations\":[\"*\"]}],\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"Stefan_VMs-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/virtualNetworks/Stefan_VMs-vnet\",\"etag\":\"W/\\\"167088e3-2b44-4940-8a0d-b8bd766ce01b\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"3e6818c0-29ae-4697-8223-127a9fee62a7\",\"addressSpace\":{\"addressPrefixes\":[\"10.1.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/virtualNetworks/Stefan_VMs-vnet/subnets/default\",\"etag\":\"W/\\\"167088e3-2b44-4940-8a0d-b8bd766ce01b\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.1.0.0/24\",\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/STEFAN_VMS/providers/Microsoft.Network/networkInterfaces/ACTIVEDIRECTORYIN213/ipConfigurations/IPCONFIG1\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/STEFAN_VMS/providers/Microsoft.Network/networkInterfaces/ANOTHERTESTVM456/ipConfigurations/IPCONFIG1\"},{\"id\":\"/subscriptions/subscription-id/resourceGroups/STEFAN_VMS/providers/Microsoft.Network/networkInterfaces/ANOTHERTESTVM456/ipConfigurations/IPCONFIG2\"}],\"serviceEndpoints\":[],\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Enabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"vnet-test-cameron\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/virtualNetworks/vnet-test-cameron\",\"etag\":\"W/\\\"80b36bc4-e195-474f-8dc7-5fc08540d743\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"2d6d1340-f7d3-4e55-8c9d-a9776c39e527\",\"addressSpace\":{\"addressPrefixes\":[\"192.168.55.0/24\"]},\"subnets\":[{\"name\":\"subnet-test-cameron\",\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/virtualNetworks/vnet-test-cameron/subnets/subnet-test-cameron\",\"etag\":\"W/\\\"80b36bc4-e195-474f-8dc7-5fc08540d743\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefixes\":[\"192.168.55.0/25\"],\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/TEST-CAMERON-RG/providers/Microsoft.Network/networkInterfaces/ENDPOINT-TEST-CAMERON.NIC.24B98D1F-82F6-4960-829B-EB01DFBC91A6/ipConfigurations/PRIVATEENDPOINTIPCONFIG.DFB335EF-66D7-46A4-8197-35DE105C8D3E\"}],\"privateEndpoints\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/TEST-CAMERON-RG/providers/Microsoft.Network/privateEndpoints/ENDPOINT-TEST-CAMERON\"}],\"delegations\":[],\"purpose\":\"PrivateEndpoints\",\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"virtualmachine_group-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/virtualNetworks/virtualmachine_group-vnet\",\"etag\":\"W/\\\"1bf37b46-d922-47b3-a193-36b973d73185\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"191fba0d-08ae-47d5-aa97-b197229471fc\",\"addressSpace\":{\"addressPrefixes\":[\"10.3.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/virtualNetworks/virtualmachine_group-vnet/subnets/default\",\"etag\":\"W/\\\"1bf37b46-d922-47b3-a193-36b973d73185\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.3.0.0/20\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"vm-ss2_group-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/virtualNetworks/vm-ss2_group-vnet\",\"etag\":\"W/\\\"7e946770-f27f-4242-9f2c-fa8600c6a15a\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"144d63e6-db25-48be-b9f9-d1812aaee459\",\"addressSpace\":{\"addressPrefixes\":[\"10.7.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/virtualNetworks/vm-ss2_group-vnet/subnets/default\",\"etag\":\"W/\\\"7e946770-f27f-4242-9f2c-fa8600c6a15a\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.7.0.0/20\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"vmScaleSets_group-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/virtualNetworks/vmScaleSets_group-vnet\",\"etag\":\"W/\\\"05029d04-5205-4a4b-b066-0f6ce43cb848\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"b034b78f-8703-4014-81a1-df2ace95e39e\",\"addressSpace\":{\"addressPrefixes\":[\"10.4.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/virtualNetworks/vmScaleSets_group-vnet/subnets/default\",\"etag\":\"W/\\\"05029d04-5205-4a4b-b066-0f6ce43cb848\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.4.0.0/20\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"vmsstest_group-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/virtualNetworks/vmsstest_group-vnet\",\"etag\":\"W/\\\"5f7a6805-80f3-4f3d-a1c3-44d19218c8e1\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"2a2e6d2c-f3ed-427c-b27c-199231381666\",\"addressSpace\":{\"addressPrefixes\":[\"10.12.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/virtualNetworks/vmsstest_group-vnet/subnets/default\",\"etag\":\"W/\\\"5f7a6805-80f3-4f3d-a1c3-44d19218c8e1\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.12.0.0/20\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"},{\"name\":\"GatewaySubnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/virtualNetworks/vmsstest_group-vnet/subnets/GatewaySubnet\",\"etag\":\"W/\\\"5f7a6805-80f3-4f3d-a1c3-44d19218c8e1\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.12.16.0/24\",\"delegations\":[],\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"sample-vn\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/virtualNetworks/sample-vn\",\"etag\":\"W/\\\"cf544b88-8808-45ca-bb63-4d9ea6254ce0\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4cc6b8f6-1097-478b-a1e5-38b068febfb9\",\"addressSpace\":{\"addressPrefixes\":[\"10.0.0.0/16\"]},\"subnets\":[{\"name\":\"default\",\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/virtualNetworks/sample-vn/subnets/default\",\"etag\":\"W/\\\"cf544b88-8808-45ca-bb63-4d9ea6254ce0\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.0.0.0/24\",\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/DEFAULTRESOURCEGROUP-CUS/providers/Microsoft.Network/networkInterfaces/PRIVATE-ENDPOINT.NIC.7D42A76D-176A-4AEA-8665-9D9E85B5058C/ipConfigurations/BLOB-BLOB.PRIVATEENDPOINT\"}],\"privateEndpoints\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/DEFAULTRESOURCEGROUP-CUS/providers/Microsoft.Network/privateEndpoints/PRIVATE-ENDPOINT\"}],\"delegations\":[],\"purpose\":\"PrivateEndpoints\",\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}},{\"name\":\"lacework-vnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c/providers/Microsoft.Network/virtualNetworks/lacework-vnet\",\"etag\":\"W/\\\"5c99805b-aeae-4ad5-853d-c3d4250ee961\\\"\",\"type\":\"Microsoft.Network/virtualNetworks\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"0d23c8ce-24b9-4a6d-a400-25d266e7ce4c\",\"addressSpace\":{\"addressPrefixes\":[\"10.0.0.0/16\"]},\"dhcpOptions\":{\"dnsServers\":[]},\"subnets\":[{\"name\":\"lacework-subnet\",\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c/providers/Microsoft.Network/virtualNetworks/lacework-vnet/subnets/lacework-subnet\",\"etag\":\"W/\\\"5c99805b-aeae-4ad5-853d-c3d4250ee961\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"10.0.1.0/24\",\"ipConfigurations\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/LACEWORK-GROUP-E263DC6C/providers/Microsoft.Network/networkInterfaces/LACEWORK-PRIVATE-ENDPOINT.NIC.012D94E3-1CE4-4EE8-8F12-7E66ABC40D1D/ipConfigurations/PRIVATEENDPOINTIPCONFIG.5837E8AE-F4D9-4447-A8B2-66BBB2B17750\"}],\"privateEndpoints\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/LACEWORK-GROUP-E263DC6C/providers/Microsoft.Network/privateEndpoints/LACEWORK-PRIVATE-ENDPOINT\"}],\"serviceEndpoints\":[{\"provisioningState\":\"Succeeded\",\"service\":\"Microsoft.Storage\",\"locations\":[\"westus2\",\"westcentralus\"]}],\"delegations\":[],\"purpose\":\"PrivateEndpoints\",\"privateEndpointNetworkPolicies\":\"Disabled\",\"privateLinkServiceNetworkPolicies\":\"Enabled\"},\"type\":\"Microsoft.Network/virtualNetworks/subnets\"}],\"virtualNetworkPeerings\":[],\"enableDdosProtection\":false}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "32832" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-original-request-ids", + "value": "8262e090-78a9-4bff-bf60-39f76465342e, 57af77d9-7f7a-4d85-8a20-3b43cad9e52a, d37b105b-749d-40cc-bede-bbb921c22525" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "2b6622ee-c5b5-4726-aaaf-00aeeeb3cf2a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2b6622ee-c5b5-4726-aaaf-00aeeeb3cf2a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074307Z:2b6622ee-c5b5-4726-aaaf-00aeeeb3cf2a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B2AFDFF85DC04AA0AA50EEA376059DAD Ref B: MAA201060515049 Ref C: 2024-03-27T07:43:06Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:07 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 818, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:05.902Z", + "time": 1428, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1428 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 64, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "8e2defa4-ce86-44be-9624-579a713fce8b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528988\",\"not_before\":\"1711525088\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:43:08.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "8e2defa4-ce86-44be-9624-579a713fce8b" + }, + { + "name": "x-ms-request-id", + "value": "b9bcb253-36c5-4236-8532-26f626170b01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:07 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:07.370Z", + "time": 957, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 957 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 64, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8ee260de-9840-40db-9e61-48fc9a9e9e1c" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "16b6ee90-ad84-4624-a602-4012f7f0e03f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "16b6ee90-ad84-4624-a602-4012f7f0e03f" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074308Z:16b6ee90-ad84-4624-a602-4012f7f0e03f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 670620F73589481A8248EFD5C5998FDD Ref B: MAA201060516035 Ref C: 2024-03-27T07:43:08Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:07 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:08.336Z", + "time": 276, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 276 + } + }, + { + "_id": "17a449f858130e8f6b82881075e206ae", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f8bfc1c8-c287-4a7d-bf9a-590c5ce1eb38" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1970, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/virtualNetworks/asdf_group-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "faf8bde1-c89c-44a2-a05f-d4a4f60b1c8f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0252647a-4fba-4d0f-9f1b-30bdf6ecb27b" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074345Z:0252647a-4fba-4d0f-9f1b-30bdf6ecb27b" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CFDE6B25A9A74FA99FD65B1A97220202 Ref B: MAA201060513049 Ref C: 2024-03-27T07:43:44Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:44 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:08.623Z", + "time": 37292, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 37292 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 65, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "f7768f19-75a4-4da9-811f-e4d943a29ed2" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529026\",\"not_before\":\"1711525126\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:43:46.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "f7768f19-75a4-4da9-811f-e4d943a29ed2" + }, + { + "name": "x-ms-request-id", + "value": "eca72048-603d-4e18-87d1-7ceb6b3e1c01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:43:45 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:45.920Z", + "time": 465, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 465 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 65, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "64df548e-ffa6-4e0b-8fde-5c82487fcee6" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "67d78fb9-a1c9-48d5-89b2-15b379fefc9c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "67d78fb9-a1c9-48d5-89b2-15b379fefc9c" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074422Z:67d78fb9-a1c9-48d5-89b2-15b379fefc9c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9D032C5176D64C82ADA528CACA01B262 Ref B: MAA201060513023 Ref C: 2024-03-27T07:44:22Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:22 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:43:46.393Z", + "time": 35914, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35914 + } + }, + { + "_id": "beccdc00ec9deeacd193f3e4cd1d0674", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "79bd3933-4d74-4a83-ad48-9e3ea01840f0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1972, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/asdf_group/providers/Microsoft.Network/virtualNetworks/asdf_groupvnet499/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "8fda1dc5-e071-4fd5-a8fb-b7053296f1f4" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ae53c200-dd56-45d7-88f2-adbde42da33b" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074424Z:ae53c200-dd56-45d7-88f2-adbde42da33b" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1EC889DBEEA14722B22A33112392C2E5 Ref B: MAA201060516011 Ref C: 2024-03-27T07:44:22Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:24 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:22.318Z", + "time": 2541, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2541 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 66, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "2358e713-a905-4349-a830-2ed6a14767f9" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529065\",\"not_before\":\"1711525165\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:44:25.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "2358e713-a905-4349-a830-2ed6a14767f9" + }, + { + "name": "x-ms-request-id", + "value": "eec54b2a-d694-493b-baa6-e5e980f6e100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:25 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:24.869Z", + "time": 977, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 977 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 66, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "63e551e8-78df-4d96-b8d7-f030c8b7a65c" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "dd1647d7-7fd1-458c-b684-5b1982f9ccf4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "dd1647d7-7fd1-458c-b684-5b1982f9ccf4" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074426Z:dd1647d7-7fd1-458c-b684-5b1982f9ccf4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0622F513C9664AC386DFDD6D68CA3E19 Ref B: MAA201060516035 Ref C: 2024-03-27T07:44:25Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:25 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:25.853Z", + "time": 226, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 226 + } + }, + { + "_id": "cede7bb117f3d530e2cf60f0806c8359", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2d34a7f4-2bd7-4042-9701-d6e8f2cb2e67" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1962, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/int-cm/providers/Microsoft.Network/virtualNetworks/int-cm-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "12a5c630-eee3-4368-81f3-2dd075136776" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ecb42a15-9e7b-4b1b-ba97-f1ce6b04bf3d" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074427Z:ecb42a15-9e7b-4b1b-ba97-f1ce6b04bf3d" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AF2E9725FFFF45E089D001DED82DAC81 Ref B: MAA201060515053 Ref C: 2024-03-27T07:44:26Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:26.090Z", + "time": 1482, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1482 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 67, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "db57acd1-22fd-47e5-b32a-738cd8f4b00a" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529067\",\"not_before\":\"1711525167\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:44:27.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "db57acd1-22fd-47e5-b32a-738cd8f4b00a" + }, + { + "name": "x-ms-request-id", + "value": "8a5a23b0-b267-4f1b-94a7-5c19bede2601" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:27 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:27.582Z", + "time": 503, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 503 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 67, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "628a3da0-8f7f-4865-9c2a-eb2642298ce8" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "db4a4645-9e2b-4782-aa59-e1e04bc43abf" + }, + { + "name": "x-ms-correlation-request-id", + "value": "db4a4645-9e2b-4782-aa59-e1e04bc43abf" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074428Z:db4a4645-9e2b-4782-aa59-e1e04bc43abf" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1879A38C2CF54C28AB8B25E4834C0DB5 Ref B: MAA201060515029 Ref C: 2024-03-27T07:44:28Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:28.092Z", + "time": 306, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 306 + } + }, + { + "_id": "78ecd314c09f1ddb0df6f581beb611e3", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6173abd2-17ee-4e44-9152-e2a275ed0143" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1986, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "35a2d021-da1f-4c09-98e5-f490592e6287" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "788e102c-f7cd-4488-bbab-b0758c9d98a6" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074429Z:788e102c-f7cd-4488-bbab-b0758c9d98a6" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 81EF8F4C3E354E4FABB35FD9EF5407C9 Ref B: MAA201060516029 Ref C: 2024-03-27T07:44:28Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:29 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:28.408Z", + "time": 905, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 905 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 68, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "889d7c60-d8b1-453e-8c73-e88869e12a20" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529069\",\"not_before\":\"1711525169\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:44:29.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "889d7c60-d8b1-453e-8c73-e88869e12a20" + }, + { + "name": "x-ms-request-id", + "value": "a317878c-0ba7-4a61-94a8-23c4d9b2ed00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:29 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:29.329Z", + "time": 498, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 498 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 68, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "84769708-33f4-4450-831a-907053e31084" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "85ee4500-74e0-404e-9cd6-fee2a253fce0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "85ee4500-74e0-404e-9cd6-fee2a253fce0" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074430Z:85ee4500-74e0-404e-9cd6-fee2a253fce0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E6AF9C53BCFF49078D9596BA8E6FED27 Ref B: MAA201060514039 Ref C: 2024-03-27T07:44:30Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:29.836Z", + "time": 368, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 368 + } + }, + { + "_id": "38b0120263699ae482c47e5a92b85ead", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "794a800e-4c9f-45f8-912b-ce8bf941ada7" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1960, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "39c4762b-de50-44e5-9bd2-f9be855fb8ab" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e23ea015-d68d-44c3-86ec-22319cfc4f40" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074431Z:e23ea015-d68d-44c3-86ec-22319cfc4f40" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A102B6DE35C54470A1CBE63743A5A531 Ref B: MAA201060515021 Ref C: 2024-03-27T07:44:30Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:30.214Z", + "time": 977, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 977 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 69, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "dd9f4f56-dca4-452e-80b5-70c59f28195d" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529071\",\"not_before\":\"1711525171\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:44:31.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "dd9f4f56-dca4-452e-80b5-70c59f28195d" + }, + { + "name": "x-ms-request-id", + "value": "01a00e1f-cb43-4b55-9b1e-9b0031271601" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:31 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:31.199Z", + "time": 462, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 462 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 69, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ba6184a5-be2a-465f-9767-881e11023580" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "f75de875-8178-45ff-b530-006c2f5b8280" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f75de875-8178-45ff-b530-006c2f5b8280" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074431Z:f75de875-8178-45ff-b530-006c2f5b8280" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6372141691734AB5A631CC0484CB1738 Ref B: MAA201060513023 Ref C: 2024-03-27T07:44:31Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:31.670Z", + "time": 426, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 426 + } + }, + { + "_id": "ecb63f48439bcf51044238dcfda69c79", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b23e280f-2cf2-446f-9f3b-6a39ae390002" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1962, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet124/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "df48ed3e-1f03-4d5e-a5a1-02e6fd770fdd" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7051d133-9a19-4754-8b75-7fa49b629a2e" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T074436Z:7051d133-9a19-4754-8b75-7fa49b629a2e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A29A48E470F8459E875D917B0202B621 Ref B: MAA201060513053 Ref C: 2024-03-27T07:44:32Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:32.109Z", + "time": 4696, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 4696 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 70, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "dd4633e8-c94c-4b9f-a6b4-89b8a6c94ee1" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529077\",\"not_before\":\"1711525177\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:44:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "dd4633e8-c94c-4b9f-a6b4-89b8a6c94ee1" + }, + { + "name": "x-ms-request-id", + "value": "83f86fdb-5dc6-4228-aeb0-f98db7ffcd00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:44:36 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:36.817Z", + "time": 430, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 430 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 70, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0c8f98a8-e4bd-466d-8813-6bf34e3eaad5" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "866131c2-bd0a-499e-a2c6-0284aaf74de2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "866131c2-bd0a-499e-a2c6-0284aaf74de2" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074513Z:866131c2-bd0a-499e-a2c6-0284aaf74de2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E4DFF42243684EBA898D2365C85901A4 Ref B: MAA201060515045 Ref C: 2024-03-27T07:45:13Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:13 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:44:37.255Z", + "time": 36091, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36091 + } + }, + { + "_id": "185341ce281e61dadbf820f71043f9a7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "14c3ea95-bf6e-4652-8d8c-50d9462fc24d" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1962, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet134/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "cbca4890-5fb1-4b82-a7f2-f4777322e404" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "01ca4f53-2a5e-4873-ab92-35d9b0f8feeb" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074514Z:01ca4f53-2a5e-4873-ab92-35d9b0f8feeb" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F2115F8C943F49D9ABF2E74676952FA9 Ref B: MAA201060513037 Ref C: 2024-03-27T07:45:13Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:13.356Z", + "time": 1013, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1013 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 71, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "f71a53ea-e2d9-46c2-a5d6-7659dfd6bf0b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529114\",\"not_before\":\"1711525214\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:45:14.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "f71a53ea-e2d9-46c2-a5d6-7659dfd6bf0b" + }, + { + "name": "x-ms-request-id", + "value": "279c9963-ee9b-492f-9253-57e2b49cde00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:14 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:14.376Z", + "time": 504, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 504 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 71, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2732c6d4-d09d-4a9d-8586-440f004f8f20" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "76df3d4d-fd5e-44f9-b64d-e6c91089ad87" + }, + { + "name": "x-ms-correlation-request-id", + "value": "76df3d4d-fd5e-44f9-b64d-e6c91089ad87" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074515Z:76df3d4d-fd5e-44f9-b64d-e6c91089ad87" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6FB1D28B12D84909B83D3F7450FC963C Ref B: MAA201060513035 Ref C: 2024-03-27T07:45:15Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:14.889Z", + "time": 301, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 301 + } + }, + { + "_id": "2efcebadf57acbb5a964c8ffe974e36d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "71b7de63-cea2-4dd9-b8fa-7ab98c04710e" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1962, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet292/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "0ea42df3-b1e0-41ba-aced-81c118884654" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "08a23e35-d51b-4050-be0a-4b2097611a3f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074516Z:08a23e35-d51b-4050-be0a-4b2097611a3f" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 00827E52C40F4C428BD74D3A7F9D73C3 Ref B: MAA201060513053 Ref C: 2024-03-27T07:45:15Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:15.195Z", + "time": 1759, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1759 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 72, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "44996097-1509-4cee-9da3-07a0a8f63b73" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529117\",\"not_before\":\"1711525217\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:45:17.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "44996097-1509-4cee-9da3-07a0a8f63b73" + }, + { + "name": "x-ms-request-id", + "value": "a3c469a9-c707-4839-a6cd-f5d6d066ce00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:17 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:16.964Z", + "time": 478, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 478 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 72, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "03037f1d-310e-4922-a337-91a623c199a3" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "fc0a0cdb-0b1e-41a0-a66a-0d61c86f0b63" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fc0a0cdb-0b1e-41a0-a66a-0d61c86f0b63" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T074517Z:fc0a0cdb-0b1e-41a0-a66a-0d61c86f0b63" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 54FFCD7353F9463D8AB997F7505889E7 Ref B: MAA201060515053 Ref C: 2024-03-27T07:45:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:17 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:17.449Z", + "time": 331, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 331 + } + }, + { + "_id": "813b35fbeb09a0d7e32d80c72f884c25", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "cd9a8631-7dd3-4be4-b243-ad8eaaf1bcf8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1962, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet718/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "5a18b41c-264b-44dc-812a-01889a2afb74" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7dc1b2d9-d2e8-4da7-89d4-6644db58bc73" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T074519Z:7dc1b2d9-d2e8-4da7-89d4-6644db58bc73" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 39B9801BC2714873B4F9CEC75651AE6F Ref B: MAA201060516045 Ref C: 2024-03-27T07:45:17Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:17.790Z", + "time": 1745, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1745 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 73, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9916c2c0-9c35-4746-8f82-e34f5f9e413b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529119\",\"not_before\":\"1711525219\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:45:19.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9916c2c0-9c35-4746-8f82-e34f5f9e413b" + }, + { + "name": "x-ms-request-id", + "value": "d1a3d7d1-c534-4786-a416-3f0a511bdf00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:19 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:19.551Z", + "time": 384, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 384 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 73, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5583ed03-5262-4182-ad81-6fc1ef979638" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "e8aa1882-4adf-4391-9a67-9cf30e11b140" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e8aa1882-4adf-4391-9a67-9cf30e11b140" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074520Z:e8aa1882-4adf-4391-9a67-9cf30e11b140" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C9CF425B0BFF4F46B057E63914FB35B1 Ref B: MAA201060513039 Ref C: 2024-03-27T07:45:20Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:19.944Z", + "time": 382, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 382 + } + }, + { + "_id": "d88957c5c8ba72b34735618562a8caae", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "38316469-2173-46d4-abfe-223cbf2538f9" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1965, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/virtual-network/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "1e298375-9d65-4a68-a491-a1f6cf565af0" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "50327679-f9e1-4b9a-aa4c-c639f254bc8a" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074521Z:50327679-f9e1-4b9a-aa4c-c639f254bc8a" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1DA17B8D83AA4C998465FC99752EAFD8 Ref B: MAA201060516031 Ref C: 2024-03-27T07:45:20Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:20.336Z", + "time": 895, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 895 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 74, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "c129817b-e248-48ce-a401-1e88f9b0d9b4" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529121\",\"not_before\":\"1711525221\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:45:21.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "c129817b-e248-48ce-a401-1e88f9b0d9b4" + }, + { + "name": "x-ms-request-id", + "value": "98d5e0c6-7245-4731-94f7-4692eb311301" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:21 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:21.243Z", + "time": 503, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 503 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 74, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "500ff9a4-3e40-4582-934b-a64ab0a749ec" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "98cec406-2af5-4bb0-bff8-e267cf6bdc18" + }, + { + "name": "x-ms-correlation-request-id", + "value": "98cec406-2af5-4bb0-bff8-e267cf6bdc18" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074522Z:98cec406-2af5-4bb0-bff8-e267cf6bdc18" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9A7D37CDE0D4406586AB9BD50CC24147 Ref B: MAA201060514045 Ref C: 2024-03-27T07:45:21Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:21 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:21.754Z", + "time": 508, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 508 + } + }, + { + "_id": "e903e890c631b3e34acd7dd05d46360b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3f1fa445-e641-4b56-b60a-24be3838eeb6" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1966, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/vmfromimage-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "475fef1a-e6b6-4715-b21c-6adc965f5294" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2468484b-4a14-407d-baca-9a3263fc63da" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T074559Z:2468484b-4a14-407d-baca-9a3263fc63da" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 804542B20E98427F92124126A9EDD6B3 Ref B: MAA201060516025 Ref C: 2024-03-27T07:45:57Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:58 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:22.270Z", + "time": 37182, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 37182 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 75, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "2c355f63-ca68-4a89-bc06-0f738b1c964a" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529159\",\"not_before\":\"1711525259\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:45:59.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "2c355f63-ca68-4a89-bc06-0f738b1c964a" + }, + { + "name": "x-ms-request-id", + "value": "cefe904b-ce79-4240-a9c5-b79945b1d500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:45:59 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:59.470Z", + "time": 467, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 467 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 75, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a1541f93-66d6-4678-995f-0170baaa45fe" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "5ce7a62b-622d-4809-a023-556b7876a649" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5ce7a62b-622d-4809-a023-556b7876a649" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074600Z:5ce7a62b-622d-4809-a023-556b7876a649" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8DDB98CF51C342F7B3001BDC5486BF03 Ref B: MAA201060513023 Ref C: 2024-03-27T07:46:00Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:00 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:45:59.941Z", + "time": 405, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 405 + } + }, + { + "_id": "729a845cd1ba00a8c639158d9acddd64", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d5ab2c31-1986-4ff2-ae2b-8d292c29fc70" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1977, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/Managedresourcename1/providers/Microsoft.Network/virtualNetworks/workers-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "ccc60851-97ad-4b0e-8e07-4fd03438769b" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5473bd6a-29bc-43b9-b96d-39aa9671da21" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074601Z:5473bd6a-29bc-43b9-b96d-39aa9671da21" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 35FE3EDFEF334693849F276A0949A170 Ref B: MAA201060516027 Ref C: 2024-03-27T07:46:00Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:00 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 676, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:00.355Z", + "time": 1222, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1222 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 76, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "acacf411-4e24-407e-9e09-14f8b594edb5" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529161\",\"not_before\":\"1711525261\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:46:01.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "acacf411-4e24-407e-9e09-14f8b594edb5" + }, + { + "name": "x-ms-request-id", + "value": "b96e3711-e17f-42a6-946f-c5efbad22301" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:01 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:01.588Z", + "time": 500, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 500 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 76, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "10d20170-770f-4406-b73e-111fd41e0b34" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "a854e449-2bf9-4d4f-8892-4318fda03e80" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a854e449-2bf9-4d4f-8892-4318fda03e80" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074602Z:a854e449-2bf9-4d4f-8892-4318fda03e80" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7E12EA66900A42DFB1CA4F2B052C2D3C Ref B: MAA201060513035 Ref C: 2024-03-27T07:46:02Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:01 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:02.092Z", + "time": 276, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 276 + } + }, + { + "_id": "0408c9c34d99af621e7e13531fc3dbdb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e27d0a2d-e933-425e-948c-accf4f6218bb" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 2015, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus/providers/Microsoft.Network/virtualNetworks/aks-vnet-39773443/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "d840b293-578a-4304-8623-18e958a0fdca" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "08fb9d0a-ee35-4297-80fa-61657b68592c" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T074604Z:08fb9d0a-ee35-4297-80fa-61657b68592c" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 87AB03B80B024C818C32243D6A496598 Ref B: MAA201060516047 Ref C: 2024-03-27T07:46:02Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:03 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:02.377Z", + "time": 1751, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1751 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 77, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "5ea0586e-8298-4784-9454-eb9e3941d1ea" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529164\",\"not_before\":\"1711525264\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:46:04.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "5ea0586e-8298-4784-9454-eb9e3941d1ea" + }, + { + "name": "x-ms-request-id", + "value": "4f4bf0f3-9554-4baa-b59d-fd8d542af900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:03 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:04.138Z", + "time": 457, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 457 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 77, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f8c10538-a05a-4d8c-b349-d96b87c3a66a" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "216407da-ed7b-4760-bce7-0f5a8fc32fa2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "216407da-ed7b-4760-bce7-0f5a8fc32fa2" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074604Z:216407da-ed7b-4760-bce7-0f5a8fc32fa2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8ABAF456A75042CC93EFF50B1B30FEE5 Ref B: MAA201060513039 Ref C: 2024-03-27T07:46:04Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:04 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:04.606Z", + "time": 372, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 372 + } + }, + { + "_id": "1a0c7ef36ac2659acf3b2d0752c3f7fd", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "59ca7ab5-78dc-4da6-9903-9fe2ebc0b34b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1962, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/newrsc/providers/Microsoft.Network/virtualNetworks/newrsc-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "2a7f3a46-4962-4019-b85d-e6ffba30df99" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "19ce2b6f-6730-462e-a67a-d06d2bf437ee" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074641Z:19ce2b6f-6730-462e-a67a-d06d2bf437ee" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9C8BC52B82B24D4D871EF9FED4482FF1 Ref B: MAA201060515047 Ref C: 2024-03-27T07:46:40Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:40 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:04.986Z", + "time": 36425, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36425 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 78, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9513a8fd-9cbd-4244-ac17-b57a7c9fdb00" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529202\",\"not_before\":\"1711525302\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:46:42.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9513a8fd-9cbd-4244-ac17-b57a7c9fdb00" + }, + { + "name": "x-ms-request-id", + "value": "83f86fdb-5dc6-4228-aeb0-f98da712ce00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:41 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:41.417Z", + "time": 1018, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1018 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 78, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5679b27d-b126-4321-b2d9-b314dad59bfa" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "13a3d253-b0b1-460f-a145-73bd9af1ede2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "13a3d253-b0b1-460f-a145-73bd9af1ede2" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074642Z:13a3d253-b0b1-460f-a145-73bd9af1ede2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3AA8BDB1ACFA432A9EC4AF2817BBFF8D Ref B: MAA201060515045 Ref C: 2024-03-27T07:46:42Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:46:42 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:42.444Z", + "time": 316, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 316 + } + }, + { + "_id": "44c45c807176a4b020b0855ff2c03188", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1bbf2a7b-ee39-47aa-8bf7-610412894a8f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1970, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/Stefan_VMs/providers/Microsoft.Network/virtualNetworks/Stefan_VMs-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "ed26904a-1a3c-4b3f-bf7d-20eddeac081f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8d19415a-8244-4a26-91c9-3f932f4998ea" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074719Z:8d19415a-8244-4a26-91c9-3f932f4998ea" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7DCECF49C82C41A5ADEDC26B266076C4 Ref B: MAA201060516029 Ref C: 2024-03-27T07:47:18Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:47:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:46:42.764Z", + "time": 36766, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36766 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 79, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "6126ad84-7b7e-4225-85d3-066abb86625a" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529255\",\"not_before\":\"1711525355\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:47:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "6126ad84-7b7e-4225-85d3-066abb86625a" + }, + { + "name": "x-ms-request-id", + "value": "5edfc251-fc64-4853-b03a-395ec1464201" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:47:35 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:47:19.540Z", + "time": 16425, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 16425 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 79, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "aeb214e8-5eb2-4310-ad1a-59654cd7ef5a" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "27c29d42-d89d-4926-af31-fdfeb3cb0616" + }, + { + "name": "x-ms-correlation-request-id", + "value": "27c29d42-d89d-4926-af31-fdfeb3cb0616" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074736Z:27c29d42-d89d-4926-af31-fdfeb3cb0616" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F41F69CBD0304368BAFCDC5A03465931 Ref B: MAA201060516035 Ref C: 2024-03-27T07:47:36Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:47:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:47:35.973Z", + "time": 205, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 205 + } + }, + { + "_id": "9336e7841f2b22db14c848748b0cd951", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "05f04ca9-63fa-438e-b4a9-14e9e1ab9e38" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1977, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/test-cameron-rg/providers/Microsoft.Network/virtualNetworks/vnet-test-cameron/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "95d6d251-80a6-4bef-8123-a2fd4b1691dd" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "267231b5-982b-4b71-908c-ae703a880491" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074738Z:267231b5-982b-4b71-908c-ae703a880491" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B79794D3D1A94E0A89DA306465612737 Ref B: MAA201060515047 Ref C: 2024-03-27T07:47:36Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:47:38 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:47:36.185Z", + "time": 2673, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2673 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 80, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "c4c42f2a-b410-487e-81d9-02edf72b23bc" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529259\",\"not_before\":\"1711525359\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:47:39.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "c4c42f2a-b410-487e-81d9-02edf72b23bc" + }, + { + "name": "x-ms-request-id", + "value": "4b6299b5-3828-4e58-a743-fd187a3ba500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:47:38 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:47:38.864Z", + "time": 518, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 518 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 80, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "378c0a01-1133-47db-912d-9e881925447f" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "a639e79b-2f9b-4c40-8a51-430c733b48d8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a639e79b-2f9b-4c40-8a51-430c733b48d8" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074739Z:a639e79b-2f9b-4c40-8a51-430c733b48d8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F1BAEA66A384433583810E9655483776 Ref B: MAA201060514053 Ref C: 2024-03-27T07:47:39Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:47:39 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:47:39.390Z", + "time": 507, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 507 + } + }, + { + "_id": "70562d6d21134a5a781bae3f9c4b377c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ff421513-243d-491d-b4cd-8b0dfc09e9cc" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1990, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/virtualmachine_group/providers/Microsoft.Network/virtualNetworks/virtualmachine_group-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "8e271a55-bf91-45c2-8844-65c471a24d02" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "58cf6957-5c12-4e67-8947-4751dbd51e55" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074740Z:58cf6957-5c12-4e67-8947-4751dbd51e55" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 75218A46A12640DC943642C661422B1A Ref B: MAA201060516037 Ref C: 2024-03-27T07:47:40Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:47:40 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:47:39.901Z", + "time": 1015, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1015 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 81, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "d50d303c-477f-461f-9bee-ebfc82d762d6" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529261\",\"not_before\":\"1711525361\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:47:41.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "d50d303c-477f-461f-9bee-ebfc82d762d6" + }, + { + "name": "x-ms-request-id", + "value": "4be9a7bd-5a78-494a-8ac3-9a0c02761501" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:47:41 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:47:40.930Z", + "time": 1011, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1011 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 81, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ee4abcd2-0c30-4ebe-b0cf-a0c6652c3d6b" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "2ec6d168-0764-4857-a6d2-e8586c5c67cc" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2ec6d168-0764-4857-a6d2-e8586c5c67cc" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074742Z:2ec6d168-0764-4857-a6d2-e8586c5c67cc" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 491060C6BDED4E82AC1B00F80946C02A Ref B: MAA201060516031 Ref C: 2024-03-27T07:47:42Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:47:41 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:47:41.950Z", + "time": 174, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 174 + } + }, + { + "_id": "8c54c6b36a36a5760111342e6d9ad472", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "25c9be10-9084-4e5d-a189-07a764378592" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1974, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vm-ss2_group/providers/Microsoft.Network/virtualNetworks/vm-ss2_group-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "69e72c74-4952-4b5f-9af5-e9949a3d4fec" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "843e52fe-6f92-4398-a824-6b22fbffcae8" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074851Z:843e52fe-6f92-4398-a824-6b22fbffcae8" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C18C3768448B439DA13394294746F46C Ref B: MAA201060516039 Ref C: 2024-03-27T07:48:50Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:50 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:47:42.136Z", + "time": 69221, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 69221 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 82, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "633057da-291f-4243-9177-d65d902417d7" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529331\",\"not_before\":\"1711525431\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:48:51.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "633057da-291f-4243-9177-d65d902417d7" + }, + { + "name": "x-ms-request-id", + "value": "017c1c21-e0f6-4881-9896-16fb2e260601" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:51 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:51.369Z", + "time": 628, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 628 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 82, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "197cf2b6-0666-4aa3-ac00-dcaac1c47780" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "1dd0452b-4544-4647-85dd-ee57e254d314" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1dd0452b-4544-4647-85dd-ee57e254d314" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T074852Z:1dd0452b-4544-4647-85dd-ee57e254d314" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FC9FF34E85614EF79807C7C88DDEA1C5 Ref B: MAA201060514029 Ref C: 2024-03-27T07:48:52Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:51 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:52.004Z", + "time": 310, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 310 + } + }, + { + "_id": "f73a03ff0c4d891d918f3af21c17ba4c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b427781d-5165-4e1c-9145-c3ff12399960" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1984, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vmScaleSets_group/providers/Microsoft.Network/virtualNetworks/vmScaleSets_group-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "76ff5054-7d9c-480d-8952-612cf463165a" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ee45fec6-720b-44ae-a472-af0dac09f91e" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074853Z:ee45fec6-720b-44ae-a472-af0dac09f91e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 87AA9440B572478DB885029C78490272 Ref B: MAA201060513049 Ref C: 2024-03-27T07:48:52Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:52 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:52.323Z", + "time": 861, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 861 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 83, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "37c0efed-b392-4a03-917c-4cfa4cb08693" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529333\",\"not_before\":\"1711525433\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:48:53.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "37c0efed-b392-4a03-917c-4cfa4cb08693" + }, + { + "name": "x-ms-request-id", + "value": "6431c3c0-ea2e-4df7-beb0-c947e9dcdb00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:53 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:53.196Z", + "time": 619, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 619 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 83, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "230641c0-4454-44c4-aa80-050b0ce485a8" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "ac24feeb-b0ba-4e63-867c-f4d8d21f5295" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ac24feeb-b0ba-4e63-867c-f4d8d21f5295" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074854Z:ac24feeb-b0ba-4e63-867c-f4d8d21f5295" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 12906B955DDB4D3289D076C6A15FE740 Ref B: MAA201060515035 Ref C: 2024-03-27T07:48:53Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:53 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:53.823Z", + "time": 285, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 285 + } + }, + { + "_id": "0c04829db649ff122dd93b8d4a9d1095", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "12926680-2678-4fbd-8848-a52ae7855528" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1978, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/vmsstest_group/providers/Microsoft.Network/virtualNetworks/vmsstest_group-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "650e4b4b-5bea-4a0a-a79e-d74ec1bf7ca4" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5b02b1ac-a00a-4ab4-a516-f0a3dc39e248" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240327T074856Z:5b02b1ac-a00a-4ab4-a516-f0a3dc39e248" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9FB69AD05FD049C3A58431BEAD3FB07A Ref B: MAA201060515029 Ref C: 2024-03-27T07:48:54Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:54.119Z", + "time": 2559, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2559 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 84, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "da861b66-0b6d-47ff-8304-f64b52d5ea76" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529336\",\"not_before\":\"1711525436\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:48:57.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "da861b66-0b6d-47ff-8304-f64b52d5ea76" + }, + { + "name": "x-ms-request-id", + "value": "e6a438bb-6324-4136-9286-07721f950c01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:56 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:56.688Z", + "time": 455, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 455 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 84, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6c489d08-1115-427d-8876-347c00eb7653" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "1ed47bd9-ef2d-4f5a-b3f9-4179819aa971" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1ed47bd9-ef2d-4f5a-b3f9-4179819aa971" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074857Z:1ed47bd9-ef2d-4f5a-b3f9-4179819aa971" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DF8EE128B7C54F6591340BCFE7458624 Ref B: MAA201060513039 Ref C: 2024-03-27T07:48:57Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:57.152Z", + "time": 292, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 292 + } + }, + { + "_id": "17ee55dd6723287084b96bc4f6d038b3", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0fddd83a-e0ab-475d-9d6a-33591b5e970c" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1978, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS/providers/Microsoft.Network/virtualNetworks/sample-vn/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "40a9ea48-9154-4714-8238-002aa7ef0c34" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "376de37e-3684-4e63-90ff-0504d01e85e2" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T074858Z:376de37e-3684-4e63-90ff-0504d01e85e2" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 259AE396964745BEB188B9C2B2B4750B Ref B: MAA201060515051 Ref C: 2024-03-27T07:48:57Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 673, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:57.453Z", + "time": 1121, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1121 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 85, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "c01c69d9-af75-40a5-85a8-7936ce62d796" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529338\",\"not_before\":\"1711525438\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:48:58.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "c01c69d9-af75-40a5-85a8-7936ce62d796" + }, + { + "name": "x-ms-request-id", + "value": "fa1bc9d4-545c-4d87-b3a1-a5e9b50f2e01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:58 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:58.581Z", + "time": 454, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 454 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 85, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d51cd765-7bd6-42f0-8523-1bd48c104e84" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "d13c74b7-38d5-42f3-a83e-834e95aa534c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d13c74b7-38d5-42f3-a83e-834e95aa534c" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074859Z:d13c74b7-38d5-42f3-a83e-834e95aa534c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 98FA45D400704A31BF28BCBA8501958D Ref B: MAA201060515045 Ref C: 2024-03-27T07:48:59Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:48:58 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:59.044Z", + "time": 254, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 254 + } + }, + { + "_id": "001854c69147e7c6ffe1fea438eb2055", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0617f683-07e8-4acd-8647-3238c7683413" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-monitor/6.1.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1981, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2017-05-01-preview" + } + ], + "url": "https://management.azure.com//subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c/providers/Microsoft.Network/virtualNetworks/lacework-vnet/providers/microsoft.insights/diagnosticSettings?api-version=2017-05-01-preview" + }, + "response": { + "bodySize": 12, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12, + "text": "{\"value\":[]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "99b9eada-ac9f-44f9-8f32-1ed031ecc1c1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "658be58f-350c-4632-b5ad-00d37a533469" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074901Z:658be58f-350c-4632-b5ad-00d37a533469" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D3FE609924C84FD6880DC8A431310DF3 Ref B: MAA201060516025 Ref C: 2024-03-27T07:48:59Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:49:00 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:48:59.310Z", + "time": 1816, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1816 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/container-services/__recordings__/rm-container-services-cluster_3654844826/recording.har b/src/steps/resource-manager/ddos/__recordings__/build-resource-group-protection-plan-relationship_141310049/recording.har similarity index 61% rename from src/steps/resource-manager/container-services/__recordings__/rm-container-services-cluster_3654844826/recording.har rename to src/steps/resource-manager/ddos/__recordings__/build-resource-group-protection-plan-relationship_141310049/recording.har index 74175d30..c0ae87dc 100644 --- a/src/steps/resource-manager/container-services/__recordings__/rm-container-services-cluster_3654844826/recording.har +++ b/src/steps/resource-manager/ddos/__recordings__/build-resource-group-protection-plan-relationship_141310049/recording.har @@ -1,10 +1,10 @@ { "log": { - "_recordingName": "rm-container-services-cluster", + "_recordingName": "build-resource-group-protection-plan-relationship", "creator": { "comment": "persister:JupiterOneIntegationFSPersister", "name": "Polly.JS", - "version": "6.0.5" + "version": "6.0.6" }, "entries": [ { @@ -40,17 +40,12 @@ "name": "accept-encoding", "value": "gzip,deflate" }, - { - "_fromType": "array", - "name": "connection", - "value": "close" - }, { "name": "host", "value": "login.microsoftonline.com" } ], - "headersSize": 340, + "headersSize": 321, "httpVersion": "HTTP/1.1", "method": "POST", "postData": { @@ -59,18 +54,18 @@ "text": "[REDACTED]" }, "queryString": [], - "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/v2.0/token" + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" }, "response": { - "bodySize": 1684, + "bodySize": 1751, "content": { "mimeType": "application/json; charset=utf-8", - "size": 1684, + "size": 1751, "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" }, "cookies": [ { - "expires": "2023-06-01T15:42:20.000Z", + "expires": "2024-04-26T07:49:01.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -126,34 +121,35 @@ }, { "name": "x-ms-request-id", - "value": "972aa481-22a5-4b1f-b10f-684cd29b7900" + "value": "10e6277a-39fe-46f8-9984-21bdcaa22401" }, { "name": "x-ms-ests-server", - "value": "2.1.15256.7 - EUS ProdSlices" + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" }, { "name": "x-xss-protection", "value": "0" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:19 GMT" + "value": "Wed, 27 Mar 2024 07:49:01 GMT" }, { "name": "connection", @@ -161,17 +157,17 @@ }, { "name": "content-length", - "value": "1684" + "value": "1751" } ], - "headersSize": 755, + "headersSize": 771, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:19.466Z", - "time": 542, + "startedDateTime": "2024-03-27T07:49:01.231Z", + "time": 420, "timings": { "blocked": -1, "connect": -1, @@ -179,7 +175,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 542 + "wait": 420 } }, { @@ -198,12 +194,12 @@ { "_fromType": "array", "name": "client-request-id", - "value": "c350bab5-38fb-1e97-c106-7aacd7d9ab03" + "value": "adc5a93e-9436-502e-27dc-b06f9428347c" }, { "_fromType": "array", "name": "sdkversion", - "value": "graph-js/2.0.0 (featureUsage=7)" + "value": "graph-js/2.2.1 (featureUsage=7)" }, { "_fromType": "array", @@ -220,28 +216,23 @@ "name": "accept-encoding", "value": "gzip,deflate" }, - { - "_fromType": "array", - "name": "connection", - "value": "close" - }, { "name": "host", "value": "graph.microsoft.com" } ], - "headersSize": 1949, + "headersSize": 1997, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [], "url": "https://graph.microsoft.com/v1.0/organization" }, "response": { - "bodySize": 958, + "bodySize": 974, "content": { "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", - "size": 958, - "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":254,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2021-09-01T20:02:55Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" }, "cookies": [], "headers": [ @@ -263,15 +254,15 @@ }, { "name": "request-id", - "value": "90701d5f-2e14-4f23-983f-8970b67d9242" + "value": "032a2811-d2cb-4e82-8a42-d0fc232aa3d0" }, { "name": "client-request-id", - "value": "c350bab5-38fb-1e97-c106-7aacd7d9ab03" + "value": "adc5a93e-9436-502e-27dc-b06f9428347c" }, { "name": "x-ms-ags-diagnostic", - "value": "{\"ServerInfo\":{\"DataCenter\":\"Brazil South\",\"Slice\":\"E\",\"Ring\":\"3\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"CP1PEPF000034D1\"}}" + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000281\"}}" }, { "name": "x-ms-resource-unit", @@ -283,21 +274,21 @@ }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:20 GMT" + "value": "Wed, 27 Mar 2024 07:49:02 GMT" }, { "name": "connection", "value": "close" } ], - "headersSize": 608, + "headersSize": 609, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:20.018Z", - "time": 350, + "startedDateTime": "2024-03-27T07:49:01.661Z", + "time": 1622, "timings": { "blocked": -1, "connect": -1, @@ -305,7 +296,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 350 + "wait": 1622 } }, { @@ -324,12 +315,12 @@ { "_fromType": "array", "name": "client-request-id", - "value": "0077ea6f-c7e6-fd51-a4da-bb823e762b6c" + "value": "5b8100ea-1371-4d13-811b-08db8da685cd" }, { "_fromType": "array", "name": "sdkversion", - "value": "graph-js/2.0.0 (featureUsage=7)" + "value": "graph-js/2.2.1 (featureUsage=7)" }, { "_fromType": "array", @@ -346,28 +337,23 @@ "name": "accept-encoding", "value": "gzip,deflate" }, - { - "_fromType": "array", - "name": "connection", - "value": "close" - }, { "name": "host", "value": "graph.microsoft.com" } ], - "headersSize": 1987, + "headersSize": 2035, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [], "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" }, "response": { - "bodySize": 458, + "bodySize": 482, "content": { "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", - "size": 458, - "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"securityDefaultsUpsell\":null}" + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" }, "cookies": [], "headers": [ @@ -393,15 +379,15 @@ }, { "name": "request-id", - "value": "095807ea-1169-4c26-841e-56dcb5f4ae37" + "value": "10c117f8-bb69-4743-ba0d-788e3d10827d" }, { "name": "client-request-id", - "value": "0077ea6f-c7e6-fd51-a4da-bb823e762b6c" + "value": "5b8100ea-1371-4d13-811b-08db8da685cd" }, { "name": "x-ms-ags-diagnostic", - "value": "{\"ServerInfo\":{\"DataCenter\":\"Brazil South\",\"Slice\":\"E\",\"Ring\":\"3\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"CP1PEPF00002F10\"}}" + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002CE\"}}" }, { "name": "odata-version", @@ -409,21 +395,21 @@ }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:20 GMT" + "value": "Wed, 27 Mar 2024 07:49:04 GMT" }, { "name": "connection", "value": "close" } ], - "headersSize": 607, + "headersSize": 608, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:20.375Z", - "time": 734, + "startedDateTime": "2024-03-27T07:49:03.294Z", + "time": 1204, "timings": { "blocked": -1, "connect": -1, @@ -431,7 +417,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 734 + "wait": 1204 } }, { @@ -452,7 +438,7 @@ }, { "name": "client-request-id", - "value": "3a498f4a-ad91-42c2-8f8a-b972e9534d81" + "value": "a3736326-52ab-4b72-80f7-1b45082defff" }, { "name": "return-client-request-id", @@ -468,7 +454,7 @@ }, { "name": "x-client-os", - "value": "darwin" + "value": "linux" }, { "name": "x-client-cpu", @@ -483,7 +469,7 @@ "value": 178 } ], - "headersSize": 414, + "headersSize": 413, "httpVersion": "HTTP/1.1", "method": "POST", "postData": { @@ -497,18 +483,18 @@ "value": "1.0" } ], - "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" }, "response": { - "bodySize": 1468, + "bodySize": 1535, "content": { "mimeType": "application/json; charset=utf-8", - "size": 1468, - "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1683045741\",\"not_before\":\"1683041841\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529345\",\"not_before\":\"1711525445\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" }, "cookies": [ { - "expires": "2023-06-01T15:42:21.000Z", + "expires": "2024-04-26T07:49:05.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -562,42 +548,43 @@ }, { "name": "client-request-id", - "value": "3a498f4a-ad91-42c2-8f8a-b972e9534d81" + "value": "a3736326-52ab-4b72-80f7-1b45082defff" }, { "name": "x-ms-request-id", - "value": "7741f021-57e0-4a09-889e-b57cdcde5b00" + "value": "55c44520-4dbd-4a8c-aae3-b46636efeb00" }, { "name": "x-ms-ests-server", - "value": "2.1.15256.7 - EUS ProdSlices" + "value": "2.1.17573.7 - SCUS ProdSlices" }, { "name": "x-ms-clitelem", "value": "1,0,0,," }, + { + "name": "x-ms-srs", + "value": "1.P" + }, { "name": "x-xss-protection", "value": "0" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:21 GMT" + "value": "Wed, 27 Mar 2024 07:49:04 GMT" }, { "name": "connection", @@ -605,17 +592,17 @@ }, { "name": "content-length", - "value": "1468" + "value": "1535" } ], - "headersSize": 806, + "headersSize": 822, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:21.158Z", - "time": 507, + "startedDateTime": "2024-03-27T07:49:04.508Z", + "time": 1082, "timings": { "blocked": -1, "connect": -1, @@ -623,7 +610,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 507 + "wait": 1082 } }, { @@ -642,7 +629,7 @@ { "_fromType": "array", "name": "x-ms-client-request-id", - "value": "86ab6579-3a1d-43d3-bc78-bd45701b1f7a" + "value": "0feef021-b59e-460a-b37b-29bb81127e47" }, { "_fromType": "array", @@ -657,12 +644,7 @@ { "_fromType": "array", "name": "user-agent", - "value": "ms-rest-js/2.0.7 Node/v14.18.0 OS/(x64-Darwin-22.4.0)" - }, - { - "_fromType": "array", - "name": "cookie", - "value": "" + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" }, { "_fromType": "array", @@ -674,17 +656,12 @@ "name": "accept-encoding", "value": "gzip,deflate" }, - { - "_fromType": "array", - "name": "connection", - "value": "close" - }, { "name": "host", "value": "management.azure.com" } ], - "headersSize": 1695, + "headersSize": 1742, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -696,11 +673,11 @@ "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" }, "response": { - "bodySize": 503, + "bodySize": 346, "content": { "mimeType": "application/json; charset=utf-8", - "size": 503, - "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}},{\"id\":\"/subscriptions/78d77376-1e6c-45ae-976b-9d1ef243d933\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"78d77376-1e6c-45ae-976b-9d1ef243d933\",\"displayName\":\"test-disabled-subscription\",\"state\":\"Disabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}},{\"id\":\"/subscriptions/f4e36c12-e09f-44c8-b660-69594ee88137\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"f4e36c12-e09f-44c8-b660-69594ee88137\",\"displayName\":\"Access to Azure Active Directory\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" }, "cookies": [], "headers": [ @@ -712,6 +689,10 @@ "name": "pragma", "value": "no-cache" }, + { + "name": "content-length", + "value": "346" + }, { "name": "content-type", "value": "application/json; charset=utf-8" @@ -720,25 +701,21 @@ "name": "expires", "value": "-1" }, - { - "name": "vary", - "value": "Accept-Encoding" - }, { "name": "x-ms-ratelimit-remaining-tenant-reads", "value": "11998" }, { "name": "x-ms-request-id", - "value": "b2b02fef-cd12-4330-b871-5701469f5331" + "value": "eef808ce-a75a-40a2-9f2e-b3cc6eb9cd82" }, { "name": "x-ms-correlation-request-id", - "value": "b2b02fef-cd12-4330-b871-5701469f5331" + "value": "eef808ce-a75a-40a2-9f2e-b3cc6eb9cd82" }, { "name": "x-ms-routing-request-id", - "value": "BRAZILSOUTH:20230502T154222Z:b2b02fef-cd12-4330-b871-5701469f5331" + "value": "JIOINDIACENTRAL:20240327T074906Z:eef808ce-a75a-40a2-9f2e-b3cc6eb9cd82" }, { "name": "strict-transport-security", @@ -748,27 +725,31 @@ "name": "x-content-type-options", "value": "nosniff" }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C9AFFA92B9534608BB5B5162AB329DB9 Ref B: MAA201060514039 Ref C: 2024-03-27T07:49:05Z" + }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:21 GMT" + "value": "Wed, 27 Mar 2024 07:49:05 GMT" }, { "name": "connection", "value": "close" - }, - { - "name": "content-length", - "value": "503" } ], - "headersSize": 586, + "headersSize": 674, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:21.701Z", - "time": 833, + "startedDateTime": "2024-03-27T07:49:05.599Z", + "time": 483, "timings": { "blocked": -1, "connect": -1, @@ -776,7 +757,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 833 + "wait": 483 } }, { @@ -800,7 +781,7 @@ { "_fromType": "array", "name": "x-ms-client-request-id", - "value": "7ba689a5-1a8a-4f24-80a8-2dba4173c163" + "value": "37583cd5-9b26-4ea8-8e53-9a2b35b18e63" }, { "_fromType": "array", @@ -810,12 +791,7 @@ { "_fromType": "array", "name": "user-agent", - "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.0.1 ms-rest-js/2.0.7 Node/v14.18.0 OS/(x64-Darwin-22.4.0)" - }, - { - "_fromType": "array", - "name": "cookie", - "value": "" + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" }, { "_fromType": "array", @@ -827,17 +803,12 @@ "name": "accept-encoding", "value": "gzip,deflate" }, - { - "_fromType": "array", - "name": "connection", - "value": "close" - }, { "name": "host", "value": "management.azure.com" } ], - "headersSize": 1786, + "headersSize": 1833, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -846,14 +817,14 @@ "value": "2020-01-01" } ], - "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0?api-version=2020-01-01" + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" }, "response": { - "bodySize": 472, + "bodySize": 562, "content": { "mimeType": "application/json; charset=utf-8", - "size": 472, - "text": "{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"tenantId\":\"19ae0f99-6fc6-444b-bd54-97504efc66ad\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" }, "cookies": [], "headers": [ @@ -865,6 +836,10 @@ "name": "pragma", "value": "no-cache" }, + { + "name": "content-length", + "value": "562" + }, { "name": "content-type", "value": "application/json; charset=utf-8" @@ -873,25 +848,21 @@ "name": "expires", "value": "-1" }, - { - "name": "vary", - "value": "Accept-Encoding" - }, { "name": "x-ms-ratelimit-remaining-subscription-reads", "value": "11997" }, { "name": "x-ms-request-id", - "value": "7809b660-be2b-4f01-a132-1ddc7bf2a327" + "value": "9162311b-ff28-4896-9af9-b792ba387d8d" }, { "name": "x-ms-correlation-request-id", - "value": "7809b660-be2b-4f01-a132-1ddc7bf2a327" + "value": "9162311b-ff28-4896-9af9-b792ba387d8d" }, { "name": "x-ms-routing-request-id", - "value": "BRAZILSOUTH:20230502T154223Z:7809b660-be2b-4f01-a132-1ddc7bf2a327" + "value": "JIOINDIACENTRAL:20240327T074906Z:9162311b-ff28-4896-9af9-b792ba387d8d" }, { "name": "strict-transport-security", @@ -901,27 +872,31 @@ "name": "x-content-type-options", "value": "nosniff" }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4746DA8E6FB549279163FB327983AE39 Ref B: MAA201060515045 Ref C: 2024-03-27T07:49:06Z" + }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:22 GMT" + "value": "Wed, 27 Mar 2024 07:49:06 GMT" }, { "name": "connection", "value": "close" - }, - { - "name": "content-length", - "value": "472" } ], - "headersSize": 592, + "headersSize": 680, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:22.549Z", - "time": 381, + "startedDateTime": "2024-03-27T07:49:06.090Z", + "time": 395, "timings": { "blocked": -1, "connect": -1, @@ -929,7 +904,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 381 + "wait": 395 } }, { @@ -950,7 +925,7 @@ }, { "name": "client-request-id", - "value": "21486d27-0db2-4db8-97b0-f01d4ba6660a" + "value": "3e5c9fd4-a3c9-4678-9fad-2ced1275ecdb" }, { "name": "return-client-request-id", @@ -966,7 +941,7 @@ }, { "name": "x-client-os", - "value": "darwin" + "value": "linux" }, { "name": "x-client-cpu", @@ -981,7 +956,7 @@ "value": 178 } ], - "headersSize": 414, + "headersSize": 413, "httpVersion": "HTTP/1.1", "method": "POST", "postData": { @@ -995,18 +970,18 @@ "value": "1.0" } ], - "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" }, "response": { - "bodySize": 1468, + "bodySize": 1535, "content": { "mimeType": "application/json; charset=utf-8", - "size": 1468, - "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1683045743\",\"not_before\":\"1683041843\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529346\",\"not_before\":\"1711525446\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" }, "cookies": [ { - "expires": "2023-06-01T15:42:23.000Z", + "expires": "2024-04-26T07:49:06.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -1060,42 +1035,43 @@ }, { "name": "client-request-id", - "value": "21486d27-0db2-4db8-97b0-f01d4ba6660a" + "value": "3e5c9fd4-a3c9-4678-9fad-2ced1275ecdb" }, { "name": "x-ms-request-id", - "value": "dd96a33a-76d6-46e8-833f-53da896f9400" + "value": "a7f99ffa-d90c-4a54-8cbd-da4c0cc9c500" }, { "name": "x-ms-ests-server", - "value": "2.1.15256.7 - SCUS ProdSlices" + "value": "2.1.17573.7 - NCUS ProdSlices" }, { "name": "x-ms-clitelem", "value": "1,0,0,," }, + { + "name": "x-ms-srs", + "value": "1.P" + }, { "name": "x-xss-protection", "value": "0" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:23 GMT" + "value": "Wed, 27 Mar 2024 07:49:06 GMT" }, { "name": "connection", @@ -1103,17 +1079,17 @@ }, { "name": "content-length", - "value": "1468" + "value": "1535" } ], - "headersSize": 807, + "headersSize": 822, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:22.940Z", - "time": 385, + "startedDateTime": "2024-03-27T07:49:06.498Z", + "time": 630, "timings": { "blocked": -1, "connect": -1, @@ -1121,7 +1097,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 385 + "wait": 630 } }, { @@ -1140,7 +1116,7 @@ { "_fromType": "array", "name": "x-ms-client-request-id", - "value": "fbbb5b9f-0606-41a6-892d-3da4076d3af7" + "value": "a6da6037-f9a7-4d2a-a7e6-ad00a35891d9" }, { "_fromType": "array", @@ -1155,12 +1131,7 @@ { "_fromType": "array", "name": "user-agent", - "value": "ms-rest-js/2.0.7 Node/v14.18.0 OS/(x64-Darwin-22.4.0)" - }, - { - "_fromType": "array", - "name": "cookie", - "value": "" + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" }, { "_fromType": "array", @@ -1172,17 +1143,12 @@ "name": "accept-encoding", "value": "gzip,deflate" }, - { - "_fromType": "array", - "name": "connection", - "value": "close" - }, { "name": "host", "value": "management.azure.com" } ], - "headersSize": 1695, + "headersSize": 1742, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -1194,11 +1160,11 @@ "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" }, "response": { - "bodySize": 503, + "bodySize": 346, "content": { "mimeType": "application/json; charset=utf-8", - "size": 503, - "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}},{\"id\":\"/subscriptions/78d77376-1e6c-45ae-976b-9d1ef243d933\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"78d77376-1e6c-45ae-976b-9d1ef243d933\",\"displayName\":\"test-disabled-subscription\",\"state\":\"Disabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}},{\"id\":\"/subscriptions/f4e36c12-e09f-44c8-b660-69594ee88137\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"f4e36c12-e09f-44c8-b660-69594ee88137\",\"displayName\":\"Access to Azure Active Directory\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" }, "cookies": [], "headers": [ @@ -1210,6 +1176,10 @@ "name": "pragma", "value": "no-cache" }, + { + "name": "content-length", + "value": "346" + }, { "name": "content-type", "value": "application/json; charset=utf-8" @@ -1218,25 +1188,21 @@ "name": "expires", "value": "-1" }, - { - "name": "vary", - "value": "Accept-Encoding" - }, { "name": "x-ms-ratelimit-remaining-tenant-reads", - "value": "11999" + "value": "11994" }, { "name": "x-ms-request-id", - "value": "8830dc1c-c728-4a77-9d69-b3f935b2f421" + "value": "aabb142a-2e06-49b4-8d32-8835ffe8c5d9" }, { "name": "x-ms-correlation-request-id", - "value": "8830dc1c-c728-4a77-9d69-b3f935b2f421" + "value": "aabb142a-2e06-49b4-8d32-8835ffe8c5d9" }, { "name": "x-ms-routing-request-id", - "value": "BRAZILSOUTH:20230502T154223Z:8830dc1c-c728-4a77-9d69-b3f935b2f421" + "value": "SOUTHINDIA:20240327T074943Z:aabb142a-2e06-49b4-8d32-8835ffe8c5d9" }, { "name": "strict-transport-security", @@ -1246,27 +1212,31 @@ "name": "x-content-type-options", "value": "nosniff" }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1812AAA54EE64CB3B4422CA1996537C9 Ref B: MAA201060514033 Ref C: 2024-03-27T07:49:42Z" + }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:23 GMT" + "value": "Wed, 27 Mar 2024 07:49:42 GMT" }, { "name": "connection", "value": "close" - }, - { - "name": "content-length", - "value": "503" } ], - "headersSize": 586, + "headersSize": 669, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:23.333Z", - "time": 227, + "startedDateTime": "2024-03-27T07:49:07.137Z", + "time": 35903, "timings": { "blocked": -1, "connect": -1, @@ -1274,11 +1244,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 227 + "wait": 35903 } }, { - "_id": "06c749d866a150665b79befb690afa17", + "_id": "00144c34170fc92bb60e8a1cf40937f9", "_order": 0, "cache": {}, "request": { @@ -1298,7 +1268,7 @@ { "_fromType": "array", "name": "x-ms-client-request-id", - "value": "e4471828-50ad-4b2d-b809-809c1c29b2ff" + "value": "570fe15d-e7e0-479d-940d-142a436916be" }, { "_fromType": "array", @@ -1308,12 +1278,7 @@ { "_fromType": "array", "name": "user-agent", - "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.0.1 ms-rest-js/2.0.7 Node/v14.18.0 OS/(x64-Darwin-22.4.0)" - }, - { - "_fromType": "array", - "name": "cookie", - "value": "" + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" }, { "_fromType": "array", @@ -1325,33 +1290,28 @@ "name": "accept-encoding", "value": "gzip,deflate" }, - { - "_fromType": "array", - "name": "connection", - "value": "close" - }, { "name": "host", "value": "management.azure.com" } ], - "headersSize": 1797, + "headersSize": 1876, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "api-version", - "value": "2020-06-01" + "value": "2019-12-01" } ], - "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups?api-version=2020-06-01" + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/ddosProtectionPlans?api-version=2019-12-01" }, "response": { - "bodySize": 678, + "bodySize": 1040, "content": { "mimeType": "application/json; charset=utf-8", - "size": 678, - "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_kubernetesCluster_eastus\",\"name\":\"MC_j1dev_kubernetesCluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/kubernetesCluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetesCluster\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + "size": 1040, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ddos1\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/ddosProtectionPlans/ddos1\",\r\n \"etag\": \"W/\\\"b95a2992-7224-4e70-b0db-f762b86ce48e\\\"\",\r\n \"type\": \"Microsoft.Network/ddosProtectionPlans\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworks\": [\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet124\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}" }, "cookies": [], "headers": [ @@ -1363,6 +1323,10 @@ "name": "pragma", "value": "no-cache" }, + { + "name": "content-length", + "value": "1040" + }, { "name": "content-type", "value": "application/json; charset=utf-8" @@ -1371,55 +1335,59 @@ "name": "expires", "value": "-1" }, - { - "name": "vary", - "value": "Accept-Encoding" - }, - { - "name": "x-ms-ratelimit-remaining-subscription-reads", - "value": "11999" - }, { "name": "x-ms-request-id", - "value": "7086e12a-1028-4977-9d9a-8eef20b3459e" + "value": "771e7741-7677-423d-a710-81339d43eef7" }, { "name": "x-ms-correlation-request-id", - "value": "7086e12a-1028-4977-9d9a-8eef20b3459e" + "value": "96b8908e-d826-4423-a259-fb4afb998dd0" }, { - "name": "x-ms-routing-request-id", - "value": "BRAZILSOUTH:20230502T154224Z:7086e12a-1028-4977-9d9a-8eef20b3459e" + "name": "x-ms-arm-service-request-id", + "value": "bba5e0b6-8947-4107-980f-06a64fa28afc" }, { "name": "strict-transport-security", "value": "max-age=31536000; includeSubDomains" }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074943Z:96b8908e-d826-4423-a259-fb4afb998dd0" + }, { "name": "x-content-type-options", "value": "nosniff" }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 05C3C1D3824C4F438383B68F0F62E863 Ref B: MAA201060516029 Ref C: 2024-03-27T07:49:43Z" + }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:23 GMT" + "value": "Wed, 27 Mar 2024 07:49:43 GMT" }, { "name": "connection", "value": "close" - }, - { - "name": "content-length", - "value": "678" } ], - "headersSize": 592, + "headersSize": 743, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:23.569Z", - "time": 410, + "startedDateTime": "2024-03-27T07:49:43.056Z", + "time": 661, "timings": { "blocked": -1, "connect": -1, @@ -1427,7 +1395,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 410 + "wait": 661 } }, { @@ -1448,7 +1416,7 @@ }, { "name": "client-request-id", - "value": "6c413ca9-76ca-4453-8035-c2088bac9647" + "value": "1f3d1593-4a81-45e2-8b10-aa491584c5a8" }, { "name": "return-client-request-id", @@ -1464,7 +1432,7 @@ }, { "name": "x-client-os", - "value": "darwin" + "value": "linux" }, { "name": "x-client-cpu", @@ -1479,7 +1447,7 @@ "value": 178 } ], - "headersSize": 414, + "headersSize": 413, "httpVersion": "HTTP/1.1", "method": "POST", "postData": { @@ -1493,18 +1461,18 @@ "value": "1.0" } ], - "url": "https://login.microsoftonline.com/19ae0f99-6fc6-444b-bd54-97504efc66ad/oauth2/token?api-version=1.0" + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" }, "response": { - "bodySize": 1468, + "bodySize": 1535, "content": { "mimeType": "application/json; charset=utf-8", - "size": 1468, - "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1683045744\",\"not_before\":\"1683041844\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711529384\",\"not_before\":\"1711525484\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" }, "cookies": [ { - "expires": "2023-06-01T15:42:24.000Z", + "expires": "2024-04-26T07:49:44.000Z", "httpOnly": true, "name": "fpc", "path": "/", @@ -1558,42 +1526,43 @@ }, { "name": "client-request-id", - "value": "6c413ca9-76ca-4453-8035-c2088bac9647" + "value": "1f3d1593-4a81-45e2-8b10-aa491584c5a8" }, { "name": "x-ms-request-id", - "value": "ce8596d9-aba1-42b8-85b7-061d7314b800" + "value": "8452c629-cbaa-4ef0-8cfe-921ffb8b1600" }, { "name": "x-ms-ests-server", - "value": "2.1.15256.7 - WUS2 ProdSlices" + "value": "2.1.17573.7 - NCUS ProdSlices" }, { "name": "x-ms-clitelem", "value": "1,0,0,," }, + { + "name": "x-ms-srs", + "value": "1.P" + }, { "name": "x-xss-protection", "value": "0" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { - "_fromType": "array", "name": "set-cookie", "value": "[REDACTED]" }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:23 GMT" + "value": "Wed, 27 Mar 2024 07:49:44 GMT" }, { "name": "connection", @@ -1601,17 +1570,17 @@ }, { "name": "content-length", - "value": "1468" + "value": "1535" } ], - "headersSize": 807, + "headersSize": 822, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:23.991Z", - "time": 513, + "startedDateTime": "2024-03-27T07:49:43.727Z", + "time": 550, "timings": { "blocked": -1, "connect": -1, @@ -1619,7 +1588,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 513 + "wait": 550 } }, { @@ -1638,7 +1607,7 @@ { "_fromType": "array", "name": "x-ms-client-request-id", - "value": "143c69f5-aad8-46f3-9a71-4b3b881eb0ff" + "value": "36fb2eea-a089-40fa-9f20-5171f5616177" }, { "_fromType": "array", @@ -1653,12 +1622,7 @@ { "_fromType": "array", "name": "user-agent", - "value": "ms-rest-js/2.0.7 Node/v14.18.0 OS/(x64-Darwin-22.4.0)" - }, - { - "_fromType": "array", - "name": "cookie", - "value": "" + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" }, { "_fromType": "array", @@ -1670,17 +1634,12 @@ "name": "accept-encoding", "value": "gzip,deflate" }, - { - "_fromType": "array", - "name": "connection", - "value": "close" - }, { "name": "host", "value": "management.azure.com" } ], - "headersSize": 1695, + "headersSize": 1742, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -1692,11 +1651,11 @@ "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" }, "response": { - "bodySize": 503, + "bodySize": 346, "content": { "mimeType": "application/json; charset=utf-8", - "size": 503, - "text": "{\"value\":[{\"id\":\"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"193f89dc-6225-4a80-bacb-96b32fbf6dd0\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}},{\"id\":\"/subscriptions/78d77376-1e6c-45ae-976b-9d1ef243d933\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"78d77376-1e6c-45ae-976b-9d1ef243d933\",\"displayName\":\"test-disabled-subscription\",\"state\":\"Disabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}},{\"id\":\"/subscriptions/f4e36c12-e09f-44c8-b660-69594ee88137\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"f4e36c12-e09f-44c8-b660-69594ee88137\",\"displayName\":\"Access to Azure Active Directory\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" }, "cookies": [], "headers": [ @@ -1708,6 +1667,10 @@ "name": "pragma", "value": "no-cache" }, + { + "name": "content-length", + "value": "346" + }, { "name": "content-type", "value": "application/json; charset=utf-8" @@ -1716,25 +1679,21 @@ "name": "expires", "value": "-1" }, - { - "name": "vary", - "value": "Accept-Encoding" - }, { "name": "x-ms-ratelimit-remaining-tenant-reads", - "value": "11999" + "value": "11998" }, { "name": "x-ms-request-id", - "value": "4388fa74-eb08-4b39-b911-334731ca9398" + "value": "b2c79a6f-3608-40d9-8220-250ba6bf3c3b" }, { "name": "x-ms-correlation-request-id", - "value": "4388fa74-eb08-4b39-b911-334731ca9398" + "value": "b2c79a6f-3608-40d9-8220-250ba6bf3c3b" }, { "name": "x-ms-routing-request-id", - "value": "BRAZILSOUTH:20230502T154224Z:4388fa74-eb08-4b39-b911-334731ca9398" + "value": "WESTINDIA:20240327T074944Z:b2c79a6f-3608-40d9-8220-250ba6bf3c3b" }, { "name": "strict-transport-security", @@ -1744,27 +1703,31 @@ "name": "x-content-type-options", "value": "nosniff" }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2F31600EAD1F457AAD081EC0EB212FB8 Ref B: MAA201060516035 Ref C: 2024-03-27T07:49:44Z" + }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:24 GMT" + "value": "Wed, 27 Mar 2024 07:49:44 GMT" }, { "name": "connection", "value": "close" - }, - { - "name": "content-length", - "value": "503" } ], - "headersSize": 586, + "headersSize": 668, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:24.511Z", - "time": 218, + "startedDateTime": "2024-03-27T07:49:44.288Z", + "time": 235, "timings": { "blocked": -1, "connect": -1, @@ -1772,11 +1735,11 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 218 + "wait": 235 } }, { - "_id": "176bbdf5bd59216168335650abdb0188", + "_id": "c432331e15625941aed007934a44d20e", "_order": 0, "cache": {}, "request": { @@ -1796,7 +1759,7 @@ { "_fromType": "array", "name": "x-ms-client-request-id", - "value": "3ccfe6a9-77ba-4cd1-8d4d-6c0f36ee9b2e" + "value": "cfe6cfa8-6bce-4932-a93a-1765b5d2c4ad" }, { "_fromType": "array", @@ -1806,12 +1769,7 @@ { "_fromType": "array", "name": "user-agent", - "value": "@azure/arm-containerservice/14.1.0 ms-rest-azure-js/2.0.1 ms-rest-js/2.0.7 Node/v14.18.0 OS/(x64-Darwin-22.4.0)" - }, - { - "_fromType": "array", - "name": "cookie", - "value": "" + "value": "@azure/arm-resources/4.2.2 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" }, { "_fromType": "array", @@ -1823,33 +1781,28 @@ "name": "accept-encoding", "value": "gzip,deflate" }, - { - "_fromType": "array", - "name": "connection", - "value": "close" - }, { "name": "host", "value": "management.azure.com" } ], - "headersSize": 1843, + "headersSize": 1844, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "api-version", - "value": "2021-08-01" + "value": "2021-01-01" } ], - "url": "https://management.azure.com/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/providers/Microsoft.ContainerService/managedClusters?api-version=2021-08-01" + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2021-01-01" }, "response": { - "bodySize": 2319, + "bodySize": 12559, "content": { - "mimeType": "application/json", - "size": 2319, - "text": "{\n \"value\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/kubernetesCluster\",\n \"location\": \"eastus\",\n \"name\": \"kubernetesCluster\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.25.6\",\n \"dnsPrefix\": \"kubernetesCluster-dns\",\n \"fqdn\": \"kubernetescluster-dns-7fuarou4.hcp.eastus.azmk8s.io\",\n \"azurePortalFQDN\": \"kubernetescluster-dns-7fuarou4.portal.hcp.eastus.azmk8s.io\",\n \"agentPoolProfiles\": [\n {\n \"name\": \"agentpool\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"availabilityZones\": [\n \"1\",\n \"2\",\n \"3\"\n ],\n \"maxCount\": 5,\n \"minCount\": 1,\n \"enableAutoScaling\": true,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.25.6\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202304.20.0\",\n \"enableFIPS\": false\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\": \"msi\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": null\n },\n \"azurepolicy\": {\n \"enabled\": false,\n \"config\": null\n },\n \"omsAgent\": {\n \"enabled\": true,\n \"config\": {\n \"logAnalyticsWorkspaceResourceID\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/defaultresourcegroup-eus/providers/microsoft.operationalinsights/workspaces/defaultworkspace-193f89dc-6225-4a80-bacb-96b32fbf6dd0-eus\"\n },\n \"identity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_j1dev_kubernetesCluster_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/omsagent-kubernetescluster\",\n \"clientId\": \"46d9c579-ac05-4060-9866-9ac66732480f\",\n \"objectId\": \"d54ecf10-4db4-42ce-b9bb-b7781617f731\"\n }\n }\n },\n \"nodeResourceGroup\": \"MC_j1dev_kubernetesCluster_eastus\",\n \"enableRBAC\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourceGroups/MC_j1dev_kubernetesCluster_eastus/providers/Microsoft.Network/publicIPAddresses/e007bd23-6679-4893-9831-afafc7a28b54\"\n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"apiServerAccessProfile\": {\n \"enablePrivateCluster\": false\n },\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/193f89dc-6225-4a80-bacb-96b32fbf6dd0/resourcegroups/MC_j1dev_kubernetesCluster_eastus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/kubernetesCluster-agentpool\",\n \"clientId\": \"1de4f721-7432-4f8a-94f4-ee2d5f065409\",\n \"objectId\": \"bdae7e63-323e-43f2-9b29-1b543087414e\"\n }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"patch\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\": \"7a31f44a-5ee3-4a2d-9169-028ae8a06563\",\n \"tenantId\": \"19ae0f99-6fc6-444b-bd54-97504efc66ad\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Paid\"\n }\n }\n ]\n }" + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" }, "cookies": [], "headers": [ @@ -1861,33 +1814,33 @@ "name": "pragma", "value": "no-cache" }, + { + "name": "content-length", + "value": "12559" + }, { "name": "content-type", - "value": "application/json" + "value": "application/json; charset=utf-8" }, { "name": "expires", "value": "-1" }, { - "name": "vary", - "value": "Accept-Encoding" - }, - { - "name": "x-ms-routing-request-id", - "value": "BRAZILSOUTH:20230502T154225Z:643902ae-d81e-4c17-83a6-7478a19c917a" + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" }, { - "name": "x-ms-ratelimit-remaining-subscription-reads", - "value": "11998" + "name": "x-ms-request-id", + "value": "bd61caab-303c-44d9-b4d2-bd3a42fef1f1" }, { "name": "x-ms-correlation-request-id", - "value": "643902ae-d81e-4c17-83a6-7478a19c917a" + "value": "bd61caab-303c-44d9-b4d2-bd3a42fef1f1" }, { - "name": "x-ms-request-id", - "value": "8ffbc947-7867-4b33-a886-c6628d417dcb" + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T074944Z:bd61caab-303c-44d9-b4d2-bd3a42fef1f1" }, { "name": "strict-transport-security", @@ -1898,26 +1851,30 @@ "value": "nosniff" }, { - "name": "server", - "value": "nginx" + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 733C6D231F5048358B01FE4C0AAF7DA1 Ref B: MAA201060515023 Ref C: 2024-03-27T07:49:44Z" }, { "name": "date", - "value": "Tue, 02 May 2023 15:42:25 GMT" + "value": "Wed, 27 Mar 2024 07:49:43 GMT" }, { "name": "connection", "value": "close" } ], - "headersSize": 599, + "headersSize": 677, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-05-02T15:42:24.738Z", - "time": 1022, + "startedDateTime": "2024-03-27T07:49:44.532Z", + "time": 291, "timings": { "blocked": -1, "connect": -1, @@ -1925,7 +1882,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 1022 + "wait": 291 } } ], diff --git a/src/steps/resource-manager/ddos/__recordings__/fetch-ddos-protection_plan_506074374/recording.har b/src/steps/resource-manager/ddos/__recordings__/fetch-ddos-protection_plan_506074374/recording.har new file mode 100644 index 00000000..21c48a81 --- /dev/null +++ b/src/steps/resource-manager/ddos/__recordings__/fetch-ddos-protection_plan_506074374/recording.har @@ -0,0 +1,1405 @@ +{ + "log": { + "_recordingName": "fetch-ddos-protection_plan", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:30:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "87e4b179-a73b-461c-a668-fd11522f0801" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:30:35 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:30:34.621Z", + "time": 1072, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1072 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "ca2fe852-a4f2-2ac1-335e-866d98470721" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "896ffd04-d0ad-4b4a-b9aa-f0af3e63e820" + }, + { + "name": "client-request-id", + "value": "ca2fe852-a4f2-2ac1-335e-866d98470721" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007048\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:30:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:30:35.704Z", + "time": 473, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 473 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "a61628fb-d8aa-39c2-cb26-7852a2576451" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2035, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "34df1192-ec7f-4667-bff6-1fba0de48fc7" + }, + { + "name": "client-request-id", + "value": "a61628fb-d8aa-39c2-cb26-7852a2576451" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C8\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:30:36 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:30:36.189Z", + "time": 447, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 447 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "6bb5a28b-fae2-4f9c-98b4-7d96285cbcde" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528236\",\"not_before\":\"1711524336\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:30:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "6bb5a28b-fae2-4f9c-98b4-7d96285cbcde" + }, + { + "name": "x-ms-request-id", + "value": "37edbaee-36ce-4445-bb8c-d581c2ecbf00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:30:36 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:30:36.758Z", + "time": 399, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 399 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "aacb9be7-a79a-4af8-842e-86c1836a6c6c" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "76b8762b-77ee-436d-88ee-10ec900a6631" + }, + { + "name": "x-ms-correlation-request-id", + "value": "76b8762b-77ee-436d-88ee-10ec900a6631" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T073037Z:76b8762b-77ee-436d-88ee-10ec900a6631" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BF173926984C41518E321075386A36F1 Ref B: MAA201060513035 Ref C: 2024-03-27T07:30:37Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:30:37 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:30:37.185Z", + "time": 404, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 404 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "12587860-0234-4861-8850-c23ecae8f3af" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "303fc036-3452-4f83-99d3-4ea27a2e1ead" + }, + { + "name": "x-ms-correlation-request-id", + "value": "303fc036-3452-4f83-99d3-4ea27a2e1ead" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T073037Z:303fc036-3452-4f83-99d3-4ea27a2e1ead" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D37A78BEE46144A4B364C7D8C62885E6 Ref B: MAA201060515047 Ref C: 2024-03-27T07:30:37Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:30:37 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:30:37.602Z", + "time": 271, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 271 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a727140a-0014-4784-bd42-78184c68d98a" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711528238\",\"not_before\":\"1711524338\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:30:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a727140a-0014-4784-bd42-78184c68d98a" + }, + { + "name": "x-ms-request-id", + "value": "683b73f0-aac3-4f06-8a17-b826d88d2300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:30:37 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 821, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:30:37.893Z", + "time": 378, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 378 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e4e501e5-56cb-400f-97a3-b8b8e779adf0" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "85024626-543b-4b07-9b1c-173105a5df3f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "85024626-543b-4b07-9b1c-173105a5df3f" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073038Z:85024626-543b-4b07-9b1c-173105a5df3f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3FE4F4ED5FD8483DAD668B9914AC1F3E Ref B: MAA201060515053 Ref C: 2024-03-27T07:30:38Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:30:37 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:30:38.277Z", + "time": 388, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 388 + } + }, + { + "_id": "00144c34170fc92bb60e8a1cf40937f9", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2204b81b-10bf-48bc-8d49-29fa6c3838d6" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1876, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/ddosProtectionPlans?api-version=2019-12-01" + }, + "response": { + "bodySize": 1040, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1040, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ddos1\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/ddosProtectionPlans/ddos1\",\r\n \"etag\": \"W/\\\"b95a2992-7224-4e70-b0db-f762b86ce48e\\\"\",\r\n \"type\": \"Microsoft.Network/ddosProtectionPlans\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualNetworks\": [\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1dev-vnet\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/demoVirtualNetworkforCrossConnection\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet124\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1040" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "5d69c348-4247-4da1-965b-79c0662add96" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f42d729f-9b6e-4bd9-b8c9-3b00ce9e43e2" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "cabafa83-61b2-4fcf-b830-2785b6dddef3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T073039Z:f42d729f-9b6e-4bd9-b8c9-3b00ce9e43e2" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F95837A6D2754066A521EE0691ABF4C4 Ref B: MAA201060516011 Ref C: 2024-03-27T07:30:38Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:30:38 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 742, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:30:38.675Z", + "time": 574, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 574 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/ddos/client.ts b/src/steps/resource-manager/ddos/client.ts new file mode 100644 index 00000000..d4e7d0b5 --- /dev/null +++ b/src/steps/resource-manager/ddos/client.ts @@ -0,0 +1,29 @@ +import { DdosProtectionPlan } from '@azure/arm-network-latest'; +import { + Client, + iterateAllResources, +} from '../../../azure/resource-manager/client'; +import { NetworkManagementClient } from '@azure/arm-network'; + +export class Ddos extends Client { + /** + * Retrieves all Event Grid Domains for a Resource Group from an Azure Subscription + * @param domainInfo An object containing information about the domain to retrieve like the Resource Group name belonging to an Azure Subscription + * @param callback A callback function to be called after retrieving an Event Grid Domain + */ + public async iterateDdosProtectionPlan( + callback: (s: DdosProtectionPlan) => void | Promise, + ): Promise { + const serviceClient = await this.getAuthenticatedServiceClient( + NetworkManagementClient, + ); + + return iterateAllResources({ + logger: this.logger, + serviceClient, + resourceEndpoint: serviceClient.ddosProtectionPlans, + resourceDescription: 'ddos.protectionplan', + callback, + }); + } +} diff --git a/src/steps/resource-manager/ddos/constant.ts b/src/steps/resource-manager/ddos/constant.ts new file mode 100644 index 00000000..1eae34f4 --- /dev/null +++ b/src/steps/resource-manager/ddos/constant.ts @@ -0,0 +1,68 @@ +import { + RelationshipClass, + generateRelationshipType, +} from '@jupiterone/integration-sdk-core'; +import { NetworkEntities } from '../network/constants'; +import { entities } from '../subscriptions/constants'; +import { RESOURCE_GROUP_ENTITY } from '../resources/constants'; + +export const DdosSteps = { + PROTECTION_PLAN: 'fetch-ddos-protection_plan', + DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP: + 'build-ddos-protection-plan-public-ip-relationship', + DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP: + 'build-ddos-protection-plan-vnet-relationship', + RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP: + 'build-resource-group-protection-plan-relationship', +}; + +export const DdosEntities = { + PROTECTION_PLAN: { + _type: 'azure_ddos_protection_plan', + _class: ['Configuration'], + resourceName: '[RM] Azure Ddos Protection Plans', + }, +}; + +export const DdosRelationships = { + DDOS_PROTECTION_PLAN_ASSIGNED_PUBLIC_IP: { + _type: generateRelationshipType( + RelationshipClass.ASSIGNED, + DdosEntities.PROTECTION_PLAN, + NetworkEntities.PUBLIC_IP_ADDRESS, + ), + sourceType: DdosEntities.PROTECTION_PLAN._type, + _class: RelationshipClass.ASSIGNED, + targetType: NetworkEntities.PUBLIC_IP_ADDRESS._type, + }, + DDOS_PROTECTION_PLAN_ASSIGNED_VNET: { + _type: generateRelationshipType( + RelationshipClass.ASSIGNED, + DdosEntities.PROTECTION_PLAN, + NetworkEntities.VIRTUAL_NETWORK, + ), + sourceType: DdosEntities.PROTECTION_PLAN._type, + _class: RelationshipClass.ASSIGNED, + targetType: NetworkEntities.VIRTUAL_NETWORK._type, + }, + SUBSCRIPTION_HAS_PROTECTION_PLAN: { + _type: generateRelationshipType( + RelationshipClass.HAS, + entities.SUBSCRIPTION, + DdosEntities.PROTECTION_PLAN, + ), + sourceType: entities.SUBSCRIPTION._type, + _class: RelationshipClass.HAS, + targetType: DdosEntities.PROTECTION_PLAN._type, + }, + RESOURCE_GROUP_HAS_PROTECTION_PLAN: { + _type: generateRelationshipType( + RelationshipClass.HAS, + RESOURCE_GROUP_ENTITY, + DdosEntities.PROTECTION_PLAN, + ), + sourceType: RESOURCE_GROUP_ENTITY._type, + _class: RelationshipClass.HAS, + targetType: DdosEntities.PROTECTION_PLAN._type, + }, +}; diff --git a/src/steps/resource-manager/ddos/converter.ts b/src/steps/resource-manager/ddos/converter.ts new file mode 100644 index 00000000..a0fe0003 --- /dev/null +++ b/src/steps/resource-manager/ddos/converter.ts @@ -0,0 +1,38 @@ +import { + Entity, + createIntegrationEntity, +} from '@jupiterone/integration-sdk-core'; +import { DdosEntities } from './constant'; +import { DdosProtectionPlan } from '@azure/arm-network-latest'; + +export function getDdosProtectionPlanKey(protectionPlanId) { + return `${DdosEntities.PROTECTION_PLAN._type}:${protectionPlanId}`; +} + +export function createProtectionPlanEntity(data: DdosProtectionPlan): Entity { + const publicIps: string[] | undefined = data.publicIPAddresses + ?.filter((ip) => ip?.id !== undefined) + .map((ip) => ip?.id ?? ''); + + const vnets: string[] | undefined = data.virtualNetworks + ?.filter((vn) => vn?.id !== undefined) + .map((vn) => vn?.id ?? ''); + + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: getDdosProtectionPlanKey(data.id), + _type: DdosEntities.PROTECTION_PLAN._type, + _class: DdosEntities.PROTECTION_PLAN._class, + type: data.type, + name: data.name, + location: data.location, + etag: data.etag, + provisioningState: data.provisioningState, + publicIPAddresses: publicIps, + virtualNetworks: vnets, + }, + }, + }); +} diff --git a/src/steps/resource-manager/ddos/index.test.ts b/src/steps/resource-manager/ddos/index.test.ts new file mode 100644 index 00000000..07c6ca37 --- /dev/null +++ b/src/steps/resource-manager/ddos/index.test.ts @@ -0,0 +1,119 @@ +import { + Recording, + executeStepWithDependencies, +} from '@jupiterone/integration-sdk-testing'; +import { getStepTestConfigForStep } from '../../../../test/integrationInstanceConfig'; +import { + setupAzureRecording, + getMatchRequestsBy, +} from '../../../../test/helpers/recording'; +import { DdosSteps } from './constant'; + +let recording: Recording; + +afterEach(async () => { + if (recording) { + await recording.stop(); + } +}); +test( + DdosSteps.PROTECTION_PLAN, + async () => { + const stepTestConfig = getStepTestConfigForStep(DdosSteps.PROTECTION_PLAN); + + recording = setupAzureRecording( + { + name: DdosSteps.PROTECTION_PLAN, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + DdosSteps.DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + DdosSteps.DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: DdosSteps.DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + DdosSteps.DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + DdosSteps.DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: DdosSteps.DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + DdosSteps.RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + DdosSteps.RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: DdosSteps.RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); diff --git a/src/steps/resource-manager/ddos/index.ts b/src/steps/resource-manager/ddos/index.ts new file mode 100644 index 00000000..1424af03 --- /dev/null +++ b/src/steps/resource-manager/ddos/index.ts @@ -0,0 +1,211 @@ +import { + IntegrationMissingKeyError, + RelationshipClass, + createDirectRelationship, +} from '@jupiterone/integration-sdk-core'; +import { INGESTION_SOURCE_IDS } from '../../../constants'; +import { AzureIntegrationStep, IntegrationStepContext } from '../../../types'; +import { + NetworkEntities, + STEP_RM_NETWORK_PUBLIC_IP_ADDRESSES, + STEP_RM_NETWORK_VIRTUAL_NETWORKS, +} from '../network/constants'; +import { Ddos } from './client'; +import { DdosEntities, DdosRelationships, DdosSteps } from './constant'; +import { + createProtectionPlanEntity, + getDdosProtectionPlanKey, +} from './converter'; +import { entities, steps } from '../subscriptions/constants'; +import { + RESOURCE_GROUP_ENTITY, + STEP_RM_RESOURCES_RESOURCE_GROUPS, +} from '../resources/constants'; + +export async function fetchProtectionPlans( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const client = new Ddos(instance.config, logger); + + // if subscription id is not present integartion will throw error while validating config + const subscriptionKey = `/subscriptions/${instance.config.subscriptionId}`; + + await client.iterateDdosProtectionPlan(async (protection_plan) => { + const protectionPlanEntity = createProtectionPlanEntity(protection_plan); + await jobState.addEntity(protectionPlanEntity); + + const protectionPlanKey = getDdosProtectionPlanKey(protectionPlanEntity.id); + + if ( + !jobState.hasKey(protectionPlanKey) || + !jobState.hasKey(subscriptionKey) + ) { + throw new IntegrationMissingKeyError(` + Cannot Build Relationship. Error : Entity Key Missing. + Protection Plan Key : ${protectionPlanKey} + Subscription Key : ${subscriptionKey} + `); + } + + // add subscription and Ddos Protection plan relationship + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: subscriptionKey, + fromType: entities.SUBSCRIPTION._type, + toKey: protectionPlanKey, + toType: DdosEntities.PROTECTION_PLAN._type, + }), + ); + }); +} + +export async function buildProtectionPlanPublicIpRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: DdosEntities.PROTECTION_PLAN._type }, + async (ddosProtectionPlanEntity) => { + const publicIPAddresses: string[] = + ddosProtectionPlanEntity.publicIPAddresses as string[]; + if (!publicIPAddresses) return; + for (const publicIpAddress of publicIPAddresses) { + if (publicIpAddress) { + if (!jobState.hasKey(publicIpAddress)) { + throw new IntegrationMissingKeyError(` + Cannot Build Relationship. Error : Entity Key Missing. + Public IP Address Key : ${publicIpAddress} + `); + } + + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.ASSIGNED, + fromKey: ddosProtectionPlanEntity._key, + fromType: DdosEntities.PROTECTION_PLAN._type, + toKey: publicIpAddress, + toType: NetworkEntities.PUBLIC_IP_ADDRESS._type, + }), + ); + } + } + }, + ); +} + +export async function buildProtectionPlanVnetRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: DdosEntities.PROTECTION_PLAN._type }, + async (ddosProtectionPlanEntity) => { + const virtualNetworks: string[] = + ddosProtectionPlanEntity.virtualNetworks as string[]; + + if (!virtualNetworks) return; + for (const vnet of virtualNetworks) { + if (vnet) { + if (!jobState.hasKey(vnet)) { + throw new IntegrationMissingKeyError(` + Cannot Build Relationship. Error : Entity Key Missing. + Virtual Network Key : ${vnet} + `); + } + + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.ASSIGNED, + fromKey: ddosProtectionPlanEntity._key, + fromType: DdosEntities.PROTECTION_PLAN._type, + toKey: vnet, + toType: NetworkEntities.VIRTUAL_NETWORK._type, + }), + ); + } + } + }, + ); +} + +export async function buildResourceGroupProtectionPlanRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: DdosEntities.PROTECTION_PLAN._type }, + async (ddosProtectionPlanEntity) => { + const ddosProtectionPlanKey = ddosProtectionPlanEntity._key; + + const protectionPlanpath = ddosProtectionPlanKey.split(':')[1]; + const resourceGroupKey = protectionPlanpath + .split('/') + .slice(0, 5) + .join('/'); + + if (!jobState.hasKey(resourceGroupKey)) { + throw new IntegrationMissingKeyError( + `Resource Group Key Missing ${resourceGroupKey}`, + ); + } + // build relationship + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: resourceGroupKey, + fromType: RESOURCE_GROUP_ENTITY._type, + toKey: ddosProtectionPlanKey, + toType: DdosEntities.PROTECTION_PLAN._type, + }), + ); + }, + ); +} + +export const DdosServiceSteps: AzureIntegrationStep[] = [ + { + id: DdosSteps.PROTECTION_PLAN, + name: 'Fetch Ddos Protection Plan', + entities: [DdosEntities.PROTECTION_PLAN], + relationships: [DdosRelationships.SUBSCRIPTION_HAS_PROTECTION_PLAN], + dependsOn: [steps.SUBSCRIPTION], + executionHandler: fetchProtectionPlans, + rolePermissions: ['Microsoft.Network/ddosProtectionPlans/read'], + ingestionSourceId: INGESTION_SOURCE_IDS.DDOS, + }, + { + id: DdosSteps.DDOS_PROTECTION_PLAN_PUBLIC_IP_RELATIONSHIP, + name: 'Build Ddos Protection Plan Public Ip Relationship', + entities: [], + relationships: [DdosRelationships.DDOS_PROTECTION_PLAN_ASSIGNED_PUBLIC_IP], + dependsOn: [DdosSteps.PROTECTION_PLAN, STEP_RM_NETWORK_PUBLIC_IP_ADDRESSES], + executionHandler: buildProtectionPlanPublicIpRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.DDOS, + }, + { + id: DdosSteps.DDOS_PROTECTION_PLAN_VNET_RELATIONSHIP, + name: 'Build Ddos Protection Plan Vnet Relationship', + entities: [], + relationships: [DdosRelationships.DDOS_PROTECTION_PLAN_ASSIGNED_VNET], + dependsOn: [DdosSteps.PROTECTION_PLAN, STEP_RM_NETWORK_VIRTUAL_NETWORKS], + executionHandler: buildProtectionPlanVnetRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.DDOS, + }, + { + id: DdosSteps.RESOURCE_GROUPS_DDOS_PROTECTION_PLAN_RELATIONSHIP, + name: 'Build Resource Group Ddos Protection Plan Relationship', + entities: [], + relationships: [DdosRelationships.RESOURCE_GROUP_HAS_PROTECTION_PLAN], + dependsOn: [DdosSteps.PROTECTION_PLAN, STEP_RM_RESOURCES_RESOURCE_GROUPS], + executionHandler: buildResourceGroupProtectionPlanRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.DDOS, + }, +]; diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-azure-consumer-group-has-event-hub-relation_4046637980/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-consumer-group-has-event-hub-relation_4046637980/recording.har new file mode 100644 index 00000000..1ce8c8ed --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-consumer-group-has-event-hub-relation_4046637980/recording.har @@ -0,0 +1,3613 @@ +{ + "log": { + "_recordingName": "rm-azure-consumer-group-has-event-hub-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:26.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "4a82b299-9c4d-45e1-bc5b-e1b8bc1a3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:26 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:26.480Z", + "time": 503, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 503 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "ef71b057-177f-6000-8ede-26faa4e3bb8c" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "921340b7-9d04-4632-beb5-6ead8b99f5cd" + }, + { + "name": "client-request-id", + "value": "ef71b057-177f-6000-8ede-26faa4e3bb8c" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002B7\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:26.988Z", + "time": 447, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 447 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "f864478f-b944-aacb-9a8d-91ff837eff85" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "6fc8238e-4b11-45fc-b1eb-f3a31aa16dbc" + }, + { + "name": "client-request-id", + "value": "f864478f-b944-aacb-9a8d-91ff837eff85" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C7\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:27.444Z", + "time": 518, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 518 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2418a0a1-8953-4ff2-ad75-f3647a8cf9bf" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:28.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2865b807-abfe-41af-a989-98c67caa6600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:27 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:27.966Z", + "time": 143, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 143 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "48eba7b9-c57f-40e1-abd2-8605052d7c27" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:28.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e864b85f-19e5-403f-ad37-15f4fe1a3600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:27 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:28.116Z", + "time": 266, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 266 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "675002c3-891e-4697-b23f-7dce5d8dadd7" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:28.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f62b9a93-4e56-4be2-b115-444cd0b82700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:28 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:28.391Z", + "time": 329, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 329 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "96a7fa43-b64a-4554-97c2-d7af1fe0467c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "a777896d-44f5-4ef4-8a6b-673e975163e7" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a777896d-44f5-4ef4-8a6b-673e975163e7" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073830Z:a777896d-44f5-4ef4-8a6b-673e975163e7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 82B39D9FFA4A4549BA1251641D8BCE73 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:28Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:29 GMT" + } + ], + "headersSize": 605, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:28.727Z", + "time": 1688, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1688 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "3e16f24f-db75-482f-914a-717eaf6ee7fc" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047110\",\"not_before\":\"1712043210\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:30.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "3e16f24f-db75-482f-914a-717eaf6ee7fc" + }, + { + "name": "x-ms-request-id", + "value": "ae0f644a-116d-40f2-ba0c-def0baa42f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:30 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:30.434Z", + "time": 508, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 508 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5e13b3db-cbb8-4ef6-876a-6616d0cbb3b4" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "bc88a719-446d-420f-984a-2e650be387a9" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bc88a719-446d-420f-984a-2e650be387a9" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073831Z:bc88a719-446d-420f-984a-2e650be387a9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6962A2B476B6421DA14E22369D242240 Ref B: MAA201060513019 Ref C: 2024-04-02T07:38:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:30.949Z", + "time": 402, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 402 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "201c5ad9-8dc1-434d-9974-514d647228f7" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "d3eacdaa-e598-4515-b29d-ce2145ab7f88" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d3eacdaa-e598-4515-b29d-ce2145ab7f88" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073831Z:d3eacdaa-e598-4515-b29d-ce2145ab7f88" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 07E3F9F2877C401FB3F872B3A6CEA86B Ref B: MAA201060516017 Ref C: 2024-04-02T07:38:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 680, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:31.361Z", + "time": 349, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 349 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "5ff0e569-61be-4620-88a9-7411386300ab" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047112\",\"not_before\":\"1712043212\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "5ff0e569-61be-4620-88a9-7411386300ab" + }, + { + "name": "x-ms-request-id", + "value": "e864b85f-19e5-403f-ad37-15f4681b3600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:32 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:31.728Z", + "time": 537, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 537 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "077b8e1c-9253-4176-a699-0e341dd49865" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "36f4616b-4dde-4c1e-a486-9bd98c58d912" + }, + { + "name": "x-ms-correlation-request-id", + "value": "36f4616b-4dde-4c1e-a486-9bd98c58d912" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073832Z:36f4616b-4dde-4c1e-a486-9bd98c58d912" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1377133E34724DF5B3124D9580E164D6 Ref B: MAA201060513025 Ref C: 2024-04-02T07:38:32Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:32.268Z", + "time": 353, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 353 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "887e7622-f579-45ca-9bfc-dae91fb2c002" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11993" + }, + { + "name": "x-ms-request-id", + "value": "762472c9-bfa8-4159-b89d-9e1214cb28b7" + }, + { + "name": "x-ms-correlation-request-id", + "value": "762472c9-bfa8-4159-b89d-9e1214cb28b7" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073832Z:762472c9-bfa8-4159-b89d-9e1214cb28b7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 840CC303C7B44F8A9B58B226C1A3A5E6 Ref B: MAA201060515037 Ref C: 2024-04-02T07:38:32Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:32.626Z", + "time": 303, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 303 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "683fa030-e910-4486-b04b-b7f7be84293a" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:33.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "87dff278-a219-4bd4-b84d-5879c1a82500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:32 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:32.940Z", + "time": 76, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 76 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "90bf2095-41e9-4f9d-9b48-e0c8ac9db5fe" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:33.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d7183807-0678-4c85-a345-319bf3839900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:32 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:33.023Z", + "time": 265, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 265 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "40d9c33e-a846-48cd-808a-7e1124ff3835" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:33.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d7183807-0678-4c85-a345-319bfc839900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:32 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:33.294Z", + "time": 296, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 296 + } + }, + { + "_id": "ee3da281d4c05aa476e5dac1e3f767d0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ab225e59-b958-402b-ae76-c97f37cb982f" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 441, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 441, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub\",\"name\":\"test_eventhub\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":1,\"status\":\"Active\",\"createdAt\":\"2024-03-26T07:11:33.62\",\"updatedAt\":\"2024-03-26T07:11:45.38\",\"partitionIds\":[\"0\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "441" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "19742b24-0c57-4be8-b8ea-929b987b8502" + }, + { + "name": "x-ms-client-request-id", + "value": "ab225e59-b958-402b-ae76-c97f37cb982f_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "2b881ff2-ff6a-4dff-a275-452ea4f43e6e" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G14|2024-04-02T07:38:35" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "19742b24-0c57-4be8-b8ea-929b987b8502" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073836Z:19742b24-0c57-4be8-b8ea-929b987b8502" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 452F007C6ACD46139DF18998AD1A2654 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:35 GMT" + } + ], + "headersSize": 879, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:33.595Z", + "time": 2560, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2560 + } + }, + { + "_id": "16f6b1bb9fba7ef14425c4a5ac184d73", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4a73b48a-3482-4ccf-b210-3f2f9a5f6842" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 445, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 445, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1\",\"name\":\"eventhub-dev1\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":2,\"status\":\"Active\",\"createdAt\":\"2024-03-13T00:43:51.953\",\"updatedAt\":\"2024-03-13T00:43:56.57\",\"partitionIds\":[\"0\",\"1\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "445" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "161676ea-48e9-4077-be12-9b9bb940c01c" + }, + { + "name": "x-ms-client-request-id", + "value": "4a73b48a-3482-4ccf-b210-3f2f9a5f6842_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "bab808ce-b28d-4c91-a7b9-aa7104c16288" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G2|2024-04-02T07:38:38" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "161676ea-48e9-4077-be12-9b9bb940c01c" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073838Z:161676ea-48e9-4077-be12-9b9bb940c01c" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F8822B92AF8F4181B14142A72B3D38E8 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:36Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:37 GMT" + } + ], + "headersSize": 875, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:36.166Z", + "time": 2037, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2037 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "776f59ea-45af-488c-80a7-b8fe7bae83a9" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "78dc3ce5-83a4-45da-ab0e-f63c5de92200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:37 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:38.209Z", + "time": 140, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 140 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ad0fcdc6-5dc0-42e5-89e5-fc6312348487" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d7183807-0678-4c85-a345-319ba9849900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:37 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:38.357Z", + "time": 255, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 255 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "cf7e1075-662d-424e-b1a0-811d4d448a39" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "24f89775-4063-4077-8a87-8724e7413600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:38 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:38.621Z", + "time": 400, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 400 + } + }, + { + "_id": "6f00ad512c95a99aac9cd6ac919b3bc5", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "296f4de2-1135-4262-adc0-a96a1bf4e6bb" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1969, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub/consumergroups?api-version=2021-11-01" + }, + "response": { + "bodySize": 394, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 394, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub/consumergroups/$Default\",\"name\":\"$Default\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs/consumergroups\",\"location\":\"eastus\",\"properties\":{\"createdAt\":\"2024-03-26T07:11:43.847Z\",\"updatedAt\":\"2024-03-26T07:11:43.863Z\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "394" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d701e20c-9856-4f1e-a02f-c3c5a36f7609" + }, + { + "name": "x-ms-client-request-id", + "value": "296f4de2-1135-4262-adc0-a96a1bf4e6bb_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "d132a7d5-057d-43ef-9478-aafd55089ad3" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G3|2024-04-02T07:38:40" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-request-id", + "value": "d701e20c-9856-4f1e-a02f-c3c5a36f7609" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073840Z:d701e20c-9856-4f1e-a02f-c3c5a36f7609" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AE33205282F445058039CC78A3679130 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:39Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:40 GMT" + } + ], + "headersSize": 878, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:39.028Z", + "time": 1961, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1961 + } + }, + { + "_id": "67fbe6cf222a3af2b1943e5dcfdd312a", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9f561970-13f5-4bb6-8e31-f1768c55509b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1968, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1/consumergroups?api-version=2021-11-01" + }, + "response": { + "bodySize": 393, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 393, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1/consumergroups/$Default\",\"name\":\"$Default\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs/consumergroups\",\"location\":\"eastus\",\"properties\":{\"createdAt\":\"2024-03-13T00:43:56.413Z\",\"updatedAt\":\"2024-03-13T00:43:56.413Z\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "393" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "88e403d8-6ada-41fa-ac66-9d75848dfd9e" + }, + { + "name": "x-ms-client-request-id", + "value": "9f561970-13f5-4bb6-8e31-f1768c55509b_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "de01fc79-90f6-45e0-8ebc-52a8499ec508" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G5|2024-04-02T07:38:42" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "88e403d8-6ada-41fa-ac66-9d75848dfd9e" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073842Z:88e403d8-6ada-41fa-ac66-9d75848dfd9e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FBAD4D0278394906A5D41FEF7BFE2486 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:41Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:42 GMT" + } + ], + "headersSize": 875, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:41.002Z", + "time": 1706, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1706 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-azure-consumer-group_4083974659/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-consumer-group_4083974659/recording.har new file mode 100644 index 00000000..f161108e --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-consumer-group_4083974659/recording.har @@ -0,0 +1,3617 @@ +{ + "log": { + "_recordingName": "rm-azure-consumer-group", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:08.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "60f479a5-b4ee-4efc-be6f-a4f08aac9100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:07 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:08.421Z", + "time": 442, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 442 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "75c10fbd-ada1-c0ac-ee7d-70e47e111062" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "7f1e605b-9a7b-47dd-b2a5-f18116ba3c02" + }, + { + "name": "client-request-id", + "value": "75c10fbd-ada1-c0ac-ee7d-70e47e111062" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000265\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:08 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:08.872Z", + "time": 372, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 372 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "726164f8-8fe8-7b5c-e6a6-51e438e618dc" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "0050d3f0-81d6-482a-91a8-5a7d68836c9b" + }, + { + "name": "client-request-id", + "value": "726164f8-8fe8-7b5c-e6a6-51e438e618dc" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000282\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:10 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:09.253Z", + "time": 1846, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1846 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "bede0936-0af1-4dd5-a277-cf66bd1ec5da" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:11.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "32d9009c-62e2-4408-9b64-67345f461d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:10 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:11.104Z", + "time": 137, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 137 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "05603efd-0005-47be-b551-1fb95040c291" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:11.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d7183807-0678-4c85-a345-319be6809900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:10 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:11.245Z", + "time": 247, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 247 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "307b6e7a-d874-44f5-af3a-3033917bffaf" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:11.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "24f89775-4063-4077-8a87-8724983f3600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:11 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:11.500Z", + "time": 327, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 327 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "091cd517-5e88-45e2-80eb-b379a9b30fe2" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "041d82ad-dcee-4964-baa7-4c52bde32c23" + }, + { + "name": "x-ms-correlation-request-id", + "value": "041d82ad-dcee-4964-baa7-4c52bde32c23" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073813Z:041d82ad-dcee-4964-baa7-4c52bde32c23" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E2C74F4CCBF44CE1892207B4BEFA3B0F Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:11Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:13 GMT" + } + ], + "headersSize": 605, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:11.836Z", + "time": 1838, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1838 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "b993c4bd-bae0-4747-a4b8-dfa06ba6680d" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047093\",\"not_before\":\"1712043193\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:14.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "b993c4bd-bae0-4747-a4b8-dfa06ba6680d" + }, + { + "name": "x-ms-request-id", + "value": "fc72c871-7fa8-4239-81ee-7f08d7489700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:13 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:13.690Z", + "time": 461, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 461 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ed56ab05-f69b-4120-98ad-8114fdda300c" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "232bf496-03ea-4144-a2c9-07d0bbd5cc6f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "232bf496-03ea-4144-a2c9-07d0bbd5cc6f" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073814Z:232bf496-03ea-4144-a2c9-07d0bbd5cc6f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CBE13CF8575C486B9608A2C81889CD9C Ref B: MAA201060516017 Ref C: 2024-04-02T07:38:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:14.161Z", + "time": 488, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 488 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7cd77934-e385-489d-9a78-6f20cc943d66" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "49f4b6ff-ad79-4318-8d7c-5cb37177b85e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "49f4b6ff-ad79-4318-8d7c-5cb37177b85e" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073814Z:49f4b6ff-ad79-4318-8d7c-5cb37177b85e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BD4C67855ECB4084850F52D77BD42CBF Ref B: MAA201060514033 Ref C: 2024-04-02T07:38:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:14.658Z", + "time": 314, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 314 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "1354550e-3f56-48ff-b48e-d64a3f57ea81" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047095\",\"not_before\":\"1712043195\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:15.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "1354550e-3f56-48ff-b48e-d64a3f57ea81" + }, + { + "name": "x-ms-request-id", + "value": "02a1cee2-95d0-4590-b52e-654e58d02700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:14 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:14.980Z", + "time": 592, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 592 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3fbc4a40-c7b8-40c2-a5d3-194a42da198b" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "31d836de-d5ba-4bfd-b01d-78f58399232e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "31d836de-d5ba-4bfd-b01d-78f58399232e" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073815Z:31d836de-d5ba-4bfd-b01d-78f58399232e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 370C6D70D1A0457AAEEE8B1E83749CD0 Ref B: MAA201060516033 Ref C: 2024-04-02T07:38:15Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:15.577Z", + "time": 366, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 366 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "fbfd0483-48e9-42ec-bf0d-86d13b0cb23c" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "da51e9ec-4fb5-40cc-9d5c-0884bcbdf8c0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "da51e9ec-4fb5-40cc-9d5c-0884bcbdf8c0" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073816Z:da51e9ec-4fb5-40cc-9d5c-0884bcbdf8c0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1176A36AE5144A049CC71CF9516B51B6 Ref B: MAA201060515051 Ref C: 2024-04-02T07:38:16Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:15.956Z", + "time": 229, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 229 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "08920942-40ad-411c-9a40-e307f7670135" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:16.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2cf0f4dc-89c5-4e9f-9a4a-0f555a956800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "content-security-policy-report-only", + "value": "frame-src 'self'; base-uri 'self'; report-uri https://csp.microsoft.com/report/ESTS-UX-All" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:15 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1213, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:16.212Z", + "time": 135, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 135 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b65688ee-0e3e-4ca7-aa49-3556080efb13" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:16.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f62b9a93-4e56-4be2-b115-444c77b72700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:16 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:16.354Z", + "time": 255, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 255 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4b011bcd-91ce-4aff-b32a-b73bfd57de3e" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:16.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f62b9a93-4e56-4be2-b115-444c7bb72700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:16 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:16.618Z", + "time": 390, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 390 + } + }, + { + "_id": "ee3da281d4c05aa476e5dac1e3f767d0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "37f5962b-08ea-4c9d-8b91-ae56467dde68" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 441, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 441, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub\",\"name\":\"test_eventhub\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":1,\"status\":\"Active\",\"createdAt\":\"2024-03-26T07:11:33.62\",\"updatedAt\":\"2024-03-26T07:11:45.38\",\"partitionIds\":[\"0\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "441" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2fb36b62-b09a-440d-822d-8bb5cc7eb784" + }, + { + "name": "x-ms-client-request-id", + "value": "37f5962b-08ea-4c9d-8b91-ae56467dde68_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "f1410c9a-3b43-44ca-a74c-e2955b919542" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G13|2024-04-02T07:38:19" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-request-id", + "value": "2fb36b62-b09a-440d-822d-8bb5cc7eb784" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073819Z:2fb36b62-b09a-440d-822d-8bb5cc7eb784" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F777A07E4A9E47748DEFFDB62B6A2B09 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:17Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:18 GMT" + } + ], + "headersSize": 879, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:17.017Z", + "time": 2345, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2345 + } + }, + { + "_id": "16f6b1bb9fba7ef14425c4a5ac184d73", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f811df0d-ba50-4295-ac14-5acce81220d1" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 445, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 445, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1\",\"name\":\"eventhub-dev1\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":2,\"status\":\"Active\",\"createdAt\":\"2024-03-13T00:43:51.953\",\"updatedAt\":\"2024-03-13T00:43:56.57\",\"partitionIds\":[\"0\",\"1\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "445" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fbd10991-8729-4bc2-b7ff-75301cca7fe1" + }, + { + "name": "x-ms-client-request-id", + "value": "f811df0d-ba50-4295-ac14-5acce81220d1_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "77730a53-326f-4842-a233-7d47fde69b18" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G7|2024-04-02T07:38:21" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-request-id", + "value": "fbd10991-8729-4bc2-b7ff-75301cca7fe1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073821Z:fbd10991-8729-4bc2-b7ff-75301cca7fe1" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EB6F2CD05DDD42ACB5C5604063D3F501 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:19Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:21 GMT" + } + ], + "headersSize": 873, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:19.372Z", + "time": 2525, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2525 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6b90931f-dbee-44e6-85b4-94bc9b085cba" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:21.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "c6ff5754-236a-4ed3-8f2d-d93b87be5d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:21 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:21.912Z", + "time": 73, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 73 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "40dfe8b7-1406-4f05-adcb-c10129a7a45d" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:22.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e864b85f-19e5-403f-ad37-15f4321a3600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:21 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:21.995Z", + "time": 268, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 268 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d950f5f3-c2ba-45a4-83c1-d887dc42d94e" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:22.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f62b9a93-4e56-4be2-b115-444c0db82700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:21 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:22.270Z", + "time": 314, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 314 + } + }, + { + "_id": "6f00ad512c95a99aac9cd6ac919b3bc5", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c92f6f0f-8c3c-46e0-9c95-7f73f7f45627" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1969, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub/consumergroups?api-version=2021-11-01" + }, + "response": { + "bodySize": 394, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 394, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub/consumergroups/$Default\",\"name\":\"$Default\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs/consumergroups\",\"location\":\"eastus\",\"properties\":{\"createdAt\":\"2024-03-26T07:11:43.847Z\",\"updatedAt\":\"2024-03-26T07:11:43.863Z\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "394" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "da57414e-82c5-4ca8-831f-6aae2c650f19" + }, + { + "name": "x-ms-client-request-id", + "value": "c92f6f0f-8c3c-46e0-9c95-7f73f7f45627_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "de0fb975-2028-4684-b7d5-e91fba5bb86f" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G9|2024-04-02T07:38:24" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11988" + }, + { + "name": "x-ms-request-id", + "value": "da57414e-82c5-4ca8-831f-6aae2c650f19" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073824Z:da57414e-82c5-4ca8-831f-6aae2c650f19" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DF756A59F4DF4B95A9A1D42B64A9C2D3 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:22Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:24 GMT" + } + ], + "headersSize": 873, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:22.593Z", + "time": 2125, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2125 + } + }, + { + "_id": "67fbe6cf222a3af2b1943e5dcfdd312a", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c1cd687e-1917-40cb-a599-fbf310f2c975" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1968, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1/consumergroups?api-version=2021-11-01" + }, + "response": { + "bodySize": 393, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 393, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1/consumergroups/$Default\",\"name\":\"$Default\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs/consumergroups\",\"location\":\"eastus\",\"properties\":{\"createdAt\":\"2024-03-13T00:43:56.413Z\",\"updatedAt\":\"2024-03-13T00:43:56.413Z\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "393" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "448d2cff-b8b1-4252-a071-acc5bd9efafe" + }, + { + "name": "x-ms-client-request-id", + "value": "c1cd687e-1917-40cb-a599-fbf310f2c975_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "ba51c3d9-2344-4a20-943e-bd4601d03c63" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G13|2024-04-02T07:38:26" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-request-id", + "value": "448d2cff-b8b1-4252-a071-acc5bd9efafe" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073826Z:448d2cff-b8b1-4252-a071-acc5bd9efafe" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7C220210318D4F31BFFB23BFA4762EAA Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:24Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:26 GMT" + } + ], + "headersSize": 876, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:24.736Z", + "time": 1698, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1698 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-azure-event-hub-has-location-relation_2663106915/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-event-hub-has-location-relation_2663106915/recording.har new file mode 100644 index 00000000..fd0f4a0e --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-event-hub-has-location-relation_2663106915/recording.har @@ -0,0 +1,3313 @@ +{ + "log": { + "_recordingName": "rm-azure-event-hub-has-location-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:42.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "5b6bcfc2-0a98-479f-ad72-401400e22d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:42 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:42.177Z", + "time": 475, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 475 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "f559b4ad-6391-c22a-3a6b-86f108ed59aa" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "57ab334a-34a5-49a2-846f-fa20c19914b1" + }, + { + "name": "client-request-id", + "value": "f559b4ad-6391-c22a-3a6b-86f108ed59aa" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007051\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:42 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:42.659Z", + "time": 376, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 376 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "59af4bc3-6421-5ed4-1404-428dd5918203" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "8cb8b82d-2fb1-404c-b927-88c374354164" + }, + { + "name": "client-request-id", + "value": "59af4bc3-6421-5ed4-1404-428dd5918203" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002B5\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:43.039Z", + "time": 448, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 448 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8c589b42-7f93-441b-83fb-d3d1cf417d19" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "063ed805-6a38-4177-90e4-851e2a747900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:43 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:43.491Z", + "time": 132, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 132 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "5f792e15-a5b7-4d45-87cc-99fa23f216fd" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f009c623-ac6c-4b18-901a-0f1cc9243600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:43 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:43.626Z", + "time": 293, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 293 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f5a5eb3c-cf5d-4bb0-9b3c-501a5857cd5c" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:44.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "50420ecf-20f8-46af-b01a-2811997f3200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:44 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:43.926Z", + "time": 366, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 366 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "bd1a6d8a-3298-4f9d-bb74-86bdc54b4891" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "f418d66a-3cda-42fc-9ac8-2be2bbe48264" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f418d66a-3cda-42fc-9ac8-2be2bbe48264" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073946Z:f418d66a-3cda-42fc-9ac8-2be2bbe48264" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A452434EC065499BACC523AB74C647AC Ref B: MAA201060514027 Ref C: 2024-04-02T07:39:44Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:45 GMT" + } + ], + "headersSize": 605, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:44.295Z", + "time": 1907, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1907 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "1dae4914-a806-4d89-b48e-35d8938c8439" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047186\",\"not_before\":\"1712043286\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:46.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "1dae4914-a806-4d89-b48e-35d8938c8439" + }, + { + "name": "x-ms-request-id", + "value": "82d801a3-847d-406b-b7dd-b1e75ca73300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:46 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:46.207Z", + "time": 485, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 485 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "88413520-b8e2-4f0f-84f2-3bde6ccf3cb6" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "83d91c44-b544-4ce9-97f3-a6b89223c290" + }, + { + "name": "x-ms-correlation-request-id", + "value": "83d91c44-b544-4ce9-97f3-a6b89223c290" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073946Z:83d91c44-b544-4ce9-97f3-a6b89223c290" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B7D1BE17358E40DE8D44209E0A6EC92E Ref B: MAA201060516019 Ref C: 2024-04-02T07:39:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:46 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:46.696Z", + "time": 241, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 241 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "163201d4-5c26-4564-ad3a-4613ebd8afbb" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "4c478bea-ae58-40a9-83c7-ed9098945774" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4c478bea-ae58-40a9-83c7-ed9098945774" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073947Z:4c478bea-ae58-40a9-83c7-ed9098945774" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3B7C17EE78A4442DA1006E803E04F9F2 Ref B: MAA201060515039 Ref C: 2024-04-02T07:39:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:46 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:46.942Z", + "time": 265, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 265 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "1674648f-c81c-484d-8b0a-3cbb85fdb92b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047187\",\"not_before\":\"1712043287\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "1674648f-c81c-484d-8b0a-3cbb85fdb92b" + }, + { + "name": "x-ms-request-id", + "value": "84d8d9ae-7a5f-47c6-901f-9af66b9c3a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:47 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:47.213Z", + "time": 461, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 461 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "37dd6d7f-b09f-4849-b0be-c40288f0be4c" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "112aacfa-1235-47cb-a311-05b5130bcdac" + }, + { + "name": "x-ms-correlation-request-id", + "value": "112aacfa-1235-47cb-a311-05b5130bcdac" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240402T073947Z:112aacfa-1235-47cb-a311-05b5130bcdac" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3B05456EE78146AD815AEB421FD81AF8 Ref B: MAA201060514047 Ref C: 2024-04-02T07:39:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:47 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:47.679Z", + "time": 360, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 360 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ca0fa9b2-7f1b-46dd-8814-1dcb8f61468d" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-request-id", + "value": "ce991271-e474-4e34-9f50-d384b5398e06" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ce991271-e474-4e34-9f50-d384b5398e06" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T074023Z:ce991271-e474-4e34-9f50-d384b5398e06" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 61FCA2E6EF9E46F3B55876C0ED09CD56 Ref B: MAA201060515049 Ref C: 2024-04-02T07:40:23Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:40:23 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:48.043Z", + "time": 35884, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35884 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c492b7ac-d024-453c-b900-a19d18f1a816" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:40:24.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3fc07c16-0a97-450b-b212-3c83b5338300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:40:23 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:40:23.952Z", + "time": 72, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 72 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "df8bb1c7-3c4f-41b9-95cf-b176965ef299" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:40:24.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d7183807-0678-4c85-a345-319b7b939900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:40:24 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:40:24.027Z", + "time": 365, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 365 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d0d93339-a265-4edd-a8f4-ab2fb51ad274" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:40:24.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bd69cc27-bce9-4bba-ae9d-c9af24e22600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:40:24 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:40:24.400Z", + "time": 315, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 315 + } + }, + { + "_id": "ee3da281d4c05aa476e5dac1e3f767d0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6d44af29-e5d5-4485-8c64-63467b344695" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 441, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 441, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub\",\"name\":\"test_eventhub\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":1,\"status\":\"Active\",\"createdAt\":\"2024-03-26T07:11:33.62\",\"updatedAt\":\"2024-03-26T07:11:45.38\",\"partitionIds\":[\"0\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "441" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "09517a9c-7edd-4d74-b6f5-878a1cec8a76" + }, + { + "name": "x-ms-client-request-id", + "value": "6d44af29-e5d5-4485-8c64-63467b344695_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "86f31080-5600-4213-9d73-3c27e26a94d4" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G14|2024-04-02T07:40:25" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-request-id", + "value": "09517a9c-7edd-4d74-b6f5-878a1cec8a76" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T074025Z:09517a9c-7edd-4d74-b6f5-878a1cec8a76" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8333ACED576D4EFC9417A848C517B94D Ref B: MAA201060514027 Ref C: 2024-04-02T07:40:24Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:40:25 GMT" + } + ], + "headersSize": 876, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:40:24.721Z", + "time": 797, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 797 + } + }, + { + "_id": "16f6b1bb9fba7ef14425c4a5ac184d73", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ca926239-7dc8-47d2-8876-322bf4e3d34b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 445, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 445, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1\",\"name\":\"eventhub-dev1\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":2,\"status\":\"Active\",\"createdAt\":\"2024-03-13T00:43:51.953\",\"updatedAt\":\"2024-03-13T00:43:56.57\",\"partitionIds\":[\"0\",\"1\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "445" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "db801341-f76e-442d-ad2b-3fcfca98f793" + }, + { + "name": "x-ms-client-request-id", + "value": "ca926239-7dc8-47d2-8876-322bf4e3d34b_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "28307f63-70e2-4534-8926-ba80d86174c7" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G12|2024-04-02T07:40:26" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11993" + }, + { + "name": "x-ms-request-id", + "value": "db801341-f76e-442d-ad2b-3fcfca98f793" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T074026Z:db801341-f76e-442d-ad2b-3fcfca98f793" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 188DD4AEB998486CB34CE0EDA5789877 Ref B: MAA201060514027 Ref C: 2024-04-02T07:40:25Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:40:25 GMT" + } + ], + "headersSize": 874, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:40:25.529Z", + "time": 1021, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1021 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a1fa5d1e-ae59-467c-990c-97f2da7b48c5" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047226\",\"not_before\":\"1712043326\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:40:26.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a1fa5d1e-ae59-467c-990c-97f2da7b48c5" + }, + { + "name": "x-ms-request-id", + "value": "5915f2b8-a720-479b-bcd7-b128262f2a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:40:26 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:40:26.581Z", + "time": 381, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 381 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "61a475ff-09b0-4f30-ab51-06a8cae255d9" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "8bf80b90-d4ec-4edb-b6ef-df98fc299fed" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8bf80b90-d4ec-4edb-b6ef-df98fc299fed" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T074027Z:8bf80b90-d4ec-4edb-b6ef-df98fc299fed" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B6C895D35AA84444B0BA8D0325164077 Ref B: MAA201060514033 Ref C: 2024-04-02T07:40:27Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:40:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:40:26.971Z", + "time": 566, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 566 + } + }, + { + "_id": "dbba86237cf27df8948db356a568eea7", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "15a6a490-b340-4331-bf5e-c82e64cad144" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1843, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/locations?api-version=2016-06-01" + }, + "response": { + "bodySize": 8929, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 8929, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/locations/australiacentral\",\"name\":\"australiacentral\",\"displayName\":\"Australia Central\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\"},{\"id\":\"/subscriptions/subscription-id/locations/australiacentral2\",\"name\":\"australiacentral2\",\"displayName\":\"Australia Central 2\",\"longitude\":\"149.1244\",\"latitude\":\"-35.3075\"},{\"id\":\"/subscriptions/subscription-id/locations/australiaeast\",\"name\":\"australiaeast\",\"displayName\":\"Australia East\",\"longitude\":\"151.2094\",\"latitude\":\"-33.86\"},{\"id\":\"/subscriptions/subscription-id/locations/australiasoutheast\",\"name\":\"australiasoutheast\",\"displayName\":\"Australia Southeast\",\"longitude\":\"144.9631\",\"latitude\":\"-37.8136\"},{\"id\":\"/subscriptions/subscription-id/locations/brazilsouth\",\"name\":\"brazilsouth\",\"displayName\":\"Brazil South\",\"longitude\":\"-46.633\",\"latitude\":\"-23.55\"},{\"id\":\"/subscriptions/subscription-id/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil Southeast\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\"},{\"id\":\"/subscriptions/subscription-id/locations/brazilus\",\"name\":\"brazilus\",\"displayName\":\"Brazil US\",\"longitude\":\"0\",\"latitude\":\"0\"},{\"id\":\"/subscriptions/subscription-id/locations/canadacentral\",\"name\":\"canadacentral\",\"displayName\":\"Canada Central\",\"longitude\":\"-79.383\",\"latitude\":\"43.653\"},{\"id\":\"/subscriptions/subscription-id/locations/canadaeast\",\"name\":\"canadaeast\",\"displayName\":\"Canada East\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\"},{\"id\":\"/subscriptions/subscription-id/locations/centralindia\",\"name\":\"centralindia\",\"displayName\":\"Central India\",\"longitude\":\"73.9197\",\"latitude\":\"18.5822\"},{\"id\":\"/subscriptions/subscription-id/locations/centralus\",\"name\":\"centralus\",\"displayName\":\"Central US\",\"longitude\":\"-93.6208\",\"latitude\":\"41.5908\"},{\"id\":\"/subscriptions/subscription-id/locations/eastasia\",\"name\":\"eastasia\",\"displayName\":\"East Asia\",\"longitude\":\"114.188\",\"latitude\":\"22.267\"},{\"id\":\"/subscriptions/subscription-id/locations/eastus\",\"name\":\"eastus\",\"displayName\":\"East US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\"},{\"id\":\"/subscriptions/subscription-id/locations/eastus2\",\"name\":\"eastus2\",\"displayName\":\"East US 2\",\"longitude\":\"-78.3889\",\"latitude\":\"36.6681\"},{\"id\":\"/subscriptions/subscription-id/locations/francecentral\",\"name\":\"francecentral\",\"displayName\":\"France Central\",\"longitude\":\"2.373\",\"latitude\":\"46.3772\"},{\"id\":\"/subscriptions/subscription-id/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France South\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\"},{\"id\":\"/subscriptions/subscription-id/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany North\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\"},{\"id\":\"/subscriptions/subscription-id/locations/germanywestcentral\",\"name\":\"germanywestcentral\",\"displayName\":\"Germany West Central\",\"longitude\":\"8.682127\",\"latitude\":\"50.110924\"},{\"id\":\"/subscriptions/subscription-id/locations/israelcentral\",\"name\":\"israelcentral\",\"displayName\":\"Israel Central\",\"longitude\":\"33.4506633\",\"latitude\":\"31.2655698\"},{\"id\":\"/subscriptions/subscription-id/locations/italynorth\",\"name\":\"italynorth\",\"displayName\":\"Italy North\",\"longitude\":\"9.18109\",\"latitude\":\"45.46888\"},{\"id\":\"/subscriptions/subscription-id/locations/japaneast\",\"name\":\"japaneast\",\"displayName\":\"Japan East\",\"longitude\":\"139.77\",\"latitude\":\"35.68\"},{\"id\":\"/subscriptions/subscription-id/locations/japanwest\",\"name\":\"japanwest\",\"displayName\":\"Japan West\",\"longitude\":\"135.5022\",\"latitude\":\"34.6939\"},{\"id\":\"/subscriptions/subscription-id/locations/jioindiacentral\",\"name\":\"jioindiacentral\",\"displayName\":\"Jio India Central\",\"longitude\":\"79.08886\",\"latitude\":\"21.146633\"},{\"id\":\"/subscriptions/subscription-id/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio India West\",\"longitude\":\"70.05773\",\"latitude\":\"22.470701\"},{\"id\":\"/subscriptions/subscription-id/locations/koreacentral\",\"name\":\"koreacentral\",\"displayName\":\"Korea Central\",\"longitude\":\"126.978\",\"latitude\":\"37.5665\"},{\"id\":\"/subscriptions/subscription-id/locations/koreasouth\",\"name\":\"koreasouth\",\"displayName\":\"Korea South\",\"longitude\":\"129.0756\",\"latitude\":\"35.1796\"},{\"id\":\"/subscriptions/subscription-id/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North Central US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\"},{\"id\":\"/subscriptions/subscription-id/locations/northeurope\",\"name\":\"northeurope\",\"displayName\":\"North Europe\",\"longitude\":\"-6.2597\",\"latitude\":\"53.3478\"},{\"id\":\"/subscriptions/subscription-id/locations/norwayeast\",\"name\":\"norwayeast\",\"displayName\":\"Norway East\",\"longitude\":\"10.752245\",\"latitude\":\"59.913868\"},{\"id\":\"/subscriptions/subscription-id/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway West\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\"},{\"id\":\"/subscriptions/subscription-id/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland Central\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\"},{\"id\":\"/subscriptions/subscription-id/locations/qatarcentral\",\"name\":\"qatarcentral\",\"displayName\":\"Qatar Central\",\"longitude\":\"51.439327\",\"latitude\":\"25.551462\"},{\"id\":\"/subscriptions/subscription-id/locations/southafricanorth\",\"name\":\"southafricanorth\",\"displayName\":\"South Africa North\",\"longitude\":\"28.21837\",\"latitude\":\"-25.73134\"},{\"id\":\"/subscriptions/subscription-id/locations/southafricawest\",\"name\":\"southafricawest\",\"displayName\":\"South Africa West\",\"longitude\":\"18.843266\",\"latitude\":\"-34.075691\"},{\"id\":\"/subscriptions/subscription-id/locations/southcentralus\",\"name\":\"southcentralus\",\"displayName\":\"South Central US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\"},{\"id\":\"/subscriptions/subscription-id/locations/southeastasia\",\"name\":\"southeastasia\",\"displayName\":\"Southeast Asia\",\"longitude\":\"103.833\",\"latitude\":\"1.283\"},{\"id\":\"/subscriptions/subscription-id/locations/southindia\",\"name\":\"southindia\",\"displayName\":\"South India\",\"longitude\":\"80.1636\",\"latitude\":\"12.9822\"},{\"id\":\"/subscriptions/subscription-id/locations/swedencentral\",\"name\":\"swedencentral\",\"displayName\":\"Sweden Central\",\"longitude\":\"17.14127\",\"latitude\":\"60.67488\"},{\"id\":\"/subscriptions/subscription-id/locations/switzerlandnorth\",\"name\":\"switzerlandnorth\",\"displayName\":\"Switzerland North\",\"longitude\":\"8.564572\",\"latitude\":\"47.451542\"},{\"id\":\"/subscriptions/subscription-id/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland West\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\"},{\"id\":\"/subscriptions/subscription-id/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE Central\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\"},{\"id\":\"/subscriptions/subscription-id/locations/uaenorth\",\"name\":\"uaenorth\",\"displayName\":\"UAE North\",\"longitude\":\"55.316666\",\"latitude\":\"25.266666\"},{\"id\":\"/subscriptions/subscription-id/locations/uksouth\",\"name\":\"uksouth\",\"displayName\":\"UK South\",\"longitude\":\"-0.799\",\"latitude\":\"50.941\"},{\"id\":\"/subscriptions/subscription-id/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK West\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\"},{\"id\":\"/subscriptions/subscription-id/locations/westcentralus\",\"name\":\"westcentralus\",\"displayName\":\"West Central US\",\"longitude\":\"-110.234\",\"latitude\":\"40.89\"},{\"id\":\"/subscriptions/subscription-id/locations/westeurope\",\"name\":\"westeurope\",\"displayName\":\"West Europe\",\"longitude\":\"4.9\",\"latitude\":\"52.3667\"},{\"id\":\"/subscriptions/subscription-id/locations/westindia\",\"name\":\"westindia\",\"displayName\":\"West India\",\"longitude\":\"72.868\",\"latitude\":\"19.088\"},{\"id\":\"/subscriptions/subscription-id/locations/westus\",\"name\":\"westus\",\"displayName\":\"West US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\"},{\"id\":\"/subscriptions/subscription-id/locations/westus2\",\"name\":\"westus2\",\"displayName\":\"West US 2\",\"longitude\":\"-119.852\",\"latitude\":\"47.233\"},{\"id\":\"/subscriptions/subscription-id/locations/westus3\",\"name\":\"westus3\",\"displayName\":\"West US 3\",\"longitude\":\"-112.074036\",\"latitude\":\"33.448376\"}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "8929" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11990" + }, + { + "name": "x-ms-request-id", + "value": "dd43af69-df23-480b-bf82-a59f0e45aeb2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "dd43af69-df23-480b-bf82-a59f0e45aeb2" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T074027Z:dd43af69-df23-480b-bf82-a59f0e45aeb2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 774C7762FEBC4649B855FE1AB2A7D2CF Ref B: MAA201060514021 Ref C: 2024-04-02T07:40:27Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:40:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 681, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:40:27.549Z", + "time": 268, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 268 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-azure-event-hub-key_434035979/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-event-hub-key_434035979/recording.har new file mode 100644 index 00000000..4ccee012 --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-event-hub-key_434035979/recording.har @@ -0,0 +1,1065 @@ +{ + "log": { + "_recordingName": "rm-azure-event-hub-key", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:35:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "64c150c8-09df-4e94-89ae-56d880923d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:35:54 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:35:55.077Z", + "time": 621, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 621 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "23660d2a-24ba-5bbb-e5b0-0b8507fcdbcf" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "e3b47d95-0a88-4a58-a156-72f592b0fc63" + }, + { + "name": "client-request-id", + "value": "23660d2a-24ba-5bbb-e5b0-0b8507fcdbcf" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF0000703B\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:35:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:35:55.709Z", + "time": 1732, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1732 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "d551f5f0-c6a1-e147-53ae-4ea890dee102" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "4b0db28a-7a2e-42ec-8b9b-f00bc4f8f9ab" + }, + { + "name": "client-request-id", + "value": "d551f5f0-c6a1-e147-53ae-4ea890dee102" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C8\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:00 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:35:57.463Z", + "time": 3498, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 3498 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7eeb47c3-70df-44f5-9e32-42c4a5a160c6" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:01.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d812d101-62a7-454b-96b2-c17f00418500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:00 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:01.021Z", + "time": 285, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 285 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4a6d36df-4a5c-45f0-b794-3184b746aa9e" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:01.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "9328645a-6209-4d80-b828-5b0267153300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:00 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:01.314Z", + "time": 269, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 269 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "733c964f-004c-418b-afea-279586e79e39" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:01.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e405169d-0303-499b-aaca-d5bc49cf8400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:01 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:01.592Z", + "time": 319, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 319 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f307ed36-df5b-4636-a0e2-dddd4402e271" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "2848f44d-ecbf-4288-9081-1fb672cf9ce2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2848f44d-ecbf-4288-9081-1fb672cf9ce2" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073603Z:2848f44d-ecbf-4288-9081-1fb672cf9ce2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4694CB829C194780A40F13478D1CC397 Ref B: MAA201060513031 Ref C: 2024-04-02T07:36:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:03 GMT" + } + ], + "headersSize": 605, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:01.919Z", + "time": 1967, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1967 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-azure-event-hub_1275632025/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-event-hub_1275632025/recording.har new file mode 100644 index 00000000..af3f3149 --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-event-hub_1275632025/recording.har @@ -0,0 +1,2826 @@ +{ + "log": { + "_recordingName": "rm-azure-event-hub", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "334bb18b-315a-4035-aca6-3157923a3400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:37 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:37.639Z", + "time": 485, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 485 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "dbc90d4a-f794-028a-8c08-900857e83b97" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "c3273bbe-c69a-47d8-bc6b-22bdea84727e" + }, + { + "name": "client-request-id", + "value": "dbc90d4a-f794-028a-8c08-900857e83b97" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002B8\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:39 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:38.129Z", + "time": 1628, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1628 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "09ab4730-d72b-8c56-a8b3-7d0ca1fa8241" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "df5c95f7-71e3-4898-8fe4-a3810990b274" + }, + { + "name": "client-request-id", + "value": "09ab4730-d72b-8c56-a8b3-7d0ca1fa8241" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002B9\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:40 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:39.767Z", + "time": 468, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 468 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d1958dc7-3db1-46de-a399-86547c01c2e6" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:40.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e9b03190-5ed5-4b9e-aeda-43a8db272a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:40 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:40.248Z", + "time": 148, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 148 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a09babfd-b9b9-41c3-bea2-1019e8fd5a6a" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:40.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d7183807-0678-4c85-a345-319b867c9900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:40 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:40.404Z", + "time": 297, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 297 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "79ef2513-4251-463b-a9fb-b3d774033d53" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:40.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "47aaa3f4-92b4-4fa1-accd-b908b3a68900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:40 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:40.710Z", + "time": 317, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 317 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b1677acd-416a-4436-b49b-9928357c7c51" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "3409d313-3333-40e8-abed-9ad37643c497" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3409d313-3333-40e8-abed-9ad37643c497" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073742Z:3409d313-3333-40e8-abed-9ad37643c497" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5A7FA5CDADC74456A6C90E6812BB874E Ref B: MAA201060514027 Ref C: 2024-04-02T07:37:41Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:42 GMT" + } + ], + "headersSize": 605, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:41.034Z", + "time": 1976, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1976 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9c328d1c-d01d-41df-bef5-42e4b5b8099f" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047063\",\"not_before\":\"1712043163\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9c328d1c-d01d-41df-bef5-42e4b5b8099f" + }, + { + "name": "x-ms-request-id", + "value": "676c04a0-bd51-4e17-b176-3a4dc1333500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:42 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:43.017Z", + "time": 456, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 456 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "90938e6f-4876-4625-89c8-72d03698eb01" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "e186dd17-1164-40e5-bcbf-283c0d49470b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e186dd17-1164-40e5-bcbf-283c0d49470b" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073743Z:e186dd17-1164-40e5-bcbf-283c0d49470b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3806E9BCE5B2438B87B9FA92F95B1399 Ref B: MAA201060514017 Ref C: 2024-04-02T07:37:43Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:43.486Z", + "time": 289, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 289 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ebf4c56e-01ea-4b92-87d3-67f4da20fd1f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "131d1715-009c-4913-9612-e0a904810a21" + }, + { + "name": "x-ms-correlation-request-id", + "value": "131d1715-009c-4913-9612-e0a904810a21" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073744Z:131d1715-009c-4913-9612-e0a904810a21" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 55F6BFEC95B14FC7A8A81253B1053DC0 Ref B: MAA201060513053 Ref C: 2024-04-02T07:37:43Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 680, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:43.788Z", + "time": 286, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 286 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "eb6dcbf0-5f48-44b0-8c0d-06c4e9df12e6" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047064\",\"not_before\":\"1712043164\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:44.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "eb6dcbf0-5f48-44b0-8c0d-06c4e9df12e6" + }, + { + "name": "x-ms-request-id", + "value": "b5761159-5c06-4476-913f-f4d6d2622800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:43 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:44.080Z", + "time": 518, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 518 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9e14bd87-db3f-4ebd-9dde-c8c39bb80f99" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "4216dbe1-1955-448b-a144-5058127dc53d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4216dbe1-1955-448b-a144-5058127dc53d" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073744Z:4216dbe1-1955-448b-a144-5058127dc53d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4135FB65D0564C5395F3544B371DE450 Ref B: MAA201060516023 Ref C: 2024-04-02T07:37:44Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:44 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:44.607Z", + "time": 367, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 367 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8fb5420b-6d63-4cdd-9a21-f0359ffc27fd" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "5e206e81-b184-42d5-8df7-50a995752392" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5e206e81-b184-42d5-8df7-50a995752392" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073745Z:5e206e81-b184-42d5-8df7-50a995752392" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 832068F2158D431ABA37817CD9CB6C9B Ref B: MAA201060513039 Ref C: 2024-04-02T07:37:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:45 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:44.979Z", + "time": 311, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 311 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a20ab50e-bba9-4da8-bbc7-3770a917f443" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:45.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "053aaa82-d826-4412-926d-e6816ec86f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:45 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:45.325Z", + "time": 135, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 135 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4ceedb76-705d-4e49-a169-45c7a96063f8" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:45.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f009c623-ac6c-4b18-901a-0f1cc5133600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:45 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:45.467Z", + "time": 294, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 294 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0f20736e-4ff3-4440-8441-f5d752a17ce2" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:45.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "0c09eaa7-44ce-4a62-80dc-e53bb5382200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:45 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:45.769Z", + "time": 364, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 364 + } + }, + { + "_id": "ee3da281d4c05aa476e5dac1e3f767d0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b4327480-bc63-4e2c-a405-d1d31d4c1425" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 441, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 441, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub\",\"name\":\"test_eventhub\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":1,\"status\":\"Active\",\"createdAt\":\"2024-03-26T07:11:33.62\",\"updatedAt\":\"2024-03-26T07:11:45.38\",\"partitionIds\":[\"0\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "441" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "28247de0-9ce0-45f5-b6b7-53dfcc31a7dd" + }, + { + "name": "x-ms-client-request-id", + "value": "b4327480-bc63-4e2c-a405-d1d31d4c1425_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "e1db8dcb-a257-46f2-b941-a58bb0d5532d" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G11|2024-04-02T07:37:48" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-request-id", + "value": "28247de0-9ce0-45f5-b6b7-53dfcc31a7dd" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073748Z:28247de0-9ce0-45f5-b6b7-53dfcc31a7dd" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 31588B751FC3464EA5B45DF29EA40F96 Ref B: MAA201060514027 Ref C: 2024-04-02T07:37:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:48 GMT" + } + ], + "headersSize": 874, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:46.143Z", + "time": 2498, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2498 + } + }, + { + "_id": "16f6b1bb9fba7ef14425c4a5ac184d73", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8a9788e1-99f1-4f81-9db5-09d73188c514" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 445, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 445, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1\",\"name\":\"eventhub-dev1\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":2,\"status\":\"Active\",\"createdAt\":\"2024-03-13T00:43:51.953\",\"updatedAt\":\"2024-03-13T00:43:56.57\",\"partitionIds\":[\"0\",\"1\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "445" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "cc0aa5d0-1a9c-455c-a3b2-daf364d31413" + }, + { + "name": "x-ms-client-request-id", + "value": "8a9788e1-99f1-4f81-9db5-09d73188c514_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "33b6b4c6-71df-459f-88a4-4a1fa9ac8728" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G5|2024-04-02T07:37:50" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "cc0aa5d0-1a9c-455c-a3b2-daf364d31413" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073750Z:cc0aa5d0-1a9c-455c-a3b2-daf364d31413" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F2EB876F226545D78F7FEC2F6305F8D1 Ref B: MAA201060514027 Ref C: 2024-04-02T07:37:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:50 GMT" + } + ], + "headersSize": 875, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:48.651Z", + "time": 1875, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1875 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-azure-resource-group-has-azure-event-hub-relation_2008693978/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-resource-group-has-azure-event-hub-relation_2008693978/recording.har new file mode 100644 index 00000000..8ef372b0 --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-resource-group-has-azure-event-hub-relation_2008693978/recording.har @@ -0,0 +1,2826 @@ +{ + "log": { + "_recordingName": "rm-azure-resource-group-has-azure-event-hub-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "a1bc4736-8c56-48be-93ad-9252f8382900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:42 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:42.733Z", + "time": 480, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 480 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "4bc4a77e-2866-befd-7dd1-695311b9ad4b" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "f065f340-0973-42bf-9169-931f31fb6f21" + }, + { + "name": "client-request-id", + "value": "4bc4a77e-2866-befd-7dd1-695311b9ad4b" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007044\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:43.220Z", + "time": 400, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 400 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "c19d42e5-24a3-f6d9-04bf-2e936a443725" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "2b19b63d-afa1-4ae7-ae7f-c140751a0b1d" + }, + { + "name": "client-request-id", + "value": "c19d42e5-24a3-f6d9-04bf-2e936a443725" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007044\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:43.626Z", + "time": 424, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 424 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "209b13cf-623e-46aa-ae10-ae75391430d5" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:44.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "dc5ea212-bce3-429c-a226-c759ff857700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:43 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:44.056Z", + "time": 132, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 132 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a5d4df1f-5443-4be4-b753-d20f1aee8191" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:44.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "24f89775-4063-4077-8a87-87245d423600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:43 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:44.191Z", + "time": 276, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 276 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "027d4949-00eb-4fbe-975e-8cb82bf4d7c5" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:44.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f009c623-ac6c-4b18-901a-0f1cc91d3600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:44 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:44.473Z", + "time": 365, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 365 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "af349b6e-4799-4826-9911-dde6f1238aef" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "5732f617-2c19-41ba-9b27-8857c75374ee" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5732f617-2c19-41ba-9b27-8857c75374ee" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073846Z:5732f617-2c19-41ba-9b27-8857c75374ee" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7C2372A9835645E3BCC83AF22407BC6C Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:44Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:46 GMT" + } + ], + "headersSize": 605, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:44.847Z", + "time": 1650, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1650 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "419b0961-603e-4fd7-9ace-15ea411298d7" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047127\",\"not_before\":\"1712043227\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "419b0961-603e-4fd7-9ace-15ea411298d7" + }, + { + "name": "x-ms-request-id", + "value": "7dd71c8f-dd1a-4f4c-b171-8ca5d7669900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:46 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:46.507Z", + "time": 962, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 962 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f6de4aed-b108-4e9b-aba2-cecd00f485e5" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "19f12f94-ad93-4550-a949-fb1d8fcf464a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "19f12f94-ad93-4550-a949-fb1d8fcf464a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073847Z:19f12f94-ad93-4550-a949-fb1d8fcf464a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6FCBABC361A441A1930566D3AA067153 Ref B: MAA201060513035 Ref C: 2024-04-02T07:38:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:47 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:47.477Z", + "time": 351, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 351 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e2a1a41e-a03e-4131-9d9f-b51c09c3c843" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "31521496-c717-4c80-92ab-27cf2f06990c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "31521496-c717-4c80-92ab-27cf2f06990c" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073848Z:31521496-c717-4c80-92ab-27cf2f06990c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B394B0F37AD041A393154CDD616A2ECC Ref B: MAA201060514025 Ref C: 2024-04-02T07:38:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:47 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 680, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:47.840Z", + "time": 296, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 296 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "6724695d-6781-4e94-a60a-71fba7e93ba4" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047128\",\"not_before\":\"1712043228\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:48.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "6724695d-6781-4e94-a60a-71fba7e93ba4" + }, + { + "name": "x-ms-request-id", + "value": "9f945c78-9cf5-46d0-afb4-99ae13363a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:47 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:48.154Z", + "time": 486, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 486 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "825c52a7-7d3a-4bff-9630-c04c2e41fff3" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "6941e30c-fca5-4fc9-a8d8-3be435b12414" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6941e30c-fca5-4fc9-a8d8-3be435b12414" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073848Z:6941e30c-fca5-4fc9-a8d8-3be435b12414" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 184063D65D7F4C1B8070DC3A4DC18CB8 Ref B: MAA201060513009 Ref C: 2024-04-02T07:38:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:48 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:48.649Z", + "time": 176, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 176 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2108be1d-d653-4373-ab65-2ed32a7fd5cd" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "ecc4be7f-3dba-410f-adcd-8e483eb3216b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ecc4be7f-3dba-410f-adcd-8e483eb3216b" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073849Z:ecc4be7f-3dba-410f-adcd-8e483eb3216b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 66968B5BC0814B309ADDDA62E74B8C1D Ref B: MAA201060514029 Ref C: 2024-04-02T07:38:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:48 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 682, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:48.838Z", + "time": 359, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 359 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a94871c6-25fa-49a4-a4ff-3df8076b1657" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:49.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "8efb1295-2e46-443a-8096-208899bd1d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:48 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:49.206Z", + "time": 137, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 137 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a478fed5-1f2d-403d-b401-bcfd868a2d0c" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:49.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bd69cc27-bce9-4bba-ae9d-c9afb4d82600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:48 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:49.350Z", + "time": 258, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 258 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "39577dbd-642b-4073-97eb-ef4d28435215" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:49.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f62b9a93-4e56-4be2-b115-444c5bbb2700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:49 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:49.615Z", + "time": 322, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 322 + } + }, + { + "_id": "ee3da281d4c05aa476e5dac1e3f767d0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2302fca9-2cc7-4c46-8140-3f5aceb5f9a4" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 441, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 441, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub\",\"name\":\"test_eventhub\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":1,\"status\":\"Active\",\"createdAt\":\"2024-03-26T07:11:33.62\",\"updatedAt\":\"2024-03-26T07:11:45.38\",\"partitionIds\":[\"0\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "441" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7c6399d5-8060-4400-8c01-53a1724f929a" + }, + { + "name": "x-ms-client-request-id", + "value": "2302fca9-2cc7-4c46-8140-3f5aceb5f9a4_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "5a1e4544-64ac-4eaf-804a-769d65011eb1" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G2|2024-04-02T07:38:52" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11987" + }, + { + "name": "x-ms-request-id", + "value": "7c6399d5-8060-4400-8c01-53a1724f929a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073852Z:7c6399d5-8060-4400-8c01-53a1724f929a" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8A0CF8ED44F24EEEBAE6B7860C3944C2 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:50Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:51 GMT" + } + ], + "headersSize": 873, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:49.944Z", + "time": 2494, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2494 + } + }, + { + "_id": "16f6b1bb9fba7ef14425c4a5ac184d73", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b9abb3d7-4cfb-49d8-8178-60c329ad1252" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 445, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 445, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1\",\"name\":\"eventhub-dev1\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":2,\"status\":\"Active\",\"createdAt\":\"2024-03-13T00:43:51.953\",\"updatedAt\":\"2024-03-13T00:43:56.57\",\"partitionIds\":[\"0\",\"1\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "445" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "38dbe2bc-521e-48ff-87b5-e557e12fd0ff" + }, + { + "name": "x-ms-client-request-id", + "value": "b9abb3d7-4cfb-49d8-8178-60c329ad1252_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "95f0c588-89e3-437b-bb11-f90e70abff0b" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G7|2024-04-02T07:38:54" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "38dbe2bc-521e-48ff-87b5-e557e12fd0ff" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073854Z:38dbe2bc-521e-48ff-87b5-e557e12fd0ff" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8DB3E7C57CFD4A3595FDBB85B9604806 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:52Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:54 GMT" + } + ], + "headersSize": 873, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:52.449Z", + "time": 2133, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2133 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-azure-subscription-has-azure-event-hub_2792248052/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-subscription-has-azure-event-hub_2792248052/recording.har new file mode 100644 index 00000000..26a58ef0 --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-azure-subscription-has-azure-event-hub_2792248052/recording.har @@ -0,0 +1,2826 @@ +{ + "log": { + "_recordingName": "rm-azure-subscription-has-azure-event-hub", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:54.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3fb90dca-671e-4a05-973b-d2afefea3200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:54 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:54.608Z", + "time": 588, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 588 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "1ad23b30-fbb4-5593-106e-93ec9663a33f" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "8fada963-435b-4b2b-96a1-6cb690a0ce4b" + }, + { + "name": "client-request-id", + "value": "1ad23b30-fbb4-5593-106e-93ec9663a33f" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C0\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:55.205Z", + "time": 337, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 337 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "6b69a7ab-fae6-3d35-7a3b-e270933bbb9e" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "a85e5eb9-b75b-4165-9348-c4b3fa363415" + }, + { + "name": "client-request-id", + "value": "6b69a7ab-fae6-3d35-7a3b-e270933bbb9e" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C8\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:55.554Z", + "time": 894, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 894 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "61684a85-0392-4306-81e7-dc78e90a5151" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:56.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "7ba07a5a-cfe3-4024-9133-294c9c699d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:55 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:56.457Z", + "time": 110, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 110 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "42278dbb-157b-4246-96e0-3fecc6dd63e5" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:56.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d7183807-0678-4c85-a345-319b00879900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:56 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:56.573Z", + "time": 268, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 268 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "eba63a07-3de6-4118-879d-c7f6afd1d847" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:57.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d7183807-0678-4c85-a345-319b08879900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:56 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:56.849Z", + "time": 399, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 399 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1c0c5f10-091c-4f1a-9810-e092ca843cd1" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "a6133c85-e61c-4a56-96df-7f999adef78f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a6133c85-e61c-4a56-96df-7f999adef78f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073859Z:a6133c85-e61c-4a56-96df-7f999adef78f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0D108726543045D29A21242062D9F98E Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:58 GMT" + } + ], + "headersSize": 605, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:57.252Z", + "time": 1799, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1799 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "e9b5a834-8d36-404b-8e24-8a2c87ab8803" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047139\",\"not_before\":\"1712043239\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:59.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "e9b5a834-8d36-404b-8e24-8a2c87ab8803" + }, + { + "name": "x-ms-request-id", + "value": "890be552-ba69-4461-a5df-832bd5c43900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:59 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:59.059Z", + "time": 443, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 443 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "658f1861-347e-4c70-835a-52733471b2a3" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "2be4783d-b960-4321-b8c7-6673eb00c3c4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2be4783d-b960-4321-b8c7-6673eb00c3c4" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073859Z:2be4783d-b960-4321-b8c7-6673eb00c3c4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CB1086CFC76A43EB9D1E104BA980E90B Ref B: MAA201060514031 Ref C: 2024-04-02T07:38:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:59.510Z", + "time": 305, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 305 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9dd33b60-8de0-46f9-a128-66579001d3e2" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-request-id", + "value": "3e37006a-2b8b-4e24-9c93-e9b3075091eb" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3e37006a-2b8b-4e24-9c93-e9b3075091eb" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073900Z:3e37006a-2b8b-4e24-9c93-e9b3075091eb" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 129C4B94EFBE4171B5BDB69E1A21A334 Ref B: MAA201060513017 Ref C: 2024-04-02T07:38:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:59.822Z", + "time": 325, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 325 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "0469ada3-7bee-465a-8aba-e7de7fbc42fd" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047140\",\"not_before\":\"1712043240\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:00.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "0469ada3-7bee-465a-8aba-e7de7fbc42fd" + }, + { + "name": "x-ms-request-id", + "value": "47dfc315-68d2-4cd9-af5a-d01ebd212500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:00 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:00.154Z", + "time": 470, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 470 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a6b358f6-ff74-493c-b7b3-1ae5134a22f4" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "8b7ef7c3-ed10-4246-a2f0-ae3e549a9de7" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8b7ef7c3-ed10-4246-a2f0-ae3e549a9de7" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073936Z:8b7ef7c3-ed10-4246-a2f0-ae3e549a9de7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E68882EE637A49D38DBAEDB8838AAACD Ref B: MAA201060515033 Ref C: 2024-04-02T07:39:36Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:36 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:00.628Z", + "time": 35943, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35943 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a542fbcd-cda0-408c-b132-f873e9b6bd2c" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "38863f8e-f179-4308-9c6a-14a0c324341c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "38863f8e-f179-4308-9c6a-14a0c324341c" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073936Z:38863f8e-f179-4308-9c6a-14a0c324341c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7F1C35A8498A424B992C4A64AF35EE33 Ref B: MAA201060514051 Ref C: 2024-04-02T07:39:36Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:36 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:36.576Z", + "time": 312, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 312 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "510d748c-495e-4a72-a2f1-c639db762d6b" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:36.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "71b6ba69-d153-4a8a-bb2a-14f365762300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:37 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:36.895Z", + "time": 134, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 134 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1d406a2d-8d4c-4bfc-9c6d-af51c219445a" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "0c09eaa7-44ce-4a62-80dc-e53ba03b2200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:37 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:37.035Z", + "time": 286, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 286 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f87900b1-14ff-4bee-8189-aad38e969c8e" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:39:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bd69cc27-bce9-4bba-ae9d-c9af89dc2600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:37 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:37.325Z", + "time": 324, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 324 + } + }, + { + "_id": "ee3da281d4c05aa476e5dac1e3f767d0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "162638f1-3928-4bb7-9d75-bd2457c32baa" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 441, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 441, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub\",\"name\":\"test_eventhub\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":1,\"status\":\"Active\",\"createdAt\":\"2024-03-26T07:11:33.62\",\"updatedAt\":\"2024-03-26T07:11:45.38\",\"partitionIds\":[\"0\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "441" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "78da7ec3-f9af-466a-9f74-faacc5f1c2bd" + }, + { + "name": "x-ms-client-request-id", + "value": "162638f1-3928-4bb7-9d75-bd2457c32baa_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "c9c0a366-2685-4bb5-9823-d4e0060c00ea" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G12|2024-04-02T07:39:39" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "78da7ec3-f9af-466a-9f74-faacc5f1c2bd" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073940Z:78da7ec3-f9af-466a-9f74-faacc5f1c2bd" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 670B77B464B4471A88CDD03F14ACE290 Ref B: MAA201060514027 Ref C: 2024-04-02T07:39:37Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:39 GMT" + } + ], + "headersSize": 874, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:37.653Z", + "time": 2358, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2358 + } + }, + { + "_id": "16f6b1bb9fba7ef14425c4a5ac184d73", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "cfe842d9-5ae0-450e-a406-9b72c6992dd7" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 445, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 445, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1\",\"name\":\"eventhub-dev1\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":2,\"status\":\"Active\",\"createdAt\":\"2024-03-13T00:43:51.953\",\"updatedAt\":\"2024-03-13T00:43:56.57\",\"partitionIds\":[\"0\",\"1\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "445" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "61f25ec6-c45b-4439-a470-0624a7942af4" + }, + { + "name": "x-ms-client-request-id", + "value": "cfe842d9-5ae0-450e-a406-9b72c6992dd7_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "ee97edd6-84ac-4c3f-b3c8-39f1efe3287d" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G6|2024-04-02T07:39:42" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11990" + }, + { + "name": "x-ms-request-id", + "value": "61f25ec6-c45b-4439-a470-0624a7942af4" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073942Z:61f25ec6-c45b-4439-a470-0624a7942af4" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 755BDC86C04140F5958479EF9DE068A8 Ref B: MAA201060514027 Ref C: 2024-04-02T07:39:40Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:39:41 GMT" + } + ], + "headersSize": 875, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:39:40.015Z", + "time": 2138, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2138 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-cluster-assigned-event-hub-namespace-relation_2927795573/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-cluster-assigned-event-hub-namespace-relation_2927795573/recording.har new file mode 100644 index 00000000..1e74edb5 --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-cluster-assigned-event-hub-namespace-relation_2927795573/recording.har @@ -0,0 +1,1692 @@ +{ + "log": { + "_recordingName": "rm-event-hub-cluster-assigned-event-hub-namespace-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:01.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "138c6a00-ab05-4b50-9abb-5a86e7a43200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:00 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:01.194Z", + "time": 449, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 449 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "c5066466-3b09-42b7-40ec-20a320a29fbd" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "cb4292fa-fbe5-49d9-a8e2-fe7cf3189c00" + }, + { + "name": "client-request-id", + "value": "c5066466-3b09-42b7-40ec-20a320a29fbd" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF0000027B\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:01 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:01.650Z", + "time": 408, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 408 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "584cbac6-b103-e3a7-1cf3-f684d854bde4" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "f9e9168d-601d-443b-b6f8-2b721621a154" + }, + { + "name": "client-request-id", + "value": "584cbac6-b103-e3a7-1cf3-f684d854bde4" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000275\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:02 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:02.067Z", + "time": 603, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 603 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "12f62461-c8db-4a6e-aa6f-39a983579a6f" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:02.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "5f740899-de54-404c-974c-f53ae8ef6000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "content-security-policy-report-only", + "value": "frame-src 'self'; base-uri 'self'; report-uri https://csp.microsoft.com/report/ESTS-UX-All" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:02 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1213, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:02.680Z", + "time": 133, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 133 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f4e2d3ac-b80d-497a-a086-400699f47003" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:03.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "446db4a1-c049-48dc-9d3b-624c97882b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:02 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:02.821Z", + "time": 282, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 282 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "adb95e9a-2239-4c00-92e8-ba26c2bb43b1" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:03.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f009c623-ac6c-4b18-901a-0f1c00173600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:02 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:03.111Z", + "time": 352, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 352 + } + }, + { + "_id": "5daee0bc3fc8bc0e272cac969a5f88e0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "521e1757-6fba-433b-ac49-8a6768f93be4" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1889, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/clusters?api-version=2021-11-01" + }, + "response": { + "bodySize": 480, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 480, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"name\":\"eventhubcluster\",\"type\":\"microsoft.eventhub/clusters\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"supportsScaling\":true,\"createdAt\":\"2024-02-29T13:04:42.129687Z\",\"updatedAt\":\"2024-02-29T13:04:43.3484545Z\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"metricId\":\"PROD-BL3-51092\"},\"sku\":{\"name\":\"Dedicated\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "480" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "7a01ee39-6f28-4f37-acd0-9bca95dca997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7a01ee39-6f28-4f37-acd0-9bca95dca997" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073805Z:7a01ee39-6f28-4f37-acd0-9bca95dca997" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 79D00D3AB53B4706B8FACF08A602AAA2 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:05 GMT" + } + ], + "headersSize": 604, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:03.474Z", + "time": 2184, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2184 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8961959c-3ee1-4343-9cc6-a41458562e0c" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:05.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "8f2fded4-c6ba-4229-b348-9158f2726d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:05 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1081, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:05.663Z", + "time": 167, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 167 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "492f87d4-761e-49a3-8faf-06453243f83a" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:06.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f009c623-ac6c-4b18-901a-0f1c6f173600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:05 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:05.836Z", + "time": 305, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 305 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "77c3869b-4241-4e8d-8f63-b5f883ae9784" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:38:06.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "446db4a1-c049-48dc-9d3b-624c23892b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:05 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:06.150Z", + "time": 412, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 412 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1691d4da-3a59-496f-b68f-bd047a537947" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "60b29c3d-8566-4edb-9d7a-ec339aa1602a" + }, + { + "name": "x-ms-correlation-request-id", + "value": "60b29c3d-8566-4edb-9d7a-ec339aa1602a" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073808Z:60b29c3d-8566-4edb-9d7a-ec339aa1602a" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C3DFDAAFE74E4C1198FF740244D460B3 Ref B: MAA201060514027 Ref C: 2024-04-02T07:38:06Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:38:07 GMT" + } + ], + "headersSize": 610, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:38:06.570Z", + "time": 1834, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1834 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-cluster_865453392/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-cluster_865453392/recording.har new file mode 100644 index 00000000..6ad8befb --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-cluster_865453392/recording.har @@ -0,0 +1,1065 @@ +{ + "log": { + "_recordingName": "rm-event-hub-cluster", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:45:56.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d12cb98a-83d7-4df7-be09-5d4680d23300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:45:56 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:45:55.577Z", + "time": 693, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 693 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "a2fd248a-9183-9b9b-b5f3-6439bdd306f1" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "eb71c702-baca-4dce-99de-7c541dee9ce5" + }, + { + "name": "client-request-id", + "value": "a2fd248a-9183-9b9b-b5f3-6439bdd306f1" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000275\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:45:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:45:56.275Z", + "time": 506, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 506 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "a63d8c8a-3aba-7f53-5274-231d382bca61" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "3f8a4025-e6dd-43a6-bb37-c2b3312c4da7" + }, + { + "name": "client-request-id", + "value": "a63d8c8a-3aba-7f53-5274-231d382bca61" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000278\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:46:00 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:45:56.788Z", + "time": 4373, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 4373 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8efc39a7-e03f-439c-a050-0ea95406b9cb" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:46:01.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "c5085620-807a-4b98-98c2-cf42a7388a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:46:01 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:46:01.168Z", + "time": 193, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 193 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c128964d-c5cd-4f9c-b98c-31be23f4e2ca" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:46:01.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "4a82b299-9c4d-45e1-bc5b-e1b8f7513700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:46:01 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:46:01.366Z", + "time": 355, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 355 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9babd470-a73f-4264-8fb9-e001a944e0fd" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:46:02.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "0932280b-12f5-409d-9436-636c67920b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:46:02 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:46:01.730Z", + "time": 924, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 924 + } + }, + { + "_id": "5daee0bc3fc8bc0e272cac969a5f88e0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "de9391c8-3c1d-416c-a4c4-d29027b6e96c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1889, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/clusters?api-version=2021-11-01" + }, + "response": { + "bodySize": 480, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 480, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"name\":\"eventhubcluster\",\"type\":\"microsoft.eventhub/clusters\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"supportsScaling\":true,\"createdAt\":\"2024-02-29T13:04:42.129687Z\",\"updatedAt\":\"2024-02-29T13:04:43.3484545Z\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"metricId\":\"PROD-BL3-51092\"},\"sku\":{\"name\":\"Dedicated\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "480" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "550e51d1-e987-4b09-a25e-198a64ed55b1" + }, + { + "name": "x-ms-correlation-request-id", + "value": "550e51d1-e987-4b09-a25e-198a64ed55b1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T074604Z:550e51d1-e987-4b09-a25e-198a64ed55b1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 901993FCB77243988AE041E3800E0A77 Ref B: MAA201060514027 Ref C: 2024-04-02T07:46:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:46:04 GMT" + } + ], + "headersSize": 604, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:46:02.659Z", + "time": 2271, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2271 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-keys-uses-azure-key-vault-relation_1379933219/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-keys-uses-azure-key-vault-relation_1379933219/recording.har new file mode 100644 index 00000000..17cf887c --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-keys-uses-azure-key-vault-relation_1379933219/recording.har @@ -0,0 +1,3003 @@ +{ + "log": { + "_recordingName": "rm-event-hub-keys-uses-azure-key-vault-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:04.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2a0cf9b6-0b9c-4c1a-882c-8aac307b3600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:03 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:03.935Z", + "time": 566, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 566 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "9f0c8ced-6a83-287f-767c-aa77b9ecf5e4" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "4729b7e1-82ea-477b-b8fd-ffed70665805" + }, + { + "name": "client-request-id", + "value": "9f0c8ced-6a83-287f-767c-aa77b9ecf5e4" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000264\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:04 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:04.506Z", + "time": 348, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 348 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "acb06313-c271-3cc1-d373-2cdd8803bfe8" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "d88e5bf8-e6a7-40c0-b6a1-48d227f46457" + }, + { + "name": "client-request-id", + "value": "acb06313-c271-3cc1-d373-2cdd8803bfe8" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF0000027E\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:05 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:04.858Z", + "time": 1120, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1120 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "51e62990-1603-49b8-ba1c-c2acec203a6c" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:06.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "47931615-5782-4bf4-8c5b-37da18b27200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:05 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:05.984Z", + "time": 162, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 162 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "06aab237-0b0c-4d59-aa66-90950741979e" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:06.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "c3cf17cc-abd2-4c0f-b0f6-2e6e7d593200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:06 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:06.155Z", + "time": 826, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 826 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6b51b421-e872-4f37-8f66-236daa369766" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:07.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "24a26a6f-e58b-4d3b-826c-5566eeac8500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:06 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:06.985Z", + "time": 314, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 314 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1c1ce8c0-daf4-4892-aead-cedbe1fb3ecb" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "111b4169-c6ff-4662-8a97-7e29f0dd8cbe" + }, + { + "name": "x-ms-correlation-request-id", + "value": "111b4169-c6ff-4662-8a97-7e29f0dd8cbe" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073608Z:111b4169-c6ff-4662-8a97-7e29f0dd8cbe" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 74BA656B932E4AC0AA4DD4E9893C4F1D Ref B: MAA201060513031 Ref C: 2024-04-02T07:36:07Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:08 GMT" + } + ], + "headersSize": 607, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:07.305Z", + "time": 1497, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1497 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "f1d93884-df66-40f4-b6ce-8f8f0869b9ce" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712046969\",\"not_before\":\"1712043069\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:09.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "f1d93884-df66-40f4-b6ce-8f8f0869b9ce" + }, + { + "name": "x-ms-request-id", + "value": "7b07c2cc-3e3b-44c2-b5bd-72c29b7a9600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:08 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:08.845Z", + "time": 468, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 468 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "acbbdab0-46b6-4bd7-81a9-512a8cc0c8e2" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "c588a84d-2045-4a96-86a4-35e3b21f589c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c588a84d-2045-4a96-86a4-35e3b21f589c" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073609Z:c588a84d-2045-4a96-86a4-35e3b21f589c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 18B52D75415D4675A546FD612D2D8B8D Ref B: MAA201060515037 Ref C: 2024-04-02T07:36:09Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:08 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:09.323Z", + "time": 340, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 340 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "81df1586-0d9f-4954-a758-f66ff7b8873b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "673beb7e-4a69-4cc5-b55d-32b9caa4d8a2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "673beb7e-4a69-4cc5-b55d-32b9caa4d8a2" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073609Z:673beb7e-4a69-4cc5-b55d-32b9caa4d8a2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1B25C83C5DB143F8BD76B4B4C2CD1F96 Ref B: MAA201060514053 Ref C: 2024-04-02T07:36:09Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:09 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:09.694Z", + "time": 295, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 295 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "37d1fb60-3419-42c9-bf6a-1f5e28b0534c" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712046970\",\"not_before\":\"1712043070\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:10.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "37d1fb60-3419-42c9-bf6a-1f5e28b0534c" + }, + { + "name": "x-ms-request-id", + "value": "d2b421f9-cff7-49b1-bed8-404e4b803700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:09 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:09.996Z", + "time": 585, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 585 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f88c728c-f7cc-4e46-bbf3-6c10dd93049e" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "4f4bc153-547c-4904-aa56-0d6f9b068553" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4f4bc153-547c-4904-aa56-0d6f9b068553" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073610Z:4f4bc153-547c-4904-aa56-0d6f9b068553" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5B6E25CB20EA4B639B7E3A5117D1E6B4 Ref B: MAA201060513033 Ref C: 2024-04-02T07:36:10Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:10 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:10.585Z", + "time": 265, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 265 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6c1ec675-9ce7-402f-821b-6296ceed32c7" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "fb84ab78-2e47-441a-9232-847ec8bc3f05" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fb84ab78-2e47-441a-9232-847ec8bc3f05" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073611Z:fb84ab78-2e47-441a-9232-847ec8bc3f05" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 37B84DD19101489AA592585005A8E525 Ref B: MAA201060514029 Ref C: 2024-04-02T07:36:11Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:10 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 679, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:10.855Z", + "time": 234, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 234 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "343a5383-5f94-463d-a33a-888efc973f88" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712046971\",\"not_before\":\"1712043071\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:36:11.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "343a5383-5f94-463d-a33a-888efc973f88" + }, + { + "name": "x-ms-request-id", + "value": "414cd937-3cee-4821-91a8-2f2201033a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:10 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:11.139Z", + "time": 533, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 533 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "0a7f9b18-b997-4629-ad2b-5ca06dbcd153" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "f1282f89-1d1f-490b-88d2-59b7fbe6037d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f1282f89-1d1f-490b-88d2-59b7fbe6037d" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073611Z:f1282f89-1d1f-490b-88d2-59b7fbe6037d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 659A28360FBB479FAB8F7383985E06C6 Ref B: MAA201060515047 Ref C: 2024-04-02T07:36:11Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:11 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:11.681Z", + "time": 247, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 247 + } + }, + { + "_id": "9e0d5d54a7748c5a868c8dbd10fe430c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d9154aac-2f70-4038-97fc-3291c4a72a8c" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-keyvault/1.2.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1902, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "$filter", + "value": "resourceType eq 'Microsoft.KeyVault/vaults'" + }, + { + "name": "api-version", + "value": "2015-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resources?%24filter=resourceType%20eq%20%27Microsoft.KeyVault%2Fvaults%27&api-version=2015-11-01" + }, + "response": { + "bodySize": 663, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 663, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/kv-4-purview\",\"name\":\"kv-4-purview\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/nd-j1dev-1\",\"name\":\"nd-j1dev-1\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/vaultbymetron\",\"name\":\"vaultbymetron\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "663" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "106da109-41ca-48e4-806e-73d4c921e2a0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "106da109-41ca-48e4-806e-73d4c921e2a0" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073612Z:106da109-41ca-48e4-806e-73d4c921e2a0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5ED9175221EE4A1DA401E071148273AF Ref B: MAA201060514053 Ref C: 2024-04-02T07:36:12Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:11 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 623, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:11.941Z", + "time": 366, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 366 + } + }, + { + "_id": "a442b9aa53bd93cde774f32c806a0b0d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2d8cdd58-74ac-4ef9-812d-afc18734d6bc" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-keyvault/1.2.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1898, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2018-02-14" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/kv-4-purview?api-version=2018-02-14" + }, + "response": { + "bodySize": 609, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 609, + "text": "{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/kv-4-purview\",\"name\":\"kv-4-purview\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"sku\":{\"family\":\"A\",\"name\":\"Standard\"},\"tenantId\":\"directory-id\",\"accessPolicies\":[],\"enabledForDeployment\":false,\"enabledForDiskEncryption\":false,\"enabledForTemplateDeployment\":false,\"enableSoftDelete\":true,\"softDeleteRetentionInDays\":90,\"enableRbacAuthorization\":true,\"vaultUri\":\"https://kv-4-purview.vault.azure.net/\",\"provisioningState\":\"Succeeded\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "609" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-client-request-id", + "value": "2d8cdd58-74ac-4ef9-812d-afc18734d6bc" + }, + { + "name": "x-ms-keyvault-service-version", + "value": "1.5.1124.0" + }, + { + "name": "x-ms-request-id", + "value": "af71d224-af4a-4c08-b096-9903aac2c228" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-aspnet-version", + "value": "4.0.30319" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-correlation-request-id", + "value": "86c8ccd6-262b-4145-ba4c-750a818b0423" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T073612Z:86c8ccd6-262b-4145-ba4c-750a818b0423" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 65903676F4204FCC9F44F1844B2CCCA6 Ref B: MAA201060514051 Ref C: 2024-04-02T07:36:12Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 811, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:12.315Z", + "time": 586, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 586 + } + }, + { + "_id": "bf57824a1d690f8f1e76549105ee6ab0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ac5c4da9-e856-496d-afc0-63c37a14911e" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-keyvault/1.2.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1896, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2018-02-14" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/nd-j1dev-1?api-version=2018-02-14" + }, + "response": { + "bodySize": 6770, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 6770, + "text": "{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/nd-j1dev-1\",\"name\":\"nd-j1dev-1\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"sku\":{\"family\":\"A\",\"name\":\"Standard\"},\"tenantId\":\"directory-id\",\"accessPolicies\":[{\"tenantId\":\"directory-id\",\"objectId\":\"93934198-dd51-407c-aa0d-6b3dce69b095\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Decrypt\",\"Encrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"fa6d2558-24e7-457b-b85e-54c076d97df9\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"83a552b1-c15e-4a28-b3f4-da7d55db4994\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"9b73527c-6608-4947-8579-8e065ab6b28b\",\"permissions\":{\"keys\":[\"Get\",\"WrapKey\",\"UnwrapKey\"],\"secrets\":[],\"certificates\":[]}},{\"tenantId\":\"directory-id\",\"objectId\":\"23fc542b-e0e2-4086-b182-47a78d691f0b\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"f42ef584-c092-4e08-866a-4a3826bb5f9b\",\"permissions\":{\"keys\":[\"List\",\"Get\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[]}},{\"tenantId\":\"directory-id\",\"objectId\":\"04b7c686-3e0d-4e70-9de8-bc82f1b4d45c\",\"permissions\":{\"keys\":[\"List\"],\"secrets\":[\"List\"],\"certificates\":[\"List\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"16739d04-a573-40bd-ae29-cba8ec7a03e3\",\"permissions\":{\"keys\":[\"List\",\"Get\",\"Create\",\"Delete\",\"Get\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"List\",\"Get\",\"Delete\",\"Get\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"],\"certificates\":[\"List\",\"Get\",\"Create\",\"Delete\",\"Recover\",\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"f7d521cf-1368-4f77-a214-31cc32cd03c4\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\",\"applicationId\":\"08fff37b-ee99-436c-b02b-0d6aa7047335\",\"permissions\":{\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"],\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\",\"permissions\":{\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"],\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\",\"permissions\":{\"certificates\":[\"get\",\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"],\"keys\":[\"get\",\"unwrapkey\",\"wrapkey\",\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"get\",\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"permissions\":{\"keys\":[\"get\",\"wrapkey\",\"unwrapkey\"]}}],\"enabledForDeployment\":true,\"enabledForDiskEncryption\":true,\"enabledForTemplateDeployment\":true,\"enableSoftDelete\":true,\"softDeleteRetentionInDays\":90,\"enableRbacAuthorization\":false,\"enablePurgeProtection\":true,\"vaultUri\":\"https://nd-j1dev-1.vault.azure.net/\",\"provisioningState\":\"Succeeded\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6770" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-client-request-id", + "value": "ac5c4da9-e856-496d-afc0-63c37a14911e" + }, + { + "name": "x-ms-keyvault-service-version", + "value": "1.5.1124.0" + }, + { + "name": "x-ms-request-id", + "value": "37209210-13c2-4346-9d26-84dec37c30ad" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-aspnet-version", + "value": "4.0.30319" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6261c7fe-193c-4c55-ab71-9dfe884f4864" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073614Z:6261c7fe-193c-4c55-ab71-9dfe884f4864" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 71DE3CD4EA224B169300FD244A40C6D6 Ref B: MAA201060516031 Ref C: 2024-04-02T07:36:13Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 810, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:12.909Z", + "time": 1311, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1311 + } + }, + { + "_id": "f3c5b7d6e66c50ab7a0155f5ab889522", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4e39f894-ca53-47bb-bd8e-bcaa99416c55" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-keyvault/1.2.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1899, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2018-02-14" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/vaultbymetron?api-version=2018-02-14" + }, + "response": { + "bodySize": 1115, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1115, + "text": "{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/vaultbymetron\",\"name\":\"vaultbymetron\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"sku\":{\"family\":\"A\",\"name\":\"Standard\"},\"tenantId\":\"directory-id\",\"accessPolicies\":[{\"tenantId\":\"directory-id\",\"objectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"]}}],\"enabledForDeployment\":true,\"enabledForDiskEncryption\":true,\"enabledForTemplateDeployment\":true,\"enableSoftDelete\":true,\"softDeleteRetentionInDays\":7,\"enableRbacAuthorization\":false,\"vaultUri\":\"https://vaultbymetron.vault.azure.net/\",\"provisioningState\":\"Succeeded\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1115" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-client-request-id", + "value": "4e39f894-ca53-47bb-bd8e-bcaa99416c55" + }, + { + "name": "x-ms-keyvault-service-version", + "value": "1.5.1124.0" + }, + { + "name": "x-ms-request-id", + "value": "e1d06ef4-41f0-42dd-a79d-ec2fd4a30dc0" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-aspnet-version", + "value": "4.0.30319" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9928b3fd-036f-4afb-9b10-0dbb43a6e81f" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073615Z:9928b3fd-036f-4afb-9b10-0dbb43a6e81f" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 15BA6F2B52654667BA6B5B4D36502280 Ref B: MAA201060514009 Ref C: 2024-04-02T07:36:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:36:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 810, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:36:14.227Z", + "time": 963, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 963 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-namespace-has-azure-event-hub-relation_1225219792/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-namespace-has-azure-event-hub-relation_1225219792/recording.har new file mode 100644 index 00000000..b51e8a3e --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-namespace-has-azure-event-hub-relation_1225219792/recording.har @@ -0,0 +1,2826 @@ +{ + "log": { + "_recordingName": "rm-event-hub-namespace-has-azure-event-hub-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:25.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "0dc8b892-e4e6-45f9-a6cf-79b2b7d56200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:24 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:24.682Z", + "time": 453, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 453 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "6589a5ef-4462-f034-43da-d2c8466fd8ae" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "2d2ee627-3041-4b1a-b137-9a5e9107bce0" + }, + { + "name": "client-request-id", + "value": "6589a5ef-4462-f034-43da-d2c8466fd8ae" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000282\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:24 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:25.141Z", + "time": 355, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 355 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "fb74ecbd-2e87-f3ff-1695-115b1753686a" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "771fd0d6-365e-4e9d-863d-185e4befbe4b" + }, + { + "name": "client-request-id", + "value": "fb74ecbd-2e87-f3ff-1695-115b1753686a" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF0000027B\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:25.505Z", + "time": 1162, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1162 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "50714799-6fda-4dbf-be1f-6bcb3330c4f0" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:26.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "98b90356-3fd8-442b-8dc2-acb9c2295500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:26 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:26.680Z", + "time": 134, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 134 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c8c72d83-2f4d-4b40-a9bd-1ba6a7d6ff41" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:27.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "24f89775-4063-4077-8a87-8724743b3600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:26 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:26.821Z", + "time": 318, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 318 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d32d5ccb-9ecf-42b9-b0e5-e6e00f54d14c" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:27.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d7183807-0678-4c85-a345-319bba7a9900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:27 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:27.148Z", + "time": 400, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 400 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ff0a8e3f-8b71-4213-a591-231648d61dcf" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "a28087c8-a0f8-4703-813b-8f5c5bb34a7d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a28087c8-a0f8-4703-813b-8f5c5bb34a7d" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073729Z:a28087c8-a0f8-4703-813b-8f5c5bb34a7d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 69C99C5FDDF44C3585F072097AFB039B Ref B: MAA201060514027 Ref C: 2024-04-02T07:37:27Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:28 GMT" + } + ], + "headersSize": 610, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:27.555Z", + "time": 1835, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1835 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "b53b2a98-6701-4647-ac3b-518ee7127d62" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047049\",\"not_before\":\"1712043149\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:29.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "b53b2a98-6701-4647-ac3b-518ee7127d62" + }, + { + "name": "x-ms-request-id", + "value": "c9861b0b-502d-4730-9516-865405b11f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:28 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:29.407Z", + "time": 598, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 598 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c0276eba-f3c2-448f-a9da-af932044ccbb" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "f6be37f6-6a96-4d58-81c1-e5a44d376576" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f6be37f6-6a96-4d58-81c1-e5a44d376576" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073730Z:f6be37f6-6a96-4d58-81c1-e5a44d376576" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0F252AE56AB048BFBB8826D4FF02A225 Ref B: MAA201060515021 Ref C: 2024-04-02T07:37:30Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:30.010Z", + "time": 373, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 373 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ae826d0b-0e2b-4d66-a5af-48f47db4bad0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-request-id", + "value": "74f36f1c-d39e-4705-b06f-ad4e73bc4c71" + }, + { + "name": "x-ms-correlation-request-id", + "value": "74f36f1c-d39e-4705-b06f-ad4e73bc4c71" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073730Z:74f36f1c-d39e-4705-b06f-ad4e73bc4c71" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 751527114C8A4206A3E73ACE3DE66483 Ref B: MAA201060513027 Ref C: 2024-04-02T07:37:30Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 680, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:30.393Z", + "time": 299, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 299 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "59273dff-77da-426c-8e81-0a176dc79e8d" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047051\",\"not_before\":\"1712043151\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:31.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "59273dff-77da-426c-8e81-0a176dc79e8d" + }, + { + "name": "x-ms-request-id", + "value": "db2bc020-c0ca-4c0a-afa2-2c8b11a77c00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:30 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:30.706Z", + "time": 443, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 443 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "620b91c5-3285-4aa0-9343-4bfd5fc1bd17" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "81707a07-9a56-419f-ab37-e6802f45e7c2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "81707a07-9a56-419f-ab37-e6802f45e7c2" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073731Z:81707a07-9a56-419f-ab37-e6802f45e7c2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0B650EFC5ACC4DAA80B7258ED63174DE Ref B: MAA201060513049 Ref C: 2024-04-02T07:37:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:31.161Z", + "time": 287, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 287 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9d6d7152-0fed-471f-8138-01108481e208" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "bb2ca629-49da-44fb-b6eb-92eedd022254" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bb2ca629-49da-44fb-b6eb-92eedd022254" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073731Z:bb2ca629-49da-44fb-b6eb-92eedd022254" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9C51725359F341FD9068FC6EE23D4AEF Ref B: MAA201060514053 Ref C: 2024-04-02T07:37:31Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:31.452Z", + "time": 283, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 283 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "576a7934-7b0f-4432-a7c2-e314ec862c07" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:31.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "1250213a-4b5e-41b4-855d-59c126482a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:31 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:31.748Z", + "time": 72, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 72 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7fbbcb8a-4f63-4a6b-8c82-50976b760881" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "446db4a1-c049-48dc-9d3b-624cff832b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:32 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:31.823Z", + "time": 776, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 776 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "682d70a3-a943-42ca-9129-af8ac7dd2a39" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "446db4a1-c049-48dc-9d3b-624c0b842b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:32 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:32.606Z", + "time": 343, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 343 + } + }, + { + "_id": "ee3da281d4c05aa476e5dac1e3f767d0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "70f0e7f1-0157-45db-8750-a2c4cdb2b38b" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1940, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 441, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 441, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace/eventhubs/test_eventhub\",\"name\":\"test_eventhub\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":1,\"status\":\"Active\",\"createdAt\":\"2024-03-26T07:11:33.62\",\"updatedAt\":\"2024-03-26T07:11:45.38\",\"partitionIds\":[\"0\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "441" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ebe533b0-62dd-4ddf-b6eb-2e2bb2375d99" + }, + { + "name": "x-ms-client-request-id", + "value": "70f0e7f1-0157-45db-8750-a2c4cdb2b38b_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "4e6409c7-7fd3-43ee-98b6-85c9279c6ab0" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G11|2024-04-02T07:37:35" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "ebe533b0-62dd-4ddf-b6eb-2e2bb2375d99" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073735Z:ebe533b0-62dd-4ddf-b6eb-2e2bb2375d99" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: ED3D0B36E6734851A63464F144331A0C Ref B: MAA201060514027 Ref C: 2024-04-02T07:37:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:34 GMT" + } + ], + "headersSize": 874, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:32.953Z", + "time": 2353, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2353 + } + }, + { + "_id": "16f6b1bb9fba7ef14425c4a5ac184d73", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "dec20661-0b93-4398-8de9-ee87a64d42f8" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1939, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs?api-version=2021-11-01" + }, + "response": { + "bodySize": 445, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 445, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace/eventhubs/eventhub-dev1\",\"name\":\"eventhub-dev1\",\"type\":\"Microsoft.EventHub/namespaces/eventhubs\",\"location\":\"eastus\",\"properties\":{\"messageRetentionInDays\":1,\"partitionCount\":2,\"status\":\"Active\",\"createdAt\":\"2024-03-13T00:43:51.953\",\"updatedAt\":\"2024-03-13T00:43:56.57\",\"partitionIds\":[\"0\",\"1\"]}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "445" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-inline-count", + "value": "" + }, + { + "name": "x-ms-correlation-request-id", + "value": "742da2f9-e57c-4eec-8ce0-583f98eb1024" + }, + { + "name": "x-ms-client-request-id", + "value": "dec20661-0b93-4398-8de9-ee87a64d42f8_RP" + }, + { + "name": "x-ms-messaging-activity-id", + "value": "ece4785e-cd8f-4d1a-b64d-be595594b139" + }, + { + "name": "x-ms-messaging-routing-id", + "value": "EASTUS|EASTUS|G8|2024-04-02T07:37:37" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11990" + }, + { + "name": "x-ms-request-id", + "value": "742da2f9-e57c-4eec-8ce0-583f98eb1024" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T073737Z:742da2f9-e57c-4eec-8ce0-583f98eb1024" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 082BA120018F4F8AADB99BDC9146CFFE Ref B: MAA201060514027 Ref C: 2024-04-02T07:37:35Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:37 GMT" + } + ], + "headersSize": 878, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:35.321Z", + "time": 2258, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2258 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-namespace-has-event-hub-key-relation_3815646700/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-namespace-has-event-hub-key-relation_3815646700/recording.har new file mode 100644 index 00000000..cb0da187 --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-namespace-has-event-hub-key-relation_3815646700/recording.har @@ -0,0 +1,1065 @@ +{ + "log": { + "_recordingName": "rm-event-hub-namespace-has-event-hub-key-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:50.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "9ab8b06d-f80c-43ad-be3f-dade0ca43c00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:50 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:50.557Z", + "time": 498, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 498 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "dd6b1741-8686-8adb-5098-16551eb1b356" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "264397fc-7423-41d7-a958-4d7817f8edd3" + }, + { + "name": "client-request-id", + "value": "dd6b1741-8686-8adb-5098-16551eb1b356" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007041\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:50 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:51.064Z", + "time": 445, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 445 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "45ea8a13-482c-9b8e-cf6b-4cf4c8cad1a4" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "6ba7ae45-9536-4aab-85bb-d4f6c76b8509" + }, + { + "name": "client-request-id", + "value": "45ea8a13-482c-9b8e-cf6b-4cf4c8cad1a4" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF0000703B\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:51 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:51.519Z", + "time": 809, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 809 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "70831b7a-6feb-434c-ba8c-719319840513" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:52.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "9c7a7c9d-62d5-4f72-987e-709821f8f700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:51 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:52.340Z", + "time": 137, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 137 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "38685af2-9790-40b0-bc20-dff6107f919b" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:52.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f62b9a93-4e56-4be2-b115-444c51b52700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:52 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:52.484Z", + "time": 356, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 356 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b22af884-ae5b-427d-8e75-bbe50b6e1518" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:53.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f62b9a93-4e56-4be2-b115-444c54b52700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:52 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:52.847Z", + "time": 403, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 403 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7074bcaa-1ada-431e-a688-de5d2d2e5bab" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "2c1b1d40-2b2c-4d6a-9533-2c5eb0278137" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2c1b1d40-2b2c-4d6a-9533-2c5eb0278137" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073755Z:2c1b1d40-2b2c-4d6a-9533-2c5eb0278137" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 400EB71834AF480A8B218BB3B1BC11AC Ref B: MAA201060514027 Ref C: 2024-04-02T07:37:53Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:54 GMT" + } + ], + "headersSize": 605, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:53.257Z", + "time": 1883, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1883 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-namespace_4268461845/recording.har b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-namespace_4268461845/recording.har new file mode 100644 index 00000000..56d423d1 --- /dev/null +++ b/src/steps/resource-manager/event-hub/__recordings__/rm-event-hub-namespace_4268461845/recording.har @@ -0,0 +1,1065 @@ +{ + "log": { + "_recordingName": "rm-event-hub-namespace", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:18.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "48a296c4-93ab-49f5-8ab2-d9ca70832d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:18 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:17.940Z", + "time": 598, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 598 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "42bc1847-c35d-2764-0576-4f86dc6acb02" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "d3acf701-cf67-470a-bad1-5225b3fd0ec8" + }, + { + "name": "client-request-id", + "value": "42bc1847-c35d-2764-0576-4f86dc6acb02" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007050\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:18.553Z", + "time": 1723, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1723 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "6020425b-b905-d20f-0943-c4fb2438a4a6" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "b535d1f5-3495-43fc-80d1-f5703fd2cd62" + }, + { + "name": "client-request-id", + "value": "6020425b-b905-d20f-0943-c4fb2438a4a6" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007046\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:20 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:20.281Z", + "time": 897, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 897 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3e8ed717-915a-43b7-8e88-bdebc4d6b775" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:21.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b9f9ee69-86ab-4641-96a4-78f8e92a2600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:21 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:21.184Z", + "time": 248, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 248 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ead8202f-d0c7-4ad8-8489-810211884b7c" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:21.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bd69cc27-bce9-4bba-ae9d-c9af76d22600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:21 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:21.440Z", + "time": 277, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 277 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "dfb947ef-2ddf-4424-8f46-f48f776e6b13" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:37:21.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "47aaa3f4-92b4-4fa1-accd-b908a3a58900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:21 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:21.726Z", + "time": 400, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 400 + } + }, + { + "_id": "3d09509e7abf036c2b748f48e9b9b211", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-eventhub/5.1.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "20ed7f16-8188-4f27-ab74-a379baf2a165" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1891, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01" + }, + "response": { + "bodySize": 1894, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1894, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/cluster-namespace\",\"name\":\"cluster-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"encryption\":{\"keySource\":\"Microsoft.KeyVault\",\"keyVaultProperties\":[{\"keyName\":\"key\",\"keyVaultUri\":\"https://nd-j1dev-1.vault.azure.net\"}],\"requireInfrastructureEncryption\":false},\"zoneRedundant\":false,\"metricId\":\"subscription-id:cluster-namespace\",\"updatedAt\":\"2024-03-21T06:52:06.1008628Z\",\"serviceBusEndpoint\":\"https://cluster-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"clusterArmId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/clusters/eventhubcluster\",\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-21T06:28:08.4401229Z\"},\"identity\":{\"principalId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"tenantId\":\"directory-id\",\"type\":\"SystemAssigned\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.EventHub/namespaces/j1-dev-namespace\",\"name\":\"j1-dev-namespace\",\"type\":\"Microsoft.EventHub/Namespaces\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"disableLocalAuth\":false,\"zoneRedundant\":true,\"metricId\":\"subscription-id:j1-dev-namespace\",\"updatedAt\":\"2024-03-07T07:00:46.4510438Z\",\"serviceBusEndpoint\":\"https://j1-dev-namespace.servicebus.windows.net:443/\",\"isAutoInflateEnabled\":false,\"maximumThroughputUnits\":0,\"kafkaEnabled\":true,\"provisioningState\":\"Succeeded\",\"status\":\"Active\",\"createdAt\":\"2024-03-07T07:00:14.6911166Z\"},\"sku\":{\"name\":\"Standard\",\"tier\":\"Standard\",\"capacity\":1}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1894" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "32af08c5-bc82-4909-b2ca-9814d55f3923" + }, + { + "name": "x-ms-correlation-request-id", + "value": "32af08c5-bc82-4909-b2ca-9814d55f3923" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T073724Z:32af08c5-bc82-4909-b2ca-9814d55f3923" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2CB87DE767AF4563B7AFA082E01E586B Ref B: MAA201060514027 Ref C: 2024-04-02T07:37:22Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:37:24 GMT" + } + ], + "headersSize": 605, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:37:22.133Z", + "time": 2497, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2497 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/event-hub/client.ts b/src/steps/resource-manager/event-hub/client.ts new file mode 100644 index 00000000..00494fcc --- /dev/null +++ b/src/steps/resource-manager/event-hub/client.ts @@ -0,0 +1,161 @@ +import { + Cluster, + ConsumerGroup, + EHNamespace, + EventHubManagementClient, Eventhub +} from '@azure/arm-eventhub'; +import { + Client +} from '../../../azure/resource-manager/client'; +import { IntegrationWarnEventName } from '@jupiterone/integration-sdk-core'; + +export class EventHubClient extends Client { + /** + * Retrieves all EventHub Namespaces data from an Azure Subscription + * @param callback A callback function to be called after retrieving an Event Grid Domain + * @returns A promise that resolves to an array of EHNamespace objects + */ + /** + * Retrieves all Event Hub Namespaces from an Azure Subscription + * @param subscriptionId Azure subscription ID + * @param callback A callback function to be called after retrieving an Event Hub Namespace + */ + public async iterateEventHubNamespaces( + subscriptionId: string, + callback: (namespace: EHNamespace) => void | Promise, + ): Promise { + const credential = this.getClientSecretCredentials(); + const client = new EventHubManagementClient(credential, subscriptionId); + + try { + for await (const namespace of client.namespaces.list()) { + await callback(namespace); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else { + throw err; + } + } + } + + /** + * Retrieves all EventHub data for a Resource Group from an Azure Subscription + * @param subscriptionId The ID of the Azure Subscription containing the Event Hub clusters. + * @param callback A callback function to be called with each retrieved Event Hub cluster. + * @returns A promise that resolves once all Event Hub clusters have been iterated through. + */ + public async iterateEventHubCluster( + subscriptionId: string, + callback: (cluster: Cluster) => void | Promise, + ): Promise { + const credential = this.getClientSecretCredentials(); + const serviceClient = new EventHubManagementClient( + credential, + subscriptionId, + ); + + try { + for await (const cluster of serviceClient.clusters.listBySubscription()) { + await callback(cluster); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else { + throw err; + } + } + } + + /** + * Retrieves all consumer groups for a specified Event Hub within a Resource Group in an Azure Subscription. + * @param subscriptionId The ID of the Azure Subscription containing the Event Hub. + * @param resourceGroupName The name of the Resource Group containing the Event Hub. + * @param namespaceName The name of the Event Hub Namespace. + * @param eventHubName The name of the Event Hub. + * @param callback A callback function to be called with each retrieved consumer group. + * @returns A promise that resolves once all consumer groups have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateAzureConsumerGroup( + subscriptionId: string, + resourceGroupName: string, + namespaceName: string, + eventHubName: string, + callback: (consumerGroups: ConsumerGroup) => void | Promise, + ): Promise { + const credential = this.getClientSecretCredentials(); + const serviceClient = new EventHubManagementClient( + credential, + subscriptionId, + ); + + try { + for await (const consumerGroup of serviceClient.consumerGroups.listByEventHub( + resourceGroupName, + namespaceName, + eventHubName, + )) { + await callback(consumerGroup); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else { + throw err; + } + } + } + + /** + * Retrieves all Event Hubs within a specified Event Hub Namespace and Resource Group in an Azure Subscription. + * @param subscriptionId The ID of the Azure Subscription containing the Event Hub Namespace. + * @param resourceGroupName The name of the Resource Group containing the Event Hub Namespace. + * @param namespaceName The name of the Event Hub Namespace. + * @param callback A callback function to be called with each retrieved Event Hub. + * @returns A promise that resolves once all Event Hubs have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateEventHubs( + subscriptionId: string, + resourceGroupName: string, + namespaceName: string, + callback: (eventHubs: Eventhub) => void | Promise, + ): Promise { + const credential = this.getClientSecretCredentials(); + const client = new EventHubManagementClient(credential, subscriptionId); + + try { + for await (const eventHub of client.eventHubs.listByNamespace( + resourceGroupName, + namespaceName, + )) { + await callback(eventHub); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else { + throw err; + } + } + } +} diff --git a/src/steps/resource-manager/event-hub/constants.ts b/src/steps/resource-manager/event-hub/constants.ts new file mode 100644 index 00000000..241fda0e --- /dev/null +++ b/src/steps/resource-manager/event-hub/constants.ts @@ -0,0 +1,154 @@ +import { + generateRelationshipType, + RelationshipClass, + RelationshipDirection, + StepMappedRelationshipMetadata, +} from '@jupiterone/integration-sdk-core'; +import { entities } from '../subscriptions/constants'; +import { RESOURCE_GROUP_ENTITY } from '../resources/constants'; +import { KeyVaultEntities } from '../key-vault/constants'; +import { entities as subscriptionEntities } from '../subscriptions/constants'; + + +export const STEP_EVENT_HUB_KEYS = 'rm-azure-event-hub-key'; +export const STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION = + 'rm-event-hub-keys-uses-azure-key-vault-relation'; +export const STEP_EVENT_HUB_NAMESPACE = 'rm-event-hub-namespace'; +export const EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION = + 'rm-event-hub-namespace-has-azure-event-hub-relation'; +export const EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION = + 'rm-event-hub-namespace-has-event-hub-key-relation'; +export const STEP_AZURE_EVENT_HUB = 'rm-azure-event-hub'; +export const STEP_EVENT_HUB_CLUSTER = 'rm-event-hub-cluster'; +export const STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION = + 'rm-event-hub-cluster-assigned-event-hub-namespace-relation'; +export const STEP_AZURE_CONSUMER_GROUP = 'rm-azure-consumer-group'; +export const STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION = + 'rm-azure-consumer-group-has-event-hub-relation'; +export const STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION = + 'rm-azure-resource-group-has-azure-event-hub-relation'; +export const STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION = + 'rm-azure-subscription-has-azure-event-hub'; +export const STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION = + 'rm-azure-event-hub-has-location-relation'; + +export const EventHubEntities = { + EVENT_HUB_NAMESPACE: { + _type: 'azure_event_hub_namespace', + _class: ['Group'], + resourceName: '[RM] Event Hub Namespace', + }, + AZURE_EVENT_HUB: { + _type: 'azure_event_hub', + _class: ['Service'], + resourceName: '[RM] Azure Event Hub', + }, + EVENT_HUB_KEYS: { + _type: 'azure_event_hub_key', + _class: ['Key'], + resourceName: '[RM] Event Hub Keys', + }, + EVENT_HUB_CLUSTER: { + _type: 'azure_event_hub_cluster', + _class: ['Cluster'], + resourceName: '[RM] Event Hub Cluster', + }, + AZURE_CONSUMER_GROUP: { + _type: 'azure_event_hub_consumer_group', + _class: ['Channel'], + resourceName: '[RM] Azure Consumer Group', + }, +}; + +export const EventHubRelationships = { + EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB: { + _type: generateRelationshipType( + RelationshipClass.HAS, + EventHubEntities.EVENT_HUB_NAMESPACE, + EventHubEntities.AZURE_EVENT_HUB, + ), + sourceType: EventHubEntities.EVENT_HUB_NAMESPACE._type, + _class: RelationshipClass.HAS, + targetType: EventHubEntities.AZURE_EVENT_HUB._type, + }, + + EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY: { + _type: generateRelationshipType( + RelationshipClass.HAS, + EventHubEntities.EVENT_HUB_NAMESPACE, + EventHubEntities.EVENT_HUB_KEYS, + ), + sourceType: EventHubEntities.EVENT_HUB_NAMESPACE._type, + _class: RelationshipClass.HAS, + targetType: EventHubEntities.EVENT_HUB_KEYS._type, + }, + + EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT: { + _type: generateRelationshipType( + RelationshipClass.USES, + EventHubEntities.EVENT_HUB_KEYS, + KeyVaultEntities.KEY_VAULT, + ), + sourceType: EventHubEntities.EVENT_HUB_KEYS._type, + _class: RelationshipClass.USES, + targetType: KeyVaultEntities.KEY_VAULT._type, + }, + + EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE: { + _type: generateRelationshipType( + RelationshipClass.ASSIGNED, + EventHubEntities.EVENT_HUB_CLUSTER, + EventHubEntities.EVENT_HUB_NAMESPACE, + ), + sourceType: EventHubEntities.EVENT_HUB_CLUSTER._type, + _class: RelationshipClass.ASSIGNED, + targetType: EventHubEntities.EVENT_HUB_NAMESPACE._type, + }, + + AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB: { + _type: generateRelationshipType( + RelationshipClass.HAS, + EventHubEntities.AZURE_CONSUMER_GROUP, + EventHubEntities.AZURE_EVENT_HUB, + ), + sourceType: EventHubEntities.AZURE_CONSUMER_GROUP._type, + _class: RelationshipClass.HAS, + targetType: EventHubEntities.AZURE_EVENT_HUB._type, + }, + + AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB: { + _type: generateRelationshipType( + RelationshipClass.HAS, + entities.SUBSCRIPTION, + EventHubEntities.AZURE_EVENT_HUB, + ), + sourceType: entities.SUBSCRIPTION._type, + _class: RelationshipClass.HAS, + targetType: EventHubEntities.AZURE_EVENT_HUB._type, + }, + + AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB: { + _type: generateRelationshipType( + RelationshipClass.HAS, + RESOURCE_GROUP_ENTITY, + EventHubEntities.AZURE_EVENT_HUB, + ), + sourceType: RESOURCE_GROUP_ENTITY._type, + _class: RelationshipClass.HAS, + targetType: EventHubEntities.AZURE_EVENT_HUB._type, + }, +}; + + +export const EventHubMappedRelationships: Record< + | 'AZURE_EVENT_HUB_HAS_LOCATION', + StepMappedRelationshipMetadata +> = { + AZURE_EVENT_HUB_HAS_LOCATION: { + _type: 'azure_event_hub_has_location', + sourceType: EventHubEntities.AZURE_EVENT_HUB._type, + _class: RelationshipClass.HAS, + targetType: subscriptionEntities.LOCATION._type, + direction: RelationshipDirection.FORWARD, + }, +} \ No newline at end of file diff --git a/src/steps/resource-manager/event-hub/converters.ts b/src/steps/resource-manager/event-hub/converters.ts new file mode 100644 index 00000000..b4b5bd5b --- /dev/null +++ b/src/steps/resource-manager/event-hub/converters.ts @@ -0,0 +1,136 @@ +import { + Entity, + createIntegrationEntity, +} from '@jupiterone/integration-sdk-core'; +import { AzureWebLinker } from '../../../azure'; +import { EventHubEntities } from './constants'; +import { Cluster, ConsumerGroup, EHNamespace, Eventhub, KeyVaultProperties } from '@azure/arm-eventhub'; + +export function createEventHubNamespaceEntity( + webLinker: AzureWebLinker, + data: EHNamespace, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: EventHubEntities.EVENT_HUB_NAMESPACE._type, + _class: EventHubEntities.EVENT_HUB_NAMESPACE._class, + webLink: webLinker.portalResourceUrl(data.id), + id: data.id, + name: data.name, + type: data.type, + resourceGroupName: getEntityFromId(data.id as string, 'resourceGroups'), + clusterArmId: data.clusterArmId, + location: data.location, + metricId: data.metricId, + serviceBusEndpoint: data.serviceBusEndpoint, + status: data.status, + }, + }, + }); +} + +export function createEventHubEntity( + webLinker: AzureWebLinker, + data: Eventhub, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: EventHubEntities.AZURE_EVENT_HUB._type, + _class: EventHubEntities.AZURE_EVENT_HUB._class, + webLink: webLinker.portalResourceUrl(data.id), + id: data.id, + type: data.type, + status: data.status, + category: ['platform'], + function: ['queuing'], + location: data.location, + resourceGroupName: getEntityFromId(data.id as string, 'resourceGroups'), + namespace: getEntityFromId(data.id as string, 'namespaces'), + subscriptionId: getEntityFromId(data.id as string, 'subscriptions'), + }, + }, + }); +} + +function getEntityFromId(id: string, entityName): string { + const parts = id.split('/'); + const index = parts.indexOf(entityName); + if (index !== -1 && index + 1 < parts.length) { + return parts[index + 1]; + } else { + throw new Error('Invalid id format'); + } +} + +export function createAzureConsumerGroupEntity( + webLinker: AzureWebLinker, + data: ConsumerGroup, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: EventHubEntities.AZURE_CONSUMER_GROUP._type, + _class: EventHubEntities.AZURE_CONSUMER_GROUP._class, + webLink: webLinker.portalResourceUrl(data.id), + category: ['network', 'security'], + function: ['networking', 'monitoring'], + id: data.name, + name: data.name, + location: data.location, + type: data.type, + userMetaData: data.userMetadata, + }, + }, + }); +} + +export function createAzureEventHubClusterEntity( + webLinker: AzureWebLinker, + data: Cluster, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: EventHubEntities.EVENT_HUB_CLUSTER._type, + _class: EventHubEntities.EVENT_HUB_CLUSTER._class, + webLink: webLinker.portalResourceUrl(data.id), + subscriptionId: getEntityFromId(data.id as string, 'subscriptions'), + id: data.id, + name: data.name, + location: data.location, + createdOn: data.createdAt? parseInt(data.createdAt): 0, + metricId: data.metricId, + status: data.status, + type: data.type, + }, + }, + }); +} + +export function createAzureEventHubKeysEntity(data: KeyVaultProperties, namespaceId): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.keyVaultUri as string, + _type: EventHubEntities.EVENT_HUB_KEYS._type, + _class: EventHubEntities.EVENT_HUB_KEYS._class, + namespaceId: namespaceId, + name: data.keyName, + id: data.keyName, + keyVaultUri: data.keyVaultUri, + keyVersion: data.keyVersion + }, + }, + }); +} diff --git a/src/steps/resource-manager/event-hub/index.test.ts b/src/steps/resource-manager/event-hub/index.test.ts new file mode 100644 index 00000000..0d7703f8 --- /dev/null +++ b/src/steps/resource-manager/event-hub/index.test.ts @@ -0,0 +1,356 @@ +import { + Recording, + executeStepWithDependencies, +} from '@jupiterone/integration-sdk-testing'; +import { getStepTestConfigForStep } from '../../../../test/integrationInstanceConfig'; +import { + setupAzureRecording, + getMatchRequestsBy, +} from '../../../../test/helpers/recording'; +import { + EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION, + EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION, + STEP_AZURE_CONSUMER_GROUP, + STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_EVENT_HUB, + STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION, + STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION, + STEP_EVENT_HUB_CLUSTER, + STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION, + STEP_EVENT_HUB_KEYS, + STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION, + STEP_EVENT_HUB_NAMESPACE, +} from './constants'; + +let recording: Recording; + +afterEach(async () => { + if (recording) { + await recording.stop(); + } +}); +test( + STEP_EVENT_HUB_KEYS, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_EVENT_HUB_KEYS); + + recording = setupAzureRecording( + { + name: STEP_EVENT_HUB_KEYS, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep( + STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION, + ); + + recording = setupAzureRecording( + { + name: STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_EVENT_HUB_NAMESPACE, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_EVENT_HUB_NAMESPACE); + + recording = setupAzureRecording( + { + name: STEP_EVENT_HUB_NAMESPACE, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep( + EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION, + ); + + recording = setupAzureRecording( + { + name: EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_EVENT_HUB, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EVENT_HUB); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EVENT_HUB, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep( + EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION, + ); + + recording = setupAzureRecording( + { + name: EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_EVENT_HUB_CLUSTER, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_EVENT_HUB_CLUSTER); + + recording = setupAzureRecording( + { + name: STEP_EVENT_HUB_CLUSTER, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep( + STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION, + ); + + recording = setupAzureRecording( + { + name: STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_CONSUMER_GROUP, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_CONSUMER_GROUP); + + recording = setupAzureRecording( + { + name: STEP_AZURE_CONSUMER_GROUP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep( + STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + ); + + recording = setupAzureRecording( + { + name: STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep( + STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + ); + + recording = setupAzureRecording( + { + name: STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep( + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION, + ); + + recording = setupAzureRecording( + { + name: STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep( + STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION, + ); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION, + directory: __dirname, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + const mappedRelationships = stepResults.collectedRelationships; + + expect(mappedRelationships.length > 0); + }, + 100000, +); diff --git a/src/steps/resource-manager/event-hub/index.ts b/src/steps/resource-manager/event-hub/index.ts new file mode 100644 index 00000000..cf56837d --- /dev/null +++ b/src/steps/resource-manager/event-hub/index.ts @@ -0,0 +1,618 @@ +import { + createDirectRelationship, + createMappedRelationship, + getRawData, + IntegrationError, + IntegrationMissingKeyError, + RelationshipClass, + RelationshipDirection, +} from '@jupiterone/integration-sdk-core'; +import { Cluster, EHNamespace } from '@azure/arm-eventhub'; +import { createAzureWebLinker } from '../../../azure'; +import { IntegrationStepContext, AzureIntegrationStep } from '../../../types'; +import { getAccountEntity } from '../../active-directory'; +import { STEP_AD_ACCOUNT } from '../../active-directory/constants'; +import { STEP_RM_RESOURCES_RESOURCE_GROUPS } from '../../resource-manager/resources/constants' +import { + steps, + entities, +} from '../../resource-manager/subscriptions/constants'; +import { + setDataKeys as subscriptionsSetDataKeys, + SetDataTypes as SubscriptionSetDataTypes, +} from '../subscriptions/constants'; +import { + RESOURCE_GROUP_ENTITY, +} from '../resources/constants'; +import { EventHubClient } from './client'; +import { + EventHubEntities, + EventHubRelationships, + STEP_EVENT_HUB_KEYS, + STEP_AZURE_EVENT_HUB, + STEP_EVENT_HUB_NAMESPACE, + STEP_AZURE_CONSUMER_GROUP, + STEP_EVENT_HUB_CLUSTER, + EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION, + // AZURE_EVENT_HUB_HAS_EVENT_HUB_CLUSTER, + STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION, + STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION, + STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION, + EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION, + STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION, + EventHubMappedRelationships, +} from './constants'; +import { + createEventHubNamespaceEntity, + createAzureConsumerGroupEntity, + createAzureEventHubClusterEntity, + createAzureEventHubKeysEntity, + createEventHubEntity, +} from './converters'; +import { INGESTION_SOURCE_IDS } from '../../../constants'; +import { + KEY_VAULT_SERVICE_ENTITY_TYPE, + STEP_RM_KEYVAULT_VAULTS, +} from '../key-vault/constants'; + +export async function fetchEventHubNamespaces( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + + const client = new EventHubClient(instance.config, logger); + + // Fetch all EventHub namespaces + await client.iterateEventHubNamespaces( + instance.config.subscriptionId as string, + async (namespace: EHNamespace) => { + const namespaceEntity = createEventHubNamespaceEntity( + webLinker, + namespace, + ); + await jobState.addEntity(namespaceEntity); + }, + ); +} + +export async function fetchAzureEventHub( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new EventHubClient(instance.config, logger); + + await jobState.iterateEntities( + { _type: EventHubEntities.EVENT_HUB_NAMESPACE._type }, + async (namespaceNameEntity) => { + const namespaceName = namespaceNameEntity.name as string; + const resourceGroup = namespaceNameEntity.resourceGroupName as string; + await client.iterateEventHubs( + instance.config.subscriptionId as string, + resourceGroup, + namespaceName, + async (eventHub) => { + const eventHubEntity = createEventHubEntity(webLinker, eventHub); + if (!jobState.hasKey(eventHubEntity._key)) { + await jobState.addEntity(eventHubEntity); + } + }, + ); + }, + ); +} + +/** + * Create relationship between Azure Event Hub Namespace and Azure Event Hub entities. + * @param executionContext + */ +export async function buildEventHubNamespaceEventHubRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + await jobState.iterateEntities( + { _type: EventHubEntities.AZURE_EVENT_HUB._type }, + async (eventHubEntity) => { + const eventHubNamespaceEntityKey = eventHubEntity._key.substring( + 0, + eventHubEntity._key.lastIndexOf('/eventhubs'), + ); + if (jobState.hasKey(eventHubNamespaceEntityKey)) { + // Check if the event hub namespace key exists + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: eventHubNamespaceEntityKey, + fromType: EventHubEntities.EVENT_HUB_NAMESPACE._type, + toKey: eventHubEntity._key, + toType: EventHubEntities.AZURE_EVENT_HUB._type, + }), + ); + } else { + throw new IntegrationMissingKeyError( + `Build Event Hub Namespace Event Hub Relationship: ${eventHubNamespaceEntityKey} Missing.`, + ); + } + }, + ); +} + +/** + * Create relationship between Azure Event Hub Namespace and Azure Event Hub Keys entities. + * @param executionContext + */ +export async function buildEventHubNamespaceEventHubKeyRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + await jobState.iterateEntities( + { _type: EventHubEntities.EVENT_HUB_KEYS._type }, + async (eventHubKeyEntity) => { + const eventHubNamespaceEntityKey = + eventHubKeyEntity.namespaceId as string; + if (jobState.hasKey(eventHubNamespaceEntityKey)) { + // Check if the event hub namespace key exists + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: eventHubNamespaceEntityKey, + fromType: EventHubEntities.EVENT_HUB_NAMESPACE._type, + toKey: eventHubKeyEntity._key, + toType: EventHubEntities.EVENT_HUB_KEYS._type, + }), + ); + } else { + throw new IntegrationMissingKeyError( + `Build Event Hub Namespace Event Hub Key Relationship: ${eventHubNamespaceEntityKey} Missing.`, + ); + } + }, + ); +} + +/** + * Create relationship between Azure Subscription and Azure Event Hub entities. + * @param executionContext + */ +export async function buildAzureSubscriptionAzureEventHubRelation( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: EventHubEntities.AZURE_EVENT_HUB._type }, + async (eventHubEntity) => { + const subscriptionEntityKey = eventHubEntity._key.substring( + 0, + eventHubEntity._key.lastIndexOf('/resourceGroups'), + ); + + if (jobState.hasKey(subscriptionEntityKey)) { + // Check if the subscription key exists + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: subscriptionEntityKey, + fromType: entities.SUBSCRIPTION._type, + toKey: eventHubEntity._key, + toType: EventHubEntities.AZURE_EVENT_HUB._type, + }), + ); + } else { + throw new IntegrationMissingKeyError( + `Build Azure Subscription Azure Event Hub Relationship: ${subscriptionEntityKey} Missing.`, + ); + } + }, + ); +} + + +export async function buildAzureEventHubLocationRelationship( + executionContext: IntegrationStepContext, +): Promise { + const { logger, jobState } = executionContext; + + const locationNameMap = await jobState.getData< + SubscriptionSetDataTypes['locationNameMap'] + >(subscriptionsSetDataKeys.locationNameMap); + + if (!locationNameMap) { + throw new IntegrationError({ + message: + 'Could not find locationNameMap data in job state; cannot build location => Event Hub relationships.', + code: 'LOCATION_NAME_MAP_NOT_FOUND', + }); + } + + const locations = Object.keys(locationNameMap); + await jobState.iterateEntities( + { _type: EventHubEntities.AZURE_EVENT_HUB._type }, + async (eventHubEntity) => { + const locationProps = + locationNameMap[eventHubEntity.location as string]; + + if (locationProps) { + await jobState.addRelationship( + createMappedRelationship({ + _class: RelationshipClass.HAS, + _type: + EventHubMappedRelationships.AZURE_EVENT_HUB_HAS_LOCATION._type, + source: eventHubEntity, + target: locationProps, + targetFilterKeys: [['_key']], + relationshipDirection: RelationshipDirection.FORWARD, + skipTargetCreation: false, + }), + ); + } else { + logger.warn( + { + EventHub: eventHubEntity.location, + locations, + }, + 'WARNING: Could not find matching location for Event Hub. The locationNameMap may be constructed incorrectly', + ); + } + }, + ); +} + +/** + * Create relationship between Azure Resource Group and Azure Event Hub entities. + * @param executionContext + */ +export async function buildAzureResourceGroupAzureEventHubRelation( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + await jobState.iterateEntities( + { _type: EventHubEntities.AZURE_EVENT_HUB._type }, + async (eventHubEntity) => { + const resourceGroupEntityKey = eventHubEntity._key.substring( + 0, + eventHubEntity._key.lastIndexOf('/providers'), + ); + if (jobState.hasKey(resourceGroupEntityKey)) { + // Check if the resource group key exists + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: resourceGroupEntityKey, + fromType: RESOURCE_GROUP_ENTITY._type, + toKey: eventHubEntity._key, + toType: EventHubEntities.AZURE_EVENT_HUB._type, + }), + ); + } else { + throw new IntegrationMissingKeyError( + `Build Azure Resource Group Azure Event Hub Relationship: ${resourceGroupEntityKey} Missing.`, + ); + } + }, + ); +} + +export async function fetchEventHubKeys( + executionContext: IntegrationStepContext, +): Promise { + const { jobState } = executionContext; + await jobState.iterateEntities( + { _type: EventHubEntities.EVENT_HUB_NAMESPACE._type }, + async (namespaceEntity) => { + const namespace = getRawData(namespaceEntity); + // Check if namespace is defined and has the encryption property and keyVaultProperties + if ( + namespace && + namespace.encryption && + namespace.encryption.keyVaultProperties + ) { + // Iterate over keyVaultProperties array + for (const keyVaultProperty of namespace.encryption + .keyVaultProperties) { + const eventHubKeyEntity = createAzureEventHubKeysEntity( + keyVaultProperty, + namespace.id, + ); + await jobState.addEntity(eventHubKeyEntity); + } + } + }, + ); +} + +export async function buildEventHubKeysKeyVaultRelation( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: KEY_VAULT_SERVICE_ENTITY_TYPE }, + async (keyVaultEntity) => { + let eventHubKey = keyVaultEntity.vaultUrl as string; + eventHubKey = eventHubKey.endsWith('/') + ? eventHubKey.slice(0, -1) + : eventHubKey; + if (jobState.hasKey(eventHubKey)) { + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.USES, + fromKey: eventHubKey, + fromType: EventHubEntities.EVENT_HUB_KEYS._type, + toKey: keyVaultEntity._key, + toType: KEY_VAULT_SERVICE_ENTITY_TYPE, + }), + ); + } + }, + ); +} + +export async function fetchAzureConsumerGroup( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new EventHubClient(instance.config, logger); + + await jobState.iterateEntities( + { _type: EventHubEntities.AZURE_EVENT_HUB._type }, + async (eventhubEntity) => { + const resourceGroup = eventhubEntity.resourceGroupName as string; + const namespaceName = eventhubEntity.namespace as string; + const eventHubName = eventhubEntity.name as string; + await client.iterateAzureConsumerGroup( + instance.config.subscriptionId as string, + resourceGroup, + namespaceName, + eventHubName, + async (consumerGroup) => { + const consumerGroupEntity = createAzureConsumerGroupEntity( + webLinker, + consumerGroup, + ); + await jobState.addEntity(consumerGroupEntity); + }, + ); + }, + ); +} + +export async function buildAzureConsumerGroupEventHubRelationship( + executionContext: IntegrationStepContext, +) { + { + { + const { jobState } = executionContext; + await jobState.iterateEntities( + { _type: EventHubEntities.AZURE_CONSUMER_GROUP._type }, + async (consumerGroupEntity) => { + // Find the index of the segment after eventhubs + const endIndex = consumerGroupEntity._key.indexOf('/eventhubs') + '/eventhubs'.length; + + // Find the index of the next '/' after eventhubs + const nextSlashIndex = consumerGroupEntity._key.indexOf('/', endIndex + 1); + + // Extract the substring up to the next '/' after eventhubs + const eventHubEntityKey = consumerGroupEntity._key.substring(0, nextSlashIndex); + + if (jobState.hasKey(eventHubEntityKey)) { + // Check if the event hub key exists + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: consumerGroupEntity._key, + fromType: EventHubEntities.AZURE_CONSUMER_GROUP._type, + toKey: eventHubEntityKey, + toType: EventHubEntities.AZURE_EVENT_HUB._type, + }), + ); + } else { + throw new IntegrationMissingKeyError( + `Build Azure Consumer Group Event Hub Relationship: ${eventHubEntityKey} Missing.`, + ); + } + }, + ); + } + } +} + +export async function fetchEventHubCluster( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new EventHubClient(instance.config, logger); + + await client.iterateEventHubCluster( + instance.config.subscriptionId as string, + async (cluster: Cluster) => { + const clusterEntity = createAzureEventHubClusterEntity( + webLinker, + cluster, + ); + await jobState.addEntity(clusterEntity); + }, + ); +} + +/** + * Create relationship between Event Hub Cluster and Event Hub Namespace entities. + * @param executionContext + */ +export async function buildEventHubClusterEventHubNamespaceRelation( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + await jobState.iterateEntities( + { _type: EventHubEntities.EVENT_HUB_NAMESPACE._type }, + async (eventHubNamespaceEntity) => { + // Check if clusterArmId is defined + if (eventHubNamespaceEntity.clusterArmId !== undefined) { + const clusterEntityKey = eventHubNamespaceEntity.clusterArmId as string; + + if (jobState.hasKey(clusterEntityKey)) { + // Check if the cluster key exists + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.ASSIGNED, + fromKey: clusterEntityKey, + fromType: EventHubEntities.EVENT_HUB_CLUSTER._type, + toKey: eventHubNamespaceEntity._key, + toType: EventHubEntities.EVENT_HUB_NAMESPACE._type, + }), + ); + } else { + throw new IntegrationMissingKeyError( + `Build Event Hub Cluster Event Hub Namespace Relationship: ${clusterEntityKey} Missing.`, + ); + } + } + }, + ); +} + +export const eventHubStep: AzureIntegrationStep[] = [ + { + id: STEP_EVENT_HUB_NAMESPACE, + name: 'Event Hub Namespace', + entities: [EventHubEntities.EVENT_HUB_NAMESPACE], + relationships: [], + dependsOn: [STEP_AD_ACCOUNT], + executionHandler: fetchEventHubNamespaces, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB_RELATION, + name: 'Build Event Hub Namespace Has Event Hub Relation', + entities: [], + relationships: [ + EventHubRelationships.EVENT_HUB_NAMESPACE_HAS_AZURE_EVENT_HUB, + ], + dependsOn: [STEP_EVENT_HUB_NAMESPACE, STEP_AZURE_EVENT_HUB], + executionHandler: buildEventHubNamespaceEventHubRelationship, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_EVENT_HUB_KEYS, + name: 'Event Hub Keys', + entities: [EventHubEntities.EVENT_HUB_KEYS], + relationships: [], + dependsOn: [STEP_EVENT_HUB_NAMESPACE], + executionHandler: fetchEventHubKeys, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY_RELATION, + name: 'Build Event Hub Namespace Has Event Hub key Relation', + entities: [], + relationships: [ + EventHubRelationships.EVENT_HUB_NAMESPACE_HAS_EVENT_HUB_KEY, + ], + dependsOn: [STEP_EVENT_HUB_NAMESPACE, STEP_EVENT_HUB_KEYS], + executionHandler: buildEventHubNamespaceEventHubKeyRelationship, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT_RELATION, + name: 'Build Event Hub Keys Uses Key Vault Relation', + entities: [], + relationships: [EventHubRelationships.EVENT_HUB_KEYS_USES_AZURE_KEY_VAULT], + dependsOn: [STEP_EVENT_HUB_KEYS, STEP_RM_KEYVAULT_VAULTS], + executionHandler: buildEventHubKeysKeyVaultRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_AZURE_CONSUMER_GROUP, + name: 'Azure Consumer Group', + entities: [EventHubEntities.AZURE_CONSUMER_GROUP], + relationships: [], + dependsOn: [ + STEP_AD_ACCOUNT, + STEP_EVENT_HUB_NAMESPACE, + STEP_AZURE_EVENT_HUB, + STEP_RM_RESOURCES_RESOURCE_GROUPS, + ], + executionHandler: fetchAzureConsumerGroup, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + name: 'Build Azure Consumer Group Has Azure Event Hub Relation', + entities: [], + relationships: [ + EventHubRelationships.AZURE_CONSUMER_GROUP_HAS_AZURE_EVENT_HUB, + ], + dependsOn: [STEP_AZURE_EVENT_HUB, STEP_AZURE_CONSUMER_GROUP], + executionHandler: buildAzureConsumerGroupEventHubRelationship, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_AZURE_EVENT_HUB, + name: 'Azure Event Hub', + entities: [EventHubEntities.AZURE_EVENT_HUB], + relationships: [], + dependsOn: [ + STEP_AD_ACCOUNT, + STEP_EVENT_HUB_NAMESPACE, + STEP_RM_RESOURCES_RESOURCE_GROUPS, + ], + executionHandler: fetchAzureEventHub, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_AZURE_EVENT_HUB_HAS_LOCATION_RELATION, + name: 'Build Azure Event Hub Has Location Relation', + entities: [], + relationships: [EventHubMappedRelationships.AZURE_EVENT_HUB_HAS_LOCATION], + dependsOn: [STEP_AZURE_EVENT_HUB, steps.LOCATIONS], + executionHandler: buildAzureEventHubLocationRelationship, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB_RELATION, + name: 'Build Azure Subscription Has Azure Event Hub', + entities: [], + relationships: [EventHubRelationships.AZURE_SUBSCRIPTION_HAS_AZURE_EVENT_HUB], + dependsOn: [STEP_AZURE_EVENT_HUB, steps.SUBSCRIPTION], + executionHandler: buildAzureSubscriptionAzureEventHubRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB_RELATION, + name: 'Build Azure ResourceGroup Has Azure Event Hub', + entities: [], + relationships: [EventHubRelationships.AZURE_RESOURCE_GROUP_HAS_AZURE_EVENT_HUB], + dependsOn: [STEP_AZURE_EVENT_HUB, STEP_RM_RESOURCES_RESOURCE_GROUPS], + executionHandler: buildAzureResourceGroupAzureEventHubRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_EVENT_HUB_CLUSTER, + name: 'Event Hub Cluster', + entities: [EventHubEntities.EVENT_HUB_CLUSTER], + relationships: [], + dependsOn: [STEP_AD_ACCOUNT], + executionHandler: fetchEventHubCluster, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, + { + id: STEP_EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE_RELATION, + name: 'Build Event Hub Cluster Assigned Event Hub Namespace Relation', + entities: [], + relationships: [ + EventHubRelationships.EVENT_HUB_CLUSTER_ASSIGNED_EVENT_HUB_NAMESPACE, + ], + dependsOn: [STEP_EVENT_HUB_CLUSTER, STEP_EVENT_HUB_NAMESPACE], + executionHandler: buildEventHubClusterEventHubNamespaceRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EVENT_HUB, + }, +]; diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-application-gateway_3236311922/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-application-gateway_3236311922/recording.har new file mode 100644 index 00000000..5b69a4bc --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-application-gateway_3236311922/recording.har @@ -0,0 +1,925 @@ +{ + "log": { + "_recordingName": "rm-azure-application-gateway", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:23:56.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "64c150c8-09df-4e94-89ae-56d8a7263f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:23:55 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:23:55.696Z", + "time": 536, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 536 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "471265ec-3a77-e87a-d44d-226eba72ea27" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "d35e6ebf-483c-4abd-90fc-cbe63bb520b6" + }, + { + "name": "client-request-id", + "value": "471265ec-3a77-e87a-d44d-226eba72ea27" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF0000703B\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:23:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:23:56.238Z", + "time": 380, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 380 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "abf0da38-6152-61e4-02c7-5234a55dcf56" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "1d3be7f2-3411-4b35-a8c6-74ebbf7cd503" + }, + { + "name": "client-request-id", + "value": "abf0da38-6152-61e4-02c7-5234a55dcf56" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002CE\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:24:02 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:23:56.626Z", + "time": 6266, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 6266 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "3e10cd7b-f001-4a5d-b743-acfe864b9456" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712049843\",\"not_before\":\"1712045943\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:24:03.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "3e10cd7b-f001-4a5d-b743-acfe864b9456" + }, + { + "name": "x-ms-request-id", + "value": "a6dd90f9-768f-4a1e-a368-f793d63d2b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:24:03 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:24:02.899Z", + "time": 872, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 872 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "fb810765-7309-4e65-898f-321c70785780" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "d8d019b5-bef7-4504-add7-8dfdc6f5b04c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d8d019b5-bef7-4504-add7-8dfdc6f5b04c" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T082404Z:d8d019b5-bef7-4504-add7-8dfdc6f5b04c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 40930EC073064ACC81064B0481F62B18 Ref B: MAA201060514033 Ref C: 2024-04-02T08:24:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:24:03 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:24:03.774Z", + "time": 343, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 343 + } + }, + { + "_id": "f18c4776fa4cefc13072ef0e1e1fd5c5", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "02952660-bf92-4834-babd-77f763265561" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1876, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/applicationGateways?api-version=2019-12-01" + }, + "response": { + "bodySize": 13910, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 13910, + "text": "{\"value\":[{\"name\":\"application-1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1\",\"etag\":\"W/\\\"0ed825ca-75d7-4d70-a82f-30a9d1acbc4c\\\"\",\"type\":\"Microsoft.Network/applicationGateways\",\"location\":\"eastus\",\"tags\":{\"AccountId\":\"ExampleAccountID\"},\"zones\":[\"1\",\"2\",\"3\"],\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"3ca3777b-542a-4655-9844-6c8bcbc55391\",\"sku\":{\"name\":\"Standard_v2\",\"tier\":\"Standard_v2\",\"family\":\"Generation_1\"},\"operationalState\":\"Running\",\"gatewayIPConfigurations\":[{\"name\":\"appGatewayIpConfig\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/gatewayIPConfigurations/appGatewayIpConfig\",\"etag\":\"W/\\\"0ed825ca-75d7-4d70-a82f-30a9d1acbc4c\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet134/subnets/default\"}},\"type\":\"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"}],\"sslCertificates\":[],\"trustedRootCertificates\":[],\"trustedClientCertificates\":[],\"sslProfiles\":[],\"frontendIPConfigurations\":[{\"name\":\"appGwPublicFrontendIpIPv4\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/frontendIPConfigurations/appGwPublicFrontendIpIPv4\",\"etag\":\"W/\\\"0ed825ca-75d7-4d70-a82f-30a9d1acbc4c\\\"\",\"type\":\"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAllocationMethod\":\"Dynamic\",\"publicIPAddress\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/new\"},\"httpListeners\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/httpListeners/listener\"}]}}],\"frontendPorts\":[{\"name\":\"port_80\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/frontendPorts/port_80\",\"etag\":\"W/\\\"0ed825ca-75d7-4d70-a82f-30a9d1acbc4c\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"port\":80,\"httpListeners\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/httpListeners/listener\"}]},\"type\":\"Microsoft.Network/applicationGateways/frontendPorts\"}],\"backendAddressPools\":[{\"name\":\"backendpool\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/backendAddressPools/backendpool\",\"etag\":\"W/\\\"0ed825ca-75d7-4d70-a82f-30a9d1acbc4c\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"backendAddresses\":[],\"requestRoutingRules\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/requestRoutingRules/routingrule1\"}]},\"type\":\"Microsoft.Network/applicationGateways/backendAddressPools\"},{\"name\":\"backendpool1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/backendAddressPools/backendpool1\",\"etag\":\"W/\\\"0ed825ca-75d7-4d70-a82f-30a9d1acbc4c\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"backendAddresses\":[]},\"type\":\"Microsoft.Network/applicationGateways/backendAddressPools\"}],\"loadDistributionPolicies\":[],\"backendHttpSettingsCollection\":[{\"name\":\"backendset1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/backendHttpSettingsCollection/backendset1\",\"etag\":\"W/\\\"0ed825ca-75d7-4d70-a82f-30a9d1acbc4c\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"port\":80,\"protocol\":\"Http\",\"cookieBasedAffinity\":\"Disabled\",\"pickHostNameFromBackendAddress\":false,\"requestTimeout\":20,\"requestRoutingRules\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/requestRoutingRules/routingrule1\"}]},\"type\":\"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"}],\"httpListeners\":[{\"name\":\"listener\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/httpListeners/listener\",\"etag\":\"W/\\\"0ed825ca-75d7-4d70-a82f-30a9d1acbc4c\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"frontendIPConfiguration\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/frontendIPConfigurations/appGwPublicFrontendIpIPv4\"},\"frontendPort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/frontendPorts/port_80\"},\"protocol\":\"Http\",\"hostNames\":[],\"requireServerNameIndication\":false,\"customErrorConfigurations\":[],\"requestRoutingRules\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/requestRoutingRules/routingrule1\"}]},\"type\":\"Microsoft.Network/applicationGateways/httpListeners\"}],\"urlPathMaps\":[],\"requestRoutingRules\":[{\"name\":\"routingrule1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/requestRoutingRules/routingrule1\",\"etag\":\"W/\\\"0ed825ca-75d7-4d70-a82f-30a9d1acbc4c\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"ruleType\":\"Basic\",\"priority\":100,\"httpListener\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/httpListeners/listener\"},\"backendAddressPool\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/backendAddressPools/backendpool\"},\"backendHttpSettings\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/application-1/backendHttpSettingsCollection/backendset1\"}},\"type\":\"Microsoft.Network/applicationGateways/requestRoutingRules\"}],\"probes\":[],\"rewriteRuleSets\":[],\"redirectConfigurations\":[],\"enableHttp2\":true,\"autoscaleConfiguration\":{\"minCapacity\":0,\"maxCapacity\":10}}},{\"name\":\"applicationgateway1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"type\":\"Microsoft.Network/applicationGateways\",\"location\":\"eastus\",\"tags\":{},\"zones\":[\"1\",\"2\",\"3\"],\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"71de0a47-2b8a-4cd3-907a-a1fdf0eaeb92\",\"sku\":{\"name\":\"Standard_v2\",\"tier\":\"Standard_v2\",\"family\":\"Generation_1\"},\"operationalState\":\"Running\",\"gatewayIPConfigurations\":[{\"name\":\"appGatewayIpConfig\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/gatewayIPConfigurations/appGatewayIpConfig\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet124/subnets/default\"}},\"type\":\"Microsoft.Network/applicationGateways/gatewayIPConfigurations\"}],\"sslCertificates\":[],\"trustedRootCertificates\":[],\"trustedClientCertificates\":[],\"sslProfiles\":[],\"frontendIPConfigurations\":[{\"name\":\"appGwPublicFrontendIpIPv4\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/frontendIPConfigurations/appGwPublicFrontendIpIPv4\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"type\":\"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAllocationMethod\":\"Dynamic\",\"publicIPAddress\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/publicIPAddresses/newgateway\"},\"httpListeners\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/httpListeners/listener1\"}]}},{\"name\":\"appGwPrivateFrontendIpIPv4\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/frontendIPConfigurations/appGwPrivateFrontendIpIPv4\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"type\":\"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\"properties\":{\"provisioningState\":\"Succeeded\",\"privateIPAddress\":\"10.9.0.10\",\"privateIPAllocationMethod\":\"Static\",\"subnet\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/virtualNetworks/j1devvnet124/subnets/default\"}}}],\"frontendPorts\":[{\"name\":\"port_80\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/frontendPorts/port_80\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"port\":80,\"httpListeners\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/httpListeners/listener1\"}]},\"type\":\"Microsoft.Network/applicationGateways/frontendPorts\"}],\"backendAddressPools\":[{\"name\":\"newbackend\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/backendAddressPools/newbackend\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"backendAddresses\":[],\"requestRoutingRules\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/requestRoutingRules/routingrule1\"}]},\"type\":\"Microsoft.Network/applicationGateways/backendAddressPools\"},{\"name\":\"backendpool1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/backendAddressPools/backendpool1\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"backendAddresses\":[]},\"type\":\"Microsoft.Network/applicationGateways/backendAddressPools\"}],\"loadDistributionPolicies\":[],\"backendHttpSettingsCollection\":[{\"name\":\"backend1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/backendHttpSettingsCollection/backend1\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"port\":80,\"protocol\":\"Http\",\"cookieBasedAffinity\":\"Disabled\",\"pickHostNameFromBackendAddress\":false,\"requestTimeout\":20,\"requestRoutingRules\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/requestRoutingRules/routingrule1\"}]},\"type\":\"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\"}],\"httpListeners\":[{\"name\":\"listener1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/httpListeners/listener1\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"frontendIPConfiguration\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/frontendIPConfigurations/appGwPublicFrontendIpIPv4\"},\"frontendPort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/frontendPorts/port_80\"},\"protocol\":\"Http\",\"hostNames\":[],\"requireServerNameIndication\":false,\"customErrorConfigurations\":[],\"requestRoutingRules\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/requestRoutingRules/routingrule1\"}]},\"type\":\"Microsoft.Network/applicationGateways/httpListeners\"}],\"urlPathMaps\":[],\"requestRoutingRules\":[{\"name\":\"routingrule1\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/requestRoutingRules/routingrule1\",\"etag\":\"W/\\\"0912f62b-ee57-4720-bc8d-a3d6d62e93fb\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"ruleType\":\"Basic\",\"priority\":200,\"httpListener\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/httpListeners/listener1\"},\"backendAddressPool\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/backendAddressPools/newbackend\"},\"backendHttpSettings\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/applicationGateways/applicationgateway1/backendHttpSettingsCollection/backend1\"}},\"type\":\"Microsoft.Network/applicationGateways/requestRoutingRules\"}],\"probes\":[],\"rewriteRuleSets\":[],\"redirectConfigurations\":[],\"enableHttp2\":true,\"autoscaleConfiguration\":{\"minCapacity\":0,\"maxCapacity\":10}}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "13910" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "4157e223-97a4-415e-a1a5-777e44ac0592" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4157e223-97a4-415e-a1a5-777e44ac0592" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T082404Z:4157e223-97a4-415e-a1a5-777e44ac0592" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 613679598BCE4F75AD036B5AA58A4881 Ref B: MAA201060514019 Ref C: 2024-04-02T08:24:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:24:03 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 630, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:24:04.121Z", + "time": 721, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 721 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-bgp-service-communities-has-azure-express-route-relation_2107207985/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-bgp-service-communities-has-azure-express-route-relation_2107207985/recording.har new file mode 100644 index 00000000..e8cd1011 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-bgp-service-communities-has-azure-express-route-relation_2107207985/recording.har @@ -0,0 +1,1420 @@ +{ + "log": { + "_recordingName": "rm-azure-bgp-service-communities-has-azure-express-route-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:08:48.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "1948d4dc-af02-4638-a227-ea43aaec9000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:08:47 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:08:47.842Z", + "time": 421, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 421 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "cde0d111-f4f7-d008-1be2-0d401d23ab01" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "c0bee108-fb0c-44b7-92a8-e0a9ecb8456f" + }, + { + "name": "client-request-id", + "value": "cde0d111-f4f7-d008-1be2-0d401d23ab01" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000264\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:08:47 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:08:48.267Z", + "time": 474, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 474 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "400d10b5-2962-45e1-d9dd-1fbadd8a9728" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "5197a4ca-86c2-4028-a1f9-9d2d71c4bdb8" + }, + { + "name": "client-request-id", + "value": "400d10b5-2962-45e1-d9dd-1fbadd8a9728" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002A9\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:08:49 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:08:48.746Z", + "time": 1141, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1141 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "23def53a-68be-4f06-8426-bae502470762" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048930\",\"not_before\":\"1712045030\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:08:50.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "23def53a-68be-4f06-8426-bae502470762" + }, + { + "name": "x-ms-request-id", + "value": "7e8882ee-d0dd-4391-bbf0-4223f3722500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:08:49 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:08:49.893Z", + "time": 412, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 412 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b77d3684-aead-4bec-ba46-ccbedcf42b94" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "b8335fb8-a917-4a34-8881-89ccf0aee077" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b8335fb8-a917-4a34-8881-89ccf0aee077" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080850Z:b8335fb8-a917-4a34-8881-89ccf0aee077" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 67BF1883DEB4455DB447E0E51F3FACA3 Ref B: MAA201060515009 Ref C: 2024-04-02T08:08:50Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:08:50 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:08:50.313Z", + "time": 273, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 273 + } + }, + { + "_id": "566f0d1eee3e89f9325031d4a2b6f390", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "114fe6d6-af59-464d-9b6e-3b3979f5eb7f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1878, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/bgpServiceCommunities?api-version=2019-12-01" + }, + "response": { + "bodySize": 707782, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 707782, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Exchange\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/Exchange\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"Exchange\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Exchange\",\r\n \"communityValue\": \"12076:5010\",\r\n \"communityPrefixes\": [\r\n \"13.107.6.152/31\",\r\n \"13.107.18.10/31\",\r\n \"13.107.128.0/22\",\r\n \"23.103.160.0/20\",\r\n \"40.92.0.0/15\",\r\n \"40.96.0.0/13\",\r\n \"40.104.0.0/15\",\r\n \"40.107.0.0/16\",\r\n \"52.96.0.0/14\",\r\n \"52.100.0.0/14\",\r\n \"52.238.78.88/32\",\r\n \"104.47.0.0/17\",\r\n \"131.253.33.215/32\",\r\n \"132.245.0.0/16\",\r\n \"150.171.32.0/22\",\r\n \"204.79.197.215/32\",\r\n \"13.107.128.0/24\",\r\n \"13.107.129.0/24\",\r\n \"150.171.32.0/24\",\r\n \"150.171.34.0/24\",\r\n \"150.171.35.0/24\",\r\n \"52.96.38.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Exchange IPv6\",\r\n \"communityValue\": \"12076:5010\",\r\n \"communityPrefixes\": [\r\n \"2603:1006::/40\",\r\n \"2603:1016::/36\",\r\n \"2603:1026::/36\",\r\n \"2603:1036::/36\",\r\n \"2603:1046::/36\",\r\n \"2603:1056::/36\",\r\n \"2620:1ec:4::152/128\",\r\n \"2620:1ec:4::153/128\",\r\n \"2620:1ec:c::10/128\",\r\n \"2620:1ec:c::11/128\",\r\n \"2620:1ec:d::10/128\",\r\n \"2620:1ec:d::11/128\",\r\n \"2620:1ec:8f0::/46\",\r\n \"2620:1ec:900::/46\",\r\n \"2620:1ec:a92::152/128\",\r\n \"2620:1ec:a92::153/128\",\r\n \"2a01:111:f400::/48\",\r\n \"2a01:111:f403::/48\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"OtherOffice365Services\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/OtherOffice365Services\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"OtherOffice365Services\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Other Office 365 Services\",\r\n \"communityValue\": \"12076:5100\",\r\n \"communityPrefixes\": [\r\n \"13.107.6.171/32\",\r\n \"13.107.6.192/32\",\r\n \"13.107.9.192/32\",\r\n \"13.107.18.15/32\",\r\n \"13.107.140.6/32\",\r\n \"20.20.32.0/19\",\r\n \"20.190.128.0/18\",\r\n \"20.231.128.0/19\",\r\n \"40.126.0.0/18\",\r\n \"52.108.0.0/14\",\r\n \"52.244.37.168/32\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Other Office 365 Services IPv6\",\r\n \"communityValue\": \"12076:5100\",\r\n \"communityPrefixes\": [\r\n \"2603:1006:1400::/40\",\r\n \"2603:1006:2000::/48\",\r\n \"2603:1007:200::/48\",\r\n \"2603:1016:1400::/48\",\r\n \"2603:1016:2400::/40\",\r\n \"2603:1017::/48\",\r\n \"2603:1026:2400::/40\",\r\n \"2603:1026:3000::/48\",\r\n \"2603:1027:1::/48\",\r\n \"2603:1036:2400::/40\",\r\n \"2603:1036:3000::/48\",\r\n \"2603:1037:1::/48\",\r\n \"2603:1046:1400::/40\",\r\n \"2603:1046:2000::/48\",\r\n \"2603:1047:1::/48\",\r\n \"2603:1056:1400::/40\",\r\n \"2603:1056:2000::/48\",\r\n \"2603:1057:2::/48\",\r\n \"2603:1063:2000::/38\",\r\n \"2620:1ec:4::192/128\",\r\n \"2620:1ec:c::15/128\",\r\n \"2620:1ec:8fc::6/128\",\r\n \"2620:1ec:a92::171/128\",\r\n \"2620:1ec:a92::192/128\",\r\n \"2a01:111:f100:2000::a83e:3019/128\",\r\n \"2a01:111:f100:2002::8975:2d79/128\",\r\n \"2a01:111:f100:2002::8975:2da8/128\",\r\n \"2a01:111:f100:7000::6fdd:6cd5/128\",\r\n \"2a01:111:f100:a004::bfeb:88cf/128\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"SharePoint\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/SharePoint\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"SharePoint\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"SharePoint Online\",\r\n \"communityValue\": \"12076:5020\",\r\n \"communityPrefixes\": [\r\n \"13.107.136.0/22\",\r\n \"40.108.128.0/17\",\r\n \"52.104.0.0/14\",\r\n \"104.146.128.0/17\",\r\n \"150.171.40.0/22\",\r\n \"13.107.136.0/24\",\r\n \"150.171.40.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"SharePoint Online IPv6\",\r\n \"communityValue\": \"12076:5020\",\r\n \"communityPrefixes\": [\r\n \"2603:1061:1300::/40\",\r\n \"2620:1ec:8f8::/46\",\r\n \"2620:1ec:908::/46\",\r\n \"2a01:111:f402::/48\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"SkypeForBusiness\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/SkypeForBusiness\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"SkypeForBusiness\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Skype For Business\",\r\n \"communityValue\": \"12076:5030\",\r\n \"communityPrefixes\": [\r\n \"13.107.64.0/18\",\r\n \"52.112.0.0/14\",\r\n \"52.122.0.0/15\",\r\n \"52.238.119.141/32\",\r\n \"52.244.160.207/32\",\r\n \"52.113.192.0/24\",\r\n \"52.113.193.0/24\",\r\n \"52.113.194.0/24\",\r\n \"52.113.195.0/24\",\r\n \"13.107.66.0/24\",\r\n \"13.107.67.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Skype For Business IPv6\",\r\n \"communityValue\": \"12076:5030\",\r\n \"communityPrefixes\": [\r\n \"2603:1027::/48\",\r\n \"2603:1037::/48\",\r\n \"2603:1047::/48\",\r\n \"2603:1057::/48\",\r\n \"2603:1063::/38\",\r\n \"2620:1ec:6::/48\",\r\n \"2620:1ec:40::/42\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"CRMOnline\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/CRMOnline\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"CRMOnline\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"CRM Online\",\r\n \"communityValue\": \"12076:5040\",\r\n \"communityPrefixes\": [\r\n \"13.70.185.74/32\",\r\n \"13.75.152.226/32\",\r\n \"13.78.115.65/32\",\r\n \"13.79.172.168/32\",\r\n \"13.81.109.182/32\",\r\n \"13.84.227.98/32\",\r\n \"13.88.20.122/32\",\r\n \"13.92.199.78/32\",\r\n \"13.106.5.0/26\",\r\n \"13.106.6.128/25\",\r\n \"13.106.8.128/26\",\r\n \"13.106.14.128/26\",\r\n \"13.106.16.128/26\",\r\n \"13.106.18.64/26\",\r\n \"13.106.42.64/26\",\r\n \"13.106.44.128/26\",\r\n \"13.106.52.64/26\",\r\n \"13.106.58.192/26\",\r\n \"13.106.60.128/26\",\r\n \"13.106.72.128/25\",\r\n \"13.106.102.128/25\",\r\n \"13.106.108.0/25\",\r\n \"13.106.110.0/25\",\r\n \"13.107.6.169/32\",\r\n \"13.107.9.169/32\",\r\n \"23.97.66.205/32\",\r\n \"52.172.55.194/32\",\r\n \"52.172.157.251/32\",\r\n \"52.187.44.184/32\",\r\n \"52.232.131.85/32\",\r\n \"52.233.25.234/32\",\r\n \"65.55.132.0/24\",\r\n \"65.55.135.0/24\",\r\n \"66.119.148.0/24\",\r\n \"66.119.154.0/23\",\r\n \"66.119.156.0/24\",\r\n \"104.44.102.0/23\",\r\n \"104.44.104.0/23\",\r\n \"104.44.113.0/24\",\r\n \"104.44.114.0/23\",\r\n \"104.44.116.0/23\",\r\n \"104.44.118.0/24\",\r\n \"104.44.208.192/26\",\r\n \"104.44.209.0/25\",\r\n \"104.44.209.128/26\",\r\n \"104.44.249.0/24\",\r\n \"104.44.250.0/24\",\r\n \"104.214.137.185/32\",\r\n \"134.170.26.0/24\",\r\n \"134.170.70.0/24\",\r\n \"134.170.98.0/24\",\r\n \"134.170.217.160/27\",\r\n \"157.56.174.160/27\",\r\n \"157.56.199.0/24\",\r\n \"191.232.3.192/26\",\r\n \"191.235.81.50/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"CRM\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"CRM Online IPv6\",\r\n \"communityValue\": \"12076:5040\",\r\n \"communityPrefixes\": [\r\n \"2620:1ec:4::169/128\",\r\n \"2620:1ec:a92::169/128\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"CRM\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureActiveDirectory\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureActiveDirectory\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureActiveDirectory\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Active Directory\",\r\n \"communityValue\": \"12076:5060\",\r\n \"communityPrefixes\": [\r\n \"40.126.0.0/19\",\r\n \"40.126.32.0/19\",\r\n \"20.190.128.0/19\",\r\n \"20.190.160.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Active Directory IPv6\",\r\n \"communityValue\": \"12076:5060\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central\",\r\n \"communityValue\": \"12076:51032\",\r\n \"communityPrefixes\": [\r\n \"20.28.0.0/17\",\r\n \"20.36.32.0/19\",\r\n \"20.36.104.0/23\",\r\n \"20.36.106.0/24\",\r\n \"20.36.107.0/25\",\r\n \"20.36.107.128/26\",\r\n \"20.36.107.224/27\",\r\n \"20.36.108.0/22\",\r\n \"20.37.0.0/18\",\r\n \"20.37.224.0/19\",\r\n \"20.38.184.0/22\",\r\n \"20.39.64.0/21\",\r\n \"20.53.0.0/27\",\r\n \"20.53.0.32/29\",\r\n \"20.53.0.48/28\",\r\n \"20.53.0.64/26\",\r\n \"20.53.0.128/25\",\r\n \"20.53.1.0/24\",\r\n \"20.53.2.0/23\",\r\n \"20.53.4.0/22\",\r\n \"20.53.8.0/21\",\r\n \"20.53.16.0/20\",\r\n \"20.53.48.0/21\",\r\n \"20.60.102.0/24\",\r\n \"20.60.214.0/23\",\r\n \"20.70.0.0/18\",\r\n \"20.150.124.0/24\",\r\n \"20.213.224.0/19\",\r\n \"20.227.128.0/17\",\r\n \"20.248.0.0/17\",\r\n \"40.64.146.240/28\",\r\n \"40.64.177.128/25\",\r\n \"40.82.240.0/22\",\r\n \"52.143.219.0/24\",\r\n \"52.239.216.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central IPv6\",\r\n \"communityValue\": \"12076:51032\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:300::/47\",\r\n \"2603:1010:304::/47\",\r\n \"2603:1061:1314::/54\",\r\n \"2603:1061:1725::/48\",\r\n \"2603:1061:2010:23::/64\",\r\n \"2603:10c0:203::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central 2\",\r\n \"communityValue\": \"12076:51033\",\r\n \"communityPrefixes\": [\r\n \"4.198.32.0/19\",\r\n \"4.254.128.0/17\",\r\n \"20.36.64.0/19\",\r\n \"20.36.112.0/23\",\r\n \"20.36.114.0/24\",\r\n \"20.36.115.0/26\",\r\n \"20.36.115.96/27\",\r\n \"20.36.115.128/25\",\r\n \"20.36.116.0/24\",\r\n \"20.36.117.0/25\",\r\n \"20.36.117.128/26\",\r\n \"20.36.117.192/29\",\r\n \"20.36.117.208/28\",\r\n \"20.36.117.224/27\",\r\n \"20.36.118.0/23\",\r\n \"20.36.120.0/21\",\r\n \"20.39.72.0/21\",\r\n \"20.39.96.0/19\",\r\n \"20.53.56.0/21\",\r\n \"20.60.107.0/24\",\r\n \"20.150.103.0/24\",\r\n \"20.167.128.0/17\",\r\n \"20.193.96.0/19\",\r\n \"20.209.156.0/23\",\r\n \"40.64.176.128/25\",\r\n \"40.82.244.0/22\",\r\n \"40.126.128.0/18\",\r\n \"52.143.218.0/24\",\r\n \"52.239.218.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:51033\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:400::/47\",\r\n \"2603:1010:404::/47\",\r\n \"2603:1061:1314:400::/54\",\r\n \"2603:1061:1723::/48\",\r\n \"2603:1061:2010:21::/64\",\r\n \"2603:10c0:303::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia East\",\r\n \"communityValue\": \"12076:51015\",\r\n \"communityPrefixes\": [\r\n \"4.147.0.0/16\",\r\n \"4.195.0.0/16\",\r\n \"4.196.0.0/15\",\r\n \"4.198.0.0/19\",\r\n \"4.198.160.0/21\",\r\n \"4.237.0.0/17\",\r\n \"13.70.64.0/21\",\r\n \"13.70.72.0/24\",\r\n \"13.70.73.0/27\",\r\n \"13.70.73.64/26\",\r\n \"13.70.73.128/25\",\r\n \"13.70.74.0/23\",\r\n \"13.70.76.0/23\",\r\n \"13.70.78.0/24\",\r\n \"13.70.79.0/26\",\r\n \"13.70.79.64/29\",\r\n \"13.70.79.80/28\",\r\n \"13.70.79.96/27\",\r\n \"13.70.79.128/25\",\r\n \"13.70.80.0/20\",\r\n \"13.70.96.0/19\",\r\n \"13.72.224.0/19\",\r\n \"13.73.192.0/20\",\r\n \"13.75.128.0/17\",\r\n \"20.5.0.0/16\",\r\n \"20.11.0.0/17\",\r\n \"20.28.128.0/17\",\r\n \"20.37.192.0/19\",\r\n \"20.38.112.0/23\",\r\n \"20.40.64.0/20\",\r\n \"20.40.80.0/21\",\r\n \"20.40.120.0/21\",\r\n \"20.40.176.0/20\",\r\n \"20.42.192.0/19\",\r\n \"20.43.96.0/20\",\r\n \"20.53.32.0/28\",\r\n \"20.53.40.0/21\",\r\n \"20.53.64.0/18\",\r\n \"20.53.128.0/17\",\r\n \"20.58.128.0/18\",\r\n \"20.60.72.0/22\",\r\n \"20.60.182.0/23\",\r\n \"20.70.128.0/17\",\r\n \"20.92.64.0/18\",\r\n \"20.92.128.0/17\",\r\n \"20.95.192.0/21\",\r\n \"20.95.201.0/24\",\r\n \"20.95.202.0/23\",\r\n \"20.95.204.0/24\",\r\n \"20.95.208.0/24\",\r\n \"20.150.66.0/24\",\r\n \"20.150.92.0/24\",\r\n \"20.150.117.0/24\",\r\n \"20.167.0.0/17\",\r\n \"20.188.128.0/17\",\r\n \"20.191.192.0/18\",\r\n \"20.193.0.0/18\",\r\n \"20.193.64.0/19\",\r\n \"20.202.62.0/24\",\r\n \"20.202.65.0/24\",\r\n \"20.202.70.0/24\",\r\n \"20.202.171.0/24\",\r\n \"20.202.172.0/23\",\r\n \"20.202.174.0/24\",\r\n \"20.205.88.0/21\",\r\n \"20.209.164.0/23\",\r\n \"20.211.0.0/17\",\r\n \"20.211.128.0/18\",\r\n \"20.213.0.0/17\",\r\n \"20.213.128.0/18\",\r\n \"20.213.192.0/20\",\r\n \"20.227.0.0/18\",\r\n \"20.248.128.0/17\",\r\n \"23.101.208.0/20\",\r\n \"40.64.146.16/28\",\r\n \"40.64.160.0/25\",\r\n \"40.79.160.0/20\",\r\n \"40.79.211.0/24\",\r\n \"40.82.32.0/22\",\r\n \"40.82.192.0/19\",\r\n \"40.87.208.0/22\",\r\n \"40.112.37.128/26\",\r\n \"40.126.224.0/19\",\r\n \"52.120.158.0/23\",\r\n \"52.121.108.0/22\",\r\n \"52.143.199.0/24\",\r\n \"52.143.200.0/23\",\r\n \"52.147.0.0/19\",\r\n \"52.156.160.0/19\",\r\n \"52.187.192.0/18\",\r\n \"52.232.136.0/21\",\r\n \"52.232.154.0/24\",\r\n \"52.237.192.0/18\",\r\n \"52.239.130.0/23\",\r\n \"52.239.226.0/24\",\r\n \"52.245.16.0/22\",\r\n \"68.218.0.0/18\",\r\n \"68.218.64.0/19\",\r\n \"68.218.96.0/20\",\r\n \"68.218.112.0/21\",\r\n \"68.218.120.0/26\",\r\n \"68.218.120.80/28\",\r\n \"68.218.120.96/27\",\r\n \"68.218.120.128/25\",\r\n \"68.218.121.0/24\",\r\n \"68.218.122.0/23\",\r\n \"68.218.124.0/22\",\r\n \"68.218.128.0/19\",\r\n \"104.46.29.0/24\",\r\n \"104.46.30.0/23\",\r\n \"104.209.80.0/20\",\r\n \"104.210.64.0/18\",\r\n \"151.206.49.192/27\",\r\n \"151.206.105.0/24\",\r\n \"151.206.106.0/25\",\r\n \"191.238.66.0/23\",\r\n \"191.239.64.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia East IPv6\",\r\n \"communityValue\": \"12076:51015\",\r\n \"communityPrefixes\": [\r\n \"2603:1010::/46\",\r\n \"2603:1010:6::/47\",\r\n \"2603:1061:1314:800::/54\",\r\n \"2603:1061:1704::/48\",\r\n \"2603:1061:2000:120::/60\",\r\n \"2603:1061:2000:788::/62\",\r\n \"2603:1061:2002:6900::/57\",\r\n \"2603:1061:2004:5900::/57\",\r\n \"2603:1061:2010::/64\",\r\n \"2603:1062:c:30::/63\",\r\n \"2603:10c0:9::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Southeast\",\r\n \"communityValue\": \"12076:51016\",\r\n \"communityPrefixes\": [\r\n \"4.198.64.0/18\",\r\n \"4.198.128.0/19\",\r\n \"4.199.0.0/17\",\r\n \"4.200.128.0/17\",\r\n \"13.70.128.0/18\",\r\n \"13.73.96.0/19\",\r\n \"13.77.0.0/19\",\r\n \"13.77.32.0/20\",\r\n \"13.77.48.0/23\",\r\n \"13.77.50.0/24\",\r\n \"13.77.52.0/25\",\r\n \"13.77.52.128/27\",\r\n \"13.77.52.192/26\",\r\n \"13.77.53.0/24\",\r\n \"13.77.54.0/23\",\r\n \"13.77.56.0/21\",\r\n \"20.11.128.0/17\",\r\n \"20.40.160.0/20\",\r\n \"20.42.224.0/19\",\r\n \"20.45.144.0/20\",\r\n \"20.46.96.0/20\",\r\n \"20.58.192.0/18\",\r\n \"20.60.32.0/23\",\r\n \"20.70.64.0/18\",\r\n \"20.92.0.0/18\",\r\n \"20.95.200.0/24\",\r\n \"20.150.12.0/23\",\r\n \"20.150.119.0/24\",\r\n \"20.190.96.0/19\",\r\n \"20.202.61.0/24\",\r\n \"20.202.63.0/24\",\r\n \"20.202.69.0/24\",\r\n \"20.202.175.0/24\",\r\n \"20.209.204.0/23\",\r\n \"20.211.192.0/19\",\r\n \"20.211.224.0/22\",\r\n \"20.211.228.0/26\",\r\n \"20.211.228.64/28\",\r\n \"20.211.228.96/27\",\r\n \"20.211.228.128/25\",\r\n \"20.211.229.0/24\",\r\n \"20.211.230.0/23\",\r\n \"20.211.232.0/21\",\r\n \"20.211.240.0/20\",\r\n \"20.213.208.0/20\",\r\n \"23.101.224.0/19\",\r\n \"40.64.146.64/28\",\r\n \"40.64.160.128/25\",\r\n \"40.79.212.0/24\",\r\n \"40.81.48.0/20\",\r\n \"40.87.212.0/22\",\r\n \"40.90.138.133/32\",\r\n \"40.90.138.136/32\",\r\n \"40.112.37.192/26\",\r\n \"40.115.64.0/19\",\r\n \"40.127.64.0/19\",\r\n \"52.121.106.0/23\",\r\n \"52.136.25.0/24\",\r\n \"52.147.32.0/19\",\r\n \"52.158.128.0/19\",\r\n \"52.189.192.0/18\",\r\n \"52.239.132.0/23\",\r\n \"52.239.225.0/24\",\r\n \"52.243.64.0/18\",\r\n \"52.245.20.0/22\",\r\n \"52.255.32.0/19\",\r\n \"104.46.28.0/24\",\r\n \"104.46.160.0/23\",\r\n \"104.46.162.0/29\",\r\n \"104.46.162.16/28\",\r\n \"104.46.162.32/27\",\r\n \"104.46.162.64/26\",\r\n \"104.46.162.128/25\",\r\n \"104.46.163.0/24\",\r\n \"104.46.164.0/22\",\r\n \"104.46.168.0/21\",\r\n \"104.46.176.0/23\",\r\n \"104.46.178.0/25\",\r\n \"104.46.178.160/27\",\r\n \"104.46.178.192/26\",\r\n \"104.46.179.0/24\",\r\n \"104.46.180.0/22\",\r\n \"104.46.184.0/21\",\r\n \"104.209.64.0/20\",\r\n \"151.206.49.224/27\",\r\n \"151.206.106.128/25\",\r\n \"151.206.107.0/24\",\r\n \"191.239.160.0/19\",\r\n \"191.239.192.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:51016\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:100::/40\",\r\n \"2603:1010:200::/47\",\r\n \"2603:1010:202::/48\",\r\n \"2603:1010:205::/48\",\r\n \"2603:1010:206::/47\",\r\n \"2603:1061:1314:c00::/54\",\r\n \"2603:1061:1705::/48\",\r\n \"2603:1061:2000:780::/62\",\r\n \"2603:1061:2002:6800::/57\",\r\n \"2603:1061:2004:5800::/57\",\r\n \"2603:1061:2010:1::/64\",\r\n \"2603:1062:c:32::/63\",\r\n \"2603:1063:400::/56\",\r\n \"2603:10c0:106::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil South\",\r\n \"communityValue\": \"12076:51014\",\r\n \"communityPrefixes\": [\r\n \"4.160.0.0/16\",\r\n \"4.169.0.0/16\",\r\n \"4.201.0.0/16\",\r\n \"4.202.0.0/16\",\r\n \"4.203.0.0/17\",\r\n \"4.228.0.0/16\",\r\n \"4.238.128.0/17\",\r\n \"20.40.16.0/21\",\r\n \"20.40.112.0/21\",\r\n \"20.60.36.0/23\",\r\n \"20.95.240.0/24\",\r\n \"20.150.111.0/24\",\r\n \"20.195.136.0/21\",\r\n \"20.195.152.0/21\",\r\n \"20.195.160.0/19\",\r\n \"20.195.192.0/18\",\r\n \"20.197.128.0/17\",\r\n \"20.201.0.0/17\",\r\n \"20.202.75.0/24\",\r\n \"20.202.76.0/23\",\r\n \"20.202.80.0/22\",\r\n \"20.202.176.0/22\",\r\n \"20.202.180.0/24\",\r\n \"20.206.64.0/18\",\r\n \"20.206.128.0/17\",\r\n \"20.209.12.0/23\",\r\n \"20.209.82.0/23\",\r\n \"20.209.232.0/23\",\r\n \"20.226.0.0/17\",\r\n \"20.226.128.0/18\",\r\n \"20.226.192.0/20\",\r\n \"20.226.208.0/23\",\r\n \"20.226.210.0/24\",\r\n \"20.226.211.0/26\",\r\n \"20.226.211.80/28\",\r\n \"20.226.211.96/27\",\r\n \"20.226.211.128/25\",\r\n \"20.226.212.0/22\",\r\n \"20.226.216.0/21\",\r\n \"20.226.224.0/19\",\r\n \"23.97.96.0/20\",\r\n \"23.97.112.0/25\",\r\n \"23.97.112.128/28\",\r\n \"23.97.112.160/27\",\r\n \"40.64.144.224/29\",\r\n \"40.64.145.64/28\",\r\n \"40.64.161.0/25\",\r\n \"52.121.40.0/21\",\r\n \"52.253.185.0/24\",\r\n \"52.253.186.0/24\",\r\n \"104.41.0.0/18\",\r\n \"151.206.50.32/28\",\r\n \"151.206.101.128/25\",\r\n \"151.206.102.0/24\",\r\n \"191.232.32.0/19\",\r\n \"191.232.64.0/20\",\r\n \"191.232.160.0/19\",\r\n \"191.232.192.0/18\",\r\n \"191.233.0.0/21\",\r\n \"191.233.16.0/20\",\r\n \"191.233.128.0/20\",\r\n \"191.233.192.0/21\",\r\n \"191.233.200.0/23\",\r\n \"191.233.203.0/24\",\r\n \"191.233.204.0/25\",\r\n \"191.233.204.128/27\",\r\n \"191.233.204.192/26\",\r\n \"191.233.205.0/24\",\r\n \"191.233.206.0/24\",\r\n \"191.233.207.0/25\",\r\n \"191.233.207.128/26\",\r\n \"191.233.207.200/29\",\r\n \"191.233.207.208/28\",\r\n \"191.233.207.224/27\",\r\n \"191.233.208.0/20\",\r\n \"191.233.224.0/19\",\r\n \"191.234.128.0/18\",\r\n \"191.234.192.0/19\",\r\n \"191.235.32.0/19\",\r\n \"191.235.64.0/18\",\r\n \"191.235.196.0/22\",\r\n \"191.235.200.0/21\",\r\n \"191.235.224.0/20\",\r\n \"191.235.240.0/21\",\r\n \"191.235.248.0/23\",\r\n \"191.235.250.0/25\",\r\n \"191.237.195.0/24\",\r\n \"191.237.200.0/21\",\r\n \"191.237.248.0/21\",\r\n \"191.238.72.0/21\",\r\n \"191.238.128.0/21\",\r\n \"191.238.192.0/19\",\r\n \"191.239.112.0/20\",\r\n \"191.239.204.0/22\",\r\n \"191.239.240.0/20\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil South IPv6\",\r\n \"communityValue\": \"12076:51014\",\r\n \"communityPrefixes\": [\r\n \"2603:1050:1::/48\",\r\n \"2603:1050:2::/47\",\r\n \"2603:1050:6::/47\",\r\n \"2603:1056:1400::800/117\",\r\n \"2603:1056:1400::1000/116\",\r\n \"2603:1056:1400::2000/115\",\r\n \"2603:1056:1400::4000/114\",\r\n \"2603:1056:1400::8000/113\",\r\n \"2603:1056:1400::1:0/112\",\r\n \"2603:1056:1400::2:0/111\",\r\n \"2603:1056:1400::4:0/110\",\r\n \"2603:1056:1400::8:0/109\",\r\n \"2603:1056:1400::10:0/108\",\r\n \"2603:1056:1400::20:0/107\",\r\n \"2603:1056:1400::40:0/106\",\r\n \"2603:1056:1400::80:0/105\",\r\n \"2603:1056:1400::100:0/104\",\r\n \"2603:1056:1400::200:0/103\",\r\n \"2603:1056:1400::400:0/102\",\r\n \"2603:1056:1400::800:0/101\",\r\n \"2603:1056:1400::1000:0/100\",\r\n \"2603:1056:1400::2000:0/99\",\r\n \"2603:1056:1400::4000:0/98\",\r\n \"2603:1056:1400::8000:0/97\",\r\n \"2603:1056:1400::1:0:0/96\",\r\n \"2603:1056:1400::2:0:0/95\",\r\n \"2603:1056:1400::4:0:0/94\",\r\n \"2603:1056:1400::8:0:0/93\",\r\n \"2603:1056:1400::10:0:0/92\",\r\n \"2603:1056:1400::20:0:0/91\",\r\n \"2603:1056:1400::40:0:0/90\",\r\n \"2603:1056:1400::80:0:0/89\",\r\n \"2603:1056:1400::100:0:0/88\",\r\n \"2603:1056:1400::200:0:0/87\",\r\n \"2603:1056:1400::400:0:0/86\",\r\n \"2603:1056:1400::800:0:0/85\",\r\n \"2603:1056:1400::1000:0:0/84\",\r\n \"2603:1056:1400::2000:0:0/83\",\r\n \"2603:1056:1400::4000:0:0/82\",\r\n \"2603:1056:1400::8000:0:0/81\",\r\n \"2603:1056:1400:0:1::/80\",\r\n \"2603:1056:1400:0:2::/79\",\r\n \"2603:1056:1400:0:4::/78\",\r\n \"2603:1056:1400:0:8::/77\",\r\n \"2603:1056:1400:0:10::/76\",\r\n \"2603:1056:1400:0:20::/75\",\r\n \"2603:1056:1400:0:40::/74\",\r\n \"2603:1056:1400:0:80::/73\",\r\n \"2603:1056:1400:0:100::/72\",\r\n \"2603:1056:1400:0:200::/71\",\r\n \"2603:1056:1400:0:400::/70\",\r\n \"2603:1056:1400:0:800::/69\",\r\n \"2603:1056:1400:0:1000::/68\",\r\n \"2603:1056:1400:0:2000::/67\",\r\n \"2603:1056:1400:0:4000::/66\",\r\n \"2603:1056:1400:0:8000::/65\",\r\n \"2603:1056:1400:1::800/117\",\r\n \"2603:1056:1400:1::1000/116\",\r\n \"2603:1056:1400:1::2000/115\",\r\n \"2603:1056:1400:1::4000/114\",\r\n \"2603:1056:1400:1::8000/113\",\r\n \"2603:1056:1400:1::1:0/112\",\r\n \"2603:1056:1400:1::2:0/111\",\r\n \"2603:1056:1400:1::4:0/110\",\r\n \"2603:1056:1400:1::8:0/109\",\r\n \"2603:1056:1400:1::10:0/108\",\r\n \"2603:1056:1400:1::20:0/107\",\r\n \"2603:1056:1400:1::40:0/106\",\r\n \"2603:1056:1400:1::80:0/105\",\r\n \"2603:1056:1400:1::100:0/104\",\r\n \"2603:1056:1400:1::200:0/103\",\r\n \"2603:1056:1400:1::400:0/102\",\r\n \"2603:1056:1400:1::800:0/101\",\r\n \"2603:1056:1400:1::1000:0/100\",\r\n \"2603:1056:1400:1::2000:0/99\",\r\n \"2603:1056:1400:1::4000:0/98\",\r\n \"2603:1056:1400:1::8000:0/97\",\r\n \"2603:1056:1400:1:0:1::/96\",\r\n \"2603:1056:1400:1:0:2::/95\",\r\n \"2603:1056:1400:1:0:4::/94\",\r\n \"2603:1056:1400:1:0:8::/93\",\r\n \"2603:1056:1400:1:0:10::/92\",\r\n \"2603:1056:1400:1:0:20::/91\",\r\n \"2603:1056:1400:1:0:40::/90\",\r\n \"2603:1056:1400:1:0:80::/89\",\r\n \"2603:1056:1400:1:0:100::/88\",\r\n \"2603:1056:1400:1:0:200::/87\",\r\n \"2603:1056:1400:1:0:400::/86\",\r\n \"2603:1056:1400:1:0:800::/85\",\r\n \"2603:1056:1400:1:0:1000::/84\",\r\n \"2603:1056:1400:1:0:2000::/83\",\r\n \"2603:1056:1400:1:0:4000::/82\",\r\n \"2603:1056:1400:1:0:8000::/81\",\r\n \"2603:1056:1400:1:1::/80\",\r\n \"2603:1056:1400:1:2::/79\",\r\n \"2603:1056:1400:1:4::/78\",\r\n \"2603:1056:1400:1:8::/77\",\r\n \"2603:1056:1400:1:10::/76\",\r\n \"2603:1056:1400:1:20::/75\",\r\n \"2603:1056:1400:1:40::/74\",\r\n \"2603:1056:1400:1:80::/73\",\r\n \"2603:1056:1400:1:100::/72\",\r\n \"2603:1056:1400:1:200::/71\",\r\n \"2603:1056:1400:1:400::/70\",\r\n \"2603:1056:1400:1:800::/69\",\r\n \"2603:1056:1400:1:1000::/68\",\r\n \"2603:1056:1400:1:2000::/67\",\r\n \"2603:1056:1400:1:4000::/66\",\r\n \"2603:1056:1400:1:8000::/65\",\r\n \"2603:1056:1400:2::/63\",\r\n \"2603:1056:1400:4::/62\",\r\n \"2603:1056:1400:8::/61\",\r\n \"2603:1056:1400:10::/60\",\r\n \"2603:1056:1400:20::/59\",\r\n \"2603:1056:1400:40::/58\",\r\n \"2603:1056:1400:80::/57\",\r\n \"2603:1056:1400:100::/56\",\r\n \"2603:1056:1400:200::/55\",\r\n \"2603:1056:1400:400::/54\",\r\n \"2603:1056:1400:800::/53\",\r\n \"2603:1056:1400:1000::/52\",\r\n \"2603:1056:1400:2000::/51\",\r\n \"2603:1056:1400:4000::/50\",\r\n \"2603:1056:1400:8000::/49\",\r\n \"2603:1061:1315:400::/54\",\r\n \"2603:1061:1706::/48\",\r\n \"2603:1061:2000:408::/62\",\r\n \"2603:1061:2002:1100::/57\",\r\n \"2603:1061:2004:100::/57\",\r\n \"2603:1061:2010:2::/64\",\r\n \"2603:1062:c:2e::/63\",\r\n \"2603:1063:401::/56\",\r\n \"2603:10d0:6::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil Southeast\",\r\n \"communityValue\": \"12076:51050\",\r\n \"communityPrefixes\": [\r\n \"4.238.0.0/17\",\r\n \"20.40.32.0/21\",\r\n \"20.150.73.0/24\",\r\n \"20.150.80.0/24\",\r\n \"20.150.123.0/24\",\r\n \"20.195.128.0/22\",\r\n \"20.195.144.0/21\",\r\n \"20.206.0.0/18\",\r\n \"20.209.210.0/23\",\r\n \"23.97.112.192/27\",\r\n \"23.97.116.0/22\",\r\n \"23.97.120.0/21\",\r\n \"40.64.183.128/25\",\r\n \"40.123.128.0/22\",\r\n \"40.126.207.0/24\",\r\n \"52.253.197.0/24\",\r\n \"108.140.0.0/16\",\r\n \"191.232.16.0/21\",\r\n \"191.233.8.0/21\",\r\n \"191.233.48.0/21\",\r\n \"191.233.160.0/19\",\r\n \"191.234.224.0/19\",\r\n \"191.237.224.0/25\",\r\n \"191.237.224.128/27\",\r\n \"191.237.224.168/29\",\r\n \"191.237.224.176/28\",\r\n \"191.237.224.192/26\",\r\n \"191.237.225.0/24\",\r\n \"191.237.226.0/23\",\r\n \"191.237.228.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil Southeast IPv6\",\r\n \"communityValue\": \"12076:51050\",\r\n \"communityPrefixes\": [\r\n \"2603:1050:400::/48\",\r\n \"2603:1050:403::/48\",\r\n \"2603:1050:404::/48\",\r\n \"2603:1061:1002::/48\",\r\n \"2603:1061:1315:800::/54\",\r\n \"2603:1061:172f::/48\",\r\n \"2603:1061:2000:400::/62\",\r\n \"2603:1061:2002:1000::/57\",\r\n \"2603:1061:2004::/57\",\r\n \"2603:1061:2010:2f::/64\",\r\n \"2603:1063:402::/56\",\r\n \"2603:10d0:10e::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada Central\",\r\n \"communityValue\": \"12076:51020\",\r\n \"communityPrefixes\": [\r\n \"4.172.0.0/15\",\r\n \"4.174.0.0/16\",\r\n \"4.204.128.0/17\",\r\n \"4.205.0.0/16\",\r\n \"4.206.0.0/16\",\r\n \"4.229.128.0/17\",\r\n \"4.239.128.0/17\",\r\n \"13.71.160.0/21\",\r\n \"13.71.168.0/23\",\r\n \"13.71.170.0/24\",\r\n \"13.71.172.0/25\",\r\n \"13.71.172.128/27\",\r\n \"13.71.172.192/26\",\r\n \"13.71.173.0/24\",\r\n \"13.71.174.0/24\",\r\n \"13.71.175.0/25\",\r\n \"13.71.175.128/26\",\r\n \"13.71.175.200/29\",\r\n \"13.71.175.208/28\",\r\n \"13.71.175.224/27\",\r\n \"13.71.176.0/20\",\r\n \"13.88.224.0/19\",\r\n \"20.38.114.0/25\",\r\n \"20.38.144.0/21\",\r\n \"20.39.128.0/20\",\r\n \"20.43.0.0/19\",\r\n \"20.48.128.0/18\",\r\n \"20.48.192.0/20\",\r\n \"20.48.224.0/19\",\r\n \"20.60.42.0/23\",\r\n \"20.60.242.0/23\",\r\n \"20.63.0.0/17\",\r\n \"20.95.20.0/24\",\r\n \"20.95.29.0/24\",\r\n \"20.95.40.0/21\",\r\n \"20.104.0.0/17\",\r\n \"20.104.192.0/18\",\r\n \"20.116.0.0/16\",\r\n \"20.150.16.0/24\",\r\n \"20.150.31.0/24\",\r\n \"20.150.71.0/24\",\r\n \"20.150.100.0/24\",\r\n \"20.151.0.0/16\",\r\n \"20.175.128.0/17\",\r\n \"20.200.64.0/18\",\r\n \"20.209.70.0/23\",\r\n \"20.209.168.0/23\",\r\n \"20.220.0.0/23\",\r\n \"20.220.2.0/26\",\r\n \"20.220.2.64/27\",\r\n \"20.220.2.96/28\",\r\n \"20.220.2.128/25\",\r\n \"20.220.3.0/24\",\r\n \"20.220.4.0/22\",\r\n \"20.220.8.0/21\",\r\n \"20.220.16.0/20\",\r\n \"20.220.32.0/19\",\r\n \"20.220.128.0/17\",\r\n \"40.64.145.208/28\",\r\n \"40.64.161.128/25\",\r\n \"40.79.216.0/24\",\r\n \"40.80.44.0/22\",\r\n \"40.82.160.0/19\",\r\n \"40.85.192.0/18\",\r\n \"52.136.23.0/24\",\r\n \"52.136.27.0/24\",\r\n \"52.138.0.0/18\",\r\n \"52.139.0.0/18\",\r\n \"52.156.0.0/19\",\r\n \"52.228.0.0/17\",\r\n \"52.233.0.0/18\",\r\n \"52.237.0.0/18\",\r\n \"52.239.148.64/26\",\r\n \"52.239.189.0/24\",\r\n \"52.245.28.0/22\",\r\n \"52.246.152.0/21\",\r\n \"52.253.196.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada Central IPv6\",\r\n \"communityValue\": \"12076:51020\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:208::/47\",\r\n \"2603:1030:f00::/47\",\r\n \"2603:1030:f02::/48\",\r\n \"2603:1030:f05::/48\",\r\n \"2603:1030:f06::/48\",\r\n \"2603:1030:f07::/56\",\r\n \"2603:1030:f08::/48\",\r\n \"2603:1061:1312::/54\",\r\n \"2603:1061:1707::/48\",\r\n \"2603:1061:2000:740::/62\",\r\n \"2603:1061:2002:6000::/57\",\r\n \"2603:1061:2004:8900::/57\",\r\n \"2603:1061:2010:3::/64\",\r\n \"2603:1063:403::/56\",\r\n \"2603:10b0:1b04::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada East\",\r\n \"communityValue\": \"12076:51021\",\r\n \"communityPrefixes\": [\r\n \"4.229.0.0/17\",\r\n \"4.239.0.0/17\",\r\n \"4.248.0.0/17\",\r\n \"20.38.121.128/25\",\r\n \"20.48.208.0/21\",\r\n \"20.60.142.0/23\",\r\n \"20.95.17.0/24\",\r\n \"20.95.49.0/24\",\r\n \"20.104.128.0/18\",\r\n \"20.150.1.0/25\",\r\n \"20.150.40.128/25\",\r\n \"20.150.113.0/24\",\r\n \"20.175.0.0/23\",\r\n \"20.175.2.0/25\",\r\n \"20.175.2.128/26\",\r\n \"20.175.2.192/28\",\r\n \"20.175.2.224/27\",\r\n \"20.175.3.0/24\",\r\n \"20.175.4.0/22\",\r\n \"20.175.8.0/21\",\r\n \"20.175.16.0/20\",\r\n \"20.175.32.0/19\",\r\n \"20.175.64.0/18\",\r\n \"20.200.0.0/18\",\r\n \"20.209.64.0/23\",\r\n \"20.220.64.0/18\",\r\n \"40.64.146.208/28\",\r\n \"40.64.162.0/25\",\r\n \"40.69.96.0/21\",\r\n \"40.69.104.0/23\",\r\n \"40.69.106.0/24\",\r\n \"40.69.107.0/25\",\r\n \"40.69.107.128/27\",\r\n \"40.69.107.192/26\",\r\n \"40.69.108.0/23\",\r\n \"40.69.110.0/24\",\r\n \"40.69.111.0/26\",\r\n \"40.69.111.64/27\",\r\n \"40.69.111.104/29\",\r\n \"40.69.111.112/28\",\r\n \"40.69.111.128/25\",\r\n \"40.69.112.0/20\",\r\n \"40.79.217.0/24\",\r\n \"40.80.40.0/22\",\r\n \"40.80.240.0/20\",\r\n \"40.86.192.0/18\",\r\n \"40.89.0.0/19\",\r\n \"52.136.22.0/24\",\r\n \"52.139.64.0/18\",\r\n \"52.155.0.0/19\",\r\n \"52.229.64.0/18\",\r\n \"52.232.128.0/21\",\r\n \"52.235.0.0/18\",\r\n \"52.239.164.128/26\",\r\n \"52.239.190.0/25\",\r\n \"52.242.0.0/18\",\r\n \"52.245.32.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada East IPv6\",\r\n \"communityValue\": \"12076:51021\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:20a::/47\",\r\n \"2603:1030:1000::/47\",\r\n \"2603:1030:1002::/48\",\r\n \"2603:1030:1005::/48\",\r\n \"2603:1030:1006::/48\",\r\n \"2603:1061:1312:400::/54\",\r\n \"2603:1061:1708::/48\",\r\n \"2603:1061:2000:748::/62\",\r\n \"2603:1061:2002:6100::/57\",\r\n \"2603:1061:2004:5200::/57\",\r\n \"2603:1061:2004:8800::/57\",\r\n \"2603:1061:2010:4::/64\",\r\n \"2603:1063:404::/56\",\r\n \"2603:10b0:1d04::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central India\",\r\n \"communityValue\": \"12076:51017\",\r\n \"communityPrefixes\": [\r\n \"4.186.0.0/16\",\r\n \"4.187.128.0/17\",\r\n \"4.188.0.0/16\",\r\n \"4.213.0.0/16\",\r\n \"4.224.0.0/16\",\r\n \"4.240.0.0/17\",\r\n \"4.247.128.0/17\",\r\n \"13.71.0.0/18\",\r\n \"20.38.126.0/23\",\r\n \"20.40.40.0/21\",\r\n \"20.40.48.0/20\",\r\n \"20.43.120.0/27\",\r\n \"20.43.120.64/26\",\r\n \"20.43.120.128/25\",\r\n \"20.43.121.0/24\",\r\n \"20.43.122.0/24\",\r\n \"20.43.123.0/25\",\r\n \"20.43.123.128/27\",\r\n \"20.43.123.160/28\",\r\n \"20.43.123.184/29\",\r\n \"20.43.123.192/26\",\r\n \"20.43.124.0/22\",\r\n \"20.60.84.0/23\",\r\n \"20.95.131.0/24\",\r\n \"20.95.136.0/24\",\r\n \"20.150.114.0/24\",\r\n \"20.192.0.0/19\",\r\n \"20.192.40.0/21\",\r\n \"20.192.96.0/21\",\r\n \"20.192.168.0/21\",\r\n \"20.193.128.0/19\",\r\n \"20.193.224.0/19\",\r\n \"20.197.0.0/18\",\r\n \"20.198.0.0/17\",\r\n \"20.202.41.0/24\",\r\n \"20.202.56.0/23\",\r\n \"20.202.73.0/24\",\r\n \"20.202.74.0/24\",\r\n \"20.202.252.0/24\",\r\n \"20.202.254.0/24\",\r\n \"20.204.0.0/17\",\r\n \"20.204.128.0/18\",\r\n \"20.204.192.0/23\",\r\n \"20.204.194.0/24\",\r\n \"20.204.195.0/25\",\r\n \"20.204.195.128/26\",\r\n \"20.204.195.192/27\",\r\n \"20.204.195.224/28\",\r\n \"20.204.196.0/22\",\r\n \"20.204.200.0/21\",\r\n \"20.204.208.0/20\",\r\n \"20.204.224.0/19\",\r\n \"20.207.64.0/18\",\r\n \"20.207.192.0/20\",\r\n \"20.209.56.0/23\",\r\n \"20.209.172.0/23\",\r\n \"20.219.0.0/18\",\r\n \"20.219.128.0/17\",\r\n \"20.235.64.0/18\",\r\n \"20.235.192.0/18\",\r\n \"20.244.0.0/17\",\r\n \"40.64.144.232/29\",\r\n \"40.64.145.80/28\",\r\n \"40.64.162.128/25\",\r\n \"40.79.214.0/24\",\r\n \"40.80.48.0/21\",\r\n \"40.80.64.0/19\",\r\n \"40.81.224.0/19\",\r\n \"40.87.224.0/22\",\r\n \"40.112.39.0/25\",\r\n \"40.112.39.128/26\",\r\n \"52.121.122.0/23\",\r\n \"52.121.124.0/22\",\r\n \"52.136.24.0/24\",\r\n \"52.140.64.0/18\",\r\n \"52.172.128.0/17\",\r\n \"52.239.135.64/26\",\r\n \"52.239.202.0/24\",\r\n \"52.245.96.0/22\",\r\n \"52.253.181.0/24\",\r\n \"52.253.191.0/24\",\r\n \"74.225.128.0/17\",\r\n \"98.70.0.0/17\",\r\n \"104.47.210.0/23\",\r\n \"104.211.64.0/20\",\r\n \"104.211.81.0/24\",\r\n \"104.211.82.0/23\",\r\n \"104.211.84.0/22\",\r\n \"104.211.88.0/21\",\r\n \"104.211.96.0/19\",\r\n \"151.206.48.0/27\",\r\n \"151.206.71.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central India IPv6\",\r\n \"communityValue\": \"12076:51017\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:a00::/46\",\r\n \"2603:1040:a06::/47\",\r\n \"2603:1046:1400::800/117\",\r\n \"2603:1046:1400::1000/116\",\r\n \"2603:1046:1400::2000/115\",\r\n \"2603:1046:1400::4000/114\",\r\n \"2603:1046:1400::8000/113\",\r\n \"2603:1046:1400::1:0/112\",\r\n \"2603:1046:1400::2:0/111\",\r\n \"2603:1046:1400::4:0/110\",\r\n \"2603:1046:1400::8:0/109\",\r\n \"2603:1046:1400::10:0/108\",\r\n \"2603:1046:1400::20:0/107\",\r\n \"2603:1046:1400::40:0/106\",\r\n \"2603:1046:1400::80:0/105\",\r\n \"2603:1046:1400::100:0/104\",\r\n \"2603:1046:1400::200:0/103\",\r\n \"2603:1046:1400::400:0/102\",\r\n \"2603:1046:1400::800:0/101\",\r\n \"2603:1046:1400::1000:0/100\",\r\n \"2603:1046:1400::2000:0/99\",\r\n \"2603:1046:1400::4000:0/98\",\r\n \"2603:1046:1400::8000:0/97\",\r\n \"2603:1046:1400::1:0:0/96\",\r\n \"2603:1046:1400::2:0:0/95\",\r\n \"2603:1046:1400::4:0:0/94\",\r\n \"2603:1046:1400::8:0:0/93\",\r\n \"2603:1046:1400::10:0:0/92\",\r\n \"2603:1046:1400::20:0:0/91\",\r\n \"2603:1046:1400::40:0:0/90\",\r\n \"2603:1046:1400::80:0:0/89\",\r\n \"2603:1046:1400::100:0:0/88\",\r\n \"2603:1046:1400::200:0:0/87\",\r\n \"2603:1046:1400::400:0:0/86\",\r\n \"2603:1046:1400::800:0:0/85\",\r\n \"2603:1046:1400::1000:0:0/84\",\r\n \"2603:1046:1400::2000:0:0/83\",\r\n \"2603:1046:1400::4000:0:0/82\",\r\n \"2603:1046:1400::8000:0:0/81\",\r\n \"2603:1046:1400:0:1::/80\",\r\n \"2603:1046:1400:0:2::/79\",\r\n \"2603:1046:1400:0:4::/78\",\r\n \"2603:1046:1400:0:8::/77\",\r\n \"2603:1046:1400:0:10::/76\",\r\n \"2603:1046:1400:0:20::/75\",\r\n \"2603:1046:1400:0:40::/74\",\r\n \"2603:1046:1400:0:80::/73\",\r\n \"2603:1046:1400:0:100::/72\",\r\n \"2603:1046:1400:0:200::/71\",\r\n \"2603:1046:1400:0:400::/70\",\r\n \"2603:1046:1400:0:800::/69\",\r\n \"2603:1046:1400:0:1000::/68\",\r\n \"2603:1046:1400:0:2000::/67\",\r\n \"2603:1046:1400:0:4000::/66\",\r\n \"2603:1046:1400:0:8000::/65\",\r\n \"2603:1046:1400:1::800/117\",\r\n \"2603:1046:1400:1::1000/116\",\r\n \"2603:1046:1400:1::2000/115\",\r\n \"2603:1046:1400:1::4000/114\",\r\n \"2603:1046:1400:1::8000/113\",\r\n \"2603:1046:1400:1::1:0/112\",\r\n \"2603:1046:1400:1::2:0/111\",\r\n \"2603:1046:1400:1::4:0/110\",\r\n \"2603:1046:1400:1::8:0/109\",\r\n \"2603:1046:1400:1::10:0/108\",\r\n \"2603:1046:1400:1::20:0/107\",\r\n \"2603:1046:1400:1::40:0/106\",\r\n \"2603:1046:1400:1::80:0/105\",\r\n \"2603:1046:1400:1::100:0/104\",\r\n \"2603:1046:1400:1::200:0/103\",\r\n \"2603:1046:1400:1::400:0/102\",\r\n \"2603:1046:1400:1::800:0/101\",\r\n \"2603:1046:1400:1::1000:0/100\",\r\n \"2603:1046:1400:1::2000:0/99\",\r\n \"2603:1046:1400:1::4000:0/98\",\r\n \"2603:1046:1400:1::8000:0/97\",\r\n \"2603:1046:1400:1:0:1::/96\",\r\n \"2603:1046:1400:1:0:2::/95\",\r\n \"2603:1046:1400:1:0:4::/94\",\r\n \"2603:1046:1400:1:0:8::/93\",\r\n \"2603:1046:1400:1:0:10::/92\",\r\n \"2603:1046:1400:1:0:20::/91\",\r\n \"2603:1046:1400:1:0:40::/90\",\r\n \"2603:1046:1400:1:0:80::/89\",\r\n \"2603:1046:1400:1:0:100::/88\",\r\n \"2603:1046:1400:1:0:200::/87\",\r\n \"2603:1046:1400:1:0:400::/86\",\r\n \"2603:1046:1400:1:0:800::/85\",\r\n \"2603:1046:1400:1:0:1000::/84\",\r\n \"2603:1046:1400:1:0:2000::/83\",\r\n \"2603:1046:1400:1:0:4000::/82\",\r\n \"2603:1046:1400:1:0:8000::/81\",\r\n \"2603:1046:1400:1:1::/80\",\r\n \"2603:1046:1400:1:2::/79\",\r\n \"2603:1046:1400:1:4::/78\",\r\n \"2603:1046:1400:1:8::/77\",\r\n \"2603:1046:1400:1:10::/76\",\r\n \"2603:1046:1400:1:20::/75\",\r\n \"2603:1046:1400:1:40::/74\",\r\n \"2603:1046:1400:1:80::/73\",\r\n \"2603:1046:1400:1:100::/72\",\r\n \"2603:1046:1400:1:200::/71\",\r\n \"2603:1046:1400:1:400::/70\",\r\n \"2603:1046:1400:1:800::/69\",\r\n \"2603:1046:1400:1:1000::/68\",\r\n \"2603:1046:1400:1:2000::/67\",\r\n \"2603:1046:1400:1:4000::/66\",\r\n \"2603:1046:1400:1:8000::/65\",\r\n \"2603:1046:1400:2::/63\",\r\n \"2603:1046:1400:4::/62\",\r\n \"2603:1046:1400:8::/61\",\r\n \"2603:1046:1400:10::/60\",\r\n \"2603:1046:1400:20::/59\",\r\n \"2603:1046:1400:40::/58\",\r\n \"2603:1046:1400:80::/57\",\r\n \"2603:1046:1400:100::/56\",\r\n \"2603:1046:1400:200::/55\",\r\n \"2603:1046:1400:400::/54\",\r\n \"2603:1046:1400:800::/53\",\r\n \"2603:1046:1400:1000::/52\",\r\n \"2603:1046:1400:2000::/51\",\r\n \"2603:1046:1400:4000::/50\",\r\n \"2603:1046:1400:8000::/49\",\r\n \"2603:1061:1310::/54\",\r\n \"2603:1061:1709::/48\",\r\n \"2603:1061:2000:608::/62\",\r\n \"2603:1061:2002:4000::/57\",\r\n \"2603:1061:2004:3900::/57\",\r\n \"2603:1061:2010:5::/64\",\r\n \"2603:1062:c:e::/63\",\r\n \"2603:1063:405::/56\",\r\n \"2603:1090:402::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"4.150.128.0/18\",\r\n \"4.150.192.0/19\",\r\n \"4.249.128.0/17\",\r\n \"13.67.128.0/20\",\r\n \"13.67.144.0/21\",\r\n \"13.67.152.0/24\",\r\n \"13.67.153.0/28\",\r\n \"13.67.153.32/27\",\r\n \"13.67.153.64/26\",\r\n \"13.67.153.128/25\",\r\n \"13.67.155.0/24\",\r\n \"13.67.156.0/22\",\r\n \"13.67.160.0/19\",\r\n \"13.67.192.0/18\",\r\n \"13.86.0.0/17\",\r\n \"13.89.0.0/17\",\r\n \"13.89.128.0/19\",\r\n \"13.89.160.0/21\",\r\n \"13.89.168.0/22\",\r\n \"13.89.172.0/23\",\r\n \"13.89.174.32/27\",\r\n \"13.89.174.64/26\",\r\n \"13.89.174.128/25\",\r\n \"13.89.175.0/24\",\r\n \"13.89.176.0/20\",\r\n \"13.89.192.0/18\",\r\n \"20.9.0.0/17\",\r\n \"20.12.128.0/17\",\r\n \"20.15.128.0/21\",\r\n \"20.15.136.0/22\",\r\n \"20.15.140.0/24\",\r\n \"20.15.142.0/23\",\r\n \"20.15.144.0/20\",\r\n \"20.15.160.0/19\",\r\n \"20.15.192.0/18\",\r\n \"20.29.0.0/17\",\r\n \"20.37.128.0/18\",\r\n \"20.38.96.0/23\",\r\n \"20.38.122.0/23\",\r\n \"20.38.176.0/21\",\r\n \"20.40.192.0/19\",\r\n \"20.40.224.0/22\",\r\n \"20.40.228.0/26\",\r\n \"20.40.228.80/28\",\r\n \"20.40.228.96/27\",\r\n \"20.40.228.128/25\",\r\n \"20.40.229.0/26\",\r\n \"20.40.229.64/28\",\r\n \"20.40.229.80/29\",\r\n \"20.40.229.92/30\",\r\n \"20.40.229.96/27\",\r\n \"20.40.229.128/25\",\r\n \"20.40.230.0/26\",\r\n \"20.40.230.128/25\",\r\n \"20.40.231.0/24\",\r\n \"20.40.232.0/21\",\r\n \"20.40.240.0/20\",\r\n \"20.44.8.0/23\",\r\n \"20.44.10.0/25\",\r\n \"20.44.10.128/26\",\r\n \"20.44.10.192/28\",\r\n \"20.44.10.224/27\",\r\n \"20.44.11.0/24\",\r\n \"20.44.12.0/22\",\r\n \"20.46.224.0/19\",\r\n \"20.60.18.0/24\",\r\n \"20.60.30.0/23\",\r\n \"20.60.178.0/23\",\r\n \"20.60.194.0/23\",\r\n \"20.60.240.0/23\",\r\n \"20.60.244.0/23\",\r\n \"20.80.64.0/18\",\r\n \"20.83.0.0/18\",\r\n \"20.84.128.0/17\",\r\n \"20.95.16.0/24\",\r\n \"20.95.27.0/24\",\r\n \"20.95.55.0/24\",\r\n \"20.95.59.0/24\",\r\n \"20.98.128.0/18\",\r\n \"20.106.0.0/18\",\r\n \"20.109.192.0/18\",\r\n \"20.112.192.0/18\",\r\n \"20.118.0.0/18\",\r\n \"20.118.192.0/18\",\r\n \"20.136.3.128/25\",\r\n \"20.136.5.0/24\",\r\n \"20.150.43.128/25\",\r\n \"20.150.58.0/24\",\r\n \"20.150.63.0/24\",\r\n \"20.150.77.0/24\",\r\n \"20.150.89.0/24\",\r\n \"20.150.95.0/24\",\r\n \"20.184.64.0/18\",\r\n \"20.186.192.0/18\",\r\n \"20.209.18.0/23\",\r\n \"20.209.36.0/23\",\r\n \"20.209.98.0/23\",\r\n \"20.209.142.0/23\",\r\n \"20.209.184.0/23\",\r\n \"20.221.0.0/17\",\r\n \"20.236.192.0/18\",\r\n \"23.99.128.0/17\",\r\n \"23.100.80.0/21\",\r\n \"23.100.240.0/20\",\r\n \"23.101.112.0/20\",\r\n \"23.102.202.0/24\",\r\n \"40.64.145.176/28\",\r\n \"40.64.163.0/25\",\r\n \"40.67.160.0/19\",\r\n \"40.69.128.0/18\",\r\n \"40.77.0.0/17\",\r\n \"40.78.128.0/20\",\r\n \"40.78.144.0/22\",\r\n \"40.78.148.0/24\",\r\n \"40.78.149.0/25\",\r\n \"40.78.149.128/27\",\r\n \"40.78.149.160/30\",\r\n \"40.78.149.164/31\",\r\n \"40.78.149.167/32\",\r\n \"40.78.149.168/29\",\r\n \"40.78.149.176/28\",\r\n \"40.78.149.192/26\",\r\n \"40.78.150.0/23\",\r\n \"40.78.152.0/21\",\r\n \"40.78.160.0/19\",\r\n \"40.78.221.0/24\",\r\n \"40.82.16.0/22\",\r\n \"40.82.96.0/22\",\r\n \"40.83.0.0/20\",\r\n \"40.83.16.0/21\",\r\n \"40.83.24.0/26\",\r\n \"40.83.24.64/27\",\r\n \"40.83.24.128/25\",\r\n \"40.83.25.0/24\",\r\n \"40.83.26.0/23\",\r\n \"40.83.28.0/22\",\r\n \"40.83.32.0/19\",\r\n \"40.86.0.0/17\",\r\n \"40.87.180.0/30\",\r\n \"40.87.180.4/31\",\r\n \"40.87.180.14/31\",\r\n \"40.87.180.16/30\",\r\n \"40.87.180.20/31\",\r\n \"40.87.180.28/30\",\r\n \"40.87.180.32/29\",\r\n \"40.87.180.42/31\",\r\n \"40.87.180.44/30\",\r\n \"40.87.180.48/28\",\r\n \"40.87.180.64/30\",\r\n \"40.87.180.74/31\",\r\n \"40.87.180.76/30\",\r\n \"40.87.180.80/28\",\r\n \"40.87.180.96/27\",\r\n \"40.87.180.128/26\",\r\n \"40.87.180.192/30\",\r\n \"40.87.180.202/31\",\r\n \"40.87.180.204/30\",\r\n \"40.87.180.208/28\",\r\n \"40.87.180.224/28\",\r\n \"40.87.180.240/29\",\r\n \"40.87.180.248/30\",\r\n \"40.87.181.4/30\",\r\n \"40.87.181.8/29\",\r\n \"40.87.181.16/28\",\r\n \"40.87.181.32/27\",\r\n \"40.87.181.64/26\",\r\n \"40.87.181.128/28\",\r\n \"40.87.181.144/29\",\r\n \"40.87.181.152/31\",\r\n \"40.87.181.162/31\",\r\n \"40.87.181.164/30\",\r\n \"40.87.181.168/29\",\r\n \"40.87.181.176/28\",\r\n \"40.87.181.192/26\",\r\n \"40.87.182.4/30\",\r\n \"40.87.182.8/29\",\r\n \"40.87.182.24/29\",\r\n \"40.87.182.32/28\",\r\n \"40.87.182.48/29\",\r\n \"40.87.182.56/30\",\r\n \"40.87.182.62/31\",\r\n \"40.87.182.64/26\",\r\n \"40.87.182.128/25\",\r\n \"40.87.183.0/28\",\r\n \"40.87.183.16/29\",\r\n \"40.87.183.24/30\",\r\n \"40.87.183.34/31\",\r\n \"40.87.183.36/30\",\r\n \"40.87.183.42/31\",\r\n \"40.87.183.44/30\",\r\n \"40.87.183.54/31\",\r\n \"40.87.183.56/29\",\r\n \"40.87.183.64/26\",\r\n \"40.87.183.144/28\",\r\n \"40.87.183.160/27\",\r\n \"40.87.183.192/27\",\r\n \"40.87.183.224/29\",\r\n \"40.87.183.232/30\",\r\n \"40.87.183.236/31\",\r\n \"40.87.183.244/30\",\r\n \"40.87.183.248/29\",\r\n \"40.89.224.0/19\",\r\n \"40.113.192.0/18\",\r\n \"40.120.164.2/31\",\r\n \"40.120.164.4/30\",\r\n \"40.120.164.8/29\",\r\n \"40.120.164.16/29\",\r\n \"40.120.164.24/30\",\r\n \"40.120.164.36/30\",\r\n \"40.120.164.40/29\",\r\n \"40.120.164.48/29\",\r\n \"40.120.164.56/31\",\r\n \"40.120.164.66/31\",\r\n \"40.120.164.68/30\",\r\n \"40.120.164.72/30\",\r\n \"40.120.164.76/31\",\r\n \"40.120.164.80/28\",\r\n \"40.120.164.100/30\",\r\n \"40.120.164.104/29\",\r\n \"40.120.164.112/31\",\r\n \"40.120.164.118/31\",\r\n \"40.120.164.120/29\",\r\n \"40.120.164.128/27\",\r\n \"40.120.164.160/30\",\r\n \"40.122.16.0/20\",\r\n \"40.122.32.0/19\",\r\n \"40.122.64.0/18\",\r\n \"40.122.128.0/17\",\r\n \"40.123.168.0/24\",\r\n \"40.123.169.0/30\",\r\n \"40.123.169.6/31\",\r\n \"40.123.169.8/29\",\r\n \"40.123.169.16/28\",\r\n \"40.123.169.32/27\",\r\n \"40.123.169.64/27\",\r\n \"40.123.169.96/29\",\r\n \"40.123.169.104/31\",\r\n \"40.123.169.108/30\",\r\n \"40.123.169.112/28\",\r\n \"40.123.169.140/30\",\r\n \"40.123.169.144/28\",\r\n \"40.123.169.160/27\",\r\n \"40.123.169.192/26\",\r\n \"40.123.170.0/29\",\r\n \"40.123.170.8/30\",\r\n \"40.123.170.12/31\",\r\n \"40.123.170.22/31\",\r\n \"40.123.170.24/29\",\r\n \"40.123.170.32/28\",\r\n \"40.123.170.52/30\",\r\n \"40.123.170.86/31\",\r\n \"40.123.170.88/29\",\r\n \"40.123.170.96/29\",\r\n \"40.123.170.104/30\",\r\n \"40.123.170.108/31\",\r\n \"40.123.170.116/30\",\r\n \"40.123.170.120/29\",\r\n \"40.123.170.130/31\",\r\n \"40.123.170.132/30\",\r\n \"40.123.170.136/29\",\r\n \"40.123.170.144/28\",\r\n \"40.123.170.160/28\",\r\n \"40.123.170.176/29\",\r\n \"40.123.170.184/31\",\r\n \"40.123.170.192/31\",\r\n \"40.123.170.196/30\",\r\n \"40.123.170.200/29\",\r\n \"40.123.170.208/29\",\r\n \"40.123.170.216/30\",\r\n \"40.123.170.220/31\",\r\n \"40.123.170.224/27\",\r\n \"40.123.171.0/24\",\r\n \"52.136.30.0/24\",\r\n \"52.141.192.0/19\",\r\n \"52.141.240.0/20\",\r\n \"52.143.193.0/24\",\r\n \"52.143.224.0/19\",\r\n \"52.154.0.0/18\",\r\n \"52.154.128.0/17\",\r\n \"52.158.160.0/20\",\r\n \"52.158.192.0/19\",\r\n \"52.165.0.0/19\",\r\n \"52.165.32.0/20\",\r\n \"52.165.48.0/28\",\r\n \"52.165.49.0/24\",\r\n \"52.165.56.0/21\",\r\n \"52.165.64.0/19\",\r\n \"52.165.96.0/21\",\r\n \"52.165.104.0/25\",\r\n \"52.165.128.0/17\",\r\n \"52.173.0.0/16\",\r\n \"52.176.0.0/17\",\r\n \"52.176.128.0/19\",\r\n \"52.176.160.0/21\",\r\n \"52.176.176.0/20\",\r\n \"52.176.192.0/19\",\r\n \"52.176.224.0/24\",\r\n \"52.180.128.0/19\",\r\n \"52.180.184.0/27\",\r\n \"52.180.184.32/28\",\r\n \"52.180.185.0/24\",\r\n \"52.182.128.0/17\",\r\n \"52.185.0.0/19\",\r\n \"52.185.32.0/20\",\r\n \"52.185.48.0/21\",\r\n \"52.185.56.0/26\",\r\n \"52.185.56.64/27\",\r\n \"52.185.56.96/28\",\r\n \"52.185.56.128/27\",\r\n \"52.185.56.160/28\",\r\n \"52.185.64.0/19\",\r\n \"52.185.96.0/20\",\r\n \"52.185.112.0/26\",\r\n \"52.185.112.96/27\",\r\n \"52.185.120.0/21\",\r\n \"52.189.0.0/17\",\r\n \"52.228.128.0/17\",\r\n \"52.230.128.0/17\",\r\n \"52.232.157.0/24\",\r\n \"52.238.192.0/18\",\r\n \"52.239.150.0/23\",\r\n \"52.239.177.32/27\",\r\n \"52.239.177.64/26\",\r\n \"52.239.177.128/25\",\r\n \"52.239.195.0/24\",\r\n \"52.239.234.0/23\",\r\n \"52.242.128.0/18\",\r\n \"52.242.192.0/20\",\r\n \"52.242.208.0/23\",\r\n \"52.242.210.0/24\",\r\n \"52.242.211.0/28\",\r\n \"52.242.211.16/30\",\r\n \"52.242.211.21/32\",\r\n \"52.242.211.22/32\",\r\n \"52.242.211.24/29\",\r\n \"52.242.211.32/27\",\r\n \"52.242.211.64/26\",\r\n \"52.242.211.128/25\",\r\n \"52.242.212.0/22\",\r\n \"52.242.216.0/21\",\r\n \"52.242.224.0/19\",\r\n \"52.245.68.0/24\",\r\n \"52.245.69.32/27\",\r\n \"52.245.69.64/27\",\r\n \"52.245.69.96/28\",\r\n \"52.245.69.144/28\",\r\n \"52.245.69.160/27\",\r\n \"52.245.69.192/26\",\r\n \"52.245.70.0/23\",\r\n \"52.255.0.0/19\",\r\n \"74.249.128.0/17\",\r\n \"104.43.128.0/18\",\r\n \"104.43.192.0/20\",\r\n \"104.43.208.0/23\",\r\n \"104.43.210.0/25\",\r\n \"104.43.210.128/26\",\r\n \"104.43.210.192/29\",\r\n \"104.43.210.201/32\",\r\n \"104.43.210.202/31\",\r\n \"104.43.210.204/30\",\r\n \"104.43.210.208/28\",\r\n \"104.43.210.224/27\",\r\n \"104.43.211.0/24\",\r\n \"104.43.212.0/22\",\r\n \"104.43.216.0/21\",\r\n \"104.43.224.0/19\",\r\n \"104.44.88.176/31\",\r\n \"104.44.88.184/29\",\r\n \"104.44.91.160/27\",\r\n \"104.208.0.0/19\",\r\n \"104.208.32.0/20\",\r\n \"151.206.50.224/27\",\r\n \"151.206.98.192/26\",\r\n \"151.206.99.0/24\",\r\n \"151.206.100.0/24\",\r\n \"151.206.101.0/25\",\r\n \"168.61.128.0/25\",\r\n \"168.61.128.128/28\",\r\n \"168.61.128.160/27\",\r\n \"168.61.128.192/26\",\r\n \"168.61.129.0/25\",\r\n \"168.61.129.128/26\",\r\n \"168.61.129.208/28\",\r\n \"168.61.129.224/27\",\r\n \"168.61.130.64/26\",\r\n \"168.61.130.128/25\",\r\n \"168.61.131.0/26\",\r\n \"168.61.131.128/25\",\r\n \"168.61.132.0/26\",\r\n \"168.61.144.0/20\",\r\n \"168.61.160.0/19\",\r\n \"168.61.208.0/20\",\r\n \"172.168.0.0/15\",\r\n \"172.170.0.0/16\",\r\n \"172.171.0.0/19\",\r\n \"172.173.8.0/21\",\r\n \"172.173.64.0/18\",\r\n \"172.202.0.0/17\",\r\n \"172.212.128.0/17\",\r\n \"193.149.72.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US IPv6\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030::/45\",\r\n \"2603:1030:9:2::/63\",\r\n \"2603:1030:9:4::/62\",\r\n \"2603:1030:9:8::/61\",\r\n \"2603:1030:9:10::/62\",\r\n \"2603:1030:9:14::/63\",\r\n \"2603:1030:9:17::/64\",\r\n \"2603:1030:9:18::/61\",\r\n \"2603:1030:9:20::/59\",\r\n \"2603:1030:9:40::/58\",\r\n \"2603:1030:9:80::/59\",\r\n \"2603:1030:9:a0::/60\",\r\n \"2603:1030:9:b3::/64\",\r\n \"2603:1030:9:b4::/63\",\r\n \"2603:1030:9:b7::/64\",\r\n \"2603:1030:9:b8::/63\",\r\n \"2603:1030:9:bd::/64\",\r\n \"2603:1030:9:be::/63\",\r\n \"2603:1030:9:c0::/58\",\r\n \"2603:1030:9:100::/64\",\r\n \"2603:1030:9:104::/62\",\r\n \"2603:1030:9:108::/62\",\r\n \"2603:1030:9:10c::/64\",\r\n \"2603:1030:9:111::/64\",\r\n \"2603:1030:9:112::/63\",\r\n \"2603:1030:9:114::/64\",\r\n \"2603:1030:9:118::/62\",\r\n \"2603:1030:9:11c::/63\",\r\n \"2603:1030:9:11f::/64\",\r\n \"2603:1030:9:120::/61\",\r\n \"2603:1030:9:128::/62\",\r\n \"2603:1030:9:12f::/64\",\r\n \"2603:1030:9:130::/60\",\r\n \"2603:1030:9:140::/59\",\r\n \"2603:1030:9:160::/61\",\r\n \"2603:1030:9:168::/62\",\r\n \"2603:1030:9:16f::/64\",\r\n \"2603:1030:9:170::/60\",\r\n \"2603:1030:9:180::/61\",\r\n \"2603:1030:9:18c::/62\",\r\n \"2603:1030:9:190::/60\",\r\n \"2603:1030:9:1a0::/59\",\r\n \"2603:1030:9:1c0::/60\",\r\n \"2603:1030:9:1d0::/62\",\r\n \"2603:1030:9:1d4::/63\",\r\n \"2603:1030:9:1d6::/64\",\r\n \"2603:1030:9:1db::/64\",\r\n \"2603:1030:9:1dc::/62\",\r\n \"2603:1030:9:1e0::/59\",\r\n \"2603:1030:9:200::/57\",\r\n \"2603:1030:9:280::/61\",\r\n \"2603:1030:9:288::/62\",\r\n \"2603:1030:9:28d::/64\",\r\n \"2603:1030:9:28e::/63\",\r\n \"2603:1030:9:290::/60\",\r\n \"2603:1030:9:2a0::/59\",\r\n \"2603:1030:9:2c0::/63\",\r\n \"2603:1030:9:2c2::/64\",\r\n \"2603:1030:9:2c4::/62\",\r\n \"2603:1030:9:2c8::/62\",\r\n \"2603:1030:9:2cc::/63\",\r\n \"2603:1030:9:2d4::/62\",\r\n \"2603:1030:9:2d8::/61\",\r\n \"2603:1030:9:2e0::/59\",\r\n \"2603:1030:9:300::/60\",\r\n \"2603:1030:9:310::/62\",\r\n \"2603:1030:9:314::/64\",\r\n \"2603:1030:9:319::/64\",\r\n \"2603:1030:9:31a::/63\",\r\n \"2603:1030:9:31c::/62\",\r\n \"2603:1030:9:320::/62\",\r\n \"2603:1030:9:324::/63\",\r\n \"2603:1030:9:328::/63\",\r\n \"2603:1030:9:339::/64\",\r\n \"2603:1030:9:33a::/63\",\r\n \"2603:1030:9:33c::/62\",\r\n \"2603:1030:9:340::/62\",\r\n \"2603:1030:9:344::/64\",\r\n \"2603:1030:9:348::/61\",\r\n \"2603:1030:9:350::/64\",\r\n \"2603:1030:9:352::/63\",\r\n \"2603:1030:9:354::/62\",\r\n \"2603:1030:9:358::/61\",\r\n \"2603:1030:9:360::/61\",\r\n \"2603:1030:9:368::/63\",\r\n \"2603:1030:9:36a::/64\",\r\n \"2603:1030:9:36e::/64\",\r\n \"2603:1030:9:370::/61\",\r\n \"2603:1030:9:378::/62\",\r\n \"2603:1030:9:37c::/64\",\r\n \"2603:1030:9:37e::/63\",\r\n \"2603:1030:9:380::/57\",\r\n \"2603:1030:9:400::/61\",\r\n \"2603:1030:9:408::/62\",\r\n \"2603:1030:9:40c::/63\",\r\n \"2603:1030:9:40f::/64\",\r\n \"2603:1030:9:410::/61\",\r\n \"2603:1030:9:418::/62\",\r\n \"2603:1030:9:420::/61\",\r\n \"2603:1030:9:428::/63\",\r\n \"2603:1030:9:42a::/64\",\r\n \"2603:1030:9:42f::/64\",\r\n \"2603:1030:9:430::/62\",\r\n \"2603:1030:9:434::/64\",\r\n \"2603:1030:9:436::/63\",\r\n \"2603:1030:9:438::/62\",\r\n \"2603:1030:9:43c::/63\",\r\n \"2603:1030:9:440::/62\",\r\n \"2603:1030:9:444::/63\",\r\n \"2603:1030:9:446::/64\",\r\n \"2603:1030:9:449::/64\",\r\n \"2603:1030:9:44a::/63\",\r\n \"2603:1030:9:44c::/62\",\r\n \"2603:1030:9:450::/60\",\r\n \"2603:1030:a::/47\",\r\n \"2603:1030:10::/47\",\r\n \"2603:1030:13::/56\",\r\n \"2603:1030:13:200::/62\",\r\n \"2603:1061:1312:800::/54\",\r\n \"2603:1061:1312:3002::/63\",\r\n \"2603:1061:1312:3004::/62\",\r\n \"2603:1061:1312:3008::/61\",\r\n \"2603:1061:1312:3010::/60\",\r\n \"2603:1061:1312:3020::/59\",\r\n \"2603:1061:1312:3040::/58\",\r\n \"2603:1061:1312:3080::/57\",\r\n \"2603:1061:1312:3100::/56\",\r\n \"2603:1061:1312:3200::/55\",\r\n \"2603:1061:170a::/48\",\r\n \"2603:1061:2010:6::/64\",\r\n \"2603:1062:2:180::/57\",\r\n \"2603:1062:c:2a::/63\",\r\n \"2603:1063:406::/56\",\r\n \"2603:10b0:112:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US EUAP\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"13.67.153.16/28\",\r\n \"13.67.154.0/24\",\r\n \"20.45.192.0/24\",\r\n \"20.45.194.0/23\",\r\n \"20.45.196.0/22\",\r\n \"20.45.200.0/21\",\r\n \"20.45.208.0/20\",\r\n \"20.45.224.0/19\",\r\n \"20.46.0.0/21\",\r\n \"20.46.8.0/23\",\r\n \"20.46.10.0/26\",\r\n \"20.46.10.96/27\",\r\n \"20.46.10.128/25\",\r\n \"20.46.11.0/24\",\r\n \"20.46.12.0/22\",\r\n \"20.46.16.0/20\",\r\n \"20.51.24.0/21\",\r\n \"20.60.24.0/23\",\r\n \"20.112.128.0/19\",\r\n \"20.150.23.0/24\",\r\n \"20.150.47.0/25\",\r\n \"20.209.124.0/23\",\r\n \"20.228.0.0/18\",\r\n \"40.64.175.0/25\",\r\n \"40.66.120.0/21\",\r\n \"40.78.200.0/23\",\r\n \"40.78.202.0/24\",\r\n \"40.78.203.0/26\",\r\n \"40.78.203.96/27\",\r\n \"40.78.203.128/25\",\r\n \"40.78.204.0/22\",\r\n \"40.78.208.16/28\",\r\n \"40.79.232.0/21\",\r\n \"40.82.0.0/22\",\r\n \"40.83.24.96/27\",\r\n \"40.87.180.6/31\",\r\n \"40.87.180.8/30\",\r\n \"40.87.180.12/31\",\r\n \"40.87.180.22/31\",\r\n \"40.87.180.24/30\",\r\n \"40.87.180.40/31\",\r\n \"40.87.180.68/30\",\r\n \"40.87.180.72/31\",\r\n \"40.87.180.196/30\",\r\n \"40.87.180.200/31\",\r\n \"40.87.180.252/30\",\r\n \"40.87.181.0/30\",\r\n \"40.87.181.154/31\",\r\n \"40.87.181.156/30\",\r\n \"40.87.181.160/31\",\r\n \"40.87.182.0/30\",\r\n \"40.87.182.16/29\",\r\n \"40.87.182.60/31\",\r\n \"40.87.183.28/30\",\r\n \"40.87.183.32/31\",\r\n \"40.87.183.40/31\",\r\n \"40.87.183.48/30\",\r\n \"40.87.183.52/31\",\r\n \"40.87.183.128/28\",\r\n \"40.87.183.238/31\",\r\n \"40.87.183.240/30\",\r\n \"40.89.32.0/19\",\r\n \"40.120.164.0/31\",\r\n \"40.120.164.28/30\",\r\n \"40.120.164.32/30\",\r\n \"40.120.164.58/31\",\r\n \"40.120.164.60/30\",\r\n \"40.120.164.64/31\",\r\n \"40.120.164.78/31\",\r\n \"40.120.164.96/30\",\r\n \"40.120.164.114/31\",\r\n \"40.120.164.116/31\",\r\n \"40.122.0.0/20\",\r\n \"40.123.169.4/31\",\r\n \"40.123.169.106/31\",\r\n \"40.123.169.128/29\",\r\n \"40.123.169.136/30\",\r\n \"40.123.170.14/31\",\r\n \"40.123.170.16/30\",\r\n \"40.123.170.20/31\",\r\n \"40.123.170.48/30\",\r\n \"40.123.170.56/29\",\r\n \"40.123.170.64/28\",\r\n \"40.123.170.80/30\",\r\n \"40.123.170.84/31\",\r\n \"40.123.170.110/31\",\r\n \"40.123.170.112/30\",\r\n \"40.123.170.128/31\",\r\n \"40.123.170.186/31\",\r\n \"40.123.170.188/30\",\r\n \"40.123.170.194/31\",\r\n \"40.123.170.222/31\",\r\n \"52.141.224.0/20\",\r\n \"52.143.198.0/24\",\r\n \"52.158.176.0/20\",\r\n \"52.165.104.128/26\",\r\n \"52.176.225.0/24\",\r\n \"52.176.232.0/21\",\r\n \"52.176.240.0/20\",\r\n \"52.180.160.0/20\",\r\n \"52.180.176.0/21\",\r\n \"52.185.56.112/28\",\r\n \"52.185.112.64/27\",\r\n \"52.239.177.0/27\",\r\n \"52.239.238.0/24\",\r\n \"52.245.69.0/27\",\r\n \"52.253.156.0/22\",\r\n \"52.253.232.0/21\",\r\n \"104.208.48.0/20\",\r\n \"168.61.136.0/22\",\r\n \"168.61.140.0/26\",\r\n \"168.61.140.64/27\",\r\n \"168.61.140.104/29\",\r\n \"168.61.140.112/28\",\r\n \"168.61.140.128/25\",\r\n \"168.61.141.0/24\",\r\n \"168.61.142.0/23\",\r\n \"168.61.224.0/19\",\r\n \"172.215.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:8::/48\",\r\n \"2603:1030:9::/63\",\r\n \"2603:1030:9:16::/64\",\r\n \"2603:1030:9:b0::/63\",\r\n \"2603:1030:9:b2::/64\",\r\n \"2603:1030:9:b6::/64\",\r\n \"2603:1030:9:ba::/63\",\r\n \"2603:1030:9:bc::/64\",\r\n \"2603:1030:9:101::/64\",\r\n \"2603:1030:9:102::/63\",\r\n \"2603:1030:9:10d::/64\",\r\n \"2603:1030:9:10e::/63\",\r\n \"2603:1030:9:110::/64\",\r\n \"2603:1030:9:115::/64\",\r\n \"2603:1030:9:116::/63\",\r\n \"2603:1030:9:11e::/64\",\r\n \"2603:1030:9:12c::/63\",\r\n \"2603:1030:9:12e::/64\",\r\n \"2603:1030:9:16c::/63\",\r\n \"2603:1030:9:16e::/64\",\r\n \"2603:1030:9:188::/62\",\r\n \"2603:1030:9:1d7::/64\",\r\n \"2603:1030:9:1d8::/63\",\r\n \"2603:1030:9:1da::/64\",\r\n \"2603:1030:9:28c::/64\",\r\n \"2603:1030:9:2c3::/64\",\r\n \"2603:1030:9:2ce::/63\",\r\n \"2603:1030:9:2d0::/62\",\r\n \"2603:1030:9:315::/64\",\r\n \"2603:1030:9:316::/63\",\r\n \"2603:1030:9:318::/64\",\r\n \"2603:1030:9:326::/63\",\r\n \"2603:1030:9:32a::/63\",\r\n \"2603:1030:9:32c::/62\",\r\n \"2603:1030:9:330::/61\",\r\n \"2603:1030:9:338::/64\",\r\n \"2603:1030:9:345::/64\",\r\n \"2603:1030:9:346::/63\",\r\n \"2603:1030:9:351::/64\",\r\n \"2603:1030:9:36b::/64\",\r\n \"2603:1030:9:36c::/63\",\r\n \"2603:1030:9:36f::/64\",\r\n \"2603:1030:9:37d::/64\",\r\n \"2603:1030:9:40e::/64\",\r\n \"2603:1030:9:41c::/62\",\r\n \"2603:1030:9:42b::/64\",\r\n \"2603:1030:9:42c::/63\",\r\n \"2603:1030:9:42e::/64\",\r\n \"2603:1030:9:435::/64\",\r\n \"2603:1030:9:43e::/63\",\r\n \"2603:1030:9:447::/64\",\r\n \"2603:1030:9:448::/64\",\r\n \"2603:1030:f::800/117\",\r\n \"2603:1030:f::1000/116\",\r\n \"2603:1030:f::2000/115\",\r\n \"2603:1030:f::4000/114\",\r\n \"2603:1030:f::8000/113\",\r\n \"2603:1030:f::1:0/112\",\r\n \"2603:1030:f::2:0/111\",\r\n \"2603:1030:f::4:0/110\",\r\n \"2603:1030:f::8:0/109\",\r\n \"2603:1030:f::10:0/108\",\r\n \"2603:1030:f::20:0/107\",\r\n \"2603:1030:f::40:0/106\",\r\n \"2603:1030:f::80:0/105\",\r\n \"2603:1030:f::100:0/104\",\r\n \"2603:1030:f::200:0/103\",\r\n \"2603:1030:f::400:0/102\",\r\n \"2603:1030:f::800:0/101\",\r\n \"2603:1030:f::1000:0/100\",\r\n \"2603:1030:f::2000:0/99\",\r\n \"2603:1030:f::4000:0/98\",\r\n \"2603:1030:f::8000:0/97\",\r\n \"2603:1030:f::1:0:0/96\",\r\n \"2603:1030:f::2:0:0/95\",\r\n \"2603:1030:f::4:0:0/94\",\r\n \"2603:1030:f::8:0:0/93\",\r\n \"2603:1030:f::10:0:0/92\",\r\n \"2603:1030:f::20:0:0/91\",\r\n \"2603:1030:f::40:0:0/90\",\r\n \"2603:1030:f::80:0:0/89\",\r\n \"2603:1030:f::100:0:0/88\",\r\n \"2603:1030:f::200:0:0/87\",\r\n \"2603:1030:f::400:0:0/86\",\r\n \"2603:1030:f::800:0:0/85\",\r\n \"2603:1030:f::1000:0:0/84\",\r\n \"2603:1030:f::2000:0:0/83\",\r\n \"2603:1030:f::4000:0:0/82\",\r\n \"2603:1030:f::8000:0:0/81\",\r\n \"2603:1030:f:0:1::/80\",\r\n \"2603:1030:f:0:2::/79\",\r\n \"2603:1030:f:0:4::/78\",\r\n \"2603:1030:f:0:8::/77\",\r\n \"2603:1030:f:0:10::/76\",\r\n \"2603:1030:f:0:20::/75\",\r\n \"2603:1030:f:0:40::/74\",\r\n \"2603:1030:f:0:80::/73\",\r\n \"2603:1030:f:0:100::/72\",\r\n \"2603:1030:f:0:200::/71\",\r\n \"2603:1030:f:0:400::/70\",\r\n \"2603:1030:f:0:800::/69\",\r\n \"2603:1030:f:0:1000::/68\",\r\n \"2603:1030:f:0:2000::/67\",\r\n \"2603:1030:f:0:4000::/66\",\r\n \"2603:1030:f:0:8000::/65\",\r\n \"2603:1030:f:1::/64\",\r\n \"2603:1030:f:2::/63\",\r\n \"2603:1030:f:4::/62\",\r\n \"2603:1030:f:8::/61\",\r\n \"2603:1030:f:10::/60\",\r\n \"2603:1030:f:20::/59\",\r\n \"2603:1030:f:40::/58\",\r\n \"2603:1030:f:80::/57\",\r\n \"2603:1030:f:100::/56\",\r\n \"2603:1030:f:200::/55\",\r\n \"2603:1030:f:400::800/117\",\r\n \"2603:1030:f:400::1000/116\",\r\n \"2603:1030:f:400::2000/115\",\r\n \"2603:1030:f:400::4000/114\",\r\n \"2603:1030:f:400::8000/113\",\r\n \"2603:1030:f:400::1:0/112\",\r\n \"2603:1030:f:400::2:0/111\",\r\n \"2603:1030:f:400::4:0/110\",\r\n \"2603:1030:f:400::8:0/109\",\r\n \"2603:1030:f:400::10:0/108\",\r\n \"2603:1030:f:400::20:0/107\",\r\n \"2603:1030:f:400::40:0/106\",\r\n \"2603:1030:f:400::80:0/105\",\r\n \"2603:1030:f:400::100:0/104\",\r\n \"2603:1030:f:400::200:0/103\",\r\n \"2603:1030:f:400::400:0/102\",\r\n \"2603:1030:f:400::800:0/101\",\r\n \"2603:1030:f:400::1000:0/100\",\r\n \"2603:1030:f:400::2000:0/99\",\r\n \"2603:1030:f:400::4000:0/98\",\r\n \"2603:1030:f:400::8000:0/97\",\r\n \"2603:1030:f:400:0:1::/96\",\r\n \"2603:1030:f:400:0:2::/95\",\r\n \"2603:1030:f:400:0:4::/94\",\r\n \"2603:1030:f:400:0:8::/93\",\r\n \"2603:1030:f:400:0:10::/92\",\r\n \"2603:1030:f:400:0:20::/91\",\r\n \"2603:1030:f:400:0:40::/90\",\r\n \"2603:1030:f:400:0:80::/89\",\r\n \"2603:1030:f:400:0:100::/88\",\r\n \"2603:1030:f:400:0:200::/87\",\r\n \"2603:1030:f:400:0:400::/86\",\r\n \"2603:1030:f:400:0:800::/85\",\r\n \"2603:1030:f:400:0:1000::/84\",\r\n \"2603:1030:f:400:0:2000::/83\",\r\n \"2603:1030:f:400:0:4000::/82\",\r\n \"2603:1030:f:400:0:8000::/81\",\r\n \"2603:1030:f:400:1::/80\",\r\n \"2603:1030:f:400:2::/79\",\r\n \"2603:1030:f:400:4::/78\",\r\n \"2603:1030:f:400:8::/77\",\r\n \"2603:1030:f:400:10::/76\",\r\n \"2603:1030:f:400:20::/75\",\r\n \"2603:1030:f:400:40::/74\",\r\n \"2603:1030:f:400:80::/73\",\r\n \"2603:1030:f:400:100::/72\",\r\n \"2603:1030:f:400:200::/71\",\r\n \"2603:1030:f:400:400::/70\",\r\n \"2603:1030:f:400:800::/69\",\r\n \"2603:1030:f:400:1000::/68\",\r\n \"2603:1030:f:400:2000::/67\",\r\n \"2603:1030:f:400:4000::/66\",\r\n \"2603:1030:f:400:8000::/65\",\r\n \"2603:1030:f:401::/64\",\r\n \"2603:1030:f:402::/63\",\r\n \"2603:1030:f:404::/62\",\r\n \"2603:1030:f:408::/61\",\r\n \"2603:1030:f:410::/60\",\r\n \"2603:1030:f:420::/59\",\r\n \"2603:1030:f:440::/58\",\r\n \"2603:1030:f:480::/57\",\r\n \"2603:1030:f:500::/56\",\r\n \"2603:1030:f:600::/55\",\r\n \"2603:1030:f:800::/53\",\r\n \"2603:1030:f:1000::/52\",\r\n \"2603:1030:f:2000::/51\",\r\n \"2603:1030:f:4000::/50\",\r\n \"2603:1030:f:8000::/49\",\r\n \"2603:1030:12::/48\",\r\n \"2603:1030:13:100::/56\",\r\n \"2603:1061:1312:3402::/63\",\r\n \"2603:1061:1312:3404::/62\",\r\n \"2603:1061:1312:3408::/61\",\r\n \"2603:1061:1312:3410::/60\",\r\n \"2603:1061:1312:3420::/59\",\r\n \"2603:1061:1312:3440::/58\",\r\n \"2603:1061:1312:3480::/57\",\r\n \"2603:1061:1312:3500::/56\",\r\n \"2603:1061:1312:3600::/55\",\r\n \"2603:1061:1703::/48\",\r\n \"2603:1061:2010:1e::/64\",\r\n \"2603:1063:407::/56\",\r\n \"2603:10b0:112::/64\",\r\n \"2603:10b0:112:20::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East Asia\",\r\n \"communityValue\": \"12076:51010\",\r\n \"communityPrefixes\": [\r\n \"4.144.0.0/17\",\r\n \"4.191.0.0/16\",\r\n \"4.192.0.0/16\",\r\n \"4.252.0.0/16\",\r\n \"13.70.0.0/18\",\r\n \"13.72.192.0/19\",\r\n \"13.75.0.0/19\",\r\n \"13.75.32.0/23\",\r\n \"13.75.34.0/24\",\r\n \"13.75.36.0/23\",\r\n \"13.75.38.0/27\",\r\n \"13.75.38.64/26\",\r\n \"13.75.38.128/25\",\r\n \"13.75.39.0/24\",\r\n \"13.75.40.0/21\",\r\n \"13.75.48.0/20\",\r\n \"13.75.64.0/18\",\r\n \"13.88.208.0/20\",\r\n \"13.94.0.0/18\",\r\n \"20.2.0.0/16\",\r\n \"20.6.128.0/17\",\r\n \"20.24.64.0/18\",\r\n \"20.24.192.0/18\",\r\n \"20.60.86.0/23\",\r\n \"20.60.131.0/24\",\r\n \"20.60.254.0/23\",\r\n \"20.95.133.0/24\",\r\n \"20.95.139.0/24\",\r\n \"20.150.1.128/25\",\r\n \"20.150.22.0/24\",\r\n \"20.150.96.0/24\",\r\n \"20.187.64.0/18\",\r\n \"20.187.128.0/18\",\r\n \"20.187.192.0/22\",\r\n \"20.187.196.0/24\",\r\n \"20.187.197.0/27\",\r\n \"20.187.197.64/26\",\r\n \"20.187.197.128/26\",\r\n \"20.187.197.192/27\",\r\n \"20.187.197.224/28\",\r\n \"20.187.198.0/23\",\r\n \"20.187.224.0/19\",\r\n \"20.189.64.0/18\",\r\n \"20.195.72.0/21\",\r\n \"20.195.88.0/21\",\r\n \"20.205.0.0/18\",\r\n \"20.205.64.0/20\",\r\n \"20.205.80.0/21\",\r\n \"20.205.96.0/19\",\r\n \"20.205.128.0/20\",\r\n \"20.209.166.0/23\",\r\n \"20.239.0.0/16\",\r\n \"20.247.0.0/17\",\r\n \"20.255.0.0/16\",\r\n \"23.97.64.0/19\",\r\n \"23.98.32.0/21\",\r\n \"23.98.40.0/22\",\r\n \"23.98.44.0/24\",\r\n \"23.99.96.0/19\",\r\n \"23.100.88.0/21\",\r\n \"23.101.0.0/20\",\r\n \"23.102.200.0/23\",\r\n \"23.102.224.0/19\",\r\n \"40.64.145.192/28\",\r\n \"40.64.164.0/25\",\r\n \"40.79.210.0/24\",\r\n \"40.81.16.0/20\",\r\n \"40.83.64.0/18\",\r\n \"40.87.192.0/22\",\r\n \"52.120.157.0/24\",\r\n \"52.121.112.0/22\",\r\n \"52.139.128.0/18\",\r\n \"52.175.0.0/17\",\r\n \"52.184.0.0/17\",\r\n \"52.229.128.0/17\",\r\n \"52.232.153.0/24\",\r\n \"52.239.128.0/24\",\r\n \"52.239.224.0/24\",\r\n \"52.245.56.0/22\",\r\n \"52.246.128.0/20\",\r\n \"52.253.222.0/23\",\r\n \"65.52.160.0/19\",\r\n \"104.46.24.0/22\",\r\n \"104.208.64.0/18\",\r\n \"104.214.160.0/22\",\r\n \"104.214.164.0/27\",\r\n \"104.214.164.32/28\",\r\n \"104.214.164.48/29\",\r\n \"104.214.164.64/26\",\r\n \"104.214.164.128/25\",\r\n \"104.214.165.0/24\",\r\n \"104.214.166.0/23\",\r\n \"104.214.168.0/21\",\r\n \"104.214.176.0/20\",\r\n \"134.170.192.0/21\",\r\n \"137.116.160.0/20\",\r\n \"168.63.128.0/24\",\r\n \"168.63.129.0/28\",\r\n \"168.63.129.32/27\",\r\n \"168.63.129.64/26\",\r\n \"168.63.129.128/25\",\r\n \"168.63.130.0/23\",\r\n \"168.63.132.0/22\",\r\n \"168.63.136.0/21\",\r\n \"168.63.148.0/22\",\r\n \"168.63.152.0/22\",\r\n \"168.63.156.0/24\",\r\n \"168.63.192.0/19\",\r\n \"191.234.2.0/23\",\r\n \"191.234.16.0/20\",\r\n \"191.237.238.0/24\",\r\n \"204.231.197.0/24\",\r\n \"207.46.67.160/27\",\r\n \"207.46.67.192/27\",\r\n \"207.46.72.0/27\",\r\n \"207.46.77.224/28\",\r\n \"207.46.87.0/24\",\r\n \"207.46.89.16/28\",\r\n \"207.46.95.32/27\",\r\n \"207.46.128.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East Asia IPv6\",\r\n \"communityValue\": \"12076:51010\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:200::/46\",\r\n \"2603:1040:204::/48\",\r\n \"2603:1040:207::/48\",\r\n \"2603:1040:208::/48\",\r\n \"2603:1046:1401::800/117\",\r\n \"2603:1046:1401::1000/116\",\r\n \"2603:1046:1401::2000/115\",\r\n \"2603:1046:1401::4000/114\",\r\n \"2603:1046:1401::8000/113\",\r\n \"2603:1046:1401::1:0/112\",\r\n \"2603:1046:1401::2:0/111\",\r\n \"2603:1046:1401::4:0/110\",\r\n \"2603:1046:1401::8:0/109\",\r\n \"2603:1046:1401::10:0/108\",\r\n \"2603:1046:1401::20:0/107\",\r\n \"2603:1046:1401::40:0/106\",\r\n \"2603:1046:1401::80:0/105\",\r\n \"2603:1046:1401::100:0/104\",\r\n \"2603:1046:1401::200:0/103\",\r\n \"2603:1046:1401::400:0/102\",\r\n \"2603:1046:1401::800:0/101\",\r\n \"2603:1046:1401::1000:0/100\",\r\n \"2603:1046:1401::2000:0/99\",\r\n \"2603:1046:1401::4000:0/98\",\r\n \"2603:1046:1401::8000:0/97\",\r\n \"2603:1046:1401::1:0:0/96\",\r\n \"2603:1046:1401::2:0:0/95\",\r\n \"2603:1046:1401::4:0:0/94\",\r\n \"2603:1046:1401::8:0:0/93\",\r\n \"2603:1046:1401::10:0:0/92\",\r\n \"2603:1046:1401::20:0:0/91\",\r\n \"2603:1046:1401::40:0:0/90\",\r\n \"2603:1046:1401::80:0:0/89\",\r\n \"2603:1046:1401::100:0:0/88\",\r\n \"2603:1046:1401::200:0:0/87\",\r\n \"2603:1046:1401::400:0:0/86\",\r\n \"2603:1046:1401::800:0:0/85\",\r\n \"2603:1046:1401::1000:0:0/84\",\r\n \"2603:1046:1401::2000:0:0/83\",\r\n \"2603:1046:1401::4000:0:0/82\",\r\n \"2603:1046:1401::8000:0:0/81\",\r\n \"2603:1046:1401:0:1::/80\",\r\n \"2603:1046:1401:0:2::/79\",\r\n \"2603:1046:1401:0:4::/78\",\r\n \"2603:1046:1401:0:8::/77\",\r\n \"2603:1046:1401:0:10::/76\",\r\n \"2603:1046:1401:0:20::/75\",\r\n \"2603:1046:1401:0:40::/74\",\r\n \"2603:1046:1401:0:80::/73\",\r\n \"2603:1046:1401:0:100::/72\",\r\n \"2603:1046:1401:0:200::/71\",\r\n \"2603:1046:1401:0:400::/70\",\r\n \"2603:1046:1401:0:800::/69\",\r\n \"2603:1046:1401:0:1000::/68\",\r\n \"2603:1046:1401:0:2000::/67\",\r\n \"2603:1046:1401:0:4000::/66\",\r\n \"2603:1046:1401:0:8000::/65\",\r\n \"2603:1046:1401:1::800/117\",\r\n \"2603:1046:1401:1::1000/116\",\r\n \"2603:1046:1401:1::2000/115\",\r\n \"2603:1046:1401:1::4000/114\",\r\n \"2603:1046:1401:1::8000/113\",\r\n \"2603:1046:1401:1::1:0/112\",\r\n \"2603:1046:1401:1::2:0/111\",\r\n \"2603:1046:1401:1::4:0/110\",\r\n \"2603:1046:1401:1::8:0/109\",\r\n \"2603:1046:1401:1::10:0/108\",\r\n \"2603:1046:1401:1::20:0/107\",\r\n \"2603:1046:1401:1::40:0/106\",\r\n \"2603:1046:1401:1::80:0/105\",\r\n \"2603:1046:1401:1::100:0/104\",\r\n \"2603:1046:1401:1::200:0/103\",\r\n \"2603:1046:1401:1::400:0/102\",\r\n \"2603:1046:1401:1::800:0/101\",\r\n \"2603:1046:1401:1::1000:0/100\",\r\n \"2603:1046:1401:1::2000:0/99\",\r\n \"2603:1046:1401:1::4000:0/98\",\r\n \"2603:1046:1401:1::8000:0/97\",\r\n \"2603:1046:1401:1:0:1::/96\",\r\n \"2603:1046:1401:1:0:2::/95\",\r\n \"2603:1046:1401:1:0:4::/94\",\r\n \"2603:1046:1401:1:0:8::/93\",\r\n \"2603:1046:1401:1:0:10::/92\",\r\n \"2603:1046:1401:1:0:20::/91\",\r\n \"2603:1046:1401:1:0:40::/90\",\r\n \"2603:1046:1401:1:0:80::/89\",\r\n \"2603:1046:1401:1:0:100::/88\",\r\n \"2603:1046:1401:1:0:200::/87\",\r\n \"2603:1046:1401:1:0:400::/86\",\r\n \"2603:1046:1401:1:0:800::/85\",\r\n \"2603:1046:1401:1:0:1000::/84\",\r\n \"2603:1046:1401:1:0:2000::/83\",\r\n \"2603:1046:1401:1:0:4000::/82\",\r\n \"2603:1046:1401:1:0:8000::/81\",\r\n \"2603:1046:1401:1:1::/80\",\r\n \"2603:1046:1401:1:2::/79\",\r\n \"2603:1046:1401:1:4::/78\",\r\n \"2603:1046:1401:1:8::/77\",\r\n \"2603:1046:1401:1:10::/76\",\r\n \"2603:1046:1401:1:20::/75\",\r\n \"2603:1046:1401:1:40::/74\",\r\n \"2603:1046:1401:1:80::/73\",\r\n \"2603:1046:1401:1:100::/72\",\r\n \"2603:1046:1401:1:200::/71\",\r\n \"2603:1046:1401:1:400::/70\",\r\n \"2603:1046:1401:1:800::/69\",\r\n \"2603:1046:1401:1:1000::/68\",\r\n \"2603:1046:1401:1:2000::/67\",\r\n \"2603:1046:1401:1:4000::/66\",\r\n \"2603:1046:1401:1:8000::/65\",\r\n \"2603:1046:1401:2::/63\",\r\n \"2603:1046:1401:4::/62\",\r\n \"2603:1046:1401:8::/61\",\r\n \"2603:1046:1401:10::/60\",\r\n \"2603:1046:1401:20::/59\",\r\n \"2603:1046:1401:40::/58\",\r\n \"2603:1046:1401:80::/57\",\r\n \"2603:1046:1401:100::/56\",\r\n \"2603:1046:1401:200::/55\",\r\n \"2603:1046:1401:400::/54\",\r\n \"2603:1046:1401:800::/53\",\r\n \"2603:1046:1401:1000::/52\",\r\n \"2603:1046:1401:2000::/51\",\r\n \"2603:1046:1401:4000::/50\",\r\n \"2603:1046:1401:8000::/49\",\r\n \"2603:1061:1310:400::/54\",\r\n \"2603:1061:170c::/48\",\r\n \"2603:1061:2000:7c0::/62\",\r\n \"2603:1061:2002:8100::/57\",\r\n \"2603:1061:2004:6000::/57\",\r\n \"2603:1061:2010:8::/64\",\r\n \"2603:1090:305::/60\",\r\n \"2a01:111:f100:6000::/64\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US\",\r\n \"communityValue\": \"12076:51004\",\r\n \"communityPrefixes\": [\r\n \"4.156.0.0/15\",\r\n \"4.227.128.0/17\",\r\n \"4.236.128.0/17\",\r\n \"4.246.128.0/17\",\r\n \"4.255.0.0/17\",\r\n \"13.68.128.0/17\",\r\n \"13.72.64.0/21\",\r\n \"13.72.72.0/24\",\r\n \"13.72.73.0/26\",\r\n \"13.72.73.64/27\",\r\n \"13.72.73.96/29\",\r\n \"13.72.73.104/30\",\r\n \"13.72.73.108/31\",\r\n \"13.72.73.111/32\",\r\n \"13.72.73.112/28\",\r\n \"13.72.73.128/25\",\r\n \"13.72.74.0/23\",\r\n \"13.72.76.0/22\",\r\n \"13.72.80.0/20\",\r\n \"13.72.96.0/19\",\r\n \"13.82.0.0/16\",\r\n \"13.87.112.0/21\",\r\n \"13.90.0.0/18\",\r\n \"13.90.64.0/20\",\r\n \"13.90.80.0/22\",\r\n \"13.90.84.0/23\",\r\n \"13.90.86.0/32\",\r\n \"13.90.86.2/31\",\r\n \"13.90.86.4/30\",\r\n \"13.90.86.8/29\",\r\n \"13.90.86.16/28\",\r\n \"13.90.86.32/27\",\r\n \"13.90.86.64/26\",\r\n \"13.90.86.128/25\",\r\n \"13.90.87.0/24\",\r\n \"13.90.88.0/21\",\r\n \"13.90.96.0/19\",\r\n \"13.90.128.0/17\",\r\n \"13.92.0.0/18\",\r\n \"13.92.64.0/19\",\r\n \"13.92.96.0/24\",\r\n \"13.92.97.0/25\",\r\n \"13.92.97.128/26\",\r\n \"13.92.97.192/27\",\r\n \"13.92.97.224/28\",\r\n \"13.92.97.240/31\",\r\n \"13.92.97.242/32\",\r\n \"13.92.97.244/30\",\r\n \"13.92.97.248/29\",\r\n \"13.92.98.0/23\",\r\n \"13.92.100.0/22\",\r\n \"13.92.104.0/21\",\r\n \"13.92.112.0/20\",\r\n \"13.92.128.0/19\",\r\n \"13.92.160.0/20\",\r\n \"13.92.176.0/21\",\r\n \"13.92.184.0/22\",\r\n \"13.92.188.0/25\",\r\n \"13.92.188.128/26\",\r\n \"13.92.188.192/28\",\r\n \"13.92.188.208/32\",\r\n \"13.92.188.210/31\",\r\n \"13.92.188.212/30\",\r\n \"13.92.188.216/29\",\r\n \"13.92.188.224/27\",\r\n \"13.92.189.0/24\",\r\n \"13.92.190.0/25\",\r\n \"13.92.190.128/27\",\r\n \"13.92.190.160/28\",\r\n \"13.92.190.176/29\",\r\n \"13.92.190.184/32\",\r\n \"13.92.190.186/31\",\r\n \"13.92.190.188/30\",\r\n \"13.92.190.192/26\",\r\n \"13.92.191.0/24\",\r\n \"13.92.192.0/18\",\r\n \"13.104.192.0/21\",\r\n \"20.25.0.0/17\",\r\n \"20.38.98.0/24\",\r\n \"20.39.32.0/20\",\r\n \"20.39.48.0/21\",\r\n \"20.39.56.0/23\",\r\n \"20.39.60.0/22\",\r\n \"20.42.0.0/17\",\r\n \"20.49.104.0/21\",\r\n \"20.51.128.0/17\",\r\n \"20.55.0.0/17\",\r\n \"20.60.0.0/24\",\r\n \"20.60.2.0/23\",\r\n \"20.60.6.0/23\",\r\n \"20.60.60.0/22\",\r\n \"20.60.128.0/23\",\r\n \"20.60.134.0/23\",\r\n \"20.60.146.0/23\",\r\n \"20.60.220.0/23\",\r\n \"20.62.128.0/24\",\r\n \"20.62.129.32/27\",\r\n \"20.62.129.64/26\",\r\n \"20.62.129.128/26\",\r\n \"20.62.129.192/27\",\r\n \"20.62.129.224/28\",\r\n \"20.62.130.0/23\",\r\n \"20.62.132.0/23\",\r\n \"20.62.134.0/26\",\r\n \"20.62.134.64/29\",\r\n \"20.62.134.72/31\",\r\n \"20.62.134.76/30\",\r\n \"20.62.134.80/28\",\r\n \"20.62.134.96/27\",\r\n \"20.62.134.128/29\",\r\n \"20.62.134.160/27\",\r\n \"20.62.134.224/27\",\r\n \"20.62.135.0/24\",\r\n \"20.62.136.0/21\",\r\n \"20.62.144.0/20\",\r\n \"20.62.160.0/19\",\r\n \"20.62.192.0/18\",\r\n \"20.72.128.0/18\",\r\n \"20.75.128.0/17\",\r\n \"20.81.0.0/17\",\r\n \"20.83.128.0/18\",\r\n \"20.84.0.0/17\",\r\n \"20.85.128.0/17\",\r\n \"20.88.128.0/18\",\r\n \"20.95.0.0/24\",\r\n \"20.95.2.0/24\",\r\n \"20.95.4.0/24\",\r\n \"20.95.6.0/24\",\r\n \"20.95.19.0/24\",\r\n \"20.95.21.0/24\",\r\n \"20.95.31.0/24\",\r\n \"20.95.33.0/24\",\r\n \"20.95.34.0/24\",\r\n \"20.95.54.0/24\",\r\n \"20.95.58.0/24\",\r\n \"20.102.0.0/17\",\r\n \"20.106.128.0/17\",\r\n \"20.115.0.0/17\",\r\n \"20.119.0.0/17\",\r\n \"20.120.0.0/17\",\r\n \"20.121.0.0/16\",\r\n \"20.124.0.0/16\",\r\n \"20.127.0.0/16\",\r\n \"20.136.3.0/25\",\r\n \"20.136.4.0/24\",\r\n \"20.150.32.0/23\",\r\n \"20.150.90.0/24\",\r\n \"20.163.128.0/17\",\r\n \"20.168.192.0/18\",\r\n \"20.169.128.0/17\",\r\n \"20.172.128.0/17\",\r\n \"20.185.0.0/17\",\r\n \"20.185.128.0/18\",\r\n \"20.185.192.0/20\",\r\n \"20.185.208.0/22\",\r\n \"20.185.212.0/26\",\r\n \"20.185.212.64/27\",\r\n \"20.185.212.96/29\",\r\n \"20.185.212.104/31\",\r\n \"20.185.212.107/32\",\r\n \"20.185.212.108/30\",\r\n \"20.185.212.112/28\",\r\n \"20.185.212.128/25\",\r\n \"20.185.213.0/24\",\r\n \"20.185.214.0/25\",\r\n \"20.185.214.128/26\",\r\n \"20.185.214.192/27\",\r\n \"20.185.214.224/30\",\r\n \"20.185.214.228/31\",\r\n \"20.185.214.231/32\",\r\n \"20.185.214.232/29\",\r\n \"20.185.214.240/28\",\r\n \"20.185.215.0/24\",\r\n \"20.185.216.0/21\",\r\n \"20.185.224.0/19\",\r\n \"20.202.20.0/24\",\r\n \"20.202.39.0/24\",\r\n \"20.202.106.0/24\",\r\n \"20.202.110.0/24\",\r\n \"20.202.114.0/24\",\r\n \"20.202.118.0/24\",\r\n \"20.202.120.0/22\",\r\n \"20.202.124.0/24\",\r\n \"20.202.130.0/24\",\r\n \"20.202.134.0/24\",\r\n \"20.202.138.0/24\",\r\n \"20.202.184.0/21\",\r\n \"20.202.192.0/23\",\r\n \"20.209.0.0/23\",\r\n \"20.209.40.0/23\",\r\n \"20.209.52.0/23\",\r\n \"20.209.74.0/23\",\r\n \"20.209.84.0/23\",\r\n \"20.209.106.0/23\",\r\n \"20.209.146.0/23\",\r\n \"20.209.162.0/23\",\r\n \"20.209.226.0/23\",\r\n \"20.228.128.0/17\",\r\n \"20.231.0.0/17\",\r\n \"20.231.192.0/18\",\r\n \"20.232.0.0/16\",\r\n \"20.237.0.0/17\",\r\n \"20.241.128.0/17\",\r\n \"20.242.128.0/19\",\r\n \"20.242.160.0/20\",\r\n \"20.242.176.0/22\",\r\n \"20.242.180.0/24\",\r\n \"20.242.182.0/23\",\r\n \"20.242.184.0/21\",\r\n \"20.242.192.0/18\",\r\n \"20.246.128.0/17\",\r\n \"20.253.0.0/17\",\r\n \"23.96.0.0/17\",\r\n \"23.98.45.0/24\",\r\n \"23.100.16.0/20\",\r\n \"23.101.128.0/20\",\r\n \"40.64.146.80/28\",\r\n \"40.64.164.128/25\",\r\n \"40.71.0.0/21\",\r\n \"40.71.8.0/22\",\r\n \"40.71.12.0/24\",\r\n \"40.71.13.32/27\",\r\n \"40.71.13.64/26\",\r\n \"40.71.13.128/25\",\r\n \"40.71.14.0/23\",\r\n \"40.71.16.0/20\",\r\n \"40.71.32.0/19\",\r\n \"40.71.64.0/20\",\r\n \"40.71.80.0/22\",\r\n \"40.71.84.0/23\",\r\n \"40.71.86.0/26\",\r\n \"40.71.86.64/27\",\r\n \"40.71.86.96/29\",\r\n \"40.71.86.104/31\",\r\n \"40.71.86.106/32\",\r\n \"40.71.86.108/30\",\r\n \"40.71.86.112/28\",\r\n \"40.71.86.128/25\",\r\n \"40.71.87.0/24\",\r\n \"40.71.88.0/21\",\r\n \"40.71.96.0/19\",\r\n \"40.71.128.0/17\",\r\n \"40.76.0.0/16\",\r\n \"40.78.219.0/24\",\r\n \"40.78.224.0/21\",\r\n \"40.79.152.0/21\",\r\n \"40.80.144.0/21\",\r\n \"40.82.24.0/22\",\r\n \"40.82.60.0/22\",\r\n \"40.85.160.0/19\",\r\n \"40.87.0.0/17\",\r\n \"40.87.164.0/22\",\r\n \"40.88.0.0/16\",\r\n \"40.90.224.0/19\",\r\n \"40.91.4.0/22\",\r\n \"40.112.48.0/20\",\r\n \"40.114.0.0/17\",\r\n \"40.117.32.0/23\",\r\n \"40.117.34.0/24\",\r\n \"40.117.35.0/26\",\r\n \"40.117.35.64/27\",\r\n \"40.117.35.96/31\",\r\n \"40.117.35.98/32\",\r\n \"40.117.35.100/30\",\r\n \"40.117.35.104/29\",\r\n \"40.117.35.112/28\",\r\n \"40.117.35.128/25\",\r\n \"40.117.36.0/22\",\r\n \"40.117.40.0/21\",\r\n \"40.117.48.0/20\",\r\n \"40.117.64.0/18\",\r\n \"40.117.128.0/17\",\r\n \"40.120.148.0/25\",\r\n \"40.120.148.128/26\",\r\n \"40.120.148.192/27\",\r\n \"40.120.148.224/31\",\r\n \"40.121.0.0/17\",\r\n \"40.121.128.0/18\",\r\n \"40.121.192.0/20\",\r\n \"40.121.208.0/22\",\r\n \"40.121.212.0/23\",\r\n \"40.121.214.0/27\",\r\n \"40.121.214.32/28\",\r\n \"40.121.214.48/29\",\r\n \"40.121.214.56/31\",\r\n \"40.121.214.59/32\",\r\n \"40.121.214.60/30\",\r\n \"40.121.214.64/26\",\r\n \"40.121.214.128/25\",\r\n \"40.121.215.0/24\",\r\n \"40.121.216.0/21\",\r\n \"40.121.224.0/19\",\r\n \"40.123.132.0/22\",\r\n \"40.123.176.0/22\",\r\n \"52.120.32.0/19\",\r\n \"52.120.224.0/20\",\r\n \"52.136.64.0/18\",\r\n \"52.142.0.0/18\",\r\n \"52.143.207.0/24\",\r\n \"52.146.0.0/17\",\r\n \"52.147.192.0/18\",\r\n \"52.149.128.0/17\",\r\n \"52.150.0.0/17\",\r\n \"52.151.128.0/17\",\r\n \"52.152.128.0/17\",\r\n \"52.154.64.0/18\",\r\n \"52.168.0.0/18\",\r\n \"52.168.64.0/20\",\r\n \"52.168.80.0/21\",\r\n \"52.168.88.0/25\",\r\n \"52.168.88.128/26\",\r\n \"52.168.88.192/27\",\r\n \"52.168.88.224/28\",\r\n \"52.168.88.240/30\",\r\n \"52.168.88.244/31\",\r\n \"52.168.88.246/32\",\r\n \"52.168.88.248/29\",\r\n \"52.168.89.0/28\",\r\n \"52.168.89.16/29\",\r\n \"52.168.89.24/30\",\r\n \"52.168.89.28/31\",\r\n \"52.168.89.31/32\",\r\n \"52.168.89.32/27\",\r\n \"52.168.89.64/26\",\r\n \"52.168.89.128/25\",\r\n \"52.168.90.0/23\",\r\n \"52.168.92.0/25\",\r\n \"52.168.92.128/26\",\r\n \"52.168.92.192/27\",\r\n \"52.168.92.224/29\",\r\n \"52.168.92.232/31\",\r\n \"52.168.92.235/32\",\r\n \"52.168.92.236/30\",\r\n \"52.168.92.240/28\",\r\n \"52.168.93.0/24\",\r\n \"52.168.94.0/23\",\r\n \"52.168.96.0/20\",\r\n \"52.168.112.0/22\",\r\n \"52.168.116.64/26\",\r\n \"52.168.116.128/25\",\r\n \"52.168.117.0/24\",\r\n \"52.168.118.0/23\",\r\n \"52.168.120.0/21\",\r\n \"52.168.128.0/21\",\r\n \"52.168.136.0/25\",\r\n \"52.168.136.128/27\",\r\n \"52.168.136.160/28\",\r\n \"52.168.136.176/29\",\r\n \"52.168.136.184/31\",\r\n \"52.168.136.187/32\",\r\n \"52.168.136.188/30\",\r\n \"52.168.136.192/26\",\r\n \"52.168.137.0/24\",\r\n \"52.168.138.0/24\",\r\n \"52.168.139.0/26\",\r\n \"52.168.139.64/27\",\r\n \"52.168.139.97/32\",\r\n \"52.168.139.98/31\",\r\n \"52.168.139.100/30\",\r\n \"52.168.139.104/29\",\r\n \"52.168.139.112/28\",\r\n \"52.168.139.128/25\",\r\n \"52.168.140.0/24\",\r\n \"52.168.141.0/26\",\r\n \"52.168.141.64/28\",\r\n \"52.168.141.80/29\",\r\n \"52.168.141.88/31\",\r\n \"52.168.141.91/32\",\r\n \"52.168.141.92/30\",\r\n \"52.168.141.96/27\",\r\n \"52.168.141.128/25\",\r\n \"52.168.142.0/24\",\r\n \"52.168.143.0/26\",\r\n \"52.168.143.64/28\",\r\n \"52.168.143.80/30\",\r\n \"52.168.143.84/32\",\r\n \"52.168.143.86/31\",\r\n \"52.168.143.88/29\",\r\n \"52.168.143.96/27\",\r\n \"52.168.143.128/25\",\r\n \"52.168.144.0/20\",\r\n \"52.168.160.0/21\",\r\n \"52.168.168.0/25\",\r\n \"52.168.168.128/27\",\r\n \"52.168.168.160/30\",\r\n \"52.168.168.164/32\",\r\n \"52.168.168.166/31\",\r\n \"52.168.168.168/29\",\r\n \"52.168.168.176/28\",\r\n \"52.168.168.192/26\",\r\n \"52.168.169.0/24\",\r\n \"52.168.170.0/23\",\r\n \"52.168.172.0/22\",\r\n \"52.168.176.0/23\",\r\n \"52.168.178.0/26\",\r\n \"52.168.178.64/29\",\r\n \"52.168.178.72/30\",\r\n \"52.168.178.76/32\",\r\n \"52.168.178.78/31\",\r\n \"52.168.178.80/28\",\r\n \"52.168.178.96/27\",\r\n \"52.168.178.128/25\",\r\n \"52.168.179.0/26\",\r\n \"52.168.179.64/27\",\r\n \"52.168.179.96/28\",\r\n \"52.168.179.112/30\",\r\n \"52.168.179.116/32\",\r\n \"52.168.179.118/31\",\r\n \"52.168.179.120/29\",\r\n \"52.168.179.128/25\",\r\n \"52.168.180.0/25\",\r\n \"52.168.180.128/27\",\r\n \"52.168.180.160/29\",\r\n \"52.168.180.169/32\",\r\n \"52.168.180.170/31\",\r\n \"52.168.180.172/30\",\r\n \"52.168.180.176/28\",\r\n \"52.168.180.192/26\",\r\n \"52.168.181.0/24\",\r\n \"52.168.182.0/23\",\r\n \"52.168.184.0/21\",\r\n \"52.168.192.0/18\",\r\n \"52.170.0.0/20\",\r\n \"52.170.16.0/21\",\r\n \"52.170.24.0/22\",\r\n \"52.170.28.0/25\",\r\n \"52.170.28.128/27\",\r\n \"52.170.28.160/28\",\r\n \"52.170.28.176/29\",\r\n \"52.170.28.185/32\",\r\n \"52.170.28.186/31\",\r\n \"52.170.28.188/30\",\r\n \"52.170.28.192/26\",\r\n \"52.170.29.0/24\",\r\n \"52.170.30.0/23\",\r\n \"52.170.32.0/23\",\r\n \"52.170.34.0/25\",\r\n \"52.170.34.128/26\",\r\n \"52.170.34.192/28\",\r\n \"52.170.34.208/29\",\r\n \"52.170.34.216/32\",\r\n \"52.170.34.218/31\",\r\n \"52.170.34.220/30\",\r\n \"52.170.34.224/27\",\r\n \"52.170.35.0/24\",\r\n \"52.170.36.0/24\",\r\n \"52.170.37.0/25\",\r\n \"52.170.37.128/26\",\r\n \"52.170.37.192/27\",\r\n \"52.170.37.224/29\",\r\n \"52.170.37.232/30\",\r\n \"52.170.37.237/32\",\r\n \"52.170.37.238/31\",\r\n \"52.170.37.240/28\",\r\n \"52.170.38.0/23\",\r\n \"52.170.40.0/21\",\r\n \"52.170.48.0/20\",\r\n \"52.170.64.0/18\",\r\n \"52.170.128.0/18\",\r\n \"52.170.192.0/20\",\r\n \"52.170.208.0/24\",\r\n \"52.170.209.0/28\",\r\n \"52.170.209.16/30\",\r\n \"52.170.209.20/31\",\r\n \"52.170.209.23/32\",\r\n \"52.170.209.24/29\",\r\n \"52.170.209.32/27\",\r\n \"52.170.209.64/26\",\r\n \"52.170.209.128/25\",\r\n \"52.170.210.0/23\",\r\n \"52.170.212.0/22\",\r\n \"52.170.216.0/21\",\r\n \"52.170.224.0/19\",\r\n \"52.179.0.0/20\",\r\n \"52.179.16.0/22\",\r\n \"52.179.20.0/23\",\r\n \"52.179.22.0/24\",\r\n \"52.179.23.0/25\",\r\n \"52.179.23.128/26\",\r\n \"52.179.23.192/29\",\r\n \"52.179.23.201/32\",\r\n \"52.179.23.202/31\",\r\n \"52.179.23.204/30\",\r\n \"52.179.23.208/28\",\r\n \"52.179.23.224/27\",\r\n \"52.179.24.0/21\",\r\n \"52.179.32.0/19\",\r\n \"52.179.64.0/18\",\r\n \"52.186.0.0/16\",\r\n \"52.188.0.0/16\",\r\n \"52.190.0.0/17\",\r\n \"52.191.0.0/17\",\r\n \"52.191.192.0/18\",\r\n \"52.224.0.0/16\",\r\n \"52.226.0.0/16\",\r\n \"52.232.146.0/24\",\r\n \"52.234.128.0/17\",\r\n \"52.239.152.0/22\",\r\n \"52.239.168.0/22\",\r\n \"52.239.207.192/26\",\r\n \"52.239.214.0/23\",\r\n \"52.239.220.0/23\",\r\n \"52.239.246.0/23\",\r\n \"52.239.252.0/24\",\r\n \"52.240.0.0/17\",\r\n \"52.245.8.0/22\",\r\n \"52.245.104.0/22\",\r\n \"52.249.128.0/17\",\r\n \"52.253.160.0/24\",\r\n \"52.255.128.0/17\",\r\n \"57.150.0.0/23\",\r\n \"57.150.8.112/28\",\r\n \"57.150.8.128/25\",\r\n \"57.150.9.0/24\",\r\n \"57.150.10.0/26\",\r\n \"57.150.10.64/28\",\r\n \"57.150.18.80/28\",\r\n \"57.150.18.96/27\",\r\n \"57.150.18.128/26\",\r\n \"57.150.18.192/27\",\r\n \"57.150.18.224/28\",\r\n \"57.150.26.0/23\",\r\n \"57.151.0.0/17\",\r\n \"65.54.19.128/27\",\r\n \"68.220.88.0/21\",\r\n \"74.235.0.0/16\",\r\n \"104.41.128.0/19\",\r\n \"104.45.128.0/18\",\r\n \"104.45.192.0/20\",\r\n \"104.211.0.0/18\",\r\n \"137.116.112.0/20\",\r\n \"137.117.32.0/19\",\r\n \"137.117.64.0/19\",\r\n \"137.117.96.0/25\",\r\n \"137.117.96.128/27\",\r\n \"137.117.96.160/28\",\r\n \"137.117.96.176/29\",\r\n \"137.117.96.185/32\",\r\n \"137.117.96.186/31\",\r\n \"137.117.96.188/30\",\r\n \"137.117.96.192/26\",\r\n \"137.117.97.0/27\",\r\n \"137.117.97.32/28\",\r\n \"137.117.97.48/31\",\r\n \"137.117.97.50/32\",\r\n \"137.117.97.52/30\",\r\n \"137.117.97.56/29\",\r\n \"137.117.97.64/26\",\r\n \"137.117.97.128/25\",\r\n \"137.117.98.0/23\",\r\n \"137.117.100.0/22\",\r\n \"137.117.104.0/21\",\r\n \"137.117.112.0/20\",\r\n \"137.135.64.0/18\",\r\n \"138.91.96.0/19\",\r\n \"151.206.50.192/27\",\r\n \"151.206.96.0/23\",\r\n \"151.206.98.0/25\",\r\n \"151.206.98.128/26\",\r\n \"157.56.176.0/21\",\r\n \"168.61.32.0/20\",\r\n \"168.61.48.0/21\",\r\n \"168.62.32.0/19\",\r\n \"168.62.160.0/19\",\r\n \"172.171.32.0/19\",\r\n \"172.171.64.0/19\",\r\n \"172.171.128.0/17\",\r\n \"172.172.128.0/18\",\r\n \"172.172.192.0/19\",\r\n \"172.172.224.0/20\",\r\n \"172.172.240.0/21\",\r\n \"172.172.248.0/22\",\r\n \"172.172.252.0/23\",\r\n \"172.172.254.0/24\",\r\n \"172.172.255.0/26\",\r\n \"172.172.255.64/27\",\r\n \"172.172.255.112/28\",\r\n \"172.172.255.128/25\",\r\n \"172.173.128.0/17\",\r\n \"172.174.0.0/16\",\r\n \"172.178.0.0/17\",\r\n \"172.190.0.0/15\",\r\n \"172.203.128.0/17\",\r\n \"172.206.192.0/18\",\r\n \"172.208.0.0/17\",\r\n \"172.210.0.0/17\",\r\n \"172.212.0.0/17\",\r\n \"172.214.0.0/17\",\r\n \"191.234.32.0/19\",\r\n \"191.236.0.0/18\",\r\n \"191.237.0.0/17\",\r\n \"191.238.0.0/18\",\r\n \"204.152.18.0/31\",\r\n \"204.152.18.8/29\",\r\n \"204.152.18.32/27\",\r\n \"204.152.18.64/26\",\r\n \"204.152.19.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US IPv6\",\r\n \"communityValue\": \"12076:51004\",\r\n \"communityPrefixes\": [\r\n \"2602:fd5e:1::/63\",\r\n \"2602:fd5e:1:2::/64\",\r\n \"2603:1030:20c::/47\",\r\n \"2603:1030:20e::/48\",\r\n \"2603:1030:210::/47\",\r\n \"2603:1030:212::/56\",\r\n \"2603:1030:213::/48\",\r\n \"2603:1061:1312:c00::/54\",\r\n \"2603:1061:1312:3802::/63\",\r\n \"2603:1061:1312:3804::/62\",\r\n \"2603:1061:1312:3808::/61\",\r\n \"2603:1061:1312:3810::/60\",\r\n \"2603:1061:1312:3820::/59\",\r\n \"2603:1061:1312:3840::/58\",\r\n \"2603:1061:1312:3880::/57\",\r\n \"2603:1061:1312:3900::/56\",\r\n \"2603:1061:1312:3a00::/55\",\r\n \"2603:1061:170d::/48\",\r\n \"2603:1061:2000::/64\",\r\n \"2603:1061:2000:2::/64\",\r\n \"2603:1061:2000:100::/60\",\r\n \"2603:1061:2000:540::/62\",\r\n \"2603:1061:2002::/56\",\r\n \"2603:1061:2004:7000::/56\",\r\n \"2603:1061:2010:9::/64\",\r\n \"2603:1062:2:100::/57\",\r\n \"2603:1062:c:28::/63\",\r\n \"2603:1063:424::/56\",\r\n \"2603:10b0:315::/60\",\r\n \"2a01:111:f100:2000::/52\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"4.150.64.0/18\",\r\n \"4.152.0.0/15\",\r\n \"13.68.0.0/17\",\r\n \"13.77.64.0/18\",\r\n \"20.1.128.0/17\",\r\n \"20.7.0.0/16\",\r\n \"20.10.0.0/18\",\r\n \"20.10.64.0/19\",\r\n \"20.10.96.0/20\",\r\n \"20.10.112.0/21\",\r\n \"20.10.120.0/22\",\r\n \"20.10.124.0/23\",\r\n \"20.10.126.0/24\",\r\n \"20.10.128.0/17\",\r\n \"20.12.0.0/17\",\r\n \"20.14.128.0/17\",\r\n \"20.15.0.0/17\",\r\n \"20.22.0.0/16\",\r\n \"20.36.128.0/17\",\r\n \"20.38.100.0/23\",\r\n \"20.38.208.0/22\",\r\n \"20.41.0.0/18\",\r\n \"20.44.16.0/27\",\r\n \"20.44.16.64/26\",\r\n \"20.44.16.128/25\",\r\n \"20.44.17.0/24\",\r\n \"20.44.18.0/24\",\r\n \"20.44.19.0/27\",\r\n \"20.44.19.32/28\",\r\n \"20.44.19.56/29\",\r\n \"20.44.19.64/26\",\r\n \"20.44.19.128/25\",\r\n \"20.44.20.0/22\",\r\n \"20.44.64.0/18\",\r\n \"20.49.0.0/18\",\r\n \"20.49.96.0/21\",\r\n \"20.55.192.0/18\",\r\n \"20.57.0.0/17\",\r\n \"20.60.56.0/22\",\r\n \"20.60.88.0/22\",\r\n \"20.60.132.0/23\",\r\n \"20.60.180.0/23\",\r\n \"20.60.224.0/23\",\r\n \"20.60.236.0/23\",\r\n \"20.62.0.0/19\",\r\n \"20.62.32.0/20\",\r\n \"20.62.48.0/21\",\r\n \"20.62.56.0/23\",\r\n \"20.62.58.0/26\",\r\n \"20.62.58.64/28\",\r\n \"20.62.58.96/27\",\r\n \"20.62.58.128/25\",\r\n \"20.62.59.0/26\",\r\n \"20.62.59.64/27\",\r\n \"20.62.59.96/28\",\r\n \"20.62.59.128/25\",\r\n \"20.62.60.0/26\",\r\n \"20.62.60.104/29\",\r\n \"20.62.60.112/28\",\r\n \"20.62.60.128/25\",\r\n \"20.62.61.0/24\",\r\n \"20.62.62.0/23\",\r\n \"20.62.64.0/18\",\r\n \"20.65.0.0/17\",\r\n \"20.69.192.0/18\",\r\n \"20.72.64.0/18\",\r\n \"20.75.0.0/17\",\r\n \"20.80.192.0/18\",\r\n \"20.81.128.0/17\",\r\n \"20.85.0.0/17\",\r\n \"20.88.96.0/19\",\r\n \"20.94.0.0/17\",\r\n \"20.95.22.0/24\",\r\n \"20.95.25.0/24\",\r\n \"20.95.35.0/24\",\r\n \"20.95.36.0/24\",\r\n \"20.95.53.0/24\",\r\n \"20.95.56.0/24\",\r\n \"20.95.60.0/24\",\r\n \"20.95.255.0/29\",\r\n \"20.96.0.0/16\",\r\n \"20.97.128.0/17\",\r\n \"20.98.192.0/18\",\r\n \"20.109.0.0/17\",\r\n \"20.110.0.0/16\",\r\n \"20.114.128.0/17\",\r\n \"20.119.128.0/17\",\r\n \"20.122.0.0/16\",\r\n \"20.136.0.0/25\",\r\n \"20.136.1.0/24\",\r\n \"20.150.29.0/24\",\r\n \"20.150.36.0/24\",\r\n \"20.150.50.0/23\",\r\n \"20.150.72.0/24\",\r\n \"20.150.82.0/24\",\r\n \"20.150.88.0/24\",\r\n \"20.161.0.0/16\",\r\n \"20.186.0.0/17\",\r\n \"20.186.128.0/18\",\r\n \"20.190.192.0/18\",\r\n \"20.201.224.0/23\",\r\n \"20.202.21.0/24\",\r\n \"20.202.31.0/24\",\r\n \"20.202.32.0/23\",\r\n \"20.202.34.0/24\",\r\n \"20.202.84.0/24\",\r\n \"20.202.89.0/24\",\r\n \"20.202.93.0/24\",\r\n \"20.202.97.0/24\",\r\n \"20.202.125.0/24\",\r\n \"20.202.194.0/23\",\r\n \"20.202.196.0/22\",\r\n \"20.202.200.0/23\",\r\n \"20.209.68.0/23\",\r\n \"20.209.90.0/23\",\r\n \"20.209.110.0/23\",\r\n \"20.209.112.0/23\",\r\n \"20.209.178.0/23\",\r\n \"20.230.0.0/17\",\r\n \"20.242.0.0/17\",\r\n \"20.246.0.0/17\",\r\n \"23.100.64.0/21\",\r\n \"23.101.32.0/21\",\r\n \"23.101.80.0/21\",\r\n \"23.101.144.0/20\",\r\n \"23.102.96.0/19\",\r\n \"23.102.204.0/22\",\r\n \"23.102.208.0/20\",\r\n \"40.64.144.192/29\",\r\n \"40.64.145.0/28\",\r\n \"40.64.165.0/25\",\r\n \"40.65.192.0/18\",\r\n \"40.67.128.0/19\",\r\n \"40.70.0.0/18\",\r\n \"40.70.64.0/20\",\r\n \"40.70.80.0/21\",\r\n \"40.70.128.0/17\",\r\n \"40.75.0.0/19\",\r\n \"40.75.64.0/18\",\r\n \"40.77.167.0/24\",\r\n \"40.78.208.48/28\",\r\n \"40.78.220.0/24\",\r\n \"40.79.0.0/21\",\r\n \"40.79.8.0/27\",\r\n \"40.79.8.32/28\",\r\n \"40.79.8.64/27\",\r\n \"40.79.8.96/28\",\r\n \"40.79.9.0/24\",\r\n \"40.79.16.0/20\",\r\n \"40.79.32.0/20\",\r\n \"40.79.48.0/27\",\r\n \"40.79.48.32/28\",\r\n \"40.79.49.0/24\",\r\n \"40.79.56.0/21\",\r\n \"40.79.64.0/20\",\r\n \"40.79.80.0/21\",\r\n \"40.79.90.0/24\",\r\n \"40.79.91.0/28\",\r\n \"40.79.92.0/24\",\r\n \"40.79.93.0/28\",\r\n \"40.79.94.0/24\",\r\n \"40.79.95.0/28\",\r\n \"40.79.240.0/20\",\r\n \"40.82.4.0/22\",\r\n \"40.82.44.0/22\",\r\n \"40.84.0.0/17\",\r\n \"40.87.168.0/30\",\r\n \"40.87.168.8/29\",\r\n \"40.87.168.16/28\",\r\n \"40.87.168.32/29\",\r\n \"40.87.168.48/28\",\r\n \"40.87.168.64/30\",\r\n \"40.87.168.70/31\",\r\n \"40.87.168.72/29\",\r\n \"40.87.168.80/28\",\r\n \"40.87.168.96/27\",\r\n \"40.87.168.128/26\",\r\n \"40.87.168.192/28\",\r\n \"40.87.168.210/31\",\r\n \"40.87.168.212/30\",\r\n \"40.87.168.216/29\",\r\n \"40.87.168.224/27\",\r\n \"40.87.169.0/27\",\r\n \"40.87.169.32/29\",\r\n \"40.87.169.44/30\",\r\n \"40.87.169.48/29\",\r\n \"40.87.169.56/31\",\r\n \"40.87.169.60/30\",\r\n \"40.87.169.64/27\",\r\n \"40.87.169.96/31\",\r\n \"40.87.169.102/31\",\r\n \"40.87.169.104/29\",\r\n \"40.87.169.112/28\",\r\n \"40.87.169.128/29\",\r\n \"40.87.169.136/31\",\r\n \"40.87.169.140/30\",\r\n \"40.87.169.160/27\",\r\n \"40.87.169.192/26\",\r\n \"40.87.170.0/25\",\r\n \"40.87.170.128/28\",\r\n \"40.87.170.144/31\",\r\n \"40.87.170.152/29\",\r\n \"40.87.170.160/28\",\r\n \"40.87.170.176/29\",\r\n \"40.87.170.184/30\",\r\n \"40.87.170.194/31\",\r\n \"40.87.170.196/30\",\r\n \"40.87.170.214/31\",\r\n \"40.87.170.216/30\",\r\n \"40.87.170.228/30\",\r\n \"40.87.170.232/29\",\r\n \"40.87.170.240/29\",\r\n \"40.87.170.248/30\",\r\n \"40.87.171.2/31\",\r\n \"40.87.171.4/30\",\r\n \"40.87.171.8/29\",\r\n \"40.87.171.16/28\",\r\n \"40.87.171.36/30\",\r\n \"40.87.171.40/31\",\r\n \"40.87.171.72/29\",\r\n \"40.87.171.80/28\",\r\n \"40.87.171.96/27\",\r\n \"40.87.171.128/27\",\r\n \"40.87.171.160/31\",\r\n \"40.87.171.166/31\",\r\n \"40.87.171.168/29\",\r\n \"40.87.171.176/28\",\r\n \"40.87.171.192/27\",\r\n \"40.87.171.224/28\",\r\n \"40.87.171.240/29\",\r\n \"40.87.171.248/31\",\r\n \"40.91.12.16/28\",\r\n \"40.91.12.48/28\",\r\n \"40.91.12.64/26\",\r\n \"40.91.12.128/28\",\r\n \"40.91.12.160/27\",\r\n \"40.91.12.208/28\",\r\n \"40.91.12.240/28\",\r\n \"40.91.13.64/27\",\r\n \"40.91.13.96/28\",\r\n \"40.91.13.128/27\",\r\n \"40.91.13.240/28\",\r\n \"40.91.14.0/24\",\r\n \"40.120.156.0/28\",\r\n \"40.120.156.16/29\",\r\n \"40.120.156.24/30\",\r\n \"40.120.156.28/31\",\r\n \"40.120.156.40/31\",\r\n \"40.120.156.56/30\",\r\n \"40.123.0.0/17\",\r\n \"40.123.144.0/26\",\r\n \"40.123.144.64/29\",\r\n \"40.123.144.104/29\",\r\n \"40.123.144.112/28\",\r\n \"40.123.144.128/28\",\r\n \"40.123.144.144/29\",\r\n \"40.123.144.156/30\",\r\n \"40.123.144.160/27\",\r\n \"40.123.144.192/27\",\r\n \"40.123.144.224/28\",\r\n \"40.123.144.240/29\",\r\n \"40.123.144.248/30\",\r\n \"40.123.144.252/31\",\r\n \"40.123.145.6/31\",\r\n \"40.123.145.8/30\",\r\n \"40.123.145.12/31\",\r\n \"40.123.145.22/31\",\r\n \"40.123.145.24/29\",\r\n \"40.123.145.32/28\",\r\n \"40.123.145.48/29\",\r\n \"40.123.145.56/30\",\r\n \"40.123.145.68/30\",\r\n \"40.123.145.72/29\",\r\n \"40.123.145.80/28\",\r\n \"40.123.145.96/27\",\r\n \"40.123.145.128/27\",\r\n \"40.123.145.160/30\",\r\n \"40.123.145.166/31\",\r\n \"40.123.145.168/29\",\r\n \"40.123.145.176/28\",\r\n \"40.123.145.192/28\",\r\n \"40.123.145.208/30\",\r\n \"40.123.145.212/31\",\r\n \"40.123.145.222/31\",\r\n \"40.123.145.224/27\",\r\n \"40.123.146.0/28\",\r\n \"40.123.146.16/29\",\r\n \"40.123.146.24/30\",\r\n \"40.123.146.28/31\",\r\n \"40.123.146.42/31\",\r\n \"40.123.146.44/30\",\r\n \"40.123.146.48/31\",\r\n \"40.123.146.54/31\",\r\n \"40.123.146.56/29\",\r\n \"40.123.146.64/26\",\r\n \"40.123.146.128/27\",\r\n \"40.123.146.160/30\",\r\n \"40.123.146.164/31\",\r\n \"40.123.146.182/31\",\r\n \"40.123.146.184/29\",\r\n \"40.123.146.192/29\",\r\n \"40.123.146.200/30\",\r\n \"40.123.146.204/31\",\r\n \"40.123.146.210/31\",\r\n \"40.123.146.212/30\",\r\n \"40.123.146.216/29\",\r\n \"40.123.146.224/27\",\r\n \"40.123.147.0/27\",\r\n \"40.123.147.32/31\",\r\n \"40.123.147.38/31\",\r\n \"40.123.147.40/29\",\r\n \"40.123.147.48/28\",\r\n \"40.123.147.64/28\",\r\n \"40.123.147.80/30\",\r\n \"40.123.147.84/31\",\r\n \"40.123.147.104/29\",\r\n \"40.123.147.112/29\",\r\n \"40.123.147.138/31\",\r\n \"40.123.147.140/30\",\r\n \"40.123.147.144/31\",\r\n \"40.123.147.148/30\",\r\n \"40.123.147.152/29\",\r\n \"40.123.147.160/28\",\r\n \"40.123.147.176/30\",\r\n \"40.123.147.180/31\",\r\n \"40.123.147.184/29\",\r\n \"40.123.147.192/26\",\r\n \"40.123.184.0/26\",\r\n \"40.123.184.64/28\",\r\n \"40.123.184.80/29\",\r\n \"40.123.184.88/31\",\r\n \"40.123.184.98/31\",\r\n \"40.123.184.100/30\",\r\n \"40.123.184.104/29\",\r\n \"40.123.184.112/28\",\r\n \"40.123.184.128/27\",\r\n \"40.123.184.168/29\",\r\n \"40.123.184.176/29\",\r\n \"40.123.184.184/31\",\r\n \"40.123.184.194/31\",\r\n \"40.123.184.196/30\",\r\n \"40.123.184.200/30\",\r\n \"40.123.184.204/31\",\r\n \"40.123.184.208/29\",\r\n \"40.123.184.230/31\",\r\n \"40.123.184.232/29\",\r\n \"40.123.185.8/29\",\r\n \"40.123.185.16/28\",\r\n \"40.123.185.32/27\",\r\n \"40.123.185.64/30\",\r\n \"40.123.185.100/30\",\r\n \"40.123.185.104/30\",\r\n \"40.123.185.110/31\",\r\n \"40.123.185.112/28\",\r\n \"40.123.185.128/27\",\r\n \"40.123.185.192/27\",\r\n \"40.123.185.224/28\",\r\n \"40.123.185.240/29\",\r\n \"40.123.185.250/31\",\r\n \"40.123.185.254/31\",\r\n \"40.123.186.0/29\",\r\n \"40.123.186.8/31\",\r\n \"40.123.186.28/31\",\r\n \"40.123.186.42/31\",\r\n \"40.123.186.44/30\",\r\n \"40.123.186.48/31\",\r\n \"40.123.186.52/31\",\r\n \"40.123.186.56/29\",\r\n \"40.123.186.64/26\",\r\n \"40.123.186.128/25\",\r\n \"40.123.187.0/25\",\r\n \"40.123.187.128/27\",\r\n \"40.123.187.160/31\",\r\n \"40.123.187.170/31\",\r\n \"40.123.187.172/30\",\r\n \"40.123.187.176/29\",\r\n \"40.123.187.188/30\",\r\n \"40.123.187.192/29\",\r\n \"40.123.187.200/31\",\r\n \"40.123.187.204/30\",\r\n \"40.123.187.208/28\",\r\n \"40.123.187.226/31\",\r\n \"40.123.187.228/30\",\r\n \"40.123.187.232/29\",\r\n \"40.123.187.244/30\",\r\n \"40.123.187.248/29\",\r\n \"52.120.64.0/19\",\r\n \"52.121.32.0/22\",\r\n \"52.136.29.0/24\",\r\n \"52.138.80.0/21\",\r\n \"52.138.96.0/19\",\r\n \"52.143.192.0/24\",\r\n \"52.147.160.0/19\",\r\n \"52.167.0.0/16\",\r\n \"52.177.0.0/16\",\r\n \"52.179.128.0/17\",\r\n \"52.184.128.0/19\",\r\n \"52.184.160.0/21\",\r\n \"52.184.168.0/28\",\r\n \"52.184.168.80/28\",\r\n \"52.184.168.96/27\",\r\n \"52.184.168.128/28\",\r\n \"52.184.169.0/24\",\r\n \"52.184.170.0/24\",\r\n \"52.184.176.0/20\",\r\n \"52.184.192.0/18\",\r\n \"52.225.128.0/21\",\r\n \"52.225.136.0/27\",\r\n \"52.225.136.32/28\",\r\n \"52.225.136.64/28\",\r\n \"52.225.137.0/24\",\r\n \"52.225.192.0/18\",\r\n \"52.232.151.0/24\",\r\n \"52.232.160.0/19\",\r\n \"52.232.192.0/18\",\r\n \"52.239.156.0/24\",\r\n \"52.239.157.0/25\",\r\n \"52.239.157.128/26\",\r\n \"52.239.157.192/27\",\r\n \"52.239.172.0/22\",\r\n \"52.239.184.0/25\",\r\n \"52.239.184.160/28\",\r\n \"52.239.184.192/27\",\r\n \"52.239.185.32/27\",\r\n \"52.239.192.0/26\",\r\n \"52.239.192.64/28\",\r\n \"52.239.192.96/27\",\r\n \"52.239.192.160/27\",\r\n \"52.239.192.192/26\",\r\n \"52.239.198.0/25\",\r\n \"52.239.198.192/26\",\r\n \"52.239.206.0/24\",\r\n \"52.239.207.32/28\",\r\n \"52.239.207.64/26\",\r\n \"52.239.207.128/27\",\r\n \"52.239.222.0/23\",\r\n \"52.242.64.0/18\",\r\n \"52.245.44.0/24\",\r\n \"52.245.45.0/25\",\r\n \"52.245.45.128/28\",\r\n \"52.245.45.160/27\",\r\n \"52.245.45.192/26\",\r\n \"52.245.46.0/27\",\r\n \"52.245.46.48/28\",\r\n \"52.245.46.64/28\",\r\n \"52.245.46.112/28\",\r\n \"52.245.46.128/28\",\r\n \"52.245.46.160/27\",\r\n \"52.245.46.192/26\",\r\n \"52.247.0.0/17\",\r\n \"52.250.128.0/18\",\r\n \"52.251.0.0/17\",\r\n \"52.252.0.0/17\",\r\n \"52.253.64.0/20\",\r\n \"52.253.148.0/23\",\r\n \"52.253.154.0/23\",\r\n \"52.254.0.0/18\",\r\n \"52.254.64.0/19\",\r\n \"52.254.96.0/20\",\r\n \"52.254.112.0/21\",\r\n \"57.150.4.0/23\",\r\n \"65.52.108.31/32\",\r\n \"65.52.108.38/32\",\r\n \"68.154.0.0/17\",\r\n \"68.220.0.0/19\",\r\n \"68.220.128.0/17\",\r\n \"74.249.0.0/17\",\r\n \"104.44.88.106/31\",\r\n \"104.44.88.112/31\",\r\n \"104.46.0.0/21\",\r\n \"104.46.96.0/19\",\r\n \"104.46.192.0/20\",\r\n \"104.47.200.0/21\",\r\n \"104.208.128.0/17\",\r\n \"104.209.128.0/17\",\r\n \"104.210.0.0/20\",\r\n \"137.116.0.0/18\",\r\n \"137.116.64.0/19\",\r\n \"137.116.96.0/22\",\r\n \"151.206.50.48/28\",\r\n \"151.206.103.0/24\",\r\n \"151.206.104.0/24\",\r\n \"172.172.0.0/17\",\r\n \"172.175.0.0/16\",\r\n \"172.176.0.0/15\",\r\n \"172.200.0.0/16\",\r\n \"172.203.0.0/17\",\r\n \"172.206.0.0/17\",\r\n \"172.210.128.0/17\",\r\n \"191.236.192.0/18\",\r\n \"191.237.128.0/18\",\r\n \"191.239.224.0/20\",\r\n \"193.149.64.0/21\",\r\n \"199.30.16.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2 IPv6\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:400::/48\",\r\n \"2603:1030:401:2::/63\",\r\n \"2603:1030:401:4::/62\",\r\n \"2603:1030:401:8::/61\",\r\n \"2603:1030:401:10::/62\",\r\n \"2603:1030:401:14::/63\",\r\n \"2603:1030:401:17::/64\",\r\n \"2603:1030:401:18::/61\",\r\n \"2603:1030:401:20::/59\",\r\n \"2603:1030:401:40::/60\",\r\n \"2603:1030:401:50::/61\",\r\n \"2603:1030:401:58::/64\",\r\n \"2603:1030:401:5a::/63\",\r\n \"2603:1030:401:5c::/62\",\r\n \"2603:1030:401:60::/59\",\r\n \"2603:1030:401:80::/62\",\r\n \"2603:1030:401:84::/64\",\r\n \"2603:1030:401:87::/64\",\r\n \"2603:1030:401:88::/62\",\r\n \"2603:1030:401:8c::/63\",\r\n \"2603:1030:401:8f::/64\",\r\n \"2603:1030:401:90::/63\",\r\n \"2603:1030:401:94::/62\",\r\n \"2603:1030:401:98::/61\",\r\n \"2603:1030:401:a0::/62\",\r\n \"2603:1030:401:a4::/63\",\r\n \"2603:1030:401:a7::/64\",\r\n \"2603:1030:401:a8::/61\",\r\n \"2603:1030:401:b0::/60\",\r\n \"2603:1030:401:c0::/58\",\r\n \"2603:1030:401:100::/59\",\r\n \"2603:1030:401:120::/64\",\r\n \"2603:1030:401:124::/62\",\r\n \"2603:1030:401:128::/61\",\r\n \"2603:1030:401:130::/62\",\r\n \"2603:1030:401:134::/63\",\r\n \"2603:1030:401:139::/64\",\r\n \"2603:1030:401:13a::/63\",\r\n \"2603:1030:401:143::/64\",\r\n \"2603:1030:401:144::/63\",\r\n \"2603:1030:401:14a::/63\",\r\n \"2603:1030:401:14c::/62\",\r\n \"2603:1030:401:150::/62\",\r\n \"2603:1030:401:154::/63\",\r\n \"2603:1030:401:159::/64\",\r\n \"2603:1030:401:15a::/63\",\r\n \"2603:1030:401:15c::/62\",\r\n \"2603:1030:401:160::/61\",\r\n \"2603:1030:401:16a::/63\",\r\n \"2603:1030:401:16c::/64\",\r\n \"2603:1030:401:17c::/62\",\r\n \"2603:1030:401:180::/58\",\r\n \"2603:1030:401:1c0::/61\",\r\n \"2603:1030:401:1c8::/63\",\r\n \"2603:1030:401:1cc::/62\",\r\n \"2603:1030:401:1d0::/60\",\r\n \"2603:1030:401:1e0::/60\",\r\n \"2603:1030:401:1f0::/61\",\r\n \"2603:1030:401:1f8::/64\",\r\n \"2603:1030:401:20c::/62\",\r\n \"2603:1030:401:210::/60\",\r\n \"2603:1030:401:220::/62\",\r\n \"2603:1030:401:226::/63\",\r\n \"2603:1030:401:228::/61\",\r\n \"2603:1030:401:230::/60\",\r\n \"2603:1030:401:240::/60\",\r\n \"2603:1030:401:250::/62\",\r\n \"2603:1030:401:254::/63\",\r\n \"2603:1030:401:256::/64\",\r\n \"2603:1030:401:25b::/64\",\r\n \"2603:1030:401:25c::/63\",\r\n \"2603:1030:401:25e::/64\",\r\n \"2603:1030:401:263::/64\",\r\n \"2603:1030:401:264::/62\",\r\n \"2603:1030:401:268::/61\",\r\n \"2603:1030:401:270::/62\",\r\n \"2603:1030:401:274::/63\",\r\n \"2603:1030:401:27a::/63\",\r\n \"2603:1030:401:27c::/62\",\r\n \"2603:1030:401:280::/59\",\r\n \"2603:1030:401:2a0::/61\",\r\n \"2603:1030:401:2a8::/63\",\r\n \"2603:1030:401:2ab::/64\",\r\n \"2603:1030:401:2ac::/62\",\r\n \"2603:1030:401:2b0::/60\",\r\n \"2603:1030:401:2c0::/63\",\r\n \"2603:1030:401:2c2::/64\",\r\n \"2603:1030:401:2c7::/64\",\r\n \"2603:1030:401:2c8::/61\",\r\n \"2603:1030:401:2d0::/60\",\r\n \"2603:1030:401:2e0::/62\",\r\n \"2603:1030:401:2e4::/63\",\r\n \"2603:1030:401:2e6::/64\",\r\n \"2603:1030:401:2ed::/64\",\r\n \"2603:1030:401:2ee::/63\",\r\n \"2603:1030:401:2f0::/64\",\r\n \"2603:1030:401:2f3::/64\",\r\n \"2603:1030:401:2f4::/62\",\r\n \"2603:1030:401:2f8::/61\",\r\n \"2603:1030:401:300::/59\",\r\n \"2603:1030:401:320::/61\",\r\n \"2603:1030:401:328::/63\",\r\n \"2603:1030:401:32a::/64\",\r\n \"2603:1030:401:333::/64\",\r\n \"2603:1030:401:334::/62\",\r\n \"2603:1030:401:338::/62\",\r\n \"2603:1030:401:33c::/63\",\r\n \"2603:1030:401:33e::/64\",\r\n \"2603:1030:401:341::/64\",\r\n \"2603:1030:401:342::/63\",\r\n \"2603:1030:401:344::/62\",\r\n \"2603:1030:401:348::/61\",\r\n \"2603:1030:401:350::/60\",\r\n \"2603:1030:401:360::/61\",\r\n \"2603:1030:401:368::/64\",\r\n \"2603:1030:401:36b::/64\",\r\n \"2603:1030:401:36c::/62\",\r\n \"2603:1030:401:370::/60\",\r\n \"2603:1030:401:380::/63\",\r\n \"2603:1030:401:382::/64\",\r\n \"2603:1030:401:38c::/62\",\r\n \"2603:1030:401:390::/62\",\r\n \"2603:1030:401:39d::/64\",\r\n \"2603:1030:401:39e::/63\",\r\n \"2603:1030:401:3a0::/64\",\r\n \"2603:1030:401:3a2::/63\",\r\n \"2603:1030:401:3a4::/62\",\r\n \"2603:1030:401:3a8::/61\",\r\n \"2603:1030:401:3b0::/63\",\r\n \"2603:1030:401:3b2::/64\",\r\n \"2603:1030:401:3b4::/62\",\r\n \"2603:1030:401:3b8::/61\",\r\n \"2603:1030:401:3c0::/58\",\r\n \"2603:1030:401:400::/62\",\r\n \"2603:1030:401:404::/64\",\r\n \"2603:1030:401:409::/64\",\r\n \"2603:1030:401:40a::/63\",\r\n \"2603:1030:401:40c::/62\",\r\n \"2603:1030:401:410::/60\",\r\n \"2603:1030:401:420::/61\",\r\n \"2603:1030:401:42c::/62\",\r\n \"2603:1030:401:430::/62\",\r\n \"2603:1030:401:434::/64\",\r\n \"2603:1030:401:439::/64\",\r\n \"2603:1030:401:43a::/63\",\r\n \"2603:1030:401:43c::/63\",\r\n \"2603:1030:401:43e::/64\",\r\n \"2603:1030:401:440::/62\",\r\n \"2603:1030:401:44b::/64\",\r\n \"2603:1030:401:44c::/62\",\r\n \"2603:1030:401:45c::/62\",\r\n \"2603:1030:401:460::/60\",\r\n \"2603:1030:401:470::/61\",\r\n \"2603:1030:401:478::/63\",\r\n \"2603:1030:401:48a::/63\",\r\n \"2603:1030:401:48c::/63\",\r\n \"2603:1030:401:48f::/64\",\r\n \"2603:1030:401:490::/60\",\r\n \"2603:1030:401:4a0::/61\",\r\n \"2603:1030:401:4b8::/61\",\r\n \"2603:1030:401:4c0::/60\",\r\n \"2603:1030:401:4d0::/62\",\r\n \"2603:1030:401:4d5::/64\",\r\n \"2603:1030:401:4d7::/64\",\r\n \"2603:1030:401:4d8::/62\",\r\n \"2603:1030:401:4dc::/64\",\r\n \"2603:1030:401:4e6::/64\",\r\n \"2603:1030:401:4ee::/63\",\r\n \"2603:1030:401:4f0::/63\",\r\n \"2603:1030:401:4f3::/64\",\r\n \"2603:1030:401:4f5::/64\",\r\n \"2603:1030:401:4f6::/63\",\r\n \"2603:1030:401:4f8::/61\",\r\n \"2603:1030:401:500::/57\",\r\n \"2603:1030:401:580::/59\",\r\n \"2603:1030:401:5a0::/61\",\r\n \"2603:1030:401:5a8::/63\",\r\n \"2603:1030:401:5ae::/63\",\r\n \"2603:1030:401:5b0::/62\",\r\n \"2603:1030:401:5b4::/64\",\r\n \"2603:1030:401:5b7::/64\",\r\n \"2603:1030:401:5b8::/62\",\r\n \"2603:1030:401:5bc::/63\",\r\n \"2603:1030:401:5bf::/64\",\r\n \"2603:1030:401:5c0::/61\",\r\n \"2603:1030:401:5c8::/64\",\r\n \"2603:1030:401:5ca::/63\",\r\n \"2603:1030:401:5cc::/62\",\r\n \"2603:1030:401:5d0::/64\",\r\n \"2603:1030:401:5d3::/64\",\r\n \"2603:1030:401:5d4::/62\",\r\n \"2603:1030:401:5d8::/61\",\r\n \"2603:1030:401:5e0::/61\",\r\n \"2603:1030:401:5ed::/64\",\r\n \"2603:1030:401:5f5::/64\",\r\n \"2603:1030:401:5f6::/64\",\r\n \"2603:1030:402::/47\",\r\n \"2603:1030:406::/47\",\r\n \"2603:1030:408::/48\",\r\n \"2603:1030:40a:1::/64\",\r\n \"2603:1030:40a:2::/64\",\r\n \"2603:1030:40c::/48\",\r\n \"2603:1030:40d:8000::/49\",\r\n \"2603:1030:40e::/56\",\r\n \"2603:1030:40f::/48\",\r\n \"2603:1061:1312:1002::/63\",\r\n \"2603:1061:1312:1004::/62\",\r\n \"2603:1061:1312:1008::/61\",\r\n \"2603:1061:1312:1010::/60\",\r\n \"2603:1061:1312:1020::/59\",\r\n \"2603:1061:1312:1040::/58\",\r\n \"2603:1061:1312:1080::/57\",\r\n \"2603:1061:1312:1100::/56\",\r\n \"2603:1061:1312:1200::/55\",\r\n \"2603:1061:170e::/48\",\r\n \"2603:1061:2010:a::/64\",\r\n \"2603:1062:2::/57\",\r\n \"2603:1062:c:2c::/63\",\r\n \"2603:1063:425::/56\",\r\n \"2603:10b0:509:1::/64\",\r\n \"2603:10b0:509:10::/60\",\r\n \"2603:10e2:1107:3b::/64\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2 EUAP\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"13.105.114.88/29\",\r\n \"13.105.114.96/27\",\r\n \"13.105.114.128/26\",\r\n \"13.105.114.192/28\",\r\n \"13.105.114.208/29\",\r\n \"20.1.0.0/17\",\r\n \"20.39.0.0/21\",\r\n \"20.39.8.0/24\",\r\n \"20.39.10.0/23\",\r\n \"20.39.12.0/22\",\r\n \"20.39.16.0/20\",\r\n \"20.47.128.0/17\",\r\n \"20.51.16.0/25\",\r\n \"20.51.16.160/27\",\r\n \"20.51.16.192/26\",\r\n \"20.51.17.0/24\",\r\n \"20.51.18.0/23\",\r\n \"20.51.20.0/22\",\r\n \"20.60.154.0/23\",\r\n \"20.60.184.0/23\",\r\n \"20.60.238.0/23\",\r\n \"20.102.128.0/18\",\r\n \"20.150.108.0/24\",\r\n \"20.168.168.0/21\",\r\n \"20.187.200.0/21\",\r\n \"20.201.151.0/24\",\r\n \"20.209.136.0/23\",\r\n \"20.209.148.0/23\",\r\n \"20.209.248.0/23\",\r\n \"20.221.128.0/18\",\r\n \"20.252.128.0/17\",\r\n \"40.64.147.160/30\",\r\n \"40.64.174.128/25\",\r\n \"40.70.88.0/28\",\r\n \"40.74.144.0/23\",\r\n \"40.74.146.0/25\",\r\n \"40.74.146.128/26\",\r\n \"40.74.146.224/27\",\r\n \"40.74.147.0/24\",\r\n \"40.74.148.0/22\",\r\n \"40.74.152.0/21\",\r\n \"40.75.32.0/22\",\r\n \"40.75.37.0/24\",\r\n \"40.75.38.0/23\",\r\n \"40.78.208.0/28\",\r\n \"40.79.88.0/27\",\r\n \"40.79.88.32/28\",\r\n \"40.79.89.0/24\",\r\n \"40.79.96.0/19\",\r\n \"40.80.161.0/31\",\r\n \"40.87.168.4/30\",\r\n \"40.87.168.40/29\",\r\n \"40.87.168.68/31\",\r\n \"40.87.168.208/31\",\r\n \"40.87.169.40/30\",\r\n \"40.87.169.58/31\",\r\n \"40.87.169.98/31\",\r\n \"40.87.169.100/31\",\r\n \"40.87.169.138/31\",\r\n \"40.87.169.144/28\",\r\n \"40.87.170.146/31\",\r\n \"40.87.170.148/30\",\r\n \"40.87.170.188/30\",\r\n \"40.87.170.192/31\",\r\n \"40.87.170.200/29\",\r\n \"40.87.170.208/30\",\r\n \"40.87.170.212/31\",\r\n \"40.87.170.220/30\",\r\n \"40.87.170.224/30\",\r\n \"40.87.170.252/30\",\r\n \"40.87.171.0/31\",\r\n \"40.87.171.32/30\",\r\n \"40.87.171.42/31\",\r\n \"40.87.171.44/30\",\r\n \"40.87.171.48/28\",\r\n \"40.87.171.64/29\",\r\n \"40.87.171.162/31\",\r\n \"40.87.171.164/31\",\r\n \"40.87.171.250/31\",\r\n \"40.87.171.252/30\",\r\n \"40.89.64.0/19\",\r\n \"40.89.96.0/20\",\r\n \"40.89.112.0/21\",\r\n \"40.89.120.0/24\",\r\n \"40.89.121.0/25\",\r\n \"40.89.121.128/27\",\r\n \"40.89.121.168/29\",\r\n \"40.89.121.176/28\",\r\n \"40.89.121.192/26\",\r\n \"40.89.122.0/23\",\r\n \"40.89.124.0/22\",\r\n \"40.91.12.0/28\",\r\n \"40.91.12.32/28\",\r\n \"40.91.13.0/28\",\r\n \"40.120.156.30/31\",\r\n \"40.120.156.32/29\",\r\n \"40.120.156.42/31\",\r\n \"40.120.156.44/30\",\r\n \"40.120.156.48/29\",\r\n \"40.120.156.60/30\",\r\n \"40.120.156.64/29\",\r\n \"40.123.144.72/29\",\r\n \"40.123.144.80/28\",\r\n \"40.123.144.96/29\",\r\n \"40.123.144.152/30\",\r\n \"40.123.144.254/31\",\r\n \"40.123.145.0/30\",\r\n \"40.123.145.4/31\",\r\n \"40.123.145.14/31\",\r\n \"40.123.145.16/30\",\r\n \"40.123.145.20/31\",\r\n \"40.123.145.60/30\",\r\n \"40.123.145.64/30\",\r\n \"40.123.145.164/31\",\r\n \"40.123.145.214/31\",\r\n \"40.123.145.216/30\",\r\n \"40.123.145.220/31\",\r\n \"40.123.146.30/31\",\r\n \"40.123.146.32/29\",\r\n \"40.123.146.40/31\",\r\n \"40.123.146.50/31\",\r\n \"40.123.146.52/31\",\r\n \"40.123.146.166/31\",\r\n \"40.123.146.168/29\",\r\n \"40.123.146.176/30\",\r\n \"40.123.146.180/31\",\r\n \"40.123.146.206/31\",\r\n \"40.123.146.208/31\",\r\n \"40.123.147.34/31\",\r\n \"40.123.147.36/31\",\r\n \"40.123.147.86/31\",\r\n \"40.123.147.88/29\",\r\n \"40.123.147.96/29\",\r\n \"40.123.147.120/29\",\r\n \"40.123.147.128/29\",\r\n \"40.123.147.136/31\",\r\n \"40.123.147.146/31\",\r\n \"40.123.147.182/31\",\r\n \"40.123.184.90/31\",\r\n \"40.123.184.92/30\",\r\n \"40.123.184.96/31\",\r\n \"40.123.184.160/29\",\r\n \"40.123.184.186/31\",\r\n \"40.123.184.188/30\",\r\n \"40.123.184.192/31\",\r\n \"40.123.184.206/31\",\r\n \"40.123.184.216/29\",\r\n \"40.123.184.224/30\",\r\n \"40.123.184.228/31\",\r\n \"40.123.184.240/28\",\r\n \"40.123.185.0/29\",\r\n \"40.123.185.68/30\",\r\n \"40.123.185.72/29\",\r\n \"40.123.185.80/28\",\r\n \"40.123.185.96/30\",\r\n \"40.123.185.108/31\",\r\n \"40.123.185.160/27\",\r\n \"40.123.185.248/31\",\r\n \"40.123.185.252/31\",\r\n \"40.123.186.10/31\",\r\n \"40.123.186.12/30\",\r\n \"40.123.186.16/29\",\r\n \"40.123.186.24/30\",\r\n \"40.123.186.30/31\",\r\n \"40.123.186.32/29\",\r\n \"40.123.186.40/31\",\r\n \"40.123.186.50/31\",\r\n \"40.123.186.54/31\",\r\n \"40.123.187.162/31\",\r\n \"40.123.187.164/30\",\r\n \"40.123.187.168/31\",\r\n \"40.123.187.184/30\",\r\n \"40.123.187.202/31\",\r\n \"40.123.187.224/31\",\r\n \"40.123.187.240/30\",\r\n \"52.138.64.0/20\",\r\n \"52.138.88.0/21\",\r\n \"52.143.212.0/23\",\r\n \"52.147.128.0/19\",\r\n \"52.184.168.16/28\",\r\n \"52.184.168.32/28\",\r\n \"52.225.136.48/28\",\r\n \"52.225.144.0/20\",\r\n \"52.225.160.0/19\",\r\n \"52.232.150.0/24\",\r\n \"52.239.157.224/27\",\r\n \"52.239.165.192/26\",\r\n \"52.239.184.176/28\",\r\n \"52.239.184.224/27\",\r\n \"52.239.185.0/28\",\r\n \"52.239.192.128/27\",\r\n \"52.239.198.128/27\",\r\n \"52.239.230.0/24\",\r\n \"52.239.239.0/24\",\r\n \"52.245.45.144/28\",\r\n \"52.245.46.32/28\",\r\n \"52.245.46.80/28\",\r\n \"52.245.46.96/28\",\r\n \"52.253.150.0/23\",\r\n \"52.253.152.0/23\",\r\n \"52.253.224.0/21\",\r\n \"52.254.120.0/21\",\r\n \"57.150.12.144/28\",\r\n \"57.150.12.160/27\",\r\n \"57.150.12.192/26\",\r\n \"57.150.13.0/25\",\r\n \"57.150.19.176/28\",\r\n \"57.150.19.192/26\",\r\n \"68.220.64.0/20\",\r\n \"68.220.80.0/21\",\r\n \"68.220.96.0/19\",\r\n \"172.173.0.0/21\",\r\n \"172.173.32.0/19\",\r\n \"198.180.97.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:401::/63\",\r\n \"2603:1030:401:16::/64\",\r\n \"2603:1030:401:59::/64\",\r\n \"2603:1030:401:85::/64\",\r\n \"2603:1030:401:86::/64\",\r\n \"2603:1030:401:8e::/64\",\r\n \"2603:1030:401:92::/63\",\r\n \"2603:1030:401:a6::/64\",\r\n \"2603:1030:401:121::/64\",\r\n \"2603:1030:401:122::/63\",\r\n \"2603:1030:401:136::/63\",\r\n \"2603:1030:401:138::/64\",\r\n \"2603:1030:401:13c::/62\",\r\n \"2603:1030:401:140::/63\",\r\n \"2603:1030:401:142::/64\",\r\n \"2603:1030:401:146::/63\",\r\n \"2603:1030:401:148::/63\",\r\n \"2603:1030:401:156::/63\",\r\n \"2603:1030:401:158::/64\",\r\n \"2603:1030:401:168::/63\",\r\n \"2603:1030:401:16d::/64\",\r\n \"2603:1030:401:16e::/63\",\r\n \"2603:1030:401:170::/61\",\r\n \"2603:1030:401:178::/62\",\r\n \"2603:1030:401:1ca::/63\",\r\n \"2603:1030:401:1f9::/64\",\r\n \"2603:1030:401:1fa::/63\",\r\n \"2603:1030:401:1fc::/62\",\r\n \"2603:1030:401:200::/61\",\r\n \"2603:1030:401:208::/62\",\r\n \"2603:1030:401:224::/63\",\r\n \"2603:1030:401:257::/64\",\r\n \"2603:1030:401:258::/63\",\r\n \"2603:1030:401:25a::/64\",\r\n \"2603:1030:401:25f::/64\",\r\n \"2603:1030:401:260::/63\",\r\n \"2603:1030:401:262::/64\",\r\n \"2603:1030:401:276::/63\",\r\n \"2603:1030:401:278::/63\",\r\n \"2603:1030:401:2aa::/64\",\r\n \"2603:1030:401:2c3::/64\",\r\n \"2603:1030:401:2c4::/63\",\r\n \"2603:1030:401:2c6::/64\",\r\n \"2603:1030:401:2e7::/64\",\r\n \"2603:1030:401:2e8::/62\",\r\n \"2603:1030:401:2ec::/64\",\r\n \"2603:1030:401:2f1::/64\",\r\n \"2603:1030:401:2f2::/64\",\r\n \"2603:1030:401:32b::/64\",\r\n \"2603:1030:401:32c::/62\",\r\n \"2603:1030:401:330::/63\",\r\n \"2603:1030:401:332::/64\",\r\n \"2603:1030:401:33f::/64\",\r\n \"2603:1030:401:340::/64\",\r\n \"2603:1030:401:369::/64\",\r\n \"2603:1030:401:36a::/64\",\r\n \"2603:1030:401:383::/64\",\r\n \"2603:1030:401:384::/62\",\r\n \"2603:1030:401:388::/62\",\r\n \"2603:1030:401:394::/62\",\r\n \"2603:1030:401:398::/62\",\r\n \"2603:1030:401:39c::/64\",\r\n \"2603:1030:401:3a1::/64\",\r\n \"2603:1030:401:3b3::/64\",\r\n \"2603:1030:401:405::/64\",\r\n \"2603:1030:401:406::/63\",\r\n \"2603:1030:401:408::/64\",\r\n \"2603:1030:401:428::/62\",\r\n \"2603:1030:401:435::/64\",\r\n \"2603:1030:401:436::/63\",\r\n \"2603:1030:401:438::/64\",\r\n \"2603:1030:401:43f::/64\",\r\n \"2603:1030:401:444::/62\",\r\n \"2603:1030:401:448::/63\",\r\n \"2603:1030:401:44a::/64\",\r\n \"2603:1030:401:450::/61\",\r\n \"2603:1030:401:458::/62\",\r\n \"2603:1030:401:47a::/63\",\r\n \"2603:1030:401:47c::/62\",\r\n \"2603:1030:401:480::/61\",\r\n \"2603:1030:401:488::/63\",\r\n \"2603:1030:401:48e::/64\",\r\n \"2603:1030:401:4a8::/61\",\r\n \"2603:1030:401:4b0::/61\",\r\n \"2603:1030:401:4d4::/64\",\r\n \"2603:1030:401:4d6::/64\",\r\n \"2603:1030:401:4dd::/64\",\r\n \"2603:1030:401:4de::/63\",\r\n \"2603:1030:401:4e0::/62\",\r\n \"2603:1030:401:4e4::/63\",\r\n \"2603:1030:401:4e7::/64\",\r\n \"2603:1030:401:4e8::/62\",\r\n \"2603:1030:401:4ec::/63\",\r\n \"2603:1030:401:4f2::/64\",\r\n \"2603:1030:401:4f4::/64\",\r\n \"2603:1030:401:5aa::/63\",\r\n \"2603:1030:401:5ac::/63\",\r\n \"2603:1030:401:5b5::/64\",\r\n \"2603:1030:401:5b6::/64\",\r\n \"2603:1030:401:5be::/64\",\r\n \"2603:1030:401:5c9::/64\",\r\n \"2603:1030:401:5d1::/64\",\r\n \"2603:1030:401:5d2::/64\",\r\n \"2603:1030:401:5e8::/62\",\r\n \"2603:1030:401:5ec::/64\",\r\n \"2603:1030:401:5ee::/63\",\r\n \"2603:1030:401:5f0::/62\",\r\n \"2603:1030:401:5f4::/64\",\r\n \"2603:1030:401:5f7::/64\",\r\n \"2603:1030:401:5f8::/62\",\r\n \"2603:1030:401:5fc::/64\",\r\n \"2603:1030:409::/64\",\r\n \"2603:1030:409:2::/63\",\r\n \"2603:1030:409:4::/62\",\r\n \"2603:1030:409:8::/61\",\r\n \"2603:1030:409:10::/60\",\r\n \"2603:1030:409:20::/59\",\r\n \"2603:1030:409:40::/58\",\r\n \"2603:1030:409:80::/57\",\r\n \"2603:1030:409:100::/56\",\r\n \"2603:1030:409:200::/55\",\r\n \"2603:1030:409:400::/54\",\r\n \"2603:1030:409:800::/53\",\r\n \"2603:1030:409:1000::/52\",\r\n \"2603:1030:409:2000::/51\",\r\n \"2603:1030:409:4000::/50\",\r\n \"2603:1030:409:8000::/49\",\r\n \"2603:1030:40a::/64\",\r\n \"2603:1030:40a:3::/64\",\r\n \"2603:1030:40a:4::/62\",\r\n \"2603:1030:40a:8::/63\",\r\n \"2603:1030:40b::800/117\",\r\n \"2603:1030:40b::1000/116\",\r\n \"2603:1030:40b::2000/115\",\r\n \"2603:1030:40b::4000/114\",\r\n \"2603:1030:40b::8000/113\",\r\n \"2603:1030:40b::1:0/112\",\r\n \"2603:1030:40b::2:0/111\",\r\n \"2603:1030:40b::4:0/110\",\r\n \"2603:1030:40b::8:0/109\",\r\n \"2603:1030:40b::10:0/108\",\r\n \"2603:1030:40b::20:0/107\",\r\n \"2603:1030:40b::40:0/106\",\r\n \"2603:1030:40b::80:0/105\",\r\n \"2603:1030:40b::100:0/104\",\r\n \"2603:1030:40b::200:0/103\",\r\n \"2603:1030:40b::400:0/102\",\r\n \"2603:1030:40b::800:0/101\",\r\n \"2603:1030:40b::1000:0/100\",\r\n \"2603:1030:40b::2000:0/99\",\r\n \"2603:1030:40b::4000:0/98\",\r\n \"2603:1030:40b::8000:0/97\",\r\n \"2603:1030:40b::1:0:0/96\",\r\n \"2603:1030:40b::2:0:0/95\",\r\n \"2603:1030:40b::4:0:0/94\",\r\n \"2603:1030:40b::8:0:0/93\",\r\n \"2603:1030:40b::10:0:0/92\",\r\n \"2603:1030:40b::20:0:0/91\",\r\n \"2603:1030:40b::40:0:0/90\",\r\n \"2603:1030:40b::80:0:0/89\",\r\n \"2603:1030:40b::100:0:0/88\",\r\n \"2603:1030:40b::200:0:0/87\",\r\n \"2603:1030:40b::400:0:0/86\",\r\n \"2603:1030:40b::800:0:0/85\",\r\n \"2603:1030:40b::1000:0:0/84\",\r\n \"2603:1030:40b::2000:0:0/83\",\r\n \"2603:1030:40b::4000:0:0/82\",\r\n \"2603:1030:40b::8000:0:0/81\",\r\n \"2603:1030:40b:0:1::/80\",\r\n \"2603:1030:40b:0:2::/79\",\r\n \"2603:1030:40b:0:4::/78\",\r\n \"2603:1030:40b:0:8::/77\",\r\n \"2603:1030:40b:0:10::/76\",\r\n \"2603:1030:40b:0:20::/75\",\r\n \"2603:1030:40b:0:40::/74\",\r\n \"2603:1030:40b:0:80::/73\",\r\n \"2603:1030:40b:0:100::/72\",\r\n \"2603:1030:40b:0:200::/71\",\r\n \"2603:1030:40b:0:400::/70\",\r\n \"2603:1030:40b:0:800::/69\",\r\n \"2603:1030:40b:0:1000::/68\",\r\n \"2603:1030:40b:0:2000::/67\",\r\n \"2603:1030:40b:0:4000::/66\",\r\n \"2603:1030:40b:0:8000::/65\",\r\n \"2603:1030:40b:1::/64\",\r\n \"2603:1030:40b:2::/63\",\r\n \"2603:1030:40b:4::/62\",\r\n \"2603:1030:40b:8::/61\",\r\n \"2603:1030:40b:10::/60\",\r\n \"2603:1030:40b:20::/59\",\r\n \"2603:1030:40b:40::/58\",\r\n \"2603:1030:40b:80::/57\",\r\n \"2603:1030:40b:100::/56\",\r\n \"2603:1030:40b:200::/55\",\r\n \"2603:1030:40b:400::800/117\",\r\n \"2603:1030:40b:400::1000/116\",\r\n \"2603:1030:40b:400::2000/115\",\r\n \"2603:1030:40b:400::4000/114\",\r\n \"2603:1030:40b:400::8000/113\",\r\n \"2603:1030:40b:400::1:0/112\",\r\n \"2603:1030:40b:400::2:0/111\",\r\n \"2603:1030:40b:400::4:0/110\",\r\n \"2603:1030:40b:400::8:0/109\",\r\n \"2603:1030:40b:400::10:0/108\",\r\n \"2603:1030:40b:400::20:0/107\",\r\n \"2603:1030:40b:400::40:0/106\",\r\n \"2603:1030:40b:400::80:0/105\",\r\n \"2603:1030:40b:400::100:0/104\",\r\n \"2603:1030:40b:400::200:0/103\",\r\n \"2603:1030:40b:400::400:0/102\",\r\n \"2603:1030:40b:400::800:0/101\",\r\n \"2603:1030:40b:400::1000:0/100\",\r\n \"2603:1030:40b:400::2000:0/99\",\r\n \"2603:1030:40b:400::4000:0/98\",\r\n \"2603:1030:40b:400::8000:0/97\",\r\n \"2603:1030:40b:400:0:1::/96\",\r\n \"2603:1030:40b:400:0:2::/95\",\r\n \"2603:1030:40b:400:0:4::/94\",\r\n \"2603:1030:40b:400:0:8::/93\",\r\n \"2603:1030:40b:400:0:10::/92\",\r\n \"2603:1030:40b:400:0:20::/91\",\r\n \"2603:1030:40b:400:0:40::/90\",\r\n \"2603:1030:40b:400:0:80::/89\",\r\n \"2603:1030:40b:400:0:100::/88\",\r\n \"2603:1030:40b:400:0:200::/87\",\r\n \"2603:1030:40b:400:0:400::/86\",\r\n \"2603:1030:40b:400:0:800::/85\",\r\n \"2603:1030:40b:400:0:1000::/84\",\r\n \"2603:1030:40b:400:0:2000::/83\",\r\n \"2603:1030:40b:400:0:4000::/82\",\r\n \"2603:1030:40b:400:0:8000::/81\",\r\n \"2603:1030:40b:400:1::/80\",\r\n \"2603:1030:40b:400:2::/79\",\r\n \"2603:1030:40b:400:4::/78\",\r\n \"2603:1030:40b:400:8::/77\",\r\n \"2603:1030:40b:400:10::/76\",\r\n \"2603:1030:40b:400:20::/75\",\r\n \"2603:1030:40b:400:40::/74\",\r\n \"2603:1030:40b:400:80::/73\",\r\n \"2603:1030:40b:400:100::/72\",\r\n \"2603:1030:40b:400:200::/71\",\r\n \"2603:1030:40b:400:400::/70\",\r\n \"2603:1030:40b:400:800::/69\",\r\n \"2603:1030:40b:400:1000::/68\",\r\n \"2603:1030:40b:400:2000::/67\",\r\n \"2603:1030:40b:400:4000::/66\",\r\n \"2603:1030:40b:400:8000::/65\",\r\n \"2603:1030:40b:401::/64\",\r\n \"2603:1030:40b:402::/63\",\r\n \"2603:1030:40b:404::/62\",\r\n \"2603:1030:40b:408::/61\",\r\n \"2603:1030:40b:410::/60\",\r\n \"2603:1030:40b:420::/59\",\r\n \"2603:1030:40b:440::/58\",\r\n \"2603:1030:40b:480::/57\",\r\n \"2603:1030:40b:500::/56\",\r\n \"2603:1030:40b:600::/55\",\r\n \"2603:1030:40b:800::/53\",\r\n \"2603:1030:40b:1000::/52\",\r\n \"2603:1030:40b:2000::/51\",\r\n \"2603:1030:40b:4000::/50\",\r\n \"2603:1030:40b:8000::/49\",\r\n \"2603:1030:40d::/60\",\r\n \"2603:1030:40d:4000::/50\",\r\n \"2603:1030:40e:100::/56\",\r\n \"2603:1030:410::/47\",\r\n \"2603:1061:1702::/48\",\r\n \"2603:1061:2010:1d::/64\",\r\n \"2603:1063:426::/56\",\r\n \"2603:10b0:509::/64\",\r\n \"2603:10b0:509:8::/62\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France Central\",\r\n \"communityValue\": \"12076:51030\",\r\n \"communityPrefixes\": [\r\n \"4.176.0.0/16\",\r\n \"4.178.0.0/17\",\r\n \"4.211.0.0/16\",\r\n \"4.212.0.0/16\",\r\n \"4.233.0.0/16\",\r\n \"4.251.128.0/18\",\r\n \"4.251.192.0/20\",\r\n \"20.19.0.0/20\",\r\n \"20.19.16.0/21\",\r\n \"20.19.24.0/22\",\r\n \"20.19.28.0/23\",\r\n \"20.19.30.0/24\",\r\n \"20.19.31.0/25\",\r\n \"20.19.31.128/28\",\r\n \"20.19.31.160/27\",\r\n \"20.19.31.192/26\",\r\n \"20.19.32.0/19\",\r\n \"20.19.64.0/18\",\r\n \"20.19.128.0/17\",\r\n \"20.38.196.0/22\",\r\n \"20.39.232.0/21\",\r\n \"20.39.240.0/20\",\r\n \"20.40.128.0/19\",\r\n \"20.43.32.0/19\",\r\n \"20.60.13.0/24\",\r\n \"20.60.156.0/23\",\r\n \"20.74.0.0/17\",\r\n \"20.95.85.0/24\",\r\n \"20.95.108.0/23\",\r\n \"20.111.0.0/18\",\r\n \"20.150.61.0/24\",\r\n \"20.188.32.0/19\",\r\n \"20.199.0.0/17\",\r\n \"20.202.0.0/24\",\r\n \"20.202.5.0/24\",\r\n \"20.202.6.0/23\",\r\n \"20.202.8.0/22\",\r\n \"20.202.104.0/24\",\r\n \"20.202.108.0/24\",\r\n \"20.202.112.0/24\",\r\n \"20.202.116.0/24\",\r\n \"20.202.128.0/24\",\r\n \"20.202.132.0/24\",\r\n \"20.202.136.0/24\",\r\n \"20.202.169.0/24\",\r\n \"20.202.244.0/24\",\r\n \"20.209.8.0/23\",\r\n \"20.209.214.0/23\",\r\n \"20.216.128.0/18\",\r\n \"20.216.192.0/19\",\r\n \"40.64.145.224/28\",\r\n \"40.64.165.128/25\",\r\n \"40.66.32.0/19\",\r\n \"40.79.128.0/23\",\r\n \"40.79.130.0/24\",\r\n \"40.79.131.0/25\",\r\n \"40.79.131.160/27\",\r\n \"40.79.131.192/26\",\r\n \"40.79.132.0/22\",\r\n \"40.79.136.0/23\",\r\n \"40.79.138.0/25\",\r\n \"40.79.138.128/26\",\r\n \"40.79.139.0/25\",\r\n \"40.79.139.128/26\",\r\n \"40.79.139.192/29\",\r\n \"40.79.139.208/28\",\r\n \"40.79.139.224/27\",\r\n \"40.79.140.0/22\",\r\n \"40.79.144.0/21\",\r\n \"40.79.222.0/24\",\r\n \"40.80.24.0/22\",\r\n \"40.89.128.0/18\",\r\n \"51.11.192.0/18\",\r\n \"51.103.0.0/17\",\r\n \"51.138.192.0/19\",\r\n \"52.121.88.0/21\",\r\n \"52.121.96.0/22\",\r\n \"52.121.178.0/23\",\r\n \"52.121.180.0/23\",\r\n \"52.143.128.0/18\",\r\n \"52.143.215.0/24\",\r\n \"52.143.216.0/23\",\r\n \"52.239.134.0/24\",\r\n \"52.239.194.0/24\",\r\n \"52.239.241.0/24\",\r\n \"52.245.116.0/22\",\r\n \"98.66.128.0/22\",\r\n \"98.66.132.0/24\",\r\n \"98.66.133.0/25\",\r\n \"98.66.133.144/28\",\r\n \"98.66.133.160/27\",\r\n \"98.66.133.192/26\",\r\n \"98.66.134.0/23\",\r\n \"98.66.136.0/21\",\r\n \"98.66.144.0/20\",\r\n \"98.66.160.0/19\",\r\n \"98.66.192.0/18\",\r\n \"151.206.49.96/27\",\r\n \"151.206.78.128/25\",\r\n \"151.206.79.0/24\",\r\n \"151.206.80.0/24\",\r\n \"151.206.81.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France Central IPv6\",\r\n \"communityValue\": \"12076:51030\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:800::/47\",\r\n \"2603:1020:802::/48\",\r\n \"2603:1020:805::/48\",\r\n \"2603:1020:806::/48\",\r\n \"2603:1026:2400::800/117\",\r\n \"2603:1026:2400::1000/116\",\r\n \"2603:1026:2400::2000/115\",\r\n \"2603:1026:2400::4000/114\",\r\n \"2603:1026:2400::8000/113\",\r\n \"2603:1026:2400::1:0/112\",\r\n \"2603:1026:2400::2:0/111\",\r\n \"2603:1026:2400::4:0/110\",\r\n \"2603:1026:2400::8:0/109\",\r\n \"2603:1026:2400::10:0/108\",\r\n \"2603:1026:2400::20:0/107\",\r\n \"2603:1026:2400::40:0/106\",\r\n \"2603:1026:2400::80:0/105\",\r\n \"2603:1026:2400::100:0/104\",\r\n \"2603:1026:2400::200:0/103\",\r\n \"2603:1026:2400::400:0/102\",\r\n \"2603:1026:2400::800:0/101\",\r\n \"2603:1026:2400::1000:0/100\",\r\n \"2603:1026:2400::2000:0/99\",\r\n \"2603:1026:2400::4000:0/98\",\r\n \"2603:1026:2400::8000:0/97\",\r\n \"2603:1026:2400::1:0:0/96\",\r\n \"2603:1026:2400::2:0:0/95\",\r\n \"2603:1026:2400::4:0:0/94\",\r\n \"2603:1026:2400::8:0:0/93\",\r\n \"2603:1026:2400::10:0:0/92\",\r\n \"2603:1026:2400::20:0:0/91\",\r\n \"2603:1026:2400::40:0:0/90\",\r\n \"2603:1026:2400::80:0:0/89\",\r\n \"2603:1026:2400::100:0:0/88\",\r\n \"2603:1026:2400::200:0:0/87\",\r\n \"2603:1026:2400::400:0:0/86\",\r\n \"2603:1026:2400::800:0:0/85\",\r\n \"2603:1026:2400::1000:0:0/84\",\r\n \"2603:1026:2400::2000:0:0/83\",\r\n \"2603:1026:2400::4000:0:0/82\",\r\n \"2603:1026:2400::8000:0:0/81\",\r\n \"2603:1026:2400:0:1::/80\",\r\n \"2603:1026:2400:0:2::/79\",\r\n \"2603:1026:2400:0:4::/78\",\r\n \"2603:1026:2400:0:8::/77\",\r\n \"2603:1026:2400:0:10::/76\",\r\n \"2603:1026:2400:0:20::/75\",\r\n \"2603:1026:2400:0:40::/74\",\r\n \"2603:1026:2400:0:80::/73\",\r\n \"2603:1026:2400:0:100::/72\",\r\n \"2603:1026:2400:0:200::/71\",\r\n \"2603:1026:2400:0:400::/70\",\r\n \"2603:1026:2400:0:800::/69\",\r\n \"2603:1026:2400:0:1000::/68\",\r\n \"2603:1026:2400:0:2000::/67\",\r\n \"2603:1026:2400:0:4000::/66\",\r\n \"2603:1026:2400:0:8000::/65\",\r\n \"2603:1026:2400:1::800/117\",\r\n \"2603:1026:2400:1::1000/116\",\r\n \"2603:1026:2400:1::2000/115\",\r\n \"2603:1026:2400:1::4000/114\",\r\n \"2603:1026:2400:1::8000/113\",\r\n \"2603:1026:2400:1::1:0/112\",\r\n \"2603:1026:2400:1::2:0/111\",\r\n \"2603:1026:2400:1::4:0/110\",\r\n \"2603:1026:2400:1::8:0/109\",\r\n \"2603:1026:2400:1::10:0/108\",\r\n \"2603:1026:2400:1::20:0/107\",\r\n \"2603:1026:2400:1::40:0/106\",\r\n \"2603:1026:2400:1::80:0/105\",\r\n \"2603:1026:2400:1::100:0/104\",\r\n \"2603:1026:2400:1::200:0/103\",\r\n \"2603:1026:2400:1::400:0/102\",\r\n \"2603:1026:2400:1::800:0/101\",\r\n \"2603:1026:2400:1::1000:0/100\",\r\n \"2603:1026:2400:1::2000:0/99\",\r\n \"2603:1026:2400:1::4000:0/98\",\r\n \"2603:1026:2400:1::8000:0/97\",\r\n \"2603:1026:2400:1:0:1::/96\",\r\n \"2603:1026:2400:1:0:2::/95\",\r\n \"2603:1026:2400:1:0:4::/94\",\r\n \"2603:1026:2400:1:0:8::/93\",\r\n \"2603:1026:2400:1:0:10::/92\",\r\n \"2603:1026:2400:1:0:20::/91\",\r\n \"2603:1026:2400:1:0:40::/90\",\r\n \"2603:1026:2400:1:0:80::/89\",\r\n \"2603:1026:2400:1:0:100::/88\",\r\n \"2603:1026:2400:1:0:200::/87\",\r\n \"2603:1026:2400:1:0:400::/86\",\r\n \"2603:1026:2400:1:0:800::/85\",\r\n \"2603:1026:2400:1:0:1000::/84\",\r\n \"2603:1026:2400:1:0:2000::/83\",\r\n \"2603:1026:2400:1:0:4000::/82\",\r\n \"2603:1026:2400:1:0:8000::/81\",\r\n \"2603:1026:2400:1:1::/80\",\r\n \"2603:1026:2400:1:2::/79\",\r\n \"2603:1026:2400:1:4::/78\",\r\n \"2603:1026:2400:1:8::/77\",\r\n \"2603:1026:2400:1:10::/76\",\r\n \"2603:1026:2400:1:20::/75\",\r\n \"2603:1026:2400:1:40::/74\",\r\n \"2603:1026:2400:1:80::/73\",\r\n \"2603:1026:2400:1:100::/72\",\r\n \"2603:1026:2400:1:200::/71\",\r\n \"2603:1026:2400:1:400::/70\",\r\n \"2603:1026:2400:1:800::/69\",\r\n \"2603:1026:2400:1:1000::/68\",\r\n \"2603:1026:2400:1:2000::/67\",\r\n \"2603:1026:2400:1:4000::/66\",\r\n \"2603:1026:2400:1:8000::/65\",\r\n \"2603:1026:2400:2::/63\",\r\n \"2603:1026:2400:4::/62\",\r\n \"2603:1026:2400:8::/61\",\r\n \"2603:1026:2400:10::/60\",\r\n \"2603:1026:2400:20::/59\",\r\n \"2603:1026:2400:40::/58\",\r\n \"2603:1026:2400:80::/57\",\r\n \"2603:1026:2400:100::/56\",\r\n \"2603:1026:2400:200::/55\",\r\n \"2603:1026:2400:400::/54\",\r\n \"2603:1026:2400:800::/53\",\r\n \"2603:1026:2400:1000::/52\",\r\n \"2603:1026:2400:2000::/51\",\r\n \"2603:1026:2400:4000::/50\",\r\n \"2603:1026:2400:8000::/49\",\r\n \"2603:1061:1311:c00::/54\",\r\n \"2603:1061:170f::/48\",\r\n \"2603:1061:2000:640::/62\",\r\n \"2603:1061:2002:4800::/57\",\r\n \"2603:1061:2004:4000::/57\",\r\n \"2603:1061:2010:b::/64\",\r\n \"2603:1062:c:18::/63\",\r\n \"2603:1063:408::/56\",\r\n \"2603:10a0:705::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France South\",\r\n \"communityValue\": \"12076:51031\",\r\n \"communityPrefixes\": [\r\n \"4.251.208.0/20\",\r\n \"4.251.224.0/19\",\r\n \"20.38.188.0/22\",\r\n \"20.39.80.0/20\",\r\n \"20.60.11.0/24\",\r\n \"20.60.188.0/23\",\r\n \"20.111.64.0/21\",\r\n \"20.111.72.0/22\",\r\n \"20.111.76.0/23\",\r\n \"20.111.78.0/25\",\r\n \"20.111.78.144/28\",\r\n \"20.111.78.160/27\",\r\n \"20.111.78.192/26\",\r\n \"20.111.79.0/24\",\r\n \"20.111.80.0/20\",\r\n \"20.111.96.0/19\",\r\n \"20.150.19.0/24\",\r\n \"20.216.224.0/21\",\r\n \"40.64.166.0/25\",\r\n \"40.79.176.0/23\",\r\n \"40.79.178.0/24\",\r\n \"40.79.179.0/25\",\r\n \"40.79.179.160/27\",\r\n \"40.79.179.192/26\",\r\n \"40.79.180.0/22\",\r\n \"40.79.223.0/24\",\r\n \"40.80.20.0/22\",\r\n \"40.80.96.0/22\",\r\n \"40.80.100.0/23\",\r\n \"40.80.102.0/24\",\r\n \"40.80.103.0/25\",\r\n \"40.80.103.128/26\",\r\n \"40.80.103.208/28\",\r\n \"40.80.103.224/27\",\r\n \"40.80.104.0/21\",\r\n \"40.82.224.0/20\",\r\n \"51.105.88.0/21\",\r\n \"51.138.128.0/19\",\r\n \"51.138.160.0/29\",\r\n \"51.138.160.16/28\",\r\n \"51.138.160.32/27\",\r\n \"51.138.160.64/26\",\r\n \"51.138.160.128/25\",\r\n \"51.138.161.0/24\",\r\n \"51.138.162.0/23\",\r\n \"51.138.164.0/22\",\r\n \"52.136.8.0/21\",\r\n \"52.136.28.0/24\",\r\n \"52.136.128.0/18\",\r\n \"52.239.135.0/26\",\r\n \"52.239.196.0/24\",\r\n \"52.245.120.0/22\",\r\n \"57.150.21.0/24\",\r\n \"98.65.0.0/16\",\r\n \"98.66.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France South IPv6\",\r\n \"communityValue\": \"12076:51031\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:900::/47\",\r\n \"2603:1020:902::/48\",\r\n \"2603:1020:905::/54\",\r\n \"2603:1020:905:400::/63\",\r\n \"2603:1020:905:402::/120\",\r\n \"2603:1020:905:402::100/122\",\r\n \"2603:1020:905:402::140/123\",\r\n \"2603:1020:905:402::162/127\",\r\n \"2603:1020:905:402::164/126\",\r\n \"2603:1020:905:402::168/125\",\r\n \"2603:1020:905:402::170/124\",\r\n \"2603:1020:905:402::180/121\",\r\n \"2603:1020:905:402::200/119\",\r\n \"2603:1020:905:402::400/118\",\r\n \"2603:1020:905:402::800/117\",\r\n \"2603:1020:905:402::1000/116\",\r\n \"2603:1020:905:402::2000/115\",\r\n \"2603:1020:905:402::4000/114\",\r\n \"2603:1020:905:402::8000/113\",\r\n \"2603:1020:905:402::1:0/112\",\r\n \"2603:1020:905:402::2:0/111\",\r\n \"2603:1020:905:402::4:0/110\",\r\n \"2603:1020:905:402::8:0/109\",\r\n \"2603:1020:905:402::10:0/108\",\r\n \"2603:1020:905:402::20:0/107\",\r\n \"2603:1020:905:402::40:0/106\",\r\n \"2603:1020:905:402::80:0/105\",\r\n \"2603:1020:905:402::100:0/104\",\r\n \"2603:1020:905:402::200:0/103\",\r\n \"2603:1020:905:402::400:0/102\",\r\n \"2603:1020:905:402::800:0/101\",\r\n \"2603:1020:905:402::1000:0/100\",\r\n \"2603:1020:905:402::2000:0/99\",\r\n \"2603:1020:905:402::4000:0/98\",\r\n \"2603:1020:905:402::8000:0/97\",\r\n \"2603:1020:905:402:0:1::/96\",\r\n \"2603:1020:905:402:0:2::/95\",\r\n \"2603:1020:905:402:0:4::/94\",\r\n \"2603:1020:905:402:0:8::/93\",\r\n \"2603:1020:905:402:0:10::/92\",\r\n \"2603:1020:905:402:0:20::/91\",\r\n \"2603:1020:905:402:0:40::/90\",\r\n \"2603:1020:905:402:0:80::/89\",\r\n \"2603:1020:905:402:0:100::/88\",\r\n \"2603:1020:905:402:0:200::/87\",\r\n \"2603:1020:905:402:0:400::/86\",\r\n \"2603:1020:905:402:0:800::/85\",\r\n \"2603:1020:905:402:0:1000::/84\",\r\n \"2603:1020:905:402:0:2000::/83\",\r\n \"2603:1020:905:402:0:4000::/82\",\r\n \"2603:1020:905:402:0:8000::/81\",\r\n \"2603:1020:905:402:1::/80\",\r\n \"2603:1020:905:402:2::/79\",\r\n \"2603:1020:905:402:4::/78\",\r\n \"2603:1020:905:402:8::/77\",\r\n \"2603:1020:905:402:10::/76\",\r\n \"2603:1020:905:402:20::/75\",\r\n \"2603:1020:905:402:40::/74\",\r\n \"2603:1020:905:402:80::/73\",\r\n \"2603:1020:905:402:100::/72\",\r\n \"2603:1020:905:402:200::/71\",\r\n \"2603:1020:905:402:400::/70\",\r\n \"2603:1020:905:402:800::/69\",\r\n \"2603:1020:905:402:1000::/68\",\r\n \"2603:1020:905:402:2000::/67\",\r\n \"2603:1020:905:402:4000::/66\",\r\n \"2603:1020:905:402:8000::/65\",\r\n \"2603:1020:905:403::/64\",\r\n \"2603:1020:905:404::/62\",\r\n \"2603:1020:905:408::/61\",\r\n \"2603:1020:905:410::/60\",\r\n \"2603:1020:905:420::/59\",\r\n \"2603:1020:905:440::/58\",\r\n \"2603:1020:905:480::/57\",\r\n \"2603:1020:905:500::/56\",\r\n \"2603:1020:905:600::/55\",\r\n \"2603:1020:905:800::/53\",\r\n \"2603:1020:905:1000::/52\",\r\n \"2603:1020:905:2000::/51\",\r\n \"2603:1020:905:4000::/50\",\r\n \"2603:1020:905:8000::/49\",\r\n \"2603:1020:906::/48\",\r\n \"2603:1026:2401::/64\",\r\n \"2603:1026:2401:1::800/117\",\r\n \"2603:1026:2401:1::1000/116\",\r\n \"2603:1026:2401:1::2000/115\",\r\n \"2603:1026:2401:1::4000/114\",\r\n \"2603:1026:2401:1::8000/113\",\r\n \"2603:1026:2401:1::1:0/112\",\r\n \"2603:1026:2401:1::2:0/111\",\r\n \"2603:1026:2401:1::4:0/110\",\r\n \"2603:1026:2401:1::8:0/109\",\r\n \"2603:1026:2401:1::10:0/108\",\r\n \"2603:1026:2401:1::20:0/107\",\r\n \"2603:1026:2401:1::40:0/106\",\r\n \"2603:1026:2401:1::80:0/105\",\r\n \"2603:1026:2401:1::100:0/104\",\r\n \"2603:1026:2401:1::200:0/103\",\r\n \"2603:1026:2401:1::400:0/102\",\r\n \"2603:1026:2401:1::800:0/101\",\r\n \"2603:1026:2401:1::1000:0/100\",\r\n \"2603:1026:2401:1::2000:0/99\",\r\n \"2603:1026:2401:1::4000:0/98\",\r\n \"2603:1026:2401:1::8000:0/97\",\r\n \"2603:1026:2401:1:0:1::/96\",\r\n \"2603:1026:2401:1:0:2::/95\",\r\n \"2603:1026:2401:1:0:4::/94\",\r\n \"2603:1026:2401:1:0:8::/93\",\r\n \"2603:1026:2401:1:0:10::/92\",\r\n \"2603:1026:2401:1:0:20::/91\",\r\n \"2603:1026:2401:1:0:40::/90\",\r\n \"2603:1026:2401:1:0:80::/89\",\r\n \"2603:1026:2401:1:0:100::/88\",\r\n \"2603:1026:2401:1:0:200::/87\",\r\n \"2603:1026:2401:1:0:400::/86\",\r\n \"2603:1026:2401:1:0:800::/85\",\r\n \"2603:1026:2401:1:0:1000::/84\",\r\n \"2603:1026:2401:1:0:2000::/83\",\r\n \"2603:1026:2401:1:0:4000::/82\",\r\n \"2603:1026:2401:1:0:8000::/81\",\r\n \"2603:1026:2401:1:1::/80\",\r\n \"2603:1026:2401:1:2::/79\",\r\n \"2603:1026:2401:1:4::/78\",\r\n \"2603:1026:2401:1:8::/77\",\r\n \"2603:1026:2401:1:10::/76\",\r\n \"2603:1026:2401:1:20::/75\",\r\n \"2603:1026:2401:1:40::/74\",\r\n \"2603:1026:2401:1:80::/73\",\r\n \"2603:1026:2401:1:100::/72\",\r\n \"2603:1026:2401:1:200::/71\",\r\n \"2603:1026:2401:1:400::/70\",\r\n \"2603:1026:2401:1:800::/69\",\r\n \"2603:1026:2401:1:1000::/68\",\r\n \"2603:1026:2401:1:2000::/67\",\r\n \"2603:1026:2401:1:4000::/66\",\r\n \"2603:1026:2401:1:8000::/65\",\r\n \"2603:1026:2401:2::/63\",\r\n \"2603:1026:2401:4::/62\",\r\n \"2603:1026:2401:8::/61\",\r\n \"2603:1026:2401:10::/60\",\r\n \"2603:1026:2401:20::/59\",\r\n \"2603:1026:2401:40::/58\",\r\n \"2603:1026:2401:80::/57\",\r\n \"2603:1026:2401:100::/56\",\r\n \"2603:1026:2401:200::/55\",\r\n \"2603:1026:2401:400::/54\",\r\n \"2603:1026:2401:800::/53\",\r\n \"2603:1026:2401:1000::/52\",\r\n \"2603:1026:2401:2000::/51\",\r\n \"2603:1026:2401:4000::/50\",\r\n \"2603:1026:2401:8000::/49\",\r\n \"2603:1061:1311:1000::/54\",\r\n \"2603:1061:1710::/48\",\r\n \"2603:1061:2000:648::/62\",\r\n \"2603:1061:2002:4900::/57\",\r\n \"2603:1061:2004:4100::/57\",\r\n \"2603:1061:2010:c::/64\",\r\n \"2603:1063:409::/56\",\r\n \"2603:10a0:903::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany North\",\r\n \"communityValue\": \"12076:51040\",\r\n \"communityPrefixes\": [\r\n \"20.38.115.0/24\",\r\n \"20.52.72.0/21\",\r\n \"20.52.80.32/27\",\r\n \"20.113.192.0/18\",\r\n \"20.150.60.0/24\",\r\n \"20.150.112.0/24\",\r\n \"20.170.160.0/19\",\r\n \"20.170.192.0/18\",\r\n \"20.209.206.0/23\",\r\n \"20.218.0.0/18\",\r\n \"40.64.182.0/25\",\r\n \"40.119.96.0/22\",\r\n \"40.126.198.0/24\",\r\n \"51.116.0.0/19\",\r\n \"51.116.32.0/20\",\r\n \"51.116.48.0/21\",\r\n \"51.116.56.0/22\",\r\n \"51.116.60.0/25\",\r\n \"51.116.60.128/26\",\r\n \"51.116.60.192/27\",\r\n \"51.116.60.224/28\",\r\n \"51.116.60.240/29\",\r\n \"51.116.61.0/24\",\r\n \"51.116.62.0/23\",\r\n \"51.116.64.0/19\",\r\n \"51.116.200.0/21\",\r\n \"51.116.208.0/20\",\r\n \"52.253.172.0/24\",\r\n \"98.67.0.0/18\",\r\n \"98.67.64.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany North IPv6\",\r\n \"communityValue\": \"12076:51040\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:d00::/47\",\r\n \"2603:1020:d04::/47\",\r\n \"2603:1061:1311:1400::/54\",\r\n \"2603:1061:172c::/48\",\r\n \"2603:1061:2000:6c0::/62\",\r\n \"2603:1061:2002:5000::/57\",\r\n \"2603:1061:2004:4800::/57\",\r\n \"2603:1061:2010:2c::/64\",\r\n \"2603:10a0:1202::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany West Central\",\r\n \"communityValue\": \"12076:51041\",\r\n \"communityPrefixes\": [\r\n \"4.182.0.0/16\",\r\n \"4.184.56.0/21\",\r\n \"4.184.64.0/18\",\r\n \"4.184.128.0/17\",\r\n \"4.185.0.0/16\",\r\n \"20.38.118.0/24\",\r\n \"20.52.0.0/18\",\r\n \"20.52.64.0/21\",\r\n \"20.52.80.0/27\",\r\n \"20.52.80.64/27\",\r\n \"20.52.88.0/21\",\r\n \"20.52.96.0/19\",\r\n \"20.52.128.0/17\",\r\n \"20.60.22.0/23\",\r\n \"20.79.0.0/16\",\r\n \"20.95.70.0/24\",\r\n \"20.95.78.0/23\",\r\n \"20.95.80.0/24\",\r\n \"20.95.102.0/24\",\r\n \"20.113.0.0/17\",\r\n \"20.113.128.0/18\",\r\n \"20.150.54.0/24\",\r\n \"20.150.125.0/24\",\r\n \"20.170.0.0/17\",\r\n \"20.170.128.0/19\",\r\n \"20.209.32.0/23\",\r\n \"20.209.176.0/23\",\r\n \"20.209.242.0/23\",\r\n \"20.218.64.0/18\",\r\n \"20.218.128.0/17\",\r\n \"40.64.145.240/28\",\r\n \"40.64.180.128/25\",\r\n \"40.119.92.0/22\",\r\n \"40.126.197.0/24\",\r\n \"51.116.96.0/19\",\r\n \"51.116.128.0/18\",\r\n \"51.116.192.0/21\",\r\n \"51.116.224.0/20\",\r\n \"51.116.240.0/22\",\r\n \"51.116.244.0/23\",\r\n \"51.116.246.8/29\",\r\n \"51.116.246.16/28\",\r\n \"51.116.246.32/27\",\r\n \"51.116.246.64/26\",\r\n \"51.116.246.128/25\",\r\n \"51.116.247.0/24\",\r\n \"51.116.248.0/21\",\r\n \"52.253.169.0/24\",\r\n \"52.253.170.0/23\",\r\n \"98.67.128.0/17\",\r\n \"151.206.49.128/27\",\r\n \"151.206.81.64/26\",\r\n \"151.206.81.128/25\",\r\n \"151.206.82.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany West Central IPv6\",\r\n \"communityValue\": \"12076:51041\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:c00::/47\",\r\n \"2603:1020:c04::/47\",\r\n \"2603:1061:1311:1800::/54\",\r\n \"2603:1061:1729::/48\",\r\n \"2603:1061:2000:6c8::/62\",\r\n \"2603:1061:2002:5100::/57\",\r\n \"2603:1061:2004:4900::/57\",\r\n \"2603:1061:2010:29::/64\",\r\n \"2603:1062:c:1a::/63\",\r\n \"2603:10a0:1002::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureGlobalServices\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureGlobalServices\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureGlobalServices\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Global Services\",\r\n \"communityValue\": \"12076:5050\",\r\n \"communityPrefixes\": [\r\n \"13.107.6.175/32\",\r\n \"13.107.6.176/32\",\r\n \"13.107.6.183/32\",\r\n \"13.107.9.175/32\",\r\n \"13.107.9.176/32\",\r\n \"13.107.9.183/32\",\r\n \"13.107.42.18/31\",\r\n \"13.107.42.20/32\",\r\n \"13.107.43.18/31\",\r\n \"13.107.43.20/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Israel Central\",\r\n \"communityValue\": \"12076:51053\",\r\n \"communityPrefixes\": [\r\n \"20.38.18.0/24\",\r\n \"20.60.94.0/23\",\r\n \"20.201.129.0/24\",\r\n \"20.201.130.0/23\",\r\n \"20.209.118.0/23\",\r\n \"20.209.134.0/23\",\r\n \"20.209.212.0/23\",\r\n \"20.217.0.0/19\",\r\n \"20.217.32.0/22\",\r\n \"20.217.40.0/21\",\r\n \"20.217.48.0/20\",\r\n \"20.217.64.0/19\",\r\n \"20.217.128.0/21\",\r\n \"20.217.160.0/19\",\r\n \"20.217.192.0/19\",\r\n \"40.64.144.248/29\",\r\n \"40.64.187.128/25\",\r\n \"40.123.173.0/24\",\r\n \"151.206.49.0/28\",\r\n \"151.206.70.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Israel Central IPv6\",\r\n \"communityValue\": \"12076:51053\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1401::/48\",\r\n \"2603:1040:1402::/47\",\r\n \"2603:1046:140d::800/117\",\r\n \"2603:1046:140d::1000/116\",\r\n \"2603:1046:140d::2000/115\",\r\n \"2603:1046:140d::4000/114\",\r\n \"2603:1046:140d::8000/113\",\r\n \"2603:1046:140d::1:0/112\",\r\n \"2603:1046:140d::2:0/111\",\r\n \"2603:1046:140d::4:0/110\",\r\n \"2603:1046:140d::8:0/109\",\r\n \"2603:1046:140d::10:0/108\",\r\n \"2603:1046:140d::20:0/107\",\r\n \"2603:1046:140d::40:0/106\",\r\n \"2603:1046:140d::80:0/105\",\r\n \"2603:1046:140d::100:0/104\",\r\n \"2603:1046:140d::200:0/103\",\r\n \"2603:1046:140d::400:0/102\",\r\n \"2603:1046:140d::800:0/101\",\r\n \"2603:1046:140d::1000:0/100\",\r\n \"2603:1046:140d::2000:0/99\",\r\n \"2603:1046:140d::4000:0/98\",\r\n \"2603:1046:140d::8000:0/97\",\r\n \"2603:1046:140d::1:0:0/96\",\r\n \"2603:1046:140d::2:0:0/95\",\r\n \"2603:1046:140d::4:0:0/94\",\r\n \"2603:1046:140d::8:0:0/93\",\r\n \"2603:1046:140d::10:0:0/92\",\r\n \"2603:1046:140d::20:0:0/91\",\r\n \"2603:1046:140d::40:0:0/90\",\r\n \"2603:1046:140d::80:0:0/89\",\r\n \"2603:1046:140d::100:0:0/88\",\r\n \"2603:1046:140d::200:0:0/87\",\r\n \"2603:1046:140d::400:0:0/86\",\r\n \"2603:1046:140d::800:0:0/85\",\r\n \"2603:1046:140d::1000:0:0/84\",\r\n \"2603:1046:140d::2000:0:0/83\",\r\n \"2603:1046:140d::4000:0:0/82\",\r\n \"2603:1046:140d::8000:0:0/81\",\r\n \"2603:1046:140d:0:1::/80\",\r\n \"2603:1046:140d:0:2::/79\",\r\n \"2603:1046:140d:0:4::/78\",\r\n \"2603:1046:140d:0:8::/77\",\r\n \"2603:1046:140d:0:10::/76\",\r\n \"2603:1046:140d:0:20::/75\",\r\n \"2603:1046:140d:0:40::/74\",\r\n \"2603:1046:140d:0:80::/73\",\r\n \"2603:1046:140d:0:100::/72\",\r\n \"2603:1046:140d:0:200::/71\",\r\n \"2603:1046:140d:0:400::/70\",\r\n \"2603:1046:140d:0:800::/69\",\r\n \"2603:1046:140d:0:1000::/68\",\r\n \"2603:1046:140d:0:2000::/67\",\r\n \"2603:1046:140d:0:4000::/66\",\r\n \"2603:1046:140d:0:8000::/65\",\r\n \"2603:1046:140d:1::/64\",\r\n \"2603:1046:140d:2::/63\",\r\n \"2603:1046:140d:4::/62\",\r\n \"2603:1046:140d:8::/61\",\r\n \"2603:1046:140d:10::/60\",\r\n \"2603:1046:140d:20::/59\",\r\n \"2603:1046:140d:40::/58\",\r\n \"2603:1046:140d:80::/57\",\r\n \"2603:1046:140d:100::/56\",\r\n \"2603:1046:140d:200::/55\",\r\n \"2603:1046:140d:400::/54\",\r\n \"2603:1046:140d:800::/53\",\r\n \"2603:1046:140d:1000::/52\",\r\n \"2603:1046:140d:2000::/51\",\r\n \"2603:1046:140d:4000::/50\",\r\n \"2603:1046:140d:8000::/49\",\r\n \"2603:1061:1007::/58\",\r\n \"2603:1061:1007:40::/59\",\r\n \"2603:1061:1007:60::/60\",\r\n \"2603:1061:1007:70::/63\",\r\n \"2603:1061:1007:72::/64\",\r\n \"2603:1061:1310:800::/54\",\r\n \"2603:1061:1737::/48\",\r\n \"2603:1061:2002:9000::/57\",\r\n \"2603:1061:2004:a000::/57\",\r\n \"2603:1061:2010:37::/64\",\r\n \"2603:1062:c:c::/63\",\r\n \"2603:1090:1600::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Italy North\",\r\n \"communityValue\": \"12076:51054\",\r\n \"communityPrefixes\": [\r\n \"4.232.0.0/17\",\r\n \"4.232.128.0/18\",\r\n \"4.232.192.0/21\",\r\n \"4.232.208.0/20\",\r\n \"4.232.224.0/19\",\r\n \"20.38.22.0/24\",\r\n \"20.95.104.0/24\",\r\n \"20.209.80.0/23\",\r\n \"20.209.86.0/23\",\r\n \"20.209.120.0/23\",\r\n \"40.64.189.128/25\",\r\n \"40.120.132.0/25\",\r\n \"40.120.132.128/26\",\r\n \"40.120.132.192/27\",\r\n \"40.120.132.224/28\",\r\n \"52.253.216.0/23\",\r\n \"52.253.218.0/24\",\r\n \"172.213.0.0/19\",\r\n \"172.213.128.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Italy North IPv6\",\r\n \"communityValue\": \"12076:51054\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1200::/47\",\r\n \"2603:1020:1204::/48\",\r\n \"2603:1026:2412::800/117\",\r\n \"2603:1026:2412::1000/116\",\r\n \"2603:1026:2412::2000/115\",\r\n \"2603:1026:2412::4000/114\",\r\n \"2603:1026:2412::8000/113\",\r\n \"2603:1026:2412::1:0/112\",\r\n \"2603:1026:2412::2:0/111\",\r\n \"2603:1026:2412::4:0/110\",\r\n \"2603:1026:2412::8:0/109\",\r\n \"2603:1026:2412::10:0/108\",\r\n \"2603:1026:2412::20:0/107\",\r\n \"2603:1026:2412::40:0/106\",\r\n \"2603:1026:2412::80:0/105\",\r\n \"2603:1026:2412::100:0/104\",\r\n \"2603:1026:2412::200:0/103\",\r\n \"2603:1026:2412::400:0/102\",\r\n \"2603:1026:2412::800:0/101\",\r\n \"2603:1026:2412::1000:0/100\",\r\n \"2603:1026:2412::2000:0/99\",\r\n \"2603:1026:2412::4000:0/98\",\r\n \"2603:1026:2412::8000:0/97\",\r\n \"2603:1026:2412::1:0:0/96\",\r\n \"2603:1026:2412::2:0:0/95\",\r\n \"2603:1026:2412::4:0:0/94\",\r\n \"2603:1026:2412::8:0:0/93\",\r\n \"2603:1026:2412::10:0:0/92\",\r\n \"2603:1026:2412::20:0:0/91\",\r\n \"2603:1026:2412::40:0:0/90\",\r\n \"2603:1026:2412::80:0:0/89\",\r\n \"2603:1026:2412::100:0:0/88\",\r\n \"2603:1026:2412::200:0:0/87\",\r\n \"2603:1026:2412::400:0:0/86\",\r\n \"2603:1026:2412::800:0:0/85\",\r\n \"2603:1026:2412::1000:0:0/84\",\r\n \"2603:1026:2412::2000:0:0/83\",\r\n \"2603:1026:2412::4000:0:0/82\",\r\n \"2603:1026:2412::8000:0:0/81\",\r\n \"2603:1026:2412:0:1::/80\",\r\n \"2603:1026:2412:0:2::/79\",\r\n \"2603:1026:2412:0:4::/78\",\r\n \"2603:1026:2412:0:8::/77\",\r\n \"2603:1026:2412:0:10::/76\",\r\n \"2603:1026:2412:0:20::/75\",\r\n \"2603:1026:2412:0:40::/74\",\r\n \"2603:1026:2412:0:80::/73\",\r\n \"2603:1026:2412:0:100::/72\",\r\n \"2603:1026:2412:0:200::/71\",\r\n \"2603:1026:2412:0:400::/70\",\r\n \"2603:1026:2412:0:800::/69\",\r\n \"2603:1026:2412:0:1000::/68\",\r\n \"2603:1026:2412:0:2000::/67\",\r\n \"2603:1026:2412:0:4000::/66\",\r\n \"2603:1026:2412:0:8000::/65\",\r\n \"2603:1026:2412:1::800/117\",\r\n \"2603:1026:2412:1::1000/116\",\r\n \"2603:1026:2412:1::2000/115\",\r\n \"2603:1026:2412:1::4000/114\",\r\n \"2603:1026:2412:1::8000/113\",\r\n \"2603:1026:2412:1::1:0/112\",\r\n \"2603:1026:2412:1::2:0/111\",\r\n \"2603:1026:2412:1::4:0/110\",\r\n \"2603:1026:2412:1::8:0/109\",\r\n \"2603:1026:2412:1::10:0/108\",\r\n \"2603:1026:2412:1::20:0/107\",\r\n \"2603:1026:2412:1::40:0/106\",\r\n \"2603:1026:2412:1::80:0/105\",\r\n \"2603:1026:2412:1::100:0/104\",\r\n \"2603:1026:2412:1::200:0/103\",\r\n \"2603:1026:2412:1::400:0/102\",\r\n \"2603:1026:2412:1::800:0/101\",\r\n \"2603:1026:2412:1::1000:0/100\",\r\n \"2603:1026:2412:1::2000:0/99\",\r\n \"2603:1026:2412:1::4000:0/98\",\r\n \"2603:1026:2412:1::8000:0/97\",\r\n \"2603:1026:2412:1:0:1::/96\",\r\n \"2603:1026:2412:1:0:2::/95\",\r\n \"2603:1026:2412:1:0:4::/94\",\r\n \"2603:1026:2412:1:0:8::/93\",\r\n \"2603:1026:2412:1:0:10::/92\",\r\n \"2603:1026:2412:1:0:20::/91\",\r\n \"2603:1026:2412:1:0:40::/90\",\r\n \"2603:1026:2412:1:0:80::/89\",\r\n \"2603:1026:2412:1:0:100::/88\",\r\n \"2603:1026:2412:1:0:200::/87\",\r\n \"2603:1026:2412:1:0:400::/86\",\r\n \"2603:1026:2412:1:0:800::/85\",\r\n \"2603:1026:2412:1:0:1000::/84\",\r\n \"2603:1026:2412:1:0:2000::/83\",\r\n \"2603:1026:2412:1:0:4000::/82\",\r\n \"2603:1026:2412:1:0:8000::/81\",\r\n \"2603:1026:2412:1:1::/80\",\r\n \"2603:1026:2412:1:2::/79\",\r\n \"2603:1026:2412:1:4::/78\",\r\n \"2603:1026:2412:1:8::/77\",\r\n \"2603:1026:2412:1:10::/76\",\r\n \"2603:1026:2412:1:20::/75\",\r\n \"2603:1026:2412:1:40::/74\",\r\n \"2603:1026:2412:1:80::/73\",\r\n \"2603:1026:2412:1:100::/72\",\r\n \"2603:1026:2412:1:200::/71\",\r\n \"2603:1026:2412:1:400::/70\",\r\n \"2603:1026:2412:1:800::/69\",\r\n \"2603:1026:2412:1:1000::/68\",\r\n \"2603:1026:2412:1:2000::/67\",\r\n \"2603:1026:2412:1:4000::/66\",\r\n \"2603:1026:2412:1:8000::/65\",\r\n \"2603:1026:2412:2::/63\",\r\n \"2603:1026:2412:4::/62\",\r\n \"2603:1026:2412:8::/61\",\r\n \"2603:1026:2412:10::/60\",\r\n \"2603:1026:2412:20::/59\",\r\n \"2603:1026:2412:40::/58\",\r\n \"2603:1026:2412:80::/57\",\r\n \"2603:1026:2412:100::/56\",\r\n \"2603:1026:2412:200::/55\",\r\n \"2603:1026:2412:400::/54\",\r\n \"2603:1026:2412:800::/53\",\r\n \"2603:1026:2412:1000::/52\",\r\n \"2603:1026:2412:2000::/51\",\r\n \"2603:1026:2412:4000::/50\",\r\n \"2603:1026:2412:8000::/49\",\r\n \"2603:1061:100b::/58\",\r\n \"2603:1061:100b:40::/59\",\r\n \"2603:1061:100b:60::/61\",\r\n \"2603:1061:100b:68::/62\",\r\n \"2603:1061:1311:1c00::/54\",\r\n \"2603:1061:173b::/48\",\r\n \"2603:1061:2010:3b::/64\",\r\n \"2603:10a0:1800::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan East\",\r\n \"communityValue\": \"12076:51012\",\r\n \"communityPrefixes\": [\r\n \"4.189.0.0/16\",\r\n \"4.190.0.0/17\",\r\n \"4.214.0.0/15\",\r\n \"4.216.0.0/16\",\r\n \"4.241.0.0/16\",\r\n \"13.71.128.0/19\",\r\n \"13.73.0.0/19\",\r\n \"13.78.0.0/18\",\r\n \"13.78.64.0/19\",\r\n \"13.78.96.0/21\",\r\n \"13.78.104.0/23\",\r\n \"13.78.106.0/24\",\r\n \"13.78.108.0/25\",\r\n \"13.78.108.128/26\",\r\n \"13.78.108.224/27\",\r\n \"13.78.109.0/24\",\r\n \"13.78.110.0/24\",\r\n \"13.78.111.0/25\",\r\n \"13.78.111.128/26\",\r\n \"13.78.111.192/29\",\r\n \"13.78.111.208/28\",\r\n \"13.78.111.224/27\",\r\n \"13.78.112.0/20\",\r\n \"20.18.0.0/22\",\r\n \"20.18.4.0/25\",\r\n \"20.18.4.128/27\",\r\n \"20.18.4.176/28\",\r\n \"20.18.4.192/26\",\r\n \"20.18.5.0/24\",\r\n \"20.18.6.0/23\",\r\n \"20.18.8.0/21\",\r\n \"20.18.16.0/20\",\r\n \"20.18.32.0/19\",\r\n \"20.18.64.0/18\",\r\n \"20.18.144.0/20\",\r\n \"20.18.192.0/18\",\r\n \"20.27.0.0/18\",\r\n \"20.27.128.0/18\",\r\n \"20.37.96.0/19\",\r\n \"20.38.116.0/23\",\r\n \"20.40.88.0/21\",\r\n \"20.40.96.0/21\",\r\n \"20.43.64.0/19\",\r\n \"20.44.128.0/18\",\r\n \"20.46.112.0/20\",\r\n \"20.46.160.0/19\",\r\n \"20.48.0.0/17\",\r\n \"20.60.172.0/23\",\r\n \"20.60.248.0/23\",\r\n \"20.63.128.0/18\",\r\n \"20.78.0.0/17\",\r\n \"20.78.192.0/18\",\r\n \"20.89.0.0/17\",\r\n \"20.89.128.0/18\",\r\n \"20.95.138.0/24\",\r\n \"20.150.85.0/24\",\r\n \"20.150.105.0/24\",\r\n \"20.188.0.0/19\",\r\n \"20.191.160.0/19\",\r\n \"20.194.128.0/17\",\r\n \"20.202.54.0/23\",\r\n \"20.202.58.0/24\",\r\n \"20.202.66.0/23\",\r\n \"20.202.78.0/24\",\r\n \"20.202.86.0/24\",\r\n \"20.202.91.0/24\",\r\n \"20.202.95.0/24\",\r\n \"20.202.127.0/24\",\r\n \"20.202.181.0/24\",\r\n \"20.209.22.0/23\",\r\n \"20.209.170.0/23\",\r\n \"20.209.234.0/23\",\r\n \"20.210.0.0/17\",\r\n \"20.210.192.0/18\",\r\n \"20.222.0.0/16\",\r\n \"20.243.0.0/16\",\r\n \"23.98.57.64/26\",\r\n \"23.100.96.0/21\",\r\n \"23.102.64.0/19\",\r\n \"40.64.146.32/28\",\r\n \"40.64.166.128/25\",\r\n \"40.79.184.0/21\",\r\n \"40.79.192.0/21\",\r\n \"40.79.208.0/24\",\r\n \"40.81.192.0/19\",\r\n \"40.82.48.0/22\",\r\n \"40.87.200.0/22\",\r\n \"40.115.128.0/17\",\r\n \"52.121.120.0/23\",\r\n \"52.121.152.0/21\",\r\n \"52.121.160.0/22\",\r\n \"52.121.164.0/24\",\r\n \"52.136.31.0/24\",\r\n \"52.140.192.0/18\",\r\n \"52.155.96.0/19\",\r\n \"52.156.32.0/19\",\r\n \"52.185.128.0/18\",\r\n \"52.232.155.0/24\",\r\n \"52.239.144.0/23\",\r\n \"52.243.32.0/19\",\r\n \"52.245.36.0/22\",\r\n \"52.246.160.0/19\",\r\n \"52.253.96.0/19\",\r\n \"52.253.161.0/24\",\r\n \"74.226.128.0/17\",\r\n \"104.41.160.0/19\",\r\n \"104.46.208.0/20\",\r\n \"138.91.0.0/20\",\r\n \"151.206.48.128/27\",\r\n \"151.206.65.0/24\",\r\n \"151.206.66.0/25\",\r\n \"172.207.0.0/16\",\r\n \"191.237.240.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan East IPv6\",\r\n \"communityValue\": \"12076:51012\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:400::/46\",\r\n \"2603:1040:404::/48\",\r\n \"2603:1040:407::/48\",\r\n \"2603:1040:408::/48\",\r\n \"2603:1046:1402::800/117\",\r\n \"2603:1046:1402::1000/116\",\r\n \"2603:1046:1402::2000/115\",\r\n \"2603:1046:1402::4000/114\",\r\n \"2603:1046:1402::8000/113\",\r\n \"2603:1046:1402::1:0/112\",\r\n \"2603:1046:1402::2:0/111\",\r\n \"2603:1046:1402::4:0/110\",\r\n \"2603:1046:1402::8:0/109\",\r\n \"2603:1046:1402::10:0/108\",\r\n \"2603:1046:1402::20:0/107\",\r\n \"2603:1046:1402::40:0/106\",\r\n \"2603:1046:1402::80:0/105\",\r\n \"2603:1046:1402::100:0/104\",\r\n \"2603:1046:1402::200:0/103\",\r\n \"2603:1046:1402::400:0/102\",\r\n \"2603:1046:1402::800:0/101\",\r\n \"2603:1046:1402::1000:0/100\",\r\n \"2603:1046:1402::2000:0/99\",\r\n \"2603:1046:1402::4000:0/98\",\r\n \"2603:1046:1402::8000:0/97\",\r\n \"2603:1046:1402::1:0:0/96\",\r\n \"2603:1046:1402::2:0:0/95\",\r\n \"2603:1046:1402::4:0:0/94\",\r\n \"2603:1046:1402::8:0:0/93\",\r\n \"2603:1046:1402::10:0:0/92\",\r\n \"2603:1046:1402::20:0:0/91\",\r\n \"2603:1046:1402::40:0:0/90\",\r\n \"2603:1046:1402::80:0:0/89\",\r\n \"2603:1046:1402::100:0:0/88\",\r\n \"2603:1046:1402::200:0:0/87\",\r\n \"2603:1046:1402::400:0:0/86\",\r\n \"2603:1046:1402::800:0:0/85\",\r\n \"2603:1046:1402::1000:0:0/84\",\r\n \"2603:1046:1402::2000:0:0/83\",\r\n \"2603:1046:1402::4000:0:0/82\",\r\n \"2603:1046:1402::8000:0:0/81\",\r\n \"2603:1046:1402:0:1::/80\",\r\n \"2603:1046:1402:0:2::/79\",\r\n \"2603:1046:1402:0:4::/78\",\r\n \"2603:1046:1402:0:8::/77\",\r\n \"2603:1046:1402:0:10::/76\",\r\n \"2603:1046:1402:0:20::/75\",\r\n \"2603:1046:1402:0:40::/74\",\r\n \"2603:1046:1402:0:80::/73\",\r\n \"2603:1046:1402:0:100::/72\",\r\n \"2603:1046:1402:0:200::/71\",\r\n \"2603:1046:1402:0:400::/70\",\r\n \"2603:1046:1402:0:800::/69\",\r\n \"2603:1046:1402:0:1000::/68\",\r\n \"2603:1046:1402:0:2000::/67\",\r\n \"2603:1046:1402:0:4000::/66\",\r\n \"2603:1046:1402:0:8000::/65\",\r\n \"2603:1046:1402:1::800/117\",\r\n \"2603:1046:1402:1::1000/116\",\r\n \"2603:1046:1402:1::2000/115\",\r\n \"2603:1046:1402:1::4000/114\",\r\n \"2603:1046:1402:1::8000/113\",\r\n \"2603:1046:1402:1::1:0/112\",\r\n \"2603:1046:1402:1::2:0/111\",\r\n \"2603:1046:1402:1::4:0/110\",\r\n \"2603:1046:1402:1::8:0/109\",\r\n \"2603:1046:1402:1::10:0/108\",\r\n \"2603:1046:1402:1::20:0/107\",\r\n \"2603:1046:1402:1::40:0/106\",\r\n \"2603:1046:1402:1::80:0/105\",\r\n \"2603:1046:1402:1::100:0/104\",\r\n \"2603:1046:1402:1::200:0/103\",\r\n \"2603:1046:1402:1::400:0/102\",\r\n \"2603:1046:1402:1::800:0/101\",\r\n \"2603:1046:1402:1::1000:0/100\",\r\n \"2603:1046:1402:1::2000:0/99\",\r\n \"2603:1046:1402:1::4000:0/98\",\r\n \"2603:1046:1402:1::8000:0/97\",\r\n \"2603:1046:1402:1:0:1::/96\",\r\n \"2603:1046:1402:1:0:2::/95\",\r\n \"2603:1046:1402:1:0:4::/94\",\r\n \"2603:1046:1402:1:0:8::/93\",\r\n \"2603:1046:1402:1:0:10::/92\",\r\n \"2603:1046:1402:1:0:20::/91\",\r\n \"2603:1046:1402:1:0:40::/90\",\r\n \"2603:1046:1402:1:0:80::/89\",\r\n \"2603:1046:1402:1:0:100::/88\",\r\n \"2603:1046:1402:1:0:200::/87\",\r\n \"2603:1046:1402:1:0:400::/86\",\r\n \"2603:1046:1402:1:0:800::/85\",\r\n \"2603:1046:1402:1:0:1000::/84\",\r\n \"2603:1046:1402:1:0:2000::/83\",\r\n \"2603:1046:1402:1:0:4000::/82\",\r\n \"2603:1046:1402:1:0:8000::/81\",\r\n \"2603:1046:1402:1:1::/80\",\r\n \"2603:1046:1402:1:2::/79\",\r\n \"2603:1046:1402:1:4::/78\",\r\n \"2603:1046:1402:1:8::/77\",\r\n \"2603:1046:1402:1:10::/76\",\r\n \"2603:1046:1402:1:20::/75\",\r\n \"2603:1046:1402:1:40::/74\",\r\n \"2603:1046:1402:1:80::/73\",\r\n \"2603:1046:1402:1:100::/72\",\r\n \"2603:1046:1402:1:200::/71\",\r\n \"2603:1046:1402:1:400::/70\",\r\n \"2603:1046:1402:1:800::/69\",\r\n \"2603:1046:1402:1:1000::/68\",\r\n \"2603:1046:1402:1:2000::/67\",\r\n \"2603:1046:1402:1:4000::/66\",\r\n \"2603:1046:1402:1:8000::/65\",\r\n \"2603:1046:1402:2::/63\",\r\n \"2603:1046:1402:4::/62\",\r\n \"2603:1046:1402:8::/61\",\r\n \"2603:1046:1402:10::/60\",\r\n \"2603:1046:1402:20::/59\",\r\n \"2603:1046:1402:40::/58\",\r\n \"2603:1046:1402:80::/57\",\r\n \"2603:1046:1402:100::/56\",\r\n \"2603:1046:1402:200::/55\",\r\n \"2603:1046:1402:400::/54\",\r\n \"2603:1046:1402:800::/53\",\r\n \"2603:1046:1402:1000::/52\",\r\n \"2603:1046:1402:2000::/51\",\r\n \"2603:1046:1402:4000::/50\",\r\n \"2603:1046:1402:8000::/49\",\r\n \"2603:1061:1310:c00::/54\",\r\n \"2603:1061:1711::/48\",\r\n \"2603:1061:2000:5c0::/62\",\r\n \"2603:1061:2002:3900::/57\",\r\n \"2603:1061:2004:3000::/57\",\r\n \"2603:1061:2010:d::/64\",\r\n \"2603:1062:c:2::/63\",\r\n \"2603:1063:40a::/56\",\r\n \"2603:1090:f09::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan West\",\r\n \"communityValue\": \"12076:51013\",\r\n \"communityPrefixes\": [\r\n \"4.190.128.0/23\",\r\n \"4.190.130.0/27\",\r\n \"4.190.130.48/28\",\r\n \"4.190.130.64/26\",\r\n \"4.190.130.128/25\",\r\n \"4.190.131.0/24\",\r\n \"4.190.132.0/22\",\r\n \"4.190.136.0/21\",\r\n \"4.190.144.0/20\",\r\n \"4.190.160.0/19\",\r\n \"4.190.192.0/18\",\r\n \"13.73.232.0/21\",\r\n \"20.18.128.0/20\",\r\n \"20.18.160.0/20\",\r\n \"20.18.176.0/21\",\r\n \"20.27.64.0/18\",\r\n \"20.27.192.0/18\",\r\n \"20.39.176.0/21\",\r\n \"20.60.12.0/24\",\r\n \"20.60.105.0/24\",\r\n \"20.60.118.0/24\",\r\n \"20.60.186.0/23\",\r\n \"20.63.192.0/18\",\r\n \"20.78.128.0/18\",\r\n \"20.89.192.0/18\",\r\n \"20.95.128.0/24\",\r\n \"20.150.10.0/23\",\r\n \"20.189.192.0/18\",\r\n \"20.201.149.0/24\",\r\n \"20.201.150.0/24\",\r\n \"20.202.42.0/24\",\r\n \"20.202.50.0/23\",\r\n \"20.202.52.0/23\",\r\n \"20.202.79.0/24\",\r\n \"20.202.87.0/24\",\r\n \"20.202.88.0/24\",\r\n \"20.202.92.0/24\",\r\n \"20.202.96.0/24\",\r\n \"20.202.182.0/24\",\r\n \"20.209.16.0/23\",\r\n \"20.209.236.0/23\",\r\n \"20.210.128.0/18\",\r\n \"23.98.56.0/24\",\r\n \"23.100.104.0/21\",\r\n \"40.64.146.48/28\",\r\n \"40.64.167.0/25\",\r\n \"40.74.64.0/19\",\r\n \"40.74.96.0/22\",\r\n \"40.74.100.0/24\",\r\n \"40.74.101.0/26\",\r\n \"40.74.101.96/27\",\r\n \"40.74.101.128/25\",\r\n \"40.74.102.0/23\",\r\n \"40.74.104.0/21\",\r\n \"40.74.112.0/20\",\r\n \"40.74.128.0/20\",\r\n \"40.79.209.0/24\",\r\n \"40.80.56.0/21\",\r\n \"40.80.176.0/22\",\r\n \"40.80.180.0/26\",\r\n \"40.80.180.64/27\",\r\n \"40.80.180.96/28\",\r\n \"40.80.180.120/29\",\r\n \"40.80.180.128/25\",\r\n \"40.80.181.0/24\",\r\n \"40.80.182.0/23\",\r\n \"40.81.176.0/20\",\r\n \"40.87.204.0/22\",\r\n \"52.121.80.0/22\",\r\n \"52.121.84.0/23\",\r\n \"52.121.116.0/22\",\r\n \"52.121.165.0/24\",\r\n \"52.121.168.0/22\",\r\n \"52.147.64.0/19\",\r\n \"52.175.128.0/18\",\r\n \"52.232.158.0/24\",\r\n \"52.239.146.0/23\",\r\n \"52.245.92.0/22\",\r\n \"74.226.0.0/17\",\r\n \"104.46.224.0/20\",\r\n \"104.214.128.0/19\",\r\n \"104.215.0.0/18\",\r\n \"138.91.16.0/20\",\r\n \"151.206.48.96/27\",\r\n \"151.206.64.0/24\",\r\n \"191.233.32.0/20\",\r\n \"191.237.236.0/24\",\r\n \"191.238.68.0/24\",\r\n \"191.238.80.0/21\",\r\n \"191.238.88.0/22\",\r\n \"191.238.92.0/23\",\r\n \"191.239.96.0/20\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan West IPv6\",\r\n \"communityValue\": \"12076:51013\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:600::/46\",\r\n \"2603:1040:606::/47\",\r\n \"2603:1046:1403::800/117\",\r\n \"2603:1046:1403::1000/116\",\r\n \"2603:1046:1403::2000/115\",\r\n \"2603:1046:1403::4000/114\",\r\n \"2603:1046:1403::8000/113\",\r\n \"2603:1046:1403::1:0/112\",\r\n \"2603:1046:1403::2:0/111\",\r\n \"2603:1046:1403::4:0/110\",\r\n \"2603:1046:1403::8:0/109\",\r\n \"2603:1046:1403::10:0/108\",\r\n \"2603:1046:1403::20:0/107\",\r\n \"2603:1046:1403::40:0/106\",\r\n \"2603:1046:1403::80:0/105\",\r\n \"2603:1046:1403::100:0/104\",\r\n \"2603:1046:1403::200:0/103\",\r\n \"2603:1046:1403::400:0/102\",\r\n \"2603:1046:1403::800:0/101\",\r\n \"2603:1046:1403::1000:0/100\",\r\n \"2603:1046:1403::2000:0/99\",\r\n \"2603:1046:1403::4000:0/98\",\r\n \"2603:1046:1403::8000:0/97\",\r\n \"2603:1046:1403::1:0:0/96\",\r\n \"2603:1046:1403::2:0:0/95\",\r\n \"2603:1046:1403::4:0:0/94\",\r\n \"2603:1046:1403::8:0:0/93\",\r\n \"2603:1046:1403::10:0:0/92\",\r\n \"2603:1046:1403::20:0:0/91\",\r\n \"2603:1046:1403::40:0:0/90\",\r\n \"2603:1046:1403::80:0:0/89\",\r\n \"2603:1046:1403::100:0:0/88\",\r\n \"2603:1046:1403::200:0:0/87\",\r\n \"2603:1046:1403::400:0:0/86\",\r\n \"2603:1046:1403::800:0:0/85\",\r\n \"2603:1046:1403::1000:0:0/84\",\r\n \"2603:1046:1403::2000:0:0/83\",\r\n \"2603:1046:1403::4000:0:0/82\",\r\n \"2603:1046:1403::8000:0:0/81\",\r\n \"2603:1046:1403:0:1::/80\",\r\n \"2603:1046:1403:0:2::/79\",\r\n \"2603:1046:1403:0:4::/78\",\r\n \"2603:1046:1403:0:8::/77\",\r\n \"2603:1046:1403:0:10::/76\",\r\n \"2603:1046:1403:0:20::/75\",\r\n \"2603:1046:1403:0:40::/74\",\r\n \"2603:1046:1403:0:80::/73\",\r\n \"2603:1046:1403:0:100::/72\",\r\n \"2603:1046:1403:0:200::/71\",\r\n \"2603:1046:1403:0:400::/70\",\r\n \"2603:1046:1403:0:800::/69\",\r\n \"2603:1046:1403:0:1000::/68\",\r\n \"2603:1046:1403:0:2000::/67\",\r\n \"2603:1046:1403:0:4000::/66\",\r\n \"2603:1046:1403:0:8000::/65\",\r\n \"2603:1046:1403:1::800/117\",\r\n \"2603:1046:1403:1::1000/116\",\r\n \"2603:1046:1403:1::2000/115\",\r\n \"2603:1046:1403:1::4000/114\",\r\n \"2603:1046:1403:1::8000/113\",\r\n \"2603:1046:1403:1::1:0/112\",\r\n \"2603:1046:1403:1::2:0/111\",\r\n \"2603:1046:1403:1::4:0/110\",\r\n \"2603:1046:1403:1::8:0/109\",\r\n \"2603:1046:1403:1::10:0/108\",\r\n \"2603:1046:1403:1::20:0/107\",\r\n \"2603:1046:1403:1::40:0/106\",\r\n \"2603:1046:1403:1::80:0/105\",\r\n \"2603:1046:1403:1::100:0/104\",\r\n \"2603:1046:1403:1::200:0/103\",\r\n \"2603:1046:1403:1::400:0/102\",\r\n \"2603:1046:1403:1::800:0/101\",\r\n \"2603:1046:1403:1::1000:0/100\",\r\n \"2603:1046:1403:1::2000:0/99\",\r\n \"2603:1046:1403:1::4000:0/98\",\r\n \"2603:1046:1403:1::8000:0/97\",\r\n \"2603:1046:1403:1:0:1::/96\",\r\n \"2603:1046:1403:1:0:2::/95\",\r\n \"2603:1046:1403:1:0:4::/94\",\r\n \"2603:1046:1403:1:0:8::/93\",\r\n \"2603:1046:1403:1:0:10::/92\",\r\n \"2603:1046:1403:1:0:20::/91\",\r\n \"2603:1046:1403:1:0:40::/90\",\r\n \"2603:1046:1403:1:0:80::/89\",\r\n \"2603:1046:1403:1:0:100::/88\",\r\n \"2603:1046:1403:1:0:200::/87\",\r\n \"2603:1046:1403:1:0:400::/86\",\r\n \"2603:1046:1403:1:0:800::/85\",\r\n \"2603:1046:1403:1:0:1000::/84\",\r\n \"2603:1046:1403:1:0:2000::/83\",\r\n \"2603:1046:1403:1:0:4000::/82\",\r\n \"2603:1046:1403:1:0:8000::/81\",\r\n \"2603:1046:1403:1:1::/80\",\r\n \"2603:1046:1403:1:2::/79\",\r\n \"2603:1046:1403:1:4::/78\",\r\n \"2603:1046:1403:1:8::/77\",\r\n \"2603:1046:1403:1:10::/76\",\r\n \"2603:1046:1403:1:20::/75\",\r\n \"2603:1046:1403:1:40::/74\",\r\n \"2603:1046:1403:1:80::/73\",\r\n \"2603:1046:1403:1:100::/72\",\r\n \"2603:1046:1403:1:200::/71\",\r\n \"2603:1046:1403:1:400::/70\",\r\n \"2603:1046:1403:1:800::/69\",\r\n \"2603:1046:1403:1:1000::/68\",\r\n \"2603:1046:1403:1:2000::/67\",\r\n \"2603:1046:1403:1:4000::/66\",\r\n \"2603:1046:1403:1:8000::/65\",\r\n \"2603:1046:1403:2::/63\",\r\n \"2603:1046:1403:4::/62\",\r\n \"2603:1046:1403:8::/61\",\r\n \"2603:1046:1403:10::/60\",\r\n \"2603:1046:1403:20::/59\",\r\n \"2603:1046:1403:40::/58\",\r\n \"2603:1046:1403:80::/57\",\r\n \"2603:1046:1403:100::/56\",\r\n \"2603:1046:1403:200::/55\",\r\n \"2603:1046:1403:400::/54\",\r\n \"2603:1046:1403:800::/53\",\r\n \"2603:1046:1403:1000::/52\",\r\n \"2603:1046:1403:2000::/51\",\r\n \"2603:1046:1403:4000::/50\",\r\n \"2603:1046:1403:8000::/49\",\r\n \"2603:1061:1310:1000::/54\",\r\n \"2603:1061:1712::/48\",\r\n \"2603:1061:2000:5c8::/62\",\r\n \"2603:1061:2002:3800::/57\",\r\n \"2603:1061:2004:3100::/57\",\r\n \"2603:1061:2010:e::/64\",\r\n \"2603:1062:c::/63\",\r\n \"2603:1063:40b::/56\",\r\n \"2603:1090:903::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea Central\",\r\n \"communityValue\": \"12076:51029\",\r\n \"communityPrefixes\": [\r\n \"4.181.0.0/16\",\r\n \"4.183.0.0/16\",\r\n \"4.217.0.0/16\",\r\n \"4.218.0.0/16\",\r\n \"4.230.0.0/16\",\r\n \"20.39.184.0/21\",\r\n \"20.39.192.0/20\",\r\n \"20.41.64.0/18\",\r\n \"20.44.24.0/21\",\r\n \"20.60.16.0/24\",\r\n \"20.60.200.0/23\",\r\n \"20.95.140.0/24\",\r\n \"20.150.4.0/23\",\r\n \"20.194.0.0/18\",\r\n \"20.194.64.0/21\",\r\n \"20.194.72.0/24\",\r\n \"20.194.73.16/28\",\r\n \"20.194.73.32/27\",\r\n \"20.194.73.64/26\",\r\n \"20.194.73.128/25\",\r\n \"20.194.74.0/23\",\r\n \"20.194.76.0/22\",\r\n \"20.194.80.0/21\",\r\n \"20.194.96.0/19\",\r\n \"20.196.64.0/18\",\r\n \"20.196.128.0/17\",\r\n \"20.200.192.0/18\",\r\n \"20.202.238.0/23\",\r\n \"20.202.240.0/22\",\r\n \"20.209.46.0/23\",\r\n \"20.209.250.0/23\",\r\n \"20.214.64.0/18\",\r\n \"20.214.128.0/17\",\r\n \"20.249.0.0/16\",\r\n \"40.64.147.0/28\",\r\n \"40.64.167.128/25\",\r\n \"40.79.221.0/24\",\r\n \"40.80.36.0/22\",\r\n \"40.82.128.0/19\",\r\n \"51.53.200.0/21\",\r\n \"52.121.172.0/22\",\r\n \"52.121.176.0/23\",\r\n \"52.141.0.0/18\",\r\n \"52.231.0.0/20\",\r\n \"52.231.16.0/23\",\r\n \"52.231.18.0/24\",\r\n \"52.231.19.0/25\",\r\n \"52.231.19.160/27\",\r\n \"52.231.19.192/26\",\r\n \"52.231.20.0/23\",\r\n \"52.231.22.0/24\",\r\n \"52.231.23.0/26\",\r\n \"52.231.23.64/27\",\r\n \"52.231.23.104/29\",\r\n \"52.231.23.112/28\",\r\n \"52.231.23.128/25\",\r\n \"52.231.24.0/21\",\r\n \"52.231.32.0/19\",\r\n \"52.231.64.0/18\",\r\n \"52.232.145.0/24\",\r\n \"52.239.148.0/27\",\r\n \"52.239.164.192/26\",\r\n \"52.239.190.128/26\",\r\n \"52.245.112.0/22\",\r\n \"52.253.173.0/24\",\r\n \"52.253.174.0/24\",\r\n \"74.227.136.0/21\",\r\n \"151.206.48.224/28\",\r\n \"151.206.69.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea Central IPv6\",\r\n \"communityValue\": \"12076:51029\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:f00::/47\",\r\n \"2603:1040:f02::/48\",\r\n \"2603:1040:f05::/48\",\r\n \"2603:1040:f06::/48\",\r\n \"2603:1046:1404::800/117\",\r\n \"2603:1046:1404::1000/116\",\r\n \"2603:1046:1404::2000/115\",\r\n \"2603:1046:1404::4000/114\",\r\n \"2603:1046:1404::8000/113\",\r\n \"2603:1046:1404::1:0/112\",\r\n \"2603:1046:1404::2:0/111\",\r\n \"2603:1046:1404::4:0/110\",\r\n \"2603:1046:1404::8:0/109\",\r\n \"2603:1046:1404::10:0/108\",\r\n \"2603:1046:1404::20:0/107\",\r\n \"2603:1046:1404::40:0/106\",\r\n \"2603:1046:1404::80:0/105\",\r\n \"2603:1046:1404::100:0/104\",\r\n \"2603:1046:1404::200:0/103\",\r\n \"2603:1046:1404::400:0/102\",\r\n \"2603:1046:1404::800:0/101\",\r\n \"2603:1046:1404::1000:0/100\",\r\n \"2603:1046:1404::2000:0/99\",\r\n \"2603:1046:1404::4000:0/98\",\r\n \"2603:1046:1404::8000:0/97\",\r\n \"2603:1046:1404::1:0:0/96\",\r\n \"2603:1046:1404::2:0:0/95\",\r\n \"2603:1046:1404::4:0:0/94\",\r\n \"2603:1046:1404::8:0:0/93\",\r\n \"2603:1046:1404::10:0:0/92\",\r\n \"2603:1046:1404::20:0:0/91\",\r\n \"2603:1046:1404::40:0:0/90\",\r\n \"2603:1046:1404::80:0:0/89\",\r\n \"2603:1046:1404::100:0:0/88\",\r\n \"2603:1046:1404::200:0:0/87\",\r\n \"2603:1046:1404::400:0:0/86\",\r\n \"2603:1046:1404::800:0:0/85\",\r\n \"2603:1046:1404::1000:0:0/84\",\r\n \"2603:1046:1404::2000:0:0/83\",\r\n \"2603:1046:1404::4000:0:0/82\",\r\n \"2603:1046:1404::8000:0:0/81\",\r\n \"2603:1046:1404:0:1::/80\",\r\n \"2603:1046:1404:0:2::/79\",\r\n \"2603:1046:1404:0:4::/78\",\r\n \"2603:1046:1404:0:8::/77\",\r\n \"2603:1046:1404:0:10::/76\",\r\n \"2603:1046:1404:0:20::/75\",\r\n \"2603:1046:1404:0:40::/74\",\r\n \"2603:1046:1404:0:80::/73\",\r\n \"2603:1046:1404:0:100::/72\",\r\n \"2603:1046:1404:0:200::/71\",\r\n \"2603:1046:1404:0:400::/70\",\r\n \"2603:1046:1404:0:800::/69\",\r\n \"2603:1046:1404:0:1000::/68\",\r\n \"2603:1046:1404:0:2000::/67\",\r\n \"2603:1046:1404:0:4000::/66\",\r\n \"2603:1046:1404:0:8000::/65\",\r\n \"2603:1046:1404:1::800/117\",\r\n \"2603:1046:1404:1::1000/116\",\r\n \"2603:1046:1404:1::2000/115\",\r\n \"2603:1046:1404:1::4000/114\",\r\n \"2603:1046:1404:1::8000/113\",\r\n \"2603:1046:1404:1::1:0/112\",\r\n \"2603:1046:1404:1::2:0/111\",\r\n \"2603:1046:1404:1::4:0/110\",\r\n \"2603:1046:1404:1::8:0/109\",\r\n \"2603:1046:1404:1::10:0/108\",\r\n \"2603:1046:1404:1::20:0/107\",\r\n \"2603:1046:1404:1::40:0/106\",\r\n \"2603:1046:1404:1::80:0/105\",\r\n \"2603:1046:1404:1::100:0/104\",\r\n \"2603:1046:1404:1::200:0/103\",\r\n \"2603:1046:1404:1::400:0/102\",\r\n \"2603:1046:1404:1::800:0/101\",\r\n \"2603:1046:1404:1::1000:0/100\",\r\n \"2603:1046:1404:1::2000:0/99\",\r\n \"2603:1046:1404:1::4000:0/98\",\r\n \"2603:1046:1404:1::8000:0/97\",\r\n \"2603:1046:1404:1:0:1::/96\",\r\n \"2603:1046:1404:1:0:2::/95\",\r\n \"2603:1046:1404:1:0:4::/94\",\r\n \"2603:1046:1404:1:0:8::/93\",\r\n \"2603:1046:1404:1:0:10::/92\",\r\n \"2603:1046:1404:1:0:20::/91\",\r\n \"2603:1046:1404:1:0:40::/90\",\r\n \"2603:1046:1404:1:0:80::/89\",\r\n \"2603:1046:1404:1:0:100::/88\",\r\n \"2603:1046:1404:1:0:200::/87\",\r\n \"2603:1046:1404:1:0:400::/86\",\r\n \"2603:1046:1404:1:0:800::/85\",\r\n \"2603:1046:1404:1:0:1000::/84\",\r\n \"2603:1046:1404:1:0:2000::/83\",\r\n \"2603:1046:1404:1:0:4000::/82\",\r\n \"2603:1046:1404:1:0:8000::/81\",\r\n \"2603:1046:1404:1:1::/80\",\r\n \"2603:1046:1404:1:2::/79\",\r\n \"2603:1046:1404:1:4::/78\",\r\n \"2603:1046:1404:1:8::/77\",\r\n \"2603:1046:1404:1:10::/76\",\r\n \"2603:1046:1404:1:20::/75\",\r\n \"2603:1046:1404:1:40::/74\",\r\n \"2603:1046:1404:1:80::/73\",\r\n \"2603:1046:1404:1:100::/72\",\r\n \"2603:1046:1404:1:200::/71\",\r\n \"2603:1046:1404:1:400::/70\",\r\n \"2603:1046:1404:1:800::/69\",\r\n \"2603:1046:1404:1:1000::/68\",\r\n \"2603:1046:1404:1:2000::/67\",\r\n \"2603:1046:1404:1:4000::/66\",\r\n \"2603:1046:1404:1:8000::/65\",\r\n \"2603:1046:1404:2::/63\",\r\n \"2603:1046:1404:4::/62\",\r\n \"2603:1046:1404:8::/61\",\r\n \"2603:1046:1404:10::/60\",\r\n \"2603:1046:1404:20::/59\",\r\n \"2603:1046:1404:40::/58\",\r\n \"2603:1046:1404:80::/57\",\r\n \"2603:1046:1404:100::/56\",\r\n \"2603:1046:1404:200::/55\",\r\n \"2603:1046:1404:400::/54\",\r\n \"2603:1046:1404:800::/53\",\r\n \"2603:1046:1404:1000::/52\",\r\n \"2603:1046:1404:2000::/51\",\r\n \"2603:1046:1404:4000::/50\",\r\n \"2603:1046:1404:8000::/49\",\r\n \"2603:1061:1310:1c00::/54\",\r\n \"2603:1061:1713::/48\",\r\n \"2603:1061:2000:4c0::/62\",\r\n \"2603:1061:2002:2000::/57\",\r\n \"2603:1061:2004:1800::/57\",\r\n \"2603:1061:2010:f::/64\",\r\n \"2603:1062:c:8::/63\",\r\n \"2603:1063:40c::/56\",\r\n \"2603:1090:604::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea South\",\r\n \"communityValue\": \"12076:51028\",\r\n \"communityPrefixes\": [\r\n \"4.243.0.0/16\",\r\n \"20.39.168.0/21\",\r\n \"20.60.45.0/24\",\r\n \"20.60.202.0/23\",\r\n \"20.150.14.0/23\",\r\n \"20.194.88.0/21\",\r\n \"20.200.128.0/18\",\r\n \"20.202.40.0/24\",\r\n \"20.214.0.0/18\",\r\n \"40.64.147.16/28\",\r\n \"40.64.168.0/25\",\r\n \"40.79.220.0/24\",\r\n \"40.80.32.0/22\",\r\n \"40.80.168.0/21\",\r\n \"40.80.224.0/20\",\r\n \"40.89.192.0/19\",\r\n \"52.147.96.0/19\",\r\n \"52.231.128.0/20\",\r\n \"52.231.144.0/23\",\r\n \"52.231.146.0/24\",\r\n \"52.231.147.0/25\",\r\n \"52.231.147.128/26\",\r\n \"52.231.147.224/27\",\r\n \"52.231.148.0/23\",\r\n \"52.231.150.0/24\",\r\n \"52.231.151.0/27\",\r\n \"52.231.151.32/28\",\r\n \"52.231.151.56/29\",\r\n \"52.231.151.64/26\",\r\n \"52.231.151.128/25\",\r\n \"52.231.152.0/21\",\r\n \"52.231.160.0/19\",\r\n \"52.231.192.0/18\",\r\n \"52.232.144.0/24\",\r\n \"52.239.165.0/26\",\r\n \"52.239.165.160/27\",\r\n \"52.239.190.192/26\",\r\n \"52.239.204.0/24\",\r\n \"52.245.100.0/22\",\r\n \"74.227.0.0/17\",\r\n \"74.227.128.0/21\",\r\n \"151.206.48.192/27\",\r\n \"151.206.68.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea South IPv6\",\r\n \"communityValue\": \"12076:51028\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:e00::/47\",\r\n \"2603:1040:e02::/48\",\r\n \"2603:1040:e05::/48\",\r\n \"2603:1040:e06::/48\",\r\n \"2603:1046:1405::800/117\",\r\n \"2603:1046:1405::1000/116\",\r\n \"2603:1046:1405::2000/115\",\r\n \"2603:1046:1405::4000/114\",\r\n \"2603:1046:1405::8000/113\",\r\n \"2603:1046:1405::1:0/112\",\r\n \"2603:1046:1405::2:0/111\",\r\n \"2603:1046:1405::4:0/110\",\r\n \"2603:1046:1405::8:0/109\",\r\n \"2603:1046:1405::10:0/108\",\r\n \"2603:1046:1405::20:0/107\",\r\n \"2603:1046:1405::40:0/106\",\r\n \"2603:1046:1405::80:0/105\",\r\n \"2603:1046:1405::100:0/104\",\r\n \"2603:1046:1405::200:0/103\",\r\n \"2603:1046:1405::400:0/102\",\r\n \"2603:1046:1405::800:0/101\",\r\n \"2603:1046:1405::1000:0/100\",\r\n \"2603:1046:1405::2000:0/99\",\r\n \"2603:1046:1405::4000:0/98\",\r\n \"2603:1046:1405::8000:0/97\",\r\n \"2603:1046:1405::1:0:0/96\",\r\n \"2603:1046:1405::2:0:0/95\",\r\n \"2603:1046:1405::4:0:0/94\",\r\n \"2603:1046:1405::8:0:0/93\",\r\n \"2603:1046:1405::10:0:0/92\",\r\n \"2603:1046:1405::20:0:0/91\",\r\n \"2603:1046:1405::40:0:0/90\",\r\n \"2603:1046:1405::80:0:0/89\",\r\n \"2603:1046:1405::100:0:0/88\",\r\n \"2603:1046:1405::200:0:0/87\",\r\n \"2603:1046:1405::400:0:0/86\",\r\n \"2603:1046:1405::800:0:0/85\",\r\n \"2603:1046:1405::1000:0:0/84\",\r\n \"2603:1046:1405::2000:0:0/83\",\r\n \"2603:1046:1405::4000:0:0/82\",\r\n \"2603:1046:1405::8000:0:0/81\",\r\n \"2603:1046:1405:0:1::/80\",\r\n \"2603:1046:1405:0:2::/79\",\r\n \"2603:1046:1405:0:4::/78\",\r\n \"2603:1046:1405:0:8::/77\",\r\n \"2603:1046:1405:0:10::/76\",\r\n \"2603:1046:1405:0:20::/75\",\r\n \"2603:1046:1405:0:40::/74\",\r\n \"2603:1046:1405:0:80::/73\",\r\n \"2603:1046:1405:0:100::/72\",\r\n \"2603:1046:1405:0:200::/71\",\r\n \"2603:1046:1405:0:400::/70\",\r\n \"2603:1046:1405:0:800::/69\",\r\n \"2603:1046:1405:0:1000::/68\",\r\n \"2603:1046:1405:0:2000::/67\",\r\n \"2603:1046:1405:0:4000::/66\",\r\n \"2603:1046:1405:0:8000::/65\",\r\n \"2603:1046:1405:1::800/117\",\r\n \"2603:1046:1405:1::1000/116\",\r\n \"2603:1046:1405:1::2000/115\",\r\n \"2603:1046:1405:1::4000/114\",\r\n \"2603:1046:1405:1::8000/113\",\r\n \"2603:1046:1405:1::1:0/112\",\r\n \"2603:1046:1405:1::2:0/111\",\r\n \"2603:1046:1405:1::4:0/110\",\r\n \"2603:1046:1405:1::8:0/109\",\r\n \"2603:1046:1405:1::10:0/108\",\r\n \"2603:1046:1405:1::20:0/107\",\r\n \"2603:1046:1405:1::40:0/106\",\r\n \"2603:1046:1405:1::80:0/105\",\r\n \"2603:1046:1405:1::100:0/104\",\r\n \"2603:1046:1405:1::200:0/103\",\r\n \"2603:1046:1405:1::400:0/102\",\r\n \"2603:1046:1405:1::800:0/101\",\r\n \"2603:1046:1405:1::1000:0/100\",\r\n \"2603:1046:1405:1::2000:0/99\",\r\n \"2603:1046:1405:1::4000:0/98\",\r\n \"2603:1046:1405:1::8000:0/97\",\r\n \"2603:1046:1405:1:0:1::/96\",\r\n \"2603:1046:1405:1:0:2::/95\",\r\n \"2603:1046:1405:1:0:4::/94\",\r\n \"2603:1046:1405:1:0:8::/93\",\r\n \"2603:1046:1405:1:0:10::/92\",\r\n \"2603:1046:1405:1:0:20::/91\",\r\n \"2603:1046:1405:1:0:40::/90\",\r\n \"2603:1046:1405:1:0:80::/89\",\r\n \"2603:1046:1405:1:0:100::/88\",\r\n \"2603:1046:1405:1:0:200::/87\",\r\n \"2603:1046:1405:1:0:400::/86\",\r\n \"2603:1046:1405:1:0:800::/85\",\r\n \"2603:1046:1405:1:0:1000::/84\",\r\n \"2603:1046:1405:1:0:2000::/83\",\r\n \"2603:1046:1405:1:0:4000::/82\",\r\n \"2603:1046:1405:1:0:8000::/81\",\r\n \"2603:1046:1405:1:1::/80\",\r\n \"2603:1046:1405:1:2::/79\",\r\n \"2603:1046:1405:1:4::/78\",\r\n \"2603:1046:1405:1:8::/77\",\r\n \"2603:1046:1405:1:10::/76\",\r\n \"2603:1046:1405:1:20::/75\",\r\n \"2603:1046:1405:1:40::/74\",\r\n \"2603:1046:1405:1:80::/73\",\r\n \"2603:1046:1405:1:100::/72\",\r\n \"2603:1046:1405:1:200::/71\",\r\n \"2603:1046:1405:1:400::/70\",\r\n \"2603:1046:1405:1:800::/69\",\r\n \"2603:1046:1405:1:1000::/68\",\r\n \"2603:1046:1405:1:2000::/67\",\r\n \"2603:1046:1405:1:4000::/66\",\r\n \"2603:1046:1405:1:8000::/65\",\r\n \"2603:1046:1405:2::/63\",\r\n \"2603:1046:1405:4::/62\",\r\n \"2603:1046:1405:8::/61\",\r\n \"2603:1046:1405:10::/60\",\r\n \"2603:1046:1405:20::/59\",\r\n \"2603:1046:1405:40::/58\",\r\n \"2603:1046:1405:80::/57\",\r\n \"2603:1046:1405:100::/56\",\r\n \"2603:1046:1405:200::/55\",\r\n \"2603:1046:1405:400::/54\",\r\n \"2603:1046:1405:800::/53\",\r\n \"2603:1046:1405:1000::/52\",\r\n \"2603:1046:1405:2000::/51\",\r\n \"2603:1046:1405:4000::/50\",\r\n \"2603:1046:1405:8000::/49\",\r\n \"2603:1061:1310:2000::/54\",\r\n \"2603:1061:1714::/48\",\r\n \"2603:1061:2000:4c8::/62\",\r\n \"2603:1061:2002:2100::/57\",\r\n \"2603:1061:2004:1900::/57\",\r\n \"2603:1061:2010:10::/64\",\r\n \"2603:1062:c:6::/63\",\r\n \"2603:1063:40d::/56\",\r\n \"2603:1090:505::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Malaysia South\",\r\n \"communityValue\": \"12076:51055\",\r\n \"communityPrefixes\": [\r\n \"20.17.0.0/18\",\r\n \"20.17.64.0/21\",\r\n \"20.17.192.0/18\",\r\n \"20.38.21.0/24\",\r\n \"20.201.146.0/24\",\r\n \"20.209.66.0/23\",\r\n \"20.209.78.0/23\",\r\n \"40.64.192.0/25\",\r\n \"40.112.0.0/19\",\r\n \"40.120.128.0/26\",\r\n \"40.120.128.64/28\",\r\n \"40.120.128.80/29\",\r\n \"40.120.128.88/30\",\r\n \"52.121.8.0/22\",\r\n \"52.121.12.0/23\",\r\n \"52.121.14.0/24\",\r\n \"52.121.167.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Malaysia South IPv6\",\r\n \"communityValue\": \"12076:51055\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1502::/47\",\r\n \"2603:1040:1504::/48\",\r\n \"2603:1061:100a::/59\",\r\n \"2603:1061:100a:20::/63\",\r\n \"2603:1061:1740::/48\",\r\n \"2603:1061:2010:40::/64\",\r\n \"2603:1063:415::/64\",\r\n \"2603:1090:1700::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Central US\",\r\n \"communityValue\": \"12076:51007\",\r\n \"communityPrefixes\": [\r\n \"20.25.192.0/18\",\r\n \"20.36.96.0/21\",\r\n \"20.41.128.0/18\",\r\n \"20.49.112.0/21\",\r\n \"20.51.0.0/25\",\r\n \"20.51.0.196/30\",\r\n \"20.51.0.200/29\",\r\n \"20.51.0.208/28\",\r\n \"20.51.0.224/27\",\r\n \"20.51.1.0/24\",\r\n \"20.51.2.0/23\",\r\n \"20.51.4.0/22\",\r\n \"20.59.192.0/18\",\r\n \"20.60.28.0/23\",\r\n \"20.60.82.0/23\",\r\n \"20.66.128.0/17\",\r\n \"20.72.32.0/19\",\r\n \"20.80.0.0/18\",\r\n \"20.88.0.0/18\",\r\n \"20.95.7.0/24\",\r\n \"20.95.8.0/21\",\r\n \"20.95.18.0/24\",\r\n \"20.98.0.0/18\",\r\n \"20.102.192.0/18\",\r\n \"20.112.160.0/20\",\r\n \"20.112.176.0/21\",\r\n \"20.125.160.0/19\",\r\n \"20.125.192.0/19\",\r\n \"20.125.224.0/20\",\r\n \"20.150.17.0/25\",\r\n \"20.150.25.0/24\",\r\n \"20.150.49.0/24\",\r\n \"20.150.67.0/24\",\r\n \"20.150.126.0/24\",\r\n \"20.201.135.0/24\",\r\n \"20.201.136.0/24\",\r\n \"20.209.38.0/23\",\r\n \"20.209.114.0/23\",\r\n \"20.209.218.0/24\",\r\n \"20.221.192.0/18\",\r\n \"20.236.64.0/18\",\r\n \"20.241.0.0/17\",\r\n \"23.96.128.0/17\",\r\n \"23.98.48.0/21\",\r\n \"23.100.72.0/21\",\r\n \"23.100.224.0/20\",\r\n \"23.101.160.0/20\",\r\n \"40.64.146.96/28\",\r\n \"40.64.168.128/25\",\r\n \"40.78.208.64/28\",\r\n \"40.78.222.0/24\",\r\n \"40.80.184.0/21\",\r\n \"40.81.32.0/20\",\r\n \"40.87.172.0/22\",\r\n \"40.91.24.0/22\",\r\n \"40.116.0.0/16\",\r\n \"52.141.128.0/18\",\r\n \"52.159.64.0/18\",\r\n \"52.162.0.0/18\",\r\n \"52.162.64.0/19\",\r\n \"52.162.96.0/21\",\r\n \"52.162.104.0/22\",\r\n \"52.162.108.0/23\",\r\n \"52.162.110.0/26\",\r\n \"52.162.110.64/27\",\r\n \"52.162.110.128/25\",\r\n \"52.162.111.0/24\",\r\n \"52.162.112.0/20\",\r\n \"52.162.128.0/17\",\r\n \"52.232.156.0/24\",\r\n \"52.237.128.0/18\",\r\n \"52.239.149.0/24\",\r\n \"52.239.186.0/24\",\r\n \"52.239.253.0/24\",\r\n \"52.240.128.0/18\",\r\n \"52.240.192.0/19\",\r\n \"52.240.224.0/20\",\r\n \"52.240.240.0/24\",\r\n \"52.240.241.0/26\",\r\n \"52.240.241.64/28\",\r\n \"52.240.241.80/29\",\r\n \"52.240.241.96/27\",\r\n \"52.240.241.128/25\",\r\n \"52.240.242.0/23\",\r\n \"52.240.244.0/22\",\r\n \"52.240.248.0/21\",\r\n \"52.245.72.0/22\",\r\n \"52.252.128.0/17\",\r\n \"57.150.11.112/28\",\r\n \"57.150.11.128/25\",\r\n \"57.150.12.0/25\",\r\n \"57.150.12.128/28\",\r\n \"57.150.19.80/28\",\r\n \"57.150.19.96/27\",\r\n \"57.150.19.128/27\",\r\n \"57.150.19.160/28\",\r\n \"65.52.0.0/19\",\r\n \"65.52.48.0/20\",\r\n \"65.52.104.0/24\",\r\n \"65.52.106.16/28\",\r\n \"65.52.106.32/27\",\r\n \"65.52.106.64/26\",\r\n \"65.52.106.128/25\",\r\n \"65.52.192.0/19\",\r\n \"65.52.232.0/21\",\r\n \"65.52.240.0/21\",\r\n \"104.47.220.0/22\",\r\n \"151.206.50.160/27\",\r\n \"151.206.94.0/23\",\r\n \"157.55.24.0/21\",\r\n \"157.55.60.224/27\",\r\n \"157.55.64.0/20\",\r\n \"157.55.115.0/25\",\r\n \"157.55.136.0/21\",\r\n \"157.55.151.0/28\",\r\n \"157.55.160.0/20\",\r\n \"157.55.208.0/21\",\r\n \"157.55.248.0/21\",\r\n \"157.56.8.0/21\",\r\n \"157.56.24.160/27\",\r\n \"157.56.24.192/28\",\r\n \"157.56.28.0/22\",\r\n \"157.56.216.0/26\",\r\n \"168.62.96.0/19\",\r\n \"168.62.224.0/19\",\r\n \"172.183.0.0/16\",\r\n \"172.214.128.0/17\",\r\n \"191.233.144.0/20\",\r\n \"191.236.128.0/18\",\r\n \"207.46.193.192/28\",\r\n \"207.46.193.224/27\",\r\n \"207.46.198.128/25\",\r\n \"207.46.200.96/27\",\r\n \"207.46.200.176/28\",\r\n \"207.46.202.128/28\",\r\n \"207.46.205.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Central US IPv6\",\r\n \"communityValue\": \"12076:51007\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:600::/46\",\r\n \"2603:1030:604::/47\",\r\n \"2603:1030:608::/47\",\r\n \"2603:1061:1312:1800::/54\",\r\n \"2603:1061:1715::/48\",\r\n \"2603:1061:2010:11::/64\",\r\n \"2603:1062:c:26::/63\",\r\n \"2603:1063:40e::/56\",\r\n \"2603:10b0:70d::/60\",\r\n \"2603:10b0:70d:10::/64\",\r\n \"2a01:111:f100:1000::/62\",\r\n \"2a01:111:f100:1004::/63\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Europe\",\r\n \"communityValue\": \"12076:51003\",\r\n \"communityPrefixes\": [\r\n \"4.207.0.0/16\",\r\n \"4.208.0.0/21\",\r\n \"4.208.8.0/22\",\r\n \"4.208.12.0/24\",\r\n \"4.208.14.0/23\",\r\n \"4.208.16.0/20\",\r\n \"4.208.32.0/19\",\r\n \"4.208.64.0/18\",\r\n \"4.208.128.0/17\",\r\n \"4.209.0.0/16\",\r\n \"4.210.0.0/17\",\r\n \"4.231.128.0/17\",\r\n \"4.245.128.0/17\",\r\n \"13.69.128.0/18\",\r\n \"13.69.192.0/19\",\r\n \"13.69.224.0/23\",\r\n \"13.69.226.0/25\",\r\n \"13.69.227.0/24\",\r\n \"13.69.228.0/24\",\r\n \"13.69.229.0/26\",\r\n \"13.69.229.64/27\",\r\n \"13.69.229.128/25\",\r\n \"13.69.230.0/23\",\r\n \"13.69.232.0/24\",\r\n \"13.69.233.0/27\",\r\n \"13.69.233.32/28\",\r\n \"13.69.233.56/29\",\r\n \"13.69.233.64/26\",\r\n \"13.69.233.128/25\",\r\n \"13.69.234.0/23\",\r\n \"13.69.236.0/22\",\r\n \"13.69.240.0/20\",\r\n \"13.70.192.0/18\",\r\n \"13.74.0.0/18\",\r\n \"13.74.64.0/19\",\r\n \"13.74.96.0/21\",\r\n \"13.74.104.0/23\",\r\n \"13.74.106.0/25\",\r\n \"13.74.107.0/24\",\r\n \"13.74.108.0/22\",\r\n \"13.74.112.0/20\",\r\n \"13.74.128.0/17\",\r\n \"13.79.0.0/16\",\r\n \"13.94.64.0/18\",\r\n \"20.13.128.0/17\",\r\n \"20.38.64.0/19\",\r\n \"20.38.102.0/23\",\r\n \"20.50.64.0/20\",\r\n \"20.50.80.0/21\",\r\n \"20.54.0.0/17\",\r\n \"20.60.19.0/24\",\r\n \"20.60.40.0/23\",\r\n \"20.60.144.0/23\",\r\n \"20.60.204.0/23\",\r\n \"20.60.246.0/23\",\r\n \"20.67.128.0/17\",\r\n \"20.82.128.0/17\",\r\n \"20.93.0.0/17\",\r\n \"20.95.88.0/21\",\r\n \"20.105.0.0/17\",\r\n \"20.107.128.0/17\",\r\n \"20.123.0.0/17\",\r\n \"20.150.26.0/24\",\r\n \"20.150.47.128/25\",\r\n \"20.150.48.0/24\",\r\n \"20.150.75.0/24\",\r\n \"20.150.84.0/24\",\r\n \"20.150.104.0/24\",\r\n \"20.166.0.0/16\",\r\n \"20.191.0.0/18\",\r\n \"20.202.1.0/24\",\r\n \"20.202.119.0/24\",\r\n \"20.202.141.0/24\",\r\n \"20.202.142.0/23\",\r\n \"20.202.144.0/22\",\r\n \"20.202.148.0/23\",\r\n \"20.202.151.0/24\",\r\n \"20.202.153.0/24\",\r\n \"20.202.155.0/24\",\r\n \"20.202.157.0/24\",\r\n \"20.202.159.0/24\",\r\n \"20.202.161.0/24\",\r\n \"20.202.163.0/24\",\r\n \"20.202.165.0/24\",\r\n \"20.202.167.0/24\",\r\n \"20.209.14.0/23\",\r\n \"20.209.58.0/23\",\r\n \"20.209.96.0/23\",\r\n \"20.209.104.0/23\",\r\n \"20.209.160.0/23\",\r\n \"20.209.220.0/23\",\r\n \"20.223.0.0/16\",\r\n \"20.234.0.0/17\",\r\n \"20.238.0.0/17\",\r\n \"23.100.48.0/20\",\r\n \"23.100.128.0/18\",\r\n \"23.101.48.0/20\",\r\n \"23.102.0.0/18\",\r\n \"40.64.144.64/27\",\r\n \"40.64.169.0/25\",\r\n \"40.67.224.0/19\",\r\n \"40.69.0.0/18\",\r\n \"40.69.64.0/19\",\r\n \"40.69.192.0/19\",\r\n \"40.78.211.0/24\",\r\n \"40.85.0.0/17\",\r\n \"40.85.128.0/20\",\r\n \"40.87.128.0/19\",\r\n \"40.87.188.0/22\",\r\n \"40.90.141.128/29\",\r\n \"40.90.145.224/27\",\r\n \"40.91.20.0/22\",\r\n \"40.91.32.0/22\",\r\n \"40.112.36.0/25\",\r\n \"40.112.37.64/26\",\r\n \"40.112.64.0/19\",\r\n \"40.113.0.0/18\",\r\n \"40.113.64.0/19\",\r\n \"40.115.96.0/19\",\r\n \"40.120.160.0/22\",\r\n \"40.123.156.0/22\",\r\n \"40.127.96.0/20\",\r\n \"40.127.128.0/17\",\r\n \"51.104.64.0/18\",\r\n \"51.104.128.0/18\",\r\n \"51.138.176.0/20\",\r\n \"51.138.224.0/20\",\r\n \"52.120.136.0/21\",\r\n \"52.120.192.0/20\",\r\n \"52.121.16.0/21\",\r\n \"52.121.48.0/20\",\r\n \"52.138.128.0/17\",\r\n \"52.142.64.0/18\",\r\n \"52.143.195.0/24\",\r\n \"52.143.209.0/24\",\r\n \"52.146.128.0/22\",\r\n \"52.146.132.0/26\",\r\n \"52.146.132.64/27\",\r\n \"52.146.132.128/25\",\r\n \"52.146.133.0/26\",\r\n \"52.146.133.64/28\",\r\n \"52.146.133.96/27\",\r\n \"52.146.133.128/25\",\r\n \"52.146.134.0/23\",\r\n \"52.146.136.0/24\",\r\n \"52.146.137.0/26\",\r\n \"52.146.137.64/31\",\r\n \"52.146.137.68/30\",\r\n \"52.146.137.72/29\",\r\n \"52.146.137.96/27\",\r\n \"52.146.137.168/29\",\r\n \"52.146.137.176/28\",\r\n \"52.146.137.192/26\",\r\n \"52.146.138.0/23\",\r\n \"52.146.140.0/22\",\r\n \"52.146.144.0/20\",\r\n \"52.146.160.0/19\",\r\n \"52.146.192.0/18\",\r\n \"52.155.64.0/19\",\r\n \"52.155.128.0/17\",\r\n \"52.156.192.0/18\",\r\n \"52.158.0.0/17\",\r\n \"52.164.0.0/16\",\r\n \"52.169.0.0/16\",\r\n \"52.178.128.0/17\",\r\n \"52.232.148.0/24\",\r\n \"52.236.0.0/17\",\r\n \"52.239.136.0/22\",\r\n \"52.239.205.0/24\",\r\n \"52.239.248.0/24\",\r\n \"52.245.40.0/22\",\r\n \"52.245.88.0/22\",\r\n \"57.150.13.128/27\",\r\n \"57.150.13.160/28\",\r\n \"57.150.20.0/28\",\r\n \"65.52.64.0/20\",\r\n \"65.52.224.0/21\",\r\n \"68.219.0.0/17\",\r\n \"68.219.128.0/19\",\r\n \"68.219.192.0/18\",\r\n \"74.234.0.0/17\",\r\n \"94.245.88.0/21\",\r\n \"94.245.104.0/21\",\r\n \"94.245.117.96/27\",\r\n \"94.245.118.0/27\",\r\n \"94.245.120.128/28\",\r\n \"94.245.122.0/24\",\r\n \"94.245.123.144/28\",\r\n \"94.245.123.176/28\",\r\n \"98.71.0.0/17\",\r\n \"104.41.64.0/18\",\r\n \"104.41.192.0/18\",\r\n \"104.44.88.66/31\",\r\n \"104.45.80.0/20\",\r\n \"104.45.96.0/19\",\r\n \"104.46.8.0/21\",\r\n \"104.46.64.0/19\",\r\n \"104.47.218.0/23\",\r\n \"134.170.80.64/28\",\r\n \"137.116.224.0/19\",\r\n \"137.135.128.0/17\",\r\n \"138.91.48.0/20\",\r\n \"151.206.49.64/27\",\r\n \"151.206.75.192/26\",\r\n \"151.206.76.0/23\",\r\n \"151.206.78.0/25\",\r\n \"157.55.3.0/24\",\r\n \"157.55.10.160/29\",\r\n \"157.55.10.176/28\",\r\n \"157.55.204.128/25\",\r\n \"168.61.80.0/20\",\r\n \"168.61.96.0/19\",\r\n \"168.63.32.0/19\",\r\n \"168.63.64.0/20\",\r\n \"168.63.80.0/21\",\r\n \"168.63.92.0/22\",\r\n \"172.205.0.0/17\",\r\n \"191.235.128.0/18\",\r\n \"191.235.192.0/22\",\r\n \"191.235.208.0/20\",\r\n \"191.235.255.0/24\",\r\n \"191.237.192.0/23\",\r\n \"191.237.194.0/24\",\r\n \"191.237.196.0/24\",\r\n \"191.237.208.0/20\",\r\n \"191.238.96.0/19\",\r\n \"191.239.208.0/20\",\r\n \"193.149.88.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Europe IPv6\",\r\n \"communityValue\": \"12076:51003\",\r\n \"communityPrefixes\": [\r\n \"2603:1020::/47\",\r\n \"2603:1020:2::/48\",\r\n \"2603:1020:5::/48\",\r\n \"2603:1020:6::/48\",\r\n \"2603:1026:2404::800/117\",\r\n \"2603:1026:2404::1000/116\",\r\n \"2603:1026:2404::2000/115\",\r\n \"2603:1026:2404::4000/114\",\r\n \"2603:1026:2404::8000/113\",\r\n \"2603:1026:2404::1:0/112\",\r\n \"2603:1026:2404::2:0/111\",\r\n \"2603:1026:2404::4:0/110\",\r\n \"2603:1026:2404::8:0/109\",\r\n \"2603:1026:2404::10:0/108\",\r\n \"2603:1026:2404::20:0/107\",\r\n \"2603:1026:2404::40:0/106\",\r\n \"2603:1026:2404::80:0/105\",\r\n \"2603:1026:2404::100:0/104\",\r\n \"2603:1026:2404::200:0/103\",\r\n \"2603:1026:2404::400:0/102\",\r\n \"2603:1026:2404::800:0/101\",\r\n \"2603:1026:2404::1000:0/100\",\r\n \"2603:1026:2404::2000:0/99\",\r\n \"2603:1026:2404::4000:0/98\",\r\n \"2603:1026:2404::8000:0/97\",\r\n \"2603:1026:2404::1:0:0/96\",\r\n \"2603:1026:2404::2:0:0/95\",\r\n \"2603:1026:2404::4:0:0/94\",\r\n \"2603:1026:2404::8:0:0/93\",\r\n \"2603:1026:2404::10:0:0/92\",\r\n \"2603:1026:2404::20:0:0/91\",\r\n \"2603:1026:2404::40:0:0/90\",\r\n \"2603:1026:2404::80:0:0/89\",\r\n \"2603:1026:2404::100:0:0/88\",\r\n \"2603:1026:2404::200:0:0/87\",\r\n \"2603:1026:2404::400:0:0/86\",\r\n \"2603:1026:2404::800:0:0/85\",\r\n \"2603:1026:2404::1000:0:0/84\",\r\n \"2603:1026:2404::2000:0:0/83\",\r\n \"2603:1026:2404::4000:0:0/82\",\r\n \"2603:1026:2404::8000:0:0/81\",\r\n \"2603:1026:2404:0:1::/80\",\r\n \"2603:1026:2404:0:2::/79\",\r\n \"2603:1026:2404:0:4::/78\",\r\n \"2603:1026:2404:0:8::/77\",\r\n \"2603:1026:2404:0:10::/76\",\r\n \"2603:1026:2404:0:20::/75\",\r\n \"2603:1026:2404:0:40::/74\",\r\n \"2603:1026:2404:0:80::/73\",\r\n \"2603:1026:2404:0:100::/72\",\r\n \"2603:1026:2404:0:200::/71\",\r\n \"2603:1026:2404:0:400::/70\",\r\n \"2603:1026:2404:0:800::/69\",\r\n \"2603:1026:2404:0:1000::/68\",\r\n \"2603:1026:2404:0:2000::/67\",\r\n \"2603:1026:2404:0:4000::/66\",\r\n \"2603:1026:2404:0:8000::/65\",\r\n \"2603:1026:2404:1::800/117\",\r\n \"2603:1026:2404:1::1000/116\",\r\n \"2603:1026:2404:1::2000/115\",\r\n \"2603:1026:2404:1::4000/114\",\r\n \"2603:1026:2404:1::8000/113\",\r\n \"2603:1026:2404:1::1:0/112\",\r\n \"2603:1026:2404:1::2:0/111\",\r\n \"2603:1026:2404:1::4:0/110\",\r\n \"2603:1026:2404:1::8:0/109\",\r\n \"2603:1026:2404:1::10:0/108\",\r\n \"2603:1026:2404:1::20:0/107\",\r\n \"2603:1026:2404:1::40:0/106\",\r\n \"2603:1026:2404:1::80:0/105\",\r\n \"2603:1026:2404:1::100:0/104\",\r\n \"2603:1026:2404:1::200:0/103\",\r\n \"2603:1026:2404:1::400:0/102\",\r\n \"2603:1026:2404:1::800:0/101\",\r\n \"2603:1026:2404:1::1000:0/100\",\r\n \"2603:1026:2404:1::2000:0/99\",\r\n \"2603:1026:2404:1::4000:0/98\",\r\n \"2603:1026:2404:1::8000:0/97\",\r\n \"2603:1026:2404:1:0:1::/96\",\r\n \"2603:1026:2404:1:0:2::/95\",\r\n \"2603:1026:2404:1:0:4::/94\",\r\n \"2603:1026:2404:1:0:8::/93\",\r\n \"2603:1026:2404:1:0:10::/92\",\r\n \"2603:1026:2404:1:0:20::/91\",\r\n \"2603:1026:2404:1:0:40::/90\",\r\n \"2603:1026:2404:1:0:80::/89\",\r\n \"2603:1026:2404:1:0:100::/88\",\r\n \"2603:1026:2404:1:0:200::/87\",\r\n \"2603:1026:2404:1:0:400::/86\",\r\n \"2603:1026:2404:1:0:800::/85\",\r\n \"2603:1026:2404:1:0:1000::/84\",\r\n \"2603:1026:2404:1:0:2000::/83\",\r\n \"2603:1026:2404:1:0:4000::/82\",\r\n \"2603:1026:2404:1:0:8000::/81\",\r\n \"2603:1026:2404:1:1::/80\",\r\n \"2603:1026:2404:1:2::/79\",\r\n \"2603:1026:2404:1:4::/78\",\r\n \"2603:1026:2404:1:8::/77\",\r\n \"2603:1026:2404:1:10::/76\",\r\n \"2603:1026:2404:1:20::/75\",\r\n \"2603:1026:2404:1:40::/74\",\r\n \"2603:1026:2404:1:80::/73\",\r\n \"2603:1026:2404:1:100::/72\",\r\n \"2603:1026:2404:1:200::/71\",\r\n \"2603:1026:2404:1:400::/70\",\r\n \"2603:1026:2404:1:800::/69\",\r\n \"2603:1026:2404:1:1000::/68\",\r\n \"2603:1026:2404:1:2000::/67\",\r\n \"2603:1026:2404:1:4000::/66\",\r\n \"2603:1026:2404:1:8000::/65\",\r\n \"2603:1026:2404:2::/63\",\r\n \"2603:1026:2404:4::/62\",\r\n \"2603:1026:2404:8::/61\",\r\n \"2603:1026:2404:10::/60\",\r\n \"2603:1026:2404:20::/59\",\r\n \"2603:1026:2404:40::/58\",\r\n \"2603:1026:2404:80::/57\",\r\n \"2603:1026:2404:100::/56\",\r\n \"2603:1026:2404:200::/55\",\r\n \"2603:1026:2404:400::/54\",\r\n \"2603:1026:2404:800::/53\",\r\n \"2603:1026:2404:1000::/52\",\r\n \"2603:1026:2404:2000::/51\",\r\n \"2603:1026:2404:4000::/50\",\r\n \"2603:1026:2404:8000::/49\",\r\n \"2603:1061:1311:2000::/54\",\r\n \"2603:1061:1716::/48\",\r\n \"2603:1061:2000:688::/62\",\r\n \"2603:1061:2002:900::/56\",\r\n \"2603:1061:2004:7900::/56\",\r\n \"2603:1061:2010:12::/64\",\r\n \"2603:1062:c:16::/63\",\r\n \"2603:1063:40f::/56\",\r\n \"2603:10a0:10c::/60\",\r\n \"2a01:111:f100:a000::/63\",\r\n \"2a01:111:f100:a002::/64\",\r\n \"2a01:111:f100:a004::/64\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway East\",\r\n \"communityValue\": \"12076:51042\",\r\n \"communityPrefixes\": [\r\n \"4.177.0.0/16\",\r\n \"4.179.0.0/16\",\r\n \"4.219.0.0/16\",\r\n \"4.220.0.0/17\",\r\n \"4.235.0.0/16\",\r\n \"20.38.120.0/24\",\r\n \"20.60.206.0/23\",\r\n \"20.95.65.0/24\",\r\n \"20.100.0.0/18\",\r\n \"20.100.128.0/17\",\r\n \"20.150.53.0/24\",\r\n \"20.150.121.0/24\",\r\n \"20.209.24.0/23\",\r\n \"20.209.252.0/23\",\r\n \"20.251.0.0/16\",\r\n \"40.64.146.224/28\",\r\n \"40.64.181.0/25\",\r\n \"40.119.104.0/22\",\r\n \"40.126.200.0/24\",\r\n \"51.13.0.0/17\",\r\n \"51.13.160.0/19\",\r\n \"51.107.208.0/20\",\r\n \"51.120.0.0/18\",\r\n \"51.120.64.0/19\",\r\n \"51.120.96.0/21\",\r\n \"51.120.104.0/22\",\r\n \"51.120.108.0/24\",\r\n \"51.120.109.0/26\",\r\n \"51.120.109.64/27\",\r\n \"51.120.109.96/28\",\r\n \"51.120.109.120/29\",\r\n \"51.120.109.128/25\",\r\n \"51.120.110.0/23\",\r\n \"51.120.112.0/20\",\r\n \"51.120.208.0/21\",\r\n \"51.120.232.0/21\",\r\n \"51.120.240.0/20\",\r\n \"52.253.168.0/24\",\r\n \"52.253.177.0/24\",\r\n \"52.253.178.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway East IPv6\",\r\n \"communityValue\": \"12076:51042\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:e00::/47\",\r\n \"2603:1020:e04::/47\",\r\n \"2603:1061:1311:2800::/54\",\r\n \"2603:1061:172a::/48\",\r\n \"2603:1061:2000:480::/62\",\r\n \"2603:1061:2002:1800::/57\",\r\n \"2603:1061:2004:1000::/57\",\r\n \"2603:1061:2010:2a::/64\",\r\n \"2603:1063:410::/56\",\r\n \"2603:10a0:402::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway West\",\r\n \"communityValue\": \"12076:51043\",\r\n \"communityPrefixes\": [\r\n \"4.220.128.0/17\",\r\n \"20.60.15.0/24\",\r\n \"20.100.64.0/18\",\r\n \"20.150.0.0/24\",\r\n \"20.150.56.0/24\",\r\n \"40.64.181.128/25\",\r\n \"40.119.108.0/22\",\r\n \"40.126.201.0/24\",\r\n \"51.13.128.0/28\",\r\n \"51.13.128.24/29\",\r\n \"51.13.128.32/27\",\r\n \"51.13.128.64/26\",\r\n \"51.13.128.128/25\",\r\n \"51.13.129.0/24\",\r\n \"51.13.130.0/23\",\r\n \"51.13.132.0/22\",\r\n \"51.13.136.0/21\",\r\n \"51.13.144.0/20\",\r\n \"51.120.128.0/18\",\r\n \"51.120.192.0/20\",\r\n \"51.120.216.0/21\",\r\n \"51.120.224.0/21\",\r\n \"52.253.167.0/24\",\r\n \"74.240.0.0/17\",\r\n \"74.240.128.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway West IPv6\",\r\n \"communityValue\": \"12076:51043\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:f00::/47\",\r\n \"2603:1020:f04::/47\",\r\n \"2603:1061:1311:2c00::/54\",\r\n \"2603:1061:172b::/48\",\r\n \"2603:1061:2000:488::/62\",\r\n \"2603:1061:2002:1900::/57\",\r\n \"2603:1061:2004:1100::/57\",\r\n \"2603:1061:2010:2b::/64\",\r\n \"2603:1063:411::/56\",\r\n \"2603:10a0:501::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzurePolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzurePolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Poland Central\",\r\n \"communityValue\": \"12076:51051\",\r\n \"communityPrefixes\": [\r\n \"20.38.17.0/24\",\r\n \"20.60.92.0/23\",\r\n \"20.209.60.0/23\",\r\n \"20.209.94.0/23\",\r\n \"20.215.0.0/16\",\r\n \"40.64.186.128/25\",\r\n \"40.123.172.0/25\",\r\n \"40.123.172.128/26\",\r\n \"40.123.172.192/27\",\r\n \"40.123.172.224/29\",\r\n \"40.123.172.232/30\",\r\n \"52.253.204.0/23\",\r\n \"52.253.206.0/24\",\r\n \"74.248.0.0/17\",\r\n \"151.206.49.160/28\",\r\n \"151.206.84.0/24\",\r\n \"151.206.85.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Poland Central IPv6\",\r\n \"communityValue\": \"12076:51051\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1300::/47\",\r\n \"2603:1020:1302::/48\",\r\n \"2603:1026:2413::800/117\",\r\n \"2603:1026:2413::1000/116\",\r\n \"2603:1026:2413::2000/115\",\r\n \"2603:1026:2413::4000/114\",\r\n \"2603:1026:2413::8000/113\",\r\n \"2603:1026:2413::1:0/112\",\r\n \"2603:1026:2413::2:0/111\",\r\n \"2603:1026:2413::4:0/110\",\r\n \"2603:1026:2413::8:0/109\",\r\n \"2603:1026:2413::10:0/108\",\r\n \"2603:1026:2413::20:0/107\",\r\n \"2603:1026:2413::40:0/106\",\r\n \"2603:1026:2413::80:0/105\",\r\n \"2603:1026:2413::100:0/104\",\r\n \"2603:1026:2413::200:0/103\",\r\n \"2603:1026:2413::400:0/102\",\r\n \"2603:1026:2413::800:0/101\",\r\n \"2603:1026:2413::1000:0/100\",\r\n \"2603:1026:2413::2000:0/99\",\r\n \"2603:1026:2413::4000:0/98\",\r\n \"2603:1026:2413::8000:0/97\",\r\n \"2603:1026:2413::1:0:0/96\",\r\n \"2603:1026:2413::2:0:0/95\",\r\n \"2603:1026:2413::4:0:0/94\",\r\n \"2603:1026:2413::8:0:0/93\",\r\n \"2603:1026:2413::10:0:0/92\",\r\n \"2603:1026:2413::20:0:0/91\",\r\n \"2603:1026:2413::40:0:0/90\",\r\n \"2603:1026:2413::80:0:0/89\",\r\n \"2603:1026:2413::100:0:0/88\",\r\n \"2603:1026:2413::200:0:0/87\",\r\n \"2603:1026:2413::400:0:0/86\",\r\n \"2603:1026:2413::800:0:0/85\",\r\n \"2603:1026:2413::1000:0:0/84\",\r\n \"2603:1026:2413::2000:0:0/83\",\r\n \"2603:1026:2413::4000:0:0/82\",\r\n \"2603:1026:2413::8000:0:0/81\",\r\n \"2603:1026:2413:0:1::/80\",\r\n \"2603:1026:2413:0:2::/79\",\r\n \"2603:1026:2413:0:4::/78\",\r\n \"2603:1026:2413:0:8::/77\",\r\n \"2603:1026:2413:0:10::/76\",\r\n \"2603:1026:2413:0:20::/75\",\r\n \"2603:1026:2413:0:40::/74\",\r\n \"2603:1026:2413:0:80::/73\",\r\n \"2603:1026:2413:0:100::/72\",\r\n \"2603:1026:2413:0:200::/71\",\r\n \"2603:1026:2413:0:400::/70\",\r\n \"2603:1026:2413:0:800::/69\",\r\n \"2603:1026:2413:0:1000::/68\",\r\n \"2603:1026:2413:0:2000::/67\",\r\n \"2603:1026:2413:0:4000::/66\",\r\n \"2603:1026:2413:0:8000::/65\",\r\n \"2603:1026:2413:1::/64\",\r\n \"2603:1026:2413:2::/63\",\r\n \"2603:1026:2413:4::/62\",\r\n \"2603:1026:2413:8::/61\",\r\n \"2603:1026:2413:10::/60\",\r\n \"2603:1026:2413:20::/59\",\r\n \"2603:1026:2413:40::/58\",\r\n \"2603:1026:2413:80::/57\",\r\n \"2603:1026:2413:100::/56\",\r\n \"2603:1026:2413:200::/55\",\r\n \"2603:1026:2413:400::/54\",\r\n \"2603:1026:2413:800::/53\",\r\n \"2603:1026:2413:1000::/52\",\r\n \"2603:1026:2413:2000::/51\",\r\n \"2603:1026:2413:4000::/50\",\r\n \"2603:1026:2413:8000::/49\",\r\n \"2603:1061:1006::/58\",\r\n \"2603:1061:1006:40::/59\",\r\n \"2603:1061:1006:60::/61\",\r\n \"2603:1061:1006:68::/63\",\r\n \"2603:1061:1311:3000::/54\",\r\n \"2603:1061:1735::/48\",\r\n \"2603:1061:2002:9800::/57\",\r\n \"2603:1061:2004:9800::/57\",\r\n \"2603:1061:2010:35::/64\",\r\n \"2603:1062:c:1c::/63\",\r\n \"2603:10a0:1700:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Qatar Central\",\r\n \"communityValue\": \"12076:51049\",\r\n \"communityPrefixes\": [\r\n \"4.170.0.0/15\",\r\n \"4.244.0.0/16\",\r\n \"20.21.0.0/16\",\r\n \"20.38.16.0/24\",\r\n \"20.60.208.0/23\",\r\n \"20.95.129.0/24\",\r\n \"20.173.0.0/16\",\r\n \"20.209.2.0/23\",\r\n \"20.209.54.0/23\",\r\n \"20.209.202.0/23\",\r\n \"40.64.185.128/25\",\r\n \"40.123.148.0/25\",\r\n \"40.123.148.128/26\",\r\n \"40.123.148.192/27\",\r\n \"40.123.148.224/28\",\r\n \"40.123.148.240/29\",\r\n \"40.123.148.248/31\",\r\n \"52.253.200.0/23\",\r\n \"52.253.202.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Qatar Central IPv6\",\r\n \"communityValue\": \"12076:51049\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1001::/48\",\r\n \"2603:1040:1002::/48\",\r\n \"2603:1040:1004::/48\",\r\n \"2603:1046:140c::800/117\",\r\n \"2603:1046:140c::1000/116\",\r\n \"2603:1046:140c::2000/115\",\r\n \"2603:1046:140c::4000/114\",\r\n \"2603:1046:140c::8000/113\",\r\n \"2603:1046:140c::1:0/112\",\r\n \"2603:1046:140c::2:0/111\",\r\n \"2603:1046:140c::4:0/110\",\r\n \"2603:1046:140c::8:0/109\",\r\n \"2603:1046:140c::10:0/108\",\r\n \"2603:1046:140c::20:0/107\",\r\n \"2603:1046:140c::40:0/106\",\r\n \"2603:1046:140c::80:0/105\",\r\n \"2603:1046:140c::100:0/104\",\r\n \"2603:1046:140c::200:0/103\",\r\n \"2603:1046:140c::400:0/102\",\r\n \"2603:1046:140c::800:0/101\",\r\n \"2603:1046:140c::1000:0/100\",\r\n \"2603:1046:140c::2000:0/99\",\r\n \"2603:1046:140c::4000:0/98\",\r\n \"2603:1046:140c::8000:0/97\",\r\n \"2603:1046:140c::1:0:0/96\",\r\n \"2603:1046:140c::2:0:0/95\",\r\n \"2603:1046:140c::4:0:0/94\",\r\n \"2603:1046:140c::8:0:0/93\",\r\n \"2603:1046:140c::10:0:0/92\",\r\n \"2603:1046:140c::20:0:0/91\",\r\n \"2603:1046:140c::40:0:0/90\",\r\n \"2603:1046:140c::80:0:0/89\",\r\n \"2603:1046:140c::100:0:0/88\",\r\n \"2603:1046:140c::200:0:0/87\",\r\n \"2603:1046:140c::400:0:0/86\",\r\n \"2603:1046:140c::800:0:0/85\",\r\n \"2603:1046:140c::1000:0:0/84\",\r\n \"2603:1046:140c::2000:0:0/83\",\r\n \"2603:1046:140c::4000:0:0/82\",\r\n \"2603:1046:140c::8000:0:0/81\",\r\n \"2603:1046:140c:0:1::/80\",\r\n \"2603:1046:140c:0:2::/79\",\r\n \"2603:1046:140c:0:4::/78\",\r\n \"2603:1046:140c:0:8::/77\",\r\n \"2603:1046:140c:0:10::/76\",\r\n \"2603:1046:140c:0:20::/75\",\r\n \"2603:1046:140c:0:40::/74\",\r\n \"2603:1046:140c:0:80::/73\",\r\n \"2603:1046:140c:0:100::/72\",\r\n \"2603:1046:140c:0:200::/71\",\r\n \"2603:1046:140c:0:400::/70\",\r\n \"2603:1046:140c:0:800::/69\",\r\n \"2603:1046:140c:0:1000::/68\",\r\n \"2603:1046:140c:0:2000::/67\",\r\n \"2603:1046:140c:0:4000::/66\",\r\n \"2603:1046:140c:0:8000::/65\",\r\n \"2603:1046:140c:1::/64\",\r\n \"2603:1046:140c:2::/63\",\r\n \"2603:1046:140c:4::/62\",\r\n \"2603:1046:140c:8::/61\",\r\n \"2603:1046:140c:10::/60\",\r\n \"2603:1046:140c:20::/59\",\r\n \"2603:1046:140c:40::/58\",\r\n \"2603:1046:140c:80::/57\",\r\n \"2603:1046:140c:100::/56\",\r\n \"2603:1046:140c:200::/55\",\r\n \"2603:1046:140c:400::/54\",\r\n \"2603:1046:140c:800::/53\",\r\n \"2603:1046:140c:1000::/52\",\r\n \"2603:1046:140c:2000::/51\",\r\n \"2603:1046:140c:4000::/50\",\r\n \"2603:1046:140c:8000::/49\",\r\n \"2603:1061:1004::/58\",\r\n \"2603:1061:1004:40::/59\",\r\n \"2603:1061:1004:60::/60\",\r\n \"2603:1061:1004:70::/64\",\r\n \"2603:1061:1310:2800::/54\",\r\n \"2603:1061:1733::/48\",\r\n \"2603:1061:2002:a000::/57\",\r\n \"2603:1061:2004:9000::/57\",\r\n \"2603:1061:2010:33::/64\",\r\n \"2603:1090:130a:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureResourceManager\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureResourceManager\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureResourceManager\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Resource Manager\",\r\n \"communityValue\": \"12076:5070\",\r\n \"communityPrefixes\": [\r\n \"4.150.240.0/23\",\r\n \"4.232.96.0/23\",\r\n \"4.232.107.192/26\",\r\n \"13.66.141.176/28\",\r\n \"13.67.18.0/23\",\r\n \"13.69.67.32/28\",\r\n \"13.69.114.0/23\",\r\n \"13.69.229.224/28\",\r\n \"13.69.234.0/23\",\r\n \"13.70.74.64/28\",\r\n \"13.70.76.0/23\",\r\n \"13.71.173.192/28\",\r\n \"13.71.196.80/28\",\r\n \"13.71.198.0/24\",\r\n \"13.73.240.224/28\",\r\n \"13.73.246.0/23\",\r\n \"13.75.39.16/28\",\r\n \"13.77.53.32/28\",\r\n \"13.77.55.0/25\",\r\n \"13.78.109.96/28\",\r\n \"13.86.219.80/28\",\r\n \"13.86.222.0/24\",\r\n \"13.87.57.240/28\",\r\n \"13.87.60.0/23\",\r\n \"13.87.123.240/28\",\r\n \"13.87.126.0/24\",\r\n \"13.89.180.0/23\",\r\n \"13.104.150.85/32\",\r\n \"20.17.60.0/23\",\r\n \"20.17.68.0/26\",\r\n \"20.17.122.0/23\",\r\n \"20.21.44.0/26\",\r\n \"20.21.50.0/23\",\r\n \"20.36.108.48/28\",\r\n \"20.36.110.0/23\",\r\n \"20.36.115.144/28\",\r\n \"20.36.118.0/23\",\r\n \"20.36.126.0/23\",\r\n \"20.37.76.48/28\",\r\n \"20.37.78.0/23\",\r\n \"20.37.230.0/23\",\r\n \"20.38.128.32/28\",\r\n \"20.38.130.0/23\",\r\n \"20.38.150.0/23\",\r\n \"20.40.206.240/28\",\r\n \"20.40.226.0/23\",\r\n \"20.41.70.0/23\",\r\n \"20.43.120.224/28\",\r\n \"20.43.124.0/23\",\r\n \"20.44.3.240/28\",\r\n \"20.44.6.0/23\",\r\n \"20.44.8.16/28\",\r\n \"20.44.16.112/28\",\r\n \"20.44.20.0/23\",\r\n \"20.44.30.0/24\",\r\n \"20.45.88.0/23\",\r\n \"20.45.118.0/23\",\r\n \"20.46.8.0/23\",\r\n \"20.48.194.0/23\",\r\n \"20.49.116.0/23\",\r\n \"20.50.68.96/28\",\r\n \"20.51.10.0/23\",\r\n \"20.51.18.0/23\",\r\n \"20.53.42.0/23\",\r\n \"20.58.64.0/23\",\r\n \"20.61.100.0/23\",\r\n \"20.62.56.0/23\",\r\n \"20.62.130.0/23\",\r\n \"20.65.128.0/23\",\r\n \"20.66.0.0/23\",\r\n \"20.72.28.64/26\",\r\n \"20.88.64.64/26\",\r\n \"20.135.84.112/32\",\r\n \"20.135.86.130/32\",\r\n \"20.135.88.129/32\",\r\n \"20.135.136.30/32\",\r\n \"20.135.138.85/32\",\r\n \"20.135.140.94/32\",\r\n \"20.135.143.95/32\",\r\n \"20.135.144.124/32\",\r\n \"20.135.188.46/32\",\r\n \"20.135.193.49/32\",\r\n \"20.135.223.67/32\",\r\n \"20.135.224.159/32\",\r\n \"20.135.226.149/32\",\r\n \"20.140.54.0/23\",\r\n \"20.140.62.0/23\",\r\n \"20.140.70.0/23\",\r\n \"20.140.78.0/23\",\r\n \"20.140.136.0/24\",\r\n \"20.140.156.0/23\",\r\n \"20.150.225.128/26\",\r\n \"20.150.242.0/23\",\r\n \"20.187.198.0/23\",\r\n \"20.189.168.0/24\",\r\n \"20.189.226.0/23\",\r\n \"20.191.162.0/23\",\r\n \"20.192.32.128/26\",\r\n \"20.192.40.0/23\",\r\n \"20.192.52.0/23\",\r\n \"20.193.196.0/23\",\r\n \"20.193.204.0/26\",\r\n \"20.195.144.0/23\",\r\n \"20.215.10.0/23\",\r\n \"20.215.156.0/26\",\r\n \"20.217.50.0/23\",\r\n \"20.217.60.0/26\",\r\n \"23.98.110.0/23\",\r\n \"40.67.54.0/23\",\r\n \"40.67.59.208/28\",\r\n \"40.67.62.0/23\",\r\n \"40.67.120.0/24\",\r\n \"40.69.108.32/28\",\r\n \"40.69.112.0/22\",\r\n \"40.71.13.224/28\",\r\n \"40.74.102.0/28\",\r\n \"40.75.35.32/28\",\r\n \"40.75.38.0/23\",\r\n \"40.78.196.32/28\",\r\n \"40.78.198.0/23\",\r\n \"40.78.203.224/28\",\r\n \"40.78.206.0/23\",\r\n \"40.78.234.176/28\",\r\n \"40.78.254.0/23\",\r\n \"40.79.131.240/28\",\r\n \"40.79.134.0/23\",\r\n \"40.79.158.0/23\",\r\n \"40.79.180.0/28\",\r\n \"40.79.182.0/23\",\r\n \"40.79.198.0/23\",\r\n \"40.80.174.0/23\",\r\n \"40.80.178.0/23\",\r\n \"40.90.21.227/32\",\r\n \"40.113.178.0/28\",\r\n \"40.120.80.0/23\",\r\n \"51.11.64.0/24\",\r\n \"51.11.96.0/24\",\r\n \"51.12.44.0/23\",\r\n \"51.12.101.64/26\",\r\n \"51.12.196.0/23\",\r\n \"51.12.205.0/26\",\r\n \"51.53.98.0/23\",\r\n \"51.53.180.0/23\",\r\n \"51.53.188.0/26\",\r\n \"51.104.8.224/28\",\r\n \"51.105.78.0/23\",\r\n \"51.105.94.0/23\",\r\n \"51.107.54.0/23\",\r\n \"51.107.60.32/28\",\r\n \"51.107.62.0/23\",\r\n \"51.107.150.0/23\",\r\n \"51.107.156.32/28\",\r\n \"51.107.158.0/23\",\r\n \"51.116.52.0/23\",\r\n \"51.116.60.32/28\",\r\n \"51.116.62.0/23\",\r\n \"51.116.150.0/23\",\r\n \"51.116.156.32/28\",\r\n \"51.116.159.0/24\",\r\n \"51.120.46.0/23\",\r\n \"51.120.100.32/28\",\r\n \"51.120.102.0/23\",\r\n \"51.120.220.32/28\",\r\n \"51.120.222.0/23\",\r\n \"51.120.230.0/23\",\r\n \"51.138.208.0/23\",\r\n \"51.140.212.16/28\",\r\n \"51.140.214.0/24\",\r\n \"51.143.210.0/23\",\r\n \"52.126.203.144/28\",\r\n \"52.126.206.0/23\",\r\n \"52.127.3.208/28\",\r\n \"52.127.6.0/23\",\r\n \"52.127.27.48/28\",\r\n \"52.127.30.0/23\",\r\n \"52.127.35.192/28\",\r\n \"52.127.39.0/24\",\r\n \"52.127.43.176/28\",\r\n \"52.127.46.0/23\",\r\n \"52.127.59.192/28\",\r\n \"52.127.62.0/23\",\r\n \"52.136.54.0/23\",\r\n \"52.138.94.0/23\",\r\n \"52.139.104.0/23\",\r\n \"52.146.134.0/23\",\r\n \"52.147.96.0/24\",\r\n \"52.148.174.212/32\",\r\n \"52.150.158.0/23\",\r\n \"52.162.110.224/28\",\r\n \"52.172.114.0/23\",\r\n \"52.231.19.208/28\",\r\n \"52.231.22.0/24\",\r\n \"52.231.148.64/28\",\r\n \"52.231.150.0/24\",\r\n \"52.235.248.0/23\",\r\n \"52.240.242.0/23\",\r\n \"57.151.218.0/23\",\r\n \"65.52.252.48/28\",\r\n \"65.52.254.0/23\",\r\n \"68.221.90.0/23\",\r\n \"70.153.162.0/23\",\r\n \"102.133.28.16/28\",\r\n \"102.133.30.0/23\",\r\n \"102.133.62.0/23\",\r\n \"102.133.123.224/28\",\r\n \"102.133.158.0/23\",\r\n \"102.133.222.0/23\",\r\n \"104.46.160.0/24\",\r\n \"104.46.161.0/25\",\r\n \"104.46.180.0/23\",\r\n \"104.214.162.0/23\",\r\n \"104.214.166.0/26\",\r\n \"158.23.106.0/23\",\r\n \"168.61.138.0/23\",\r\n \"168.61.143.192/26\",\r\n \"172.204.162.0/23\",\r\n \"191.233.52.0/23\",\r\n \"191.233.205.16/28\",\r\n \"191.234.140.0/23\",\r\n \"191.234.158.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa North\",\r\n \"communityValue\": \"12076:51034\",\r\n \"communityPrefixes\": [\r\n \"4.167.0.0/16\",\r\n \"4.168.0.0/16\",\r\n \"4.221.0.0/16\",\r\n \"4.222.0.0/16\",\r\n \"4.253.0.0/16\",\r\n \"20.38.114.128/25\",\r\n \"20.45.128.0/21\",\r\n \"20.60.190.0/23\",\r\n \"20.87.0.0/17\",\r\n \"20.87.192.0/18\",\r\n \"20.95.224.0/24\",\r\n \"20.150.21.0/24\",\r\n \"20.150.62.0/24\",\r\n \"20.150.101.0/24\",\r\n \"20.164.0.0/16\",\r\n \"20.202.71.0/24\",\r\n \"20.202.100.0/23\",\r\n \"20.202.183.0/24\",\r\n \"20.209.130.0/23\",\r\n \"20.209.208.0/23\",\r\n \"40.64.146.112/28\",\r\n \"40.64.176.0/25\",\r\n \"40.79.203.0/24\",\r\n \"40.82.20.0/22\",\r\n \"40.119.64.0/22\",\r\n \"40.120.16.0/20\",\r\n \"40.123.240.0/20\",\r\n \"40.127.0.0/19\",\r\n \"52.121.86.0/23\",\r\n \"52.121.182.0/24\",\r\n \"52.143.204.0/23\",\r\n \"52.143.206.0/24\",\r\n \"52.239.232.0/25\",\r\n \"102.37.0.0/20\",\r\n \"102.37.16.0/21\",\r\n \"102.37.24.0/23\",\r\n \"102.37.26.32/27\",\r\n \"102.37.32.0/19\",\r\n \"102.37.72.0/21\",\r\n \"102.37.96.0/19\",\r\n \"102.37.128.0/19\",\r\n \"102.37.160.0/21\",\r\n \"102.37.176.0/20\",\r\n \"102.37.192.0/18\",\r\n \"102.133.120.0/22\",\r\n \"102.133.124.0/25\",\r\n \"102.133.124.128/28\",\r\n \"102.133.124.152/29\",\r\n \"102.133.124.160/27\",\r\n \"102.133.124.192/26\",\r\n \"102.133.125.0/24\",\r\n \"102.133.126.0/23\",\r\n \"102.133.128.0/18\",\r\n \"102.133.192.0/19\",\r\n \"102.133.224.0/20\",\r\n \"102.133.240.0/25\",\r\n \"102.133.240.128/26\",\r\n \"102.133.248.0/23\",\r\n \"102.133.250.0/24\",\r\n \"102.133.251.0/26\",\r\n \"102.133.251.64/27\",\r\n \"102.133.251.128/25\",\r\n \"102.133.252.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa North IPv6\",\r\n \"communityValue\": \"12076:51034\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:100::/47\",\r\n \"2603:1000:104::/47\",\r\n \"2603:1061:1313::/54\",\r\n \"2603:1061:1722::/48\",\r\n \"2603:1061:2000:500::/62\",\r\n \"2603:1061:2002:2800::/57\",\r\n \"2603:1061:2004:2000::/57\",\r\n \"2603:1061:2010:20::/64\",\r\n \"2603:1063:412::/56\",\r\n \"2603:1080:4::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa West\",\r\n \"communityValue\": \"12076:51035\",\r\n \"communityPrefixes\": [\r\n \"20.38.121.0/25\",\r\n \"20.45.136.0/21\",\r\n \"20.60.8.0/24\",\r\n \"20.60.210.0/23\",\r\n \"20.87.128.0/18\",\r\n \"20.150.20.0/25\",\r\n \"40.64.146.128/28\",\r\n \"40.64.175.128/25\",\r\n \"40.78.209.0/24\",\r\n \"40.117.0.0/19\",\r\n \"40.119.68.0/22\",\r\n \"52.143.203.0/24\",\r\n \"52.239.232.128/25\",\r\n \"102.37.26.0/27\",\r\n \"102.37.64.0/27\",\r\n \"102.37.64.32/28\",\r\n \"102.37.64.48/29\",\r\n \"102.37.64.64/26\",\r\n \"102.37.64.128/25\",\r\n \"102.37.65.0/24\",\r\n \"102.37.66.0/23\",\r\n \"102.37.68.0/22\",\r\n \"102.37.80.0/20\",\r\n \"102.133.0.0/18\",\r\n \"102.133.64.0/19\",\r\n \"102.133.96.0/20\",\r\n \"102.133.112.0/28\",\r\n \"172.209.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa West IPv6\",\r\n \"communityValue\": \"12076:51035\",\r\n \"communityPrefixes\": [\r\n \"2603:1000::/47\",\r\n \"2603:1000:4::/47\",\r\n \"2603:1061:1313:400::/54\",\r\n \"2603:1061:1721::/48\",\r\n \"2603:1061:2000:508::/62\",\r\n \"2603:1061:2002:2900::/57\",\r\n \"2603:1061:2004:2100::/57\",\r\n \"2603:1061:2010:1f::/64\",\r\n \"2603:1063:413::/56\",\r\n \"2603:1080:100::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Central US\",\r\n \"communityValue\": \"12076:51008\",\r\n \"communityPrefixes\": [\r\n \"4.149.96.0/20\",\r\n \"4.149.112.0/23\",\r\n \"4.149.114.0/24\",\r\n \"4.149.115.0/28\",\r\n \"4.149.115.32/27\",\r\n \"4.149.115.64/26\",\r\n \"4.149.115.128/25\",\r\n \"4.149.116.0/22\",\r\n \"4.149.120.0/21\",\r\n \"4.150.0.0/18\",\r\n \"4.151.0.0/16\",\r\n \"13.65.0.0/16\",\r\n \"13.66.0.0/17\",\r\n \"13.73.240.0/27\",\r\n \"13.73.240.64/26\",\r\n \"13.73.240.128/25\",\r\n \"13.73.241.0/24\",\r\n \"13.73.242.0/23\",\r\n \"13.73.244.0/25\",\r\n \"13.73.244.128/26\",\r\n \"13.73.244.192/29\",\r\n \"13.73.244.208/28\",\r\n \"13.73.244.224/27\",\r\n \"13.73.245.0/24\",\r\n \"13.73.246.0/23\",\r\n \"13.73.248.0/21\",\r\n \"13.84.0.0/15\",\r\n \"20.38.104.0/23\",\r\n \"20.45.0.0/18\",\r\n \"20.45.120.0/21\",\r\n \"20.47.0.0/24\",\r\n \"20.49.88.0/21\",\r\n \"20.60.48.0/22\",\r\n \"20.60.64.0/22\",\r\n \"20.60.140.0/23\",\r\n \"20.60.148.0/23\",\r\n \"20.60.160.0/23\",\r\n \"20.64.0.0/17\",\r\n \"20.65.128.0/22\",\r\n \"20.65.132.0/26\",\r\n \"20.65.132.64/27\",\r\n \"20.65.132.112/28\",\r\n \"20.65.132.128/25\",\r\n \"20.65.133.0/26\",\r\n \"20.65.133.64/27\",\r\n \"20.65.133.96/28\",\r\n \"20.65.133.112/29\",\r\n \"20.65.133.128/25\",\r\n \"20.65.134.48/28\",\r\n \"20.65.134.64/26\",\r\n \"20.65.134.128/25\",\r\n \"20.65.135.0/24\",\r\n \"20.65.136.0/21\",\r\n \"20.65.144.0/20\",\r\n \"20.65.160.0/19\",\r\n \"20.65.192.0/18\",\r\n \"20.88.192.0/18\",\r\n \"20.94.128.0/18\",\r\n \"20.95.5.0/24\",\r\n \"20.95.26.0/24\",\r\n \"20.95.51.0/24\",\r\n \"20.95.57.0/24\",\r\n \"20.95.61.0/24\",\r\n \"20.97.0.0/17\",\r\n \"20.114.64.0/18\",\r\n \"20.118.64.0/18\",\r\n \"20.136.0.128/25\",\r\n \"20.136.2.0/24\",\r\n \"20.150.20.128/25\",\r\n \"20.150.38.0/23\",\r\n \"20.150.70.0/24\",\r\n \"20.150.79.0/24\",\r\n \"20.150.93.0/24\",\r\n \"20.150.94.0/24\",\r\n \"20.165.0.0/17\",\r\n \"20.188.64.0/19\",\r\n \"20.189.0.0/18\",\r\n \"20.202.24.0/24\",\r\n \"20.202.35.0/24\",\r\n \"20.202.36.0/23\",\r\n \"20.202.38.0/24\",\r\n \"20.202.85.0/24\",\r\n \"20.202.90.0/24\",\r\n \"20.202.94.0/24\",\r\n \"20.202.98.0/24\",\r\n \"20.202.126.0/24\",\r\n \"20.202.202.0/23\",\r\n \"20.202.204.0/22\",\r\n \"20.202.208.0/24\",\r\n \"20.209.26.0/23\",\r\n \"20.209.34.0/23\",\r\n \"20.209.62.0/23\",\r\n \"20.209.116.0/23\",\r\n \"20.209.194.0/23\",\r\n \"20.209.196.0/23\",\r\n \"20.225.0.0/16\",\r\n \"20.236.128.0/18\",\r\n \"23.98.128.0/17\",\r\n \"23.100.120.0/21\",\r\n \"23.101.176.0/20\",\r\n \"23.102.128.0/18\",\r\n \"40.64.144.0/27\",\r\n \"40.64.169.128/25\",\r\n \"40.74.160.0/19\",\r\n \"40.74.192.0/21\",\r\n \"40.74.200.0/23\",\r\n \"40.74.202.0/24\",\r\n \"40.74.203.0/28\",\r\n \"40.74.203.16/30\",\r\n \"40.74.203.20/31\",\r\n \"40.74.203.23/32\",\r\n \"40.74.203.24/29\",\r\n \"40.74.203.32/27\",\r\n \"40.74.203.64/26\",\r\n \"40.74.203.128/25\",\r\n \"40.74.204.0/29\",\r\n \"40.74.204.8/32\",\r\n \"40.74.204.10/31\",\r\n \"40.74.204.12/30\",\r\n \"40.74.204.16/28\",\r\n \"40.74.204.32/27\",\r\n \"40.74.204.64/26\",\r\n \"40.74.204.128/25\",\r\n \"40.74.205.0/24\",\r\n \"40.74.206.0/23\",\r\n \"40.74.208.0/21\",\r\n \"40.74.216.0/23\",\r\n \"40.74.218.0/24\",\r\n \"40.74.219.0/27\",\r\n \"40.74.219.32/28\",\r\n \"40.74.219.48/32\",\r\n \"40.74.219.50/31\",\r\n \"40.74.219.52/31\",\r\n \"40.74.219.54/32\",\r\n \"40.74.219.56/29\",\r\n \"40.74.219.64/26\",\r\n \"40.74.219.128/25\",\r\n \"40.74.220.0/22\",\r\n \"40.74.224.0/19\",\r\n \"40.78.214.0/24\",\r\n \"40.80.192.0/19\",\r\n \"40.84.128.0/17\",\r\n \"40.86.128.0/19\",\r\n \"40.87.176.0/25\",\r\n \"40.87.176.128/27\",\r\n \"40.87.176.160/29\",\r\n \"40.87.176.174/31\",\r\n \"40.87.176.184/30\",\r\n \"40.87.176.192/28\",\r\n \"40.87.176.216/29\",\r\n \"40.87.176.224/29\",\r\n \"40.87.176.232/31\",\r\n \"40.87.176.240/28\",\r\n \"40.87.177.16/28\",\r\n \"40.87.177.32/27\",\r\n \"40.87.177.64/27\",\r\n \"40.87.177.96/28\",\r\n \"40.87.177.112/29\",\r\n \"40.87.177.120/31\",\r\n \"40.87.177.124/30\",\r\n \"40.87.177.128/28\",\r\n \"40.87.177.144/29\",\r\n \"40.87.177.152/31\",\r\n \"40.87.177.156/30\",\r\n \"40.87.177.160/27\",\r\n \"40.87.177.192/29\",\r\n \"40.87.177.200/30\",\r\n \"40.87.177.212/30\",\r\n \"40.87.177.216/29\",\r\n \"40.87.177.224/27\",\r\n \"40.87.178.0/24\",\r\n \"40.87.179.0/25\",\r\n \"40.87.179.128/26\",\r\n \"40.87.179.192/31\",\r\n \"40.87.179.202/31\",\r\n \"40.87.179.204/30\",\r\n \"40.87.179.208/28\",\r\n \"40.87.179.224/27\",\r\n \"40.91.16.0/22\",\r\n \"40.119.0.0/18\",\r\n \"40.123.164.0/25\",\r\n \"40.123.164.128/29\",\r\n \"40.123.164.136/31\",\r\n \"40.123.164.150/31\",\r\n \"40.123.164.152/29\",\r\n \"40.123.164.160/27\",\r\n \"40.123.164.192/26\",\r\n \"40.123.165.4/30\",\r\n \"40.123.165.8/29\",\r\n \"40.123.165.16/29\",\r\n \"40.123.165.24/30\",\r\n \"40.123.165.30/31\",\r\n \"40.123.165.32/28\",\r\n \"40.123.165.48/29\",\r\n \"40.123.165.56/30\",\r\n \"40.123.165.60/31\",\r\n \"40.123.165.68/30\",\r\n \"40.123.165.72/30\",\r\n \"40.123.165.78/31\",\r\n \"40.123.165.80/28\",\r\n \"40.123.165.96/27\",\r\n \"40.123.165.128/28\",\r\n \"40.123.165.144/29\",\r\n \"40.123.165.154/31\",\r\n \"40.123.165.156/30\",\r\n \"40.123.165.160/27\",\r\n \"40.123.165.192/26\",\r\n \"40.123.166.0/25\",\r\n \"40.123.166.128/29\",\r\n \"40.123.166.136/30\",\r\n \"40.124.0.0/16\",\r\n \"52.120.0.0/19\",\r\n \"52.120.152.0/22\",\r\n \"52.121.0.0/21\",\r\n \"52.141.64.0/18\",\r\n \"52.152.0.0/17\",\r\n \"52.153.64.0/18\",\r\n \"52.153.192.0/18\",\r\n \"52.171.0.0/16\",\r\n \"52.183.192.0/18\",\r\n \"52.185.192.0/18\",\r\n \"52.189.128.0/18\",\r\n \"52.232.159.0/24\",\r\n \"52.239.158.0/23\",\r\n \"52.239.178.0/23\",\r\n \"52.239.180.0/22\",\r\n \"52.239.199.0/24\",\r\n \"52.239.200.0/23\",\r\n \"52.239.203.0/24\",\r\n \"52.239.208.0/23\",\r\n \"52.245.24.0/22\",\r\n \"52.248.0.0/17\",\r\n \"52.249.0.0/18\",\r\n \"52.253.0.0/18\",\r\n \"52.253.179.0/24\",\r\n \"52.253.180.0/24\",\r\n \"52.255.64.0/18\",\r\n \"57.150.10.80/28\",\r\n \"57.150.10.96/27\",\r\n \"57.150.10.128/25\",\r\n \"57.150.11.0/26\",\r\n \"57.150.11.64/27\",\r\n \"57.150.11.96/28\",\r\n \"57.150.18.240/28\",\r\n \"57.150.19.0/26\",\r\n \"57.150.19.64/28\",\r\n \"65.52.32.0/21\",\r\n \"70.37.48.0/20\",\r\n \"70.37.64.0/18\",\r\n \"70.37.160.0/21\",\r\n \"104.44.128.0/18\",\r\n \"104.47.208.0/23\",\r\n \"104.210.128.0/19\",\r\n \"104.210.176.0/20\",\r\n \"104.210.192.0/19\",\r\n \"104.214.0.0/17\",\r\n \"104.215.64.0/18\",\r\n \"151.206.50.96/27\",\r\n \"151.206.89.0/24\",\r\n \"151.206.90.0/24\",\r\n \"151.206.91.0/25\",\r\n \"157.55.51.224/28\",\r\n \"157.55.80.0/21\",\r\n \"157.55.103.32/27\",\r\n \"157.55.153.224/28\",\r\n \"157.55.176.0/20\",\r\n \"157.55.192.0/21\",\r\n \"157.55.200.0/22\",\r\n \"157.55.204.1/32\",\r\n \"157.55.204.2/31\",\r\n \"157.55.204.33/32\",\r\n \"157.55.204.34/31\",\r\n \"168.62.128.0/19\",\r\n \"172.202.128.0/17\",\r\n \"172.206.128.0/18\",\r\n \"172.215.128.0/18\",\r\n \"191.238.144.0/20\",\r\n \"191.238.160.0/19\",\r\n \"191.238.224.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Central US IPv6\",\r\n \"communityValue\": \"12076:51008\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:800::/48\",\r\n \"2603:1030:802::/47\",\r\n \"2603:1030:804::/58\",\r\n \"2603:1030:804:40::/60\",\r\n \"2603:1030:804:53::/64\",\r\n \"2603:1030:804:54::/64\",\r\n \"2603:1030:804:5b::/64\",\r\n \"2603:1030:804:5c::/62\",\r\n \"2603:1030:804:60::/62\",\r\n \"2603:1030:804:67::/64\",\r\n \"2603:1030:804:68::/61\",\r\n \"2603:1030:804:70::/60\",\r\n \"2603:1030:804:80::/59\",\r\n \"2603:1030:804:a0::/62\",\r\n \"2603:1030:804:a4::/64\",\r\n \"2603:1030:804:a6::/63\",\r\n \"2603:1030:804:a8::/61\",\r\n \"2603:1030:804:b0::/62\",\r\n \"2603:1030:804:b4::/64\",\r\n \"2603:1030:804:b6::/63\",\r\n \"2603:1030:804:b8::/61\",\r\n \"2603:1030:804:c0::/61\",\r\n \"2603:1030:804:c8::/62\",\r\n \"2603:1030:804:cc::/63\",\r\n \"2603:1030:804:d2::/63\",\r\n \"2603:1030:804:d4::/62\",\r\n \"2603:1030:804:d8::/61\",\r\n \"2603:1030:804:e0::/59\",\r\n \"2603:1030:804:100::/57\",\r\n \"2603:1030:804:180::/58\",\r\n \"2603:1030:804:1c0::/61\",\r\n \"2603:1030:804:1c8::/64\",\r\n \"2603:1030:804:1cd::/64\",\r\n \"2603:1030:804:1ce::/63\",\r\n \"2603:1030:804:1d0::/60\",\r\n \"2603:1030:804:1e0::/59\",\r\n \"2603:1030:804:200::/59\",\r\n \"2603:1030:804:220::/61\",\r\n \"2603:1030:804:228::/62\",\r\n \"2603:1030:804:22c::/64\",\r\n \"2603:1030:804:233::/64\",\r\n \"2603:1030:804:234::/62\",\r\n \"2603:1030:804:238::/61\",\r\n \"2603:1030:804:240::/59\",\r\n \"2603:1030:804:260::/61\",\r\n \"2603:1030:804:26a::/63\",\r\n \"2603:1030:804:26c::/62\",\r\n \"2603:1030:804:270::/62\",\r\n \"2603:1030:804:274::/63\",\r\n \"2603:1030:804:277::/64\",\r\n \"2603:1030:804:278::/61\",\r\n \"2603:1030:804:280::/62\",\r\n \"2603:1030:804:284::/63\",\r\n \"2603:1030:804:286::/64\",\r\n \"2603:1030:804:28a::/63\",\r\n \"2603:1030:804:28c::/63\",\r\n \"2603:1030:804:28e::/64\",\r\n \"2603:1030:804:290::/60\",\r\n \"2603:1030:804:2a0::/60\",\r\n \"2603:1030:804:2b0::/62\",\r\n \"2603:1030:804:2b5::/64\",\r\n \"2603:1030:804:2b6::/63\",\r\n \"2603:1030:804:2b8::/61\",\r\n \"2603:1030:804:2c0::/58\",\r\n \"2603:1030:804:300::/59\",\r\n \"2603:1030:804:320::/61\",\r\n \"2603:1030:804:328::/62\",\r\n \"2603:1030:804:32c::/63\",\r\n \"2603:1030:805::/48\",\r\n \"2603:1030:807::/48\",\r\n \"2603:1030:809::/48\",\r\n \"2603:1030:80a::/56\",\r\n \"2603:1030:80b::/48\",\r\n \"2603:1061:1312:1c00::/54\",\r\n \"2603:1061:1717::/48\",\r\n \"2603:1061:2000:410::/62\",\r\n \"2603:1061:2002:1200::/57\",\r\n \"2603:1061:2004:200::/57\",\r\n \"2603:1061:2010:13::/64\",\r\n \"2603:1062:2:80::/57\",\r\n \"2603:1062:c:22::/63\",\r\n \"2603:10b0:90e::/60\",\r\n \"2a01:111:f100:4002::/64\",\r\n \"2a01:111:f100:5000::/52\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South India\",\r\n \"communityValue\": \"12076:51019\",\r\n \"communityPrefixes\": [\r\n \"4.247.0.0/17\",\r\n \"13.71.64.0/18\",\r\n \"20.40.0.0/21\",\r\n \"20.41.192.0/18\",\r\n \"20.44.32.0/19\",\r\n \"20.60.10.0/24\",\r\n \"20.60.226.0/23\",\r\n \"20.95.141.0/24\",\r\n \"20.150.24.0/24\",\r\n \"20.192.128.0/19\",\r\n \"20.192.184.0/26\",\r\n \"20.192.184.64/28\",\r\n \"20.192.184.80/29\",\r\n \"20.192.184.96/27\",\r\n \"20.192.184.128/25\",\r\n \"20.192.185.0/24\",\r\n \"20.192.186.0/23\",\r\n \"20.192.188.0/22\",\r\n \"20.202.170.0/24\",\r\n \"20.202.245.0/24\",\r\n \"20.202.246.0/23\",\r\n \"20.202.253.0/24\",\r\n \"20.207.208.0/20\",\r\n \"20.209.182.0/23\",\r\n \"20.219.64.0/18\",\r\n \"20.235.0.0/18\",\r\n \"20.235.128.0/18\",\r\n \"40.64.144.208/29\",\r\n \"40.64.145.32/28\",\r\n \"40.64.170.128/25\",\r\n \"40.78.192.0/23\",\r\n \"40.78.194.0/24\",\r\n \"40.78.195.0/25\",\r\n \"40.78.195.128/27\",\r\n \"40.78.195.192/26\",\r\n \"40.78.196.0/22\",\r\n \"40.79.213.0/24\",\r\n \"40.81.64.0/20\",\r\n \"40.87.216.0/22\",\r\n \"52.121.15.0/24\",\r\n \"52.136.17.0/24\",\r\n \"52.140.0.0/18\",\r\n \"52.172.0.0/18\",\r\n \"52.172.64.0/20\",\r\n \"52.172.80.0/22\",\r\n \"52.172.84.0/24\",\r\n \"52.172.85.16/28\",\r\n \"52.172.85.32/27\",\r\n \"52.172.85.64/26\",\r\n \"52.172.85.128/25\",\r\n \"52.172.86.0/23\",\r\n \"52.172.88.0/21\",\r\n \"52.172.96.0/19\",\r\n \"52.239.135.128/26\",\r\n \"52.239.188.0/24\",\r\n \"52.245.84.0/22\",\r\n \"57.150.17.0/24\",\r\n \"74.224.0.0/16\",\r\n \"74.225.0.0/18\",\r\n \"104.47.214.0/23\",\r\n \"104.211.192.0/18\",\r\n \"151.206.48.32/27\",\r\n \"151.206.71.192/26\",\r\n \"151.206.72.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South India IPv6\",\r\n \"communityValue\": \"12076:51019\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:c00::/46\",\r\n \"2603:1040:c06::/47\",\r\n \"2603:1046:1407::800/117\",\r\n \"2603:1046:1407::1000/116\",\r\n \"2603:1046:1407::2000/115\",\r\n \"2603:1046:1407::4000/114\",\r\n \"2603:1046:1407::8000/113\",\r\n \"2603:1046:1407::1:0/112\",\r\n \"2603:1046:1407::2:0/111\",\r\n \"2603:1046:1407::4:0/110\",\r\n \"2603:1046:1407::8:0/109\",\r\n \"2603:1046:1407::10:0/108\",\r\n \"2603:1046:1407::20:0/107\",\r\n \"2603:1046:1407::40:0/106\",\r\n \"2603:1046:1407::80:0/105\",\r\n \"2603:1046:1407::100:0/104\",\r\n \"2603:1046:1407::200:0/103\",\r\n \"2603:1046:1407::400:0/102\",\r\n \"2603:1046:1407::800:0/101\",\r\n \"2603:1046:1407::1000:0/100\",\r\n \"2603:1046:1407::2000:0/99\",\r\n \"2603:1046:1407::4000:0/98\",\r\n \"2603:1046:1407::8000:0/97\",\r\n \"2603:1046:1407::1:0:0/96\",\r\n \"2603:1046:1407::2:0:0/95\",\r\n \"2603:1046:1407::4:0:0/94\",\r\n \"2603:1046:1407::8:0:0/93\",\r\n \"2603:1046:1407::10:0:0/92\",\r\n \"2603:1046:1407::20:0:0/91\",\r\n \"2603:1046:1407::40:0:0/90\",\r\n \"2603:1046:1407::80:0:0/89\",\r\n \"2603:1046:1407::100:0:0/88\",\r\n \"2603:1046:1407::200:0:0/87\",\r\n \"2603:1046:1407::400:0:0/86\",\r\n \"2603:1046:1407::800:0:0/85\",\r\n \"2603:1046:1407::1000:0:0/84\",\r\n \"2603:1046:1407::2000:0:0/83\",\r\n \"2603:1046:1407::4000:0:0/82\",\r\n \"2603:1046:1407::8000:0:0/81\",\r\n \"2603:1046:1407:0:1::/80\",\r\n \"2603:1046:1407:0:2::/79\",\r\n \"2603:1046:1407:0:4::/78\",\r\n \"2603:1046:1407:0:8::/77\",\r\n \"2603:1046:1407:0:10::/76\",\r\n \"2603:1046:1407:0:20::/75\",\r\n \"2603:1046:1407:0:40::/74\",\r\n \"2603:1046:1407:0:80::/73\",\r\n \"2603:1046:1407:0:100::/72\",\r\n \"2603:1046:1407:0:200::/71\",\r\n \"2603:1046:1407:0:400::/70\",\r\n \"2603:1046:1407:0:800::/69\",\r\n \"2603:1046:1407:0:1000::/68\",\r\n \"2603:1046:1407:0:2000::/67\",\r\n \"2603:1046:1407:0:4000::/66\",\r\n \"2603:1046:1407:0:8000::/65\",\r\n \"2603:1046:1407:1::800/117\",\r\n \"2603:1046:1407:1::1000/116\",\r\n \"2603:1046:1407:1::2000/115\",\r\n \"2603:1046:1407:1::4000/114\",\r\n \"2603:1046:1407:1::8000/113\",\r\n \"2603:1046:1407:1::1:0/112\",\r\n \"2603:1046:1407:1::2:0/111\",\r\n \"2603:1046:1407:1::4:0/110\",\r\n \"2603:1046:1407:1::8:0/109\",\r\n \"2603:1046:1407:1::10:0/108\",\r\n \"2603:1046:1407:1::20:0/107\",\r\n \"2603:1046:1407:1::40:0/106\",\r\n \"2603:1046:1407:1::80:0/105\",\r\n \"2603:1046:1407:1::100:0/104\",\r\n \"2603:1046:1407:1::200:0/103\",\r\n \"2603:1046:1407:1::400:0/102\",\r\n \"2603:1046:1407:1::800:0/101\",\r\n \"2603:1046:1407:1::1000:0/100\",\r\n \"2603:1046:1407:1::2000:0/99\",\r\n \"2603:1046:1407:1::4000:0/98\",\r\n \"2603:1046:1407:1::8000:0/97\",\r\n \"2603:1046:1407:1:0:1::/96\",\r\n \"2603:1046:1407:1:0:2::/95\",\r\n \"2603:1046:1407:1:0:4::/94\",\r\n \"2603:1046:1407:1:0:8::/93\",\r\n \"2603:1046:1407:1:0:10::/92\",\r\n \"2603:1046:1407:1:0:20::/91\",\r\n \"2603:1046:1407:1:0:40::/90\",\r\n \"2603:1046:1407:1:0:80::/89\",\r\n \"2603:1046:1407:1:0:100::/88\",\r\n \"2603:1046:1407:1:0:200::/87\",\r\n \"2603:1046:1407:1:0:400::/86\",\r\n \"2603:1046:1407:1:0:800::/85\",\r\n \"2603:1046:1407:1:0:1000::/84\",\r\n \"2603:1046:1407:1:0:2000::/83\",\r\n \"2603:1046:1407:1:0:4000::/82\",\r\n \"2603:1046:1407:1:0:8000::/81\",\r\n \"2603:1046:1407:1:1::/80\",\r\n \"2603:1046:1407:1:2::/79\",\r\n \"2603:1046:1407:1:4::/78\",\r\n \"2603:1046:1407:1:8::/77\",\r\n \"2603:1046:1407:1:10::/76\",\r\n \"2603:1046:1407:1:20::/75\",\r\n \"2603:1046:1407:1:40::/74\",\r\n \"2603:1046:1407:1:80::/73\",\r\n \"2603:1046:1407:1:100::/72\",\r\n \"2603:1046:1407:1:200::/71\",\r\n \"2603:1046:1407:1:400::/70\",\r\n \"2603:1046:1407:1:800::/69\",\r\n \"2603:1046:1407:1:1000::/68\",\r\n \"2603:1046:1407:1:2000::/67\",\r\n \"2603:1046:1407:1:4000::/66\",\r\n \"2603:1046:1407:1:8000::/65\",\r\n \"2603:1046:1407:2::/63\",\r\n \"2603:1046:1407:4::/62\",\r\n \"2603:1046:1407:8::/61\",\r\n \"2603:1046:1407:10::/60\",\r\n \"2603:1046:1407:20::/59\",\r\n \"2603:1046:1407:40::/58\",\r\n \"2603:1046:1407:80::/57\",\r\n \"2603:1046:1407:100::/56\",\r\n \"2603:1046:1407:200::/55\",\r\n \"2603:1046:1407:400::/54\",\r\n \"2603:1046:1407:800::/53\",\r\n \"2603:1046:1407:1000::/52\",\r\n \"2603:1046:1407:2000::/51\",\r\n \"2603:1046:1407:4000::/50\",\r\n \"2603:1046:1407:8000::/49\",\r\n \"2603:1061:1310:2c00::/54\",\r\n \"2603:1061:1719::/48\",\r\n \"2603:1061:2000:600::/62\",\r\n \"2603:1061:2002:4100::/57\",\r\n \"2603:1061:2004:3800::/57\",\r\n \"2603:1061:2010:15::/64\",\r\n \"2603:1062:c:10::/63\",\r\n \"2603:1063:414::/56\",\r\n \"2603:1090:704::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Southeast Asia\",\r\n \"communityValue\": \"12076:51011\",\r\n \"communityPrefixes\": [\r\n \"4.144.128.0/17\",\r\n \"4.145.0.0/16\",\r\n \"4.146.0.0/16\",\r\n \"4.193.0.0/16\",\r\n \"4.194.0.0/17\",\r\n \"4.194.128.0/18\",\r\n \"4.194.192.0/19\",\r\n \"4.194.224.0/23\",\r\n \"4.194.226.0/25\",\r\n \"4.194.226.128/27\",\r\n \"4.194.226.192/26\",\r\n \"4.194.227.0/24\",\r\n \"4.194.228.0/22\",\r\n \"4.194.232.0/21\",\r\n \"4.194.240.0/20\",\r\n \"13.67.0.0/21\",\r\n \"13.67.8.0/24\",\r\n \"13.67.9.0/25\",\r\n \"13.67.9.128/26\",\r\n \"13.67.9.192/27\",\r\n \"13.67.10.0/23\",\r\n \"13.67.12.0/22\",\r\n \"13.67.16.0/20\",\r\n \"13.67.32.0/19\",\r\n \"13.67.64.0/18\",\r\n \"13.76.0.0/16\",\r\n \"20.6.0.0/17\",\r\n \"20.24.0.0/18\",\r\n \"20.24.128.0/18\",\r\n \"20.43.128.0/18\",\r\n \"20.44.192.0/18\",\r\n \"20.60.136.0/24\",\r\n \"20.60.138.0/23\",\r\n \"20.95.132.0/24\",\r\n \"20.95.137.0/24\",\r\n \"20.136.128.0/24\",\r\n \"20.136.129.0/25\",\r\n \"20.150.17.128/25\",\r\n \"20.150.28.0/24\",\r\n \"20.150.86.0/24\",\r\n \"20.150.127.0/24\",\r\n \"20.184.0.0/18\",\r\n \"20.188.96.0/19\",\r\n \"20.190.64.0/19\",\r\n \"20.191.128.0/19\",\r\n \"20.195.0.0/18\",\r\n \"20.195.64.0/25\",\r\n \"20.195.64.128/26\",\r\n \"20.195.64.224/28\",\r\n \"20.195.65.0/24\",\r\n \"20.195.66.0/23\",\r\n \"20.195.68.0/22\",\r\n \"20.195.80.0/21\",\r\n \"20.195.96.0/19\",\r\n \"20.197.64.0/18\",\r\n \"20.198.128.0/17\",\r\n \"20.202.43.0/24\",\r\n \"20.202.44.0/22\",\r\n \"20.202.48.0/23\",\r\n \"20.202.59.0/24\",\r\n \"20.202.99.0/24\",\r\n \"20.202.107.0/24\",\r\n \"20.202.111.0/24\",\r\n \"20.202.115.0/24\",\r\n \"20.202.131.0/24\",\r\n \"20.202.135.0/24\",\r\n \"20.202.139.0/24\",\r\n \"20.205.144.0/20\",\r\n \"20.205.160.0/19\",\r\n \"20.205.192.0/18\",\r\n \"20.209.20.0/23\",\r\n \"20.209.126.0/23\",\r\n \"20.209.188.0/23\",\r\n \"20.212.0.0/16\",\r\n \"20.247.128.0/17\",\r\n \"23.97.48.0/20\",\r\n \"23.98.64.0/18\",\r\n \"23.100.112.0/21\",\r\n \"23.101.16.0/20\",\r\n \"40.64.144.216/29\",\r\n \"40.64.145.144/28\",\r\n \"40.64.170.0/25\",\r\n \"40.65.128.0/18\",\r\n \"40.78.223.0/24\",\r\n \"40.78.232.0/22\",\r\n \"40.78.236.0/23\",\r\n \"40.78.238.0/24\",\r\n \"40.78.239.0/26\",\r\n \"40.78.239.64/27\",\r\n \"40.78.239.96/29\",\r\n \"40.78.239.112/28\",\r\n \"40.78.239.128/25\",\r\n \"40.82.28.0/22\",\r\n \"40.87.196.0/22\",\r\n \"40.90.160.0/19\",\r\n \"40.119.192.0/18\",\r\n \"40.123.188.0/22\",\r\n \"52.120.144.0/21\",\r\n \"52.120.156.0/24\",\r\n \"52.121.128.0/20\",\r\n \"52.121.144.0/21\",\r\n \"52.136.26.0/24\",\r\n \"52.139.192.0/18\",\r\n \"52.143.196.0/24\",\r\n \"52.143.210.0/24\",\r\n \"52.148.64.0/18\",\r\n \"52.163.0.0/16\",\r\n \"52.187.0.0/17\",\r\n \"52.187.128.0/18\",\r\n \"52.230.0.0/17\",\r\n \"52.237.64.0/18\",\r\n \"52.239.129.0/24\",\r\n \"52.239.197.0/24\",\r\n \"52.239.227.0/24\",\r\n \"52.239.249.0/24\",\r\n \"52.245.80.0/22\",\r\n \"52.253.80.0/20\",\r\n \"104.43.0.0/17\",\r\n \"104.44.89.39/32\",\r\n \"104.44.89.42/32\",\r\n \"104.44.90.128/27\",\r\n \"104.215.128.0/17\",\r\n \"111.221.80.0/20\",\r\n \"111.221.96.0/20\",\r\n \"137.116.128.0/19\",\r\n \"138.91.32.0/20\",\r\n \"151.206.48.160/27\",\r\n \"151.206.66.128/25\",\r\n \"151.206.67.0/24\",\r\n \"168.63.90.0/24\",\r\n \"168.63.91.0/26\",\r\n \"168.63.160.0/19\",\r\n \"168.63.224.0/19\",\r\n \"172.188.0.0/17\",\r\n \"191.238.64.0/23\",\r\n \"207.46.50.128/28\",\r\n \"207.46.59.64/27\",\r\n \"207.46.63.64/27\",\r\n \"207.46.63.128/25\",\r\n \"207.46.224.0/20\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:51011\",\r\n \"communityPrefixes\": [\r\n \"2602:fd5e:2::/57\",\r\n \"2603:1040::/47\",\r\n \"2603:1040:2::/48\",\r\n \"2603:1040:5::/48\",\r\n \"2603:1040:6::/48\",\r\n \"2603:1040:7::/56\",\r\n \"2603:1046:1406::800/117\",\r\n \"2603:1046:1406::1000/116\",\r\n \"2603:1046:1406::2000/115\",\r\n \"2603:1046:1406::4000/114\",\r\n \"2603:1046:1406::8000/113\",\r\n \"2603:1046:1406::1:0/112\",\r\n \"2603:1046:1406::2:0/111\",\r\n \"2603:1046:1406::4:0/110\",\r\n \"2603:1046:1406::8:0/109\",\r\n \"2603:1046:1406::10:0/108\",\r\n \"2603:1046:1406::20:0/107\",\r\n \"2603:1046:1406::40:0/106\",\r\n \"2603:1046:1406::80:0/105\",\r\n \"2603:1046:1406::100:0/104\",\r\n \"2603:1046:1406::200:0/103\",\r\n \"2603:1046:1406::400:0/102\",\r\n \"2603:1046:1406::800:0/101\",\r\n \"2603:1046:1406::1000:0/100\",\r\n \"2603:1046:1406::2000:0/99\",\r\n \"2603:1046:1406::4000:0/98\",\r\n \"2603:1046:1406::8000:0/97\",\r\n \"2603:1046:1406::1:0:0/96\",\r\n \"2603:1046:1406::2:0:0/95\",\r\n \"2603:1046:1406::4:0:0/94\",\r\n \"2603:1046:1406::8:0:0/93\",\r\n \"2603:1046:1406::10:0:0/92\",\r\n \"2603:1046:1406::20:0:0/91\",\r\n \"2603:1046:1406::40:0:0/90\",\r\n \"2603:1046:1406::80:0:0/89\",\r\n \"2603:1046:1406::100:0:0/88\",\r\n \"2603:1046:1406::200:0:0/87\",\r\n \"2603:1046:1406::400:0:0/86\",\r\n \"2603:1046:1406::800:0:0/85\",\r\n \"2603:1046:1406::1000:0:0/84\",\r\n \"2603:1046:1406::2000:0:0/83\",\r\n \"2603:1046:1406::4000:0:0/82\",\r\n \"2603:1046:1406::8000:0:0/81\",\r\n \"2603:1046:1406:0:1::/80\",\r\n \"2603:1046:1406:0:2::/79\",\r\n \"2603:1046:1406:0:4::/78\",\r\n \"2603:1046:1406:0:8::/77\",\r\n \"2603:1046:1406:0:10::/76\",\r\n \"2603:1046:1406:0:20::/75\",\r\n \"2603:1046:1406:0:40::/74\",\r\n \"2603:1046:1406:0:80::/73\",\r\n \"2603:1046:1406:0:100::/72\",\r\n \"2603:1046:1406:0:200::/71\",\r\n \"2603:1046:1406:0:400::/70\",\r\n \"2603:1046:1406:0:800::/69\",\r\n \"2603:1046:1406:0:1000::/68\",\r\n \"2603:1046:1406:0:2000::/67\",\r\n \"2603:1046:1406:0:4000::/66\",\r\n \"2603:1046:1406:0:8000::/65\",\r\n \"2603:1046:1406:1::800/117\",\r\n \"2603:1046:1406:1::1000/116\",\r\n \"2603:1046:1406:1::2000/115\",\r\n \"2603:1046:1406:1::4000/114\",\r\n \"2603:1046:1406:1::8000/113\",\r\n \"2603:1046:1406:1::1:0/112\",\r\n \"2603:1046:1406:1::2:0/111\",\r\n \"2603:1046:1406:1::4:0/110\",\r\n \"2603:1046:1406:1::8:0/109\",\r\n \"2603:1046:1406:1::10:0/108\",\r\n \"2603:1046:1406:1::20:0/107\",\r\n \"2603:1046:1406:1::40:0/106\",\r\n \"2603:1046:1406:1::80:0/105\",\r\n \"2603:1046:1406:1::100:0/104\",\r\n \"2603:1046:1406:1::200:0/103\",\r\n \"2603:1046:1406:1::400:0/102\",\r\n \"2603:1046:1406:1::800:0/101\",\r\n \"2603:1046:1406:1::1000:0/100\",\r\n \"2603:1046:1406:1::2000:0/99\",\r\n \"2603:1046:1406:1::4000:0/98\",\r\n \"2603:1046:1406:1::8000:0/97\",\r\n \"2603:1046:1406:1:0:1::/96\",\r\n \"2603:1046:1406:1:0:2::/95\",\r\n \"2603:1046:1406:1:0:4::/94\",\r\n \"2603:1046:1406:1:0:8::/93\",\r\n \"2603:1046:1406:1:0:10::/92\",\r\n \"2603:1046:1406:1:0:20::/91\",\r\n \"2603:1046:1406:1:0:40::/90\",\r\n \"2603:1046:1406:1:0:80::/89\",\r\n \"2603:1046:1406:1:0:100::/88\",\r\n \"2603:1046:1406:1:0:200::/87\",\r\n \"2603:1046:1406:1:0:400::/86\",\r\n \"2603:1046:1406:1:0:800::/85\",\r\n \"2603:1046:1406:1:0:1000::/84\",\r\n \"2603:1046:1406:1:0:2000::/83\",\r\n \"2603:1046:1406:1:0:4000::/82\",\r\n \"2603:1046:1406:1:0:8000::/81\",\r\n \"2603:1046:1406:1:1::/80\",\r\n \"2603:1046:1406:1:2::/79\",\r\n \"2603:1046:1406:1:4::/78\",\r\n \"2603:1046:1406:1:8::/77\",\r\n \"2603:1046:1406:1:10::/76\",\r\n \"2603:1046:1406:1:20::/75\",\r\n \"2603:1046:1406:1:40::/74\",\r\n \"2603:1046:1406:1:80::/73\",\r\n \"2603:1046:1406:1:100::/72\",\r\n \"2603:1046:1406:1:200::/71\",\r\n \"2603:1046:1406:1:400::/70\",\r\n \"2603:1046:1406:1:800::/69\",\r\n \"2603:1046:1406:1:1000::/68\",\r\n \"2603:1046:1406:1:2000::/67\",\r\n \"2603:1046:1406:1:4000::/66\",\r\n \"2603:1046:1406:1:8000::/65\",\r\n \"2603:1046:1406:2::/63\",\r\n \"2603:1046:1406:4::/62\",\r\n \"2603:1046:1406:8::/61\",\r\n \"2603:1046:1406:10::/60\",\r\n \"2603:1046:1406:20::/59\",\r\n \"2603:1046:1406:40::/58\",\r\n \"2603:1046:1406:80::/57\",\r\n \"2603:1046:1406:100::/56\",\r\n \"2603:1046:1406:200::/55\",\r\n \"2603:1046:1406:400::/54\",\r\n \"2603:1046:1406:800::/53\",\r\n \"2603:1046:1406:1000::/52\",\r\n \"2603:1046:1406:2000::/51\",\r\n \"2603:1046:1406:4000::/50\",\r\n \"2603:1046:1406:8000::/49\",\r\n \"2603:1061:1310:3000::/54\",\r\n \"2603:1061:1718::/48\",\r\n \"2603:1061:2000:440::/62\",\r\n \"2603:1061:2000:7c8::/62\",\r\n \"2603:1061:2002:8000::/57\",\r\n \"2603:1061:2002:8800::/57\",\r\n \"2603:1061:2004:800::/57\",\r\n \"2603:1061:2004:6100::/57\",\r\n \"2603:1061:2010:14::/64\",\r\n \"2603:1062:c:4::/63\",\r\n \"2603:1063:416::/56\",\r\n \"2603:1090:108::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden Central\",\r\n \"communityValue\": \"12076:51047\",\r\n \"communityPrefixes\": [\r\n \"4.165.0.0/16\",\r\n \"4.166.0.0/16\",\r\n \"4.223.0.0/16\",\r\n \"4.225.0.0/16\",\r\n \"20.60.78.0/23\",\r\n \"20.60.234.0/23\",\r\n \"20.60.252.0/23\",\r\n \"20.91.128.0/20\",\r\n \"20.91.144.0/22\",\r\n \"20.91.148.0/24\",\r\n \"20.91.149.0/27\",\r\n \"20.91.149.48/28\",\r\n \"20.91.149.64/26\",\r\n \"20.91.149.128/25\",\r\n \"20.91.150.0/23\",\r\n \"20.91.152.0/21\",\r\n \"20.91.160.0/19\",\r\n \"20.91.192.0/18\",\r\n \"20.95.87.0/24\",\r\n \"20.150.44.0/24\",\r\n \"20.150.120.0/24\",\r\n \"20.202.68.0/24\",\r\n \"20.202.211.0/24\",\r\n \"20.202.212.0/22\",\r\n \"20.202.216.0/21\",\r\n \"20.202.224.0/23\",\r\n \"20.209.216.0/23\",\r\n \"20.240.0.0/18\",\r\n \"20.240.64.0/19\",\r\n \"20.240.128.0/17\",\r\n \"40.64.183.0/25\",\r\n \"40.119.112.0/22\",\r\n \"40.126.203.0/24\",\r\n \"51.12.24.0/21\",\r\n \"51.12.32.0/19\",\r\n \"51.12.64.0/19\",\r\n \"51.12.96.0/22\",\r\n \"51.12.100.0/24\",\r\n \"51.12.101.0/25\",\r\n \"51.12.101.128/27\",\r\n \"51.12.101.168/29\",\r\n \"51.12.101.176/28\",\r\n \"51.12.101.192/26\",\r\n \"51.12.102.0/23\",\r\n \"51.12.104.32/27\",\r\n \"51.12.128.0/21\",\r\n \"51.12.144.0/20\",\r\n \"51.12.208.0/20\",\r\n \"51.12.224.0/19\",\r\n \"51.107.176.0/20\",\r\n \"52.121.192.0/20\",\r\n \"52.253.187.0/24\",\r\n \"52.253.188.0/23\",\r\n \"74.241.128.0/17\",\r\n \"172.160.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden Central IPv6\",\r\n \"communityValue\": \"12076:51047\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1000::/47\",\r\n \"2603:1020:1004::/47\",\r\n \"2603:1061:1311:3800::/54\",\r\n \"2603:1061:172e::/48\",\r\n \"2603:1061:2000:7a0::/62\",\r\n \"2603:1061:2002:7800::/57\",\r\n \"2603:1061:2004:8000::/57\",\r\n \"2603:1061:2010:2e::/64\",\r\n \"2603:1063:417::/56\",\r\n \"2603:10a0:1401::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden South\",\r\n \"communityValue\": \"12076:51048\",\r\n \"communityPrefixes\": [\r\n \"20.60.76.0/23\",\r\n \"20.60.192.0/23\",\r\n \"20.91.0.0/18\",\r\n \"20.91.64.0/19\",\r\n \"20.91.96.0/26\",\r\n \"20.91.96.80/28\",\r\n \"20.91.96.96/27\",\r\n \"20.91.96.128/25\",\r\n \"20.91.97.0/24\",\r\n \"20.91.98.0/23\",\r\n \"20.91.100.0/22\",\r\n \"20.91.104.0/21\",\r\n \"20.91.112.0/20\",\r\n \"20.150.45.0/24\",\r\n \"20.150.99.0/24\",\r\n \"40.64.182.128/25\",\r\n \"40.119.116.0/22\",\r\n \"40.126.204.0/24\",\r\n \"51.12.0.0/20\",\r\n \"51.12.16.0/21\",\r\n \"51.12.104.0/27\",\r\n \"51.12.112.0/20\",\r\n \"51.12.136.0/21\",\r\n \"51.12.160.0/19\",\r\n \"51.12.192.0/21\",\r\n \"51.12.200.0/22\",\r\n \"51.12.204.0/25\",\r\n \"51.12.204.128/26\",\r\n \"51.12.204.192/27\",\r\n \"51.12.204.224/29\",\r\n \"51.12.204.240/28\",\r\n \"51.12.205.0/24\",\r\n \"51.12.206.0/23\",\r\n \"52.253.190.0/24\",\r\n \"74.241.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden South IPv6\",\r\n \"communityValue\": \"12076:51048\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1100::/47\",\r\n \"2603:1020:1104::/46\",\r\n \"2603:1061:1311:3c00::/54\",\r\n \"2603:1061:172d::/48\",\r\n \"2603:1061:2010:2d::/64\",\r\n \"2603:1063:418::/56\",\r\n \"2603:10a0:1501::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland North\",\r\n \"communityValue\": \"12076:51038\",\r\n \"communityPrefixes\": [\r\n \"4.163.0.0/16\",\r\n \"4.164.0.0/16\",\r\n \"4.226.0.0/17\",\r\n \"20.60.174.0/23\",\r\n \"20.95.96.0/24\",\r\n \"20.95.106.0/24\",\r\n \"20.150.59.0/24\",\r\n \"20.150.118.0/24\",\r\n \"20.199.128.0/18\",\r\n \"20.203.128.0/17\",\r\n \"20.208.0.0/17\",\r\n \"20.208.128.0/20\",\r\n \"20.208.144.0/22\",\r\n \"20.208.148.0/23\",\r\n \"20.208.150.0/28\",\r\n \"20.208.150.32/27\",\r\n \"20.208.150.64/26\",\r\n \"20.208.150.128/25\",\r\n \"20.208.151.0/24\",\r\n \"20.208.152.0/21\",\r\n \"20.208.160.0/19\",\r\n \"20.209.28.0/23\",\r\n \"20.209.174.0/23\",\r\n \"20.250.0.0/16\",\r\n \"40.64.147.32/28\",\r\n \"40.64.180.0/25\",\r\n \"40.119.80.0/22\",\r\n \"40.126.194.0/24\",\r\n \"51.103.128.0/18\",\r\n \"51.103.192.32/27\",\r\n \"51.103.200.0/21\",\r\n \"51.103.208.0/20\",\r\n \"51.103.224.0/19\",\r\n \"51.107.0.0/18\",\r\n \"51.107.64.0/19\",\r\n \"51.107.128.0/27\",\r\n \"51.107.128.32/29\",\r\n \"51.107.128.48/28\",\r\n \"51.107.128.64/26\",\r\n \"51.107.128.128/25\",\r\n \"51.107.129.0/26\",\r\n \"51.107.129.96/27\",\r\n \"51.107.129.128/25\",\r\n \"51.107.130.0/23\",\r\n \"51.107.132.0/22\",\r\n \"51.107.200.0/21\",\r\n \"51.107.240.0/21\",\r\n \"52.121.183.0/24\",\r\n \"52.239.251.0/24\",\r\n \"52.253.165.0/24\",\r\n \"52.253.175.0/24\",\r\n \"52.253.176.0/24\",\r\n \"74.242.128.0/17\",\r\n \"151.206.49.176/28\",\r\n \"151.206.85.128/25\",\r\n \"151.206.86.0/24\",\r\n \"172.161.0.0/16\",\r\n \"172.162.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland North IPv6\",\r\n \"communityValue\": \"12076:51038\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:a00::/47\",\r\n \"2603:1020:a04::/47\",\r\n \"2603:1061:1311:4000::/54\",\r\n \"2603:1061:1728::/48\",\r\n \"2603:1061:2000:700::/62\",\r\n \"2603:1061:2002:5800::/57\",\r\n \"2603:1061:2004:5000::/57\",\r\n \"2603:1061:2010:28::/64\",\r\n \"2603:1062:c:1e::/63\",\r\n \"2603:1063:419::/56\",\r\n \"2603:10a0:c00::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland West\",\r\n \"communityValue\": \"12076:51039\",\r\n \"communityPrefixes\": [\r\n \"4.226.128.0/17\",\r\n \"20.60.176.0/23\",\r\n \"20.95.97.0/24\",\r\n \"20.150.55.0/24\",\r\n \"20.150.116.0/24\",\r\n \"20.199.192.0/21\",\r\n \"20.199.200.0/22\",\r\n \"20.199.204.0/25\",\r\n \"20.199.204.128/27\",\r\n \"20.199.204.176/28\",\r\n \"20.199.204.192/26\",\r\n \"20.199.205.0/24\",\r\n \"20.199.206.0/23\",\r\n \"20.199.208.0/20\",\r\n \"20.199.224.0/19\",\r\n \"20.208.192.0/18\",\r\n \"40.64.179.0/25\",\r\n \"40.119.84.0/22\",\r\n \"40.126.195.0/24\",\r\n \"51.103.192.0/27\",\r\n \"51.107.96.0/19\",\r\n \"51.107.136.0/21\",\r\n \"51.107.144.0/20\",\r\n \"51.107.160.0/20\",\r\n \"51.107.192.0/25\",\r\n \"51.107.192.128/29\",\r\n \"51.107.192.144/28\",\r\n \"51.107.192.160/27\",\r\n \"51.107.192.192/26\",\r\n \"51.107.193.0/24\",\r\n \"51.107.194.0/23\",\r\n \"51.107.196.0/22\",\r\n \"51.107.224.0/20\",\r\n \"51.107.248.0/21\",\r\n \"52.239.250.0/24\",\r\n \"52.253.166.0/24\",\r\n \"57.150.22.0/24\",\r\n \"74.242.0.0/18\",\r\n \"74.242.64.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland West IPv6\",\r\n \"communityValue\": \"12076:51039\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:b00::/47\",\r\n \"2603:1020:b04::/47\",\r\n \"2603:1061:1311:4400::/54\",\r\n \"2603:1061:1727::/48\",\r\n \"2603:1061:2000:708::/62\",\r\n \"2603:1061:2002:5900::/57\",\r\n \"2603:1061:2004:5100::/57\",\r\n \"2603:1061:2010:26::/64\",\r\n \"2603:1063:41a::/56\",\r\n \"2603:10a0:e01::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE Central\",\r\n \"communityValue\": \"12076:51037\",\r\n \"communityPrefixes\": [\r\n \"20.37.64.0/21\",\r\n \"20.37.72.0/23\",\r\n \"20.37.74.0/24\",\r\n \"20.37.75.0/26\",\r\n \"20.37.75.64/27\",\r\n \"20.37.75.128/25\",\r\n \"20.37.76.0/22\",\r\n \"20.37.80.0/20\",\r\n \"20.45.64.0/19\",\r\n \"20.46.200.0/21\",\r\n \"20.46.208.0/20\",\r\n \"20.60.108.0/24\",\r\n \"20.150.6.0/23\",\r\n \"20.150.115.0/24\",\r\n \"20.201.161.0/24\",\r\n \"20.203.88.0/21\",\r\n \"20.209.200.0/23\",\r\n \"20.209.219.0/24\",\r\n \"20.216.64.0/18\",\r\n \"40.64.146.144/28\",\r\n \"40.64.178.0/25\",\r\n \"40.119.76.0/22\",\r\n \"40.120.0.0/21\",\r\n \"40.120.8.0/25\",\r\n \"40.120.8.128/27\",\r\n \"40.120.8.168/29\",\r\n \"40.120.8.176/28\",\r\n \"40.120.8.192/26\",\r\n \"40.120.9.0/24\",\r\n \"40.120.10.0/23\",\r\n \"40.120.12.0/22\",\r\n \"40.125.0.0/19\",\r\n \"40.126.193.0/24\",\r\n \"40.126.208.0/20\",\r\n \"52.143.221.0/24\",\r\n \"52.239.233.0/25\",\r\n \"74.243.0.0/17\",\r\n \"74.243.128.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE Central IPv6\",\r\n \"communityValue\": \"12076:51037\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:b00::/47\",\r\n \"2603:1040:b04::/47\",\r\n \"2603:1061:1310:3c00::/54\",\r\n \"2603:1061:1726::/48\",\r\n \"2603:1061:2000:7e8::/62\",\r\n \"2603:1061:2002:7100::/57\",\r\n \"2603:1061:2004:6900::/57\",\r\n \"2603:1061:2010:24::/64\",\r\n \"2603:1063:41b::/56\",\r\n \"2603:1090:b04::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE North\",\r\n \"communityValue\": \"12076:51036\",\r\n \"communityPrefixes\": [\r\n \"4.161.0.0/16\",\r\n \"4.162.0.0/16\",\r\n \"20.38.124.0/23\",\r\n \"20.38.136.0/21\",\r\n \"20.38.152.0/21\",\r\n \"20.46.32.0/19\",\r\n \"20.46.144.0/20\",\r\n \"20.46.192.0/21\",\r\n \"20.60.21.0/24\",\r\n \"20.60.212.0/23\",\r\n \"20.74.128.0/17\",\r\n \"20.95.130.0/24\",\r\n \"20.174.0.0/16\",\r\n \"20.196.0.0/18\",\r\n \"20.202.72.0/24\",\r\n \"20.202.102.0/23\",\r\n \"20.203.0.0/18\",\r\n \"20.203.64.0/20\",\r\n \"20.203.80.0/21\",\r\n \"20.203.96.0/19\",\r\n \"20.209.50.0/23\",\r\n \"20.209.238.0/23\",\r\n \"20.216.0.0/18\",\r\n \"20.233.0.0/16\",\r\n \"40.64.145.112/28\",\r\n \"40.64.177.0/25\",\r\n \"40.119.72.0/22\",\r\n \"40.119.160.0/19\",\r\n \"40.120.64.0/26\",\r\n \"40.120.64.64/27\",\r\n \"40.120.64.96/29\",\r\n \"40.120.64.112/28\",\r\n \"40.120.64.128/26\",\r\n \"40.120.64.192/27\",\r\n \"40.120.65.0/24\",\r\n \"40.120.66.0/23\",\r\n \"40.120.68.0/22\",\r\n \"40.120.72.0/21\",\r\n \"40.120.80.0/20\",\r\n \"40.120.96.0/19\",\r\n \"40.123.192.0/19\",\r\n \"40.123.224.0/20\",\r\n \"40.126.192.0/24\",\r\n \"52.121.100.0/22\",\r\n \"52.121.104.0/23\",\r\n \"52.143.202.0/24\",\r\n \"52.143.222.0/23\",\r\n \"52.239.233.128/25\",\r\n \"65.52.248.0/23\",\r\n \"65.52.250.0/24\",\r\n \"65.52.251.0/26\",\r\n \"65.52.251.64/27\",\r\n \"65.52.251.128/25\",\r\n \"65.52.252.0/25\",\r\n \"65.52.252.160/27\",\r\n \"65.52.252.192/26\",\r\n \"65.52.253.0/24\",\r\n \"65.52.254.0/23\",\r\n \"151.206.48.240/28\",\r\n \"151.206.70.0/25\",\r\n \"172.163.0.0/16\",\r\n \"172.164.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE North IPv6\",\r\n \"communityValue\": \"12076:51036\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:900::/47\",\r\n \"2603:1040:904::/47\",\r\n \"2603:1061:1310:4000::/54\",\r\n \"2603:1061:1724::/48\",\r\n \"2603:1061:2000:7e0::/62\",\r\n \"2603:1061:2002:7000::/57\",\r\n \"2603:1061:2004:6800::/57\",\r\n \"2603:1061:2010:22::/64\",\r\n \"2603:1062:c:a::/63\",\r\n \"2603:1063:41c::/56\",\r\n \"2603:1090:e03::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South\",\r\n \"communityValue\": \"12076:51024\",\r\n \"communityPrefixes\": [\r\n \"4.158.0.0/15\",\r\n \"4.234.0.0/16\",\r\n \"4.250.0.0/16\",\r\n \"13.87.64.0/19\",\r\n \"13.87.96.0/20\",\r\n \"20.0.0.0/16\",\r\n \"20.26.0.0/19\",\r\n \"20.26.32.0/20\",\r\n \"20.26.48.0/21\",\r\n \"20.26.56.0/22\",\r\n \"20.26.60.0/23\",\r\n \"20.26.62.0/24\",\r\n \"20.26.63.0/25\",\r\n \"20.26.63.128/26\",\r\n \"20.26.63.192/27\",\r\n \"20.26.63.240/28\",\r\n \"20.26.64.0/18\",\r\n \"20.26.128.0/17\",\r\n \"20.38.106.0/23\",\r\n \"20.39.208.0/20\",\r\n \"20.39.224.0/21\",\r\n \"20.49.128.0/17\",\r\n \"20.50.96.0/19\",\r\n \"20.58.0.0/18\",\r\n \"20.60.17.0/24\",\r\n \"20.60.166.0/23\",\r\n \"20.68.0.0/18\",\r\n \"20.68.128.0/17\",\r\n \"20.77.0.0/17\",\r\n \"20.77.128.0/18\",\r\n \"20.90.64.0/18\",\r\n \"20.90.128.0/17\",\r\n \"20.95.67.0/24\",\r\n \"20.95.71.0/24\",\r\n \"20.95.74.0/23\",\r\n \"20.95.82.0/23\",\r\n \"20.95.84.0/24\",\r\n \"20.95.99.0/24\",\r\n \"20.95.100.0/23\",\r\n \"20.95.105.0/24\",\r\n \"20.108.0.0/16\",\r\n \"20.117.64.0/18\",\r\n \"20.117.128.0/17\",\r\n \"20.150.18.0/25\",\r\n \"20.150.40.0/25\",\r\n \"20.150.41.0/24\",\r\n \"20.150.69.0/24\",\r\n \"20.162.128.0/17\",\r\n \"20.202.4.0/24\",\r\n \"20.209.6.0/23\",\r\n \"20.209.30.0/23\",\r\n \"20.209.88.0/23\",\r\n \"20.209.128.0/23\",\r\n \"20.209.158.0/23\",\r\n \"20.209.240.0/23\",\r\n \"20.254.0.0/17\",\r\n \"40.64.144.200/29\",\r\n \"40.64.145.16/28\",\r\n \"40.64.171.0/25\",\r\n \"40.79.215.0/24\",\r\n \"40.80.0.0/22\",\r\n \"40.81.128.0/19\",\r\n \"40.120.32.0/19\",\r\n \"40.120.136.0/22\",\r\n \"51.11.0.0/18\",\r\n \"51.11.128.0/18\",\r\n \"51.104.0.0/19\",\r\n \"51.104.192.0/18\",\r\n \"51.105.0.0/18\",\r\n \"51.105.64.0/20\",\r\n \"51.132.0.0/18\",\r\n \"51.132.128.0/17\",\r\n \"51.140.0.0/17\",\r\n \"51.140.128.0/20\",\r\n \"51.140.144.0/23\",\r\n \"51.140.146.0/24\",\r\n \"51.140.148.0/25\",\r\n \"51.140.148.128/26\",\r\n \"51.140.148.224/27\",\r\n \"51.140.149.0/28\",\r\n \"51.140.149.16/29\",\r\n \"51.140.149.32/27\",\r\n \"51.140.149.64/26\",\r\n \"51.140.149.128/25\",\r\n \"51.140.150.0/23\",\r\n \"51.140.152.0/21\",\r\n \"51.140.160.0/19\",\r\n \"51.141.128.32/27\",\r\n \"51.141.129.64/26\",\r\n \"51.141.130.0/25\",\r\n \"51.141.135.0/24\",\r\n \"51.141.192.0/18\",\r\n \"51.142.0.0/19\",\r\n \"51.142.64.0/18\",\r\n \"51.142.192.0/18\",\r\n \"51.143.128.0/18\",\r\n \"51.143.208.0/20\",\r\n \"51.143.224.0/19\",\r\n \"51.145.0.0/17\",\r\n \"52.120.160.0/19\",\r\n \"52.120.240.0/20\",\r\n \"52.136.21.0/24\",\r\n \"52.151.64.0/18\",\r\n \"52.239.187.0/25\",\r\n \"52.239.231.0/24\",\r\n \"52.245.64.0/22\",\r\n \"52.253.162.0/23\",\r\n \"151.206.50.16/28\",\r\n \"151.206.108.128/25\",\r\n \"172.165.0.0/16\",\r\n \"172.166.0.0/15\",\r\n \"172.187.64.0/19\",\r\n \"172.187.128.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South IPv6\",\r\n \"communityValue\": \"12076:51024\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:700::/47\",\r\n \"2603:1020:702::/48\",\r\n \"2603:1020:705::/48\",\r\n \"2603:1020:706::/48\",\r\n \"2603:1026:2406::800/117\",\r\n \"2603:1026:2406::1000/116\",\r\n \"2603:1026:2406::2000/115\",\r\n \"2603:1026:2406::4000/114\",\r\n \"2603:1026:2406::8000/113\",\r\n \"2603:1026:2406::1:0/112\",\r\n \"2603:1026:2406::2:0/111\",\r\n \"2603:1026:2406::4:0/110\",\r\n \"2603:1026:2406::8:0/109\",\r\n \"2603:1026:2406::10:0/108\",\r\n \"2603:1026:2406::20:0/107\",\r\n \"2603:1026:2406::40:0/106\",\r\n \"2603:1026:2406::80:0/105\",\r\n \"2603:1026:2406::100:0/104\",\r\n \"2603:1026:2406::200:0/103\",\r\n \"2603:1026:2406::400:0/102\",\r\n \"2603:1026:2406::800:0/101\",\r\n \"2603:1026:2406::1000:0/100\",\r\n \"2603:1026:2406::2000:0/99\",\r\n \"2603:1026:2406::4000:0/98\",\r\n \"2603:1026:2406::8000:0/97\",\r\n \"2603:1026:2406::1:0:0/96\",\r\n \"2603:1026:2406::2:0:0/95\",\r\n \"2603:1026:2406::4:0:0/94\",\r\n \"2603:1026:2406::8:0:0/93\",\r\n \"2603:1026:2406::10:0:0/92\",\r\n \"2603:1026:2406::20:0:0/91\",\r\n \"2603:1026:2406::40:0:0/90\",\r\n \"2603:1026:2406::80:0:0/89\",\r\n \"2603:1026:2406::100:0:0/88\",\r\n \"2603:1026:2406::200:0:0/87\",\r\n \"2603:1026:2406::400:0:0/86\",\r\n \"2603:1026:2406::800:0:0/85\",\r\n \"2603:1026:2406::1000:0:0/84\",\r\n \"2603:1026:2406::2000:0:0/83\",\r\n \"2603:1026:2406::4000:0:0/82\",\r\n \"2603:1026:2406::8000:0:0/81\",\r\n \"2603:1026:2406:0:1::/80\",\r\n \"2603:1026:2406:0:2::/79\",\r\n \"2603:1026:2406:0:4::/78\",\r\n \"2603:1026:2406:0:8::/77\",\r\n \"2603:1026:2406:0:10::/76\",\r\n \"2603:1026:2406:0:20::/75\",\r\n \"2603:1026:2406:0:40::/74\",\r\n \"2603:1026:2406:0:80::/73\",\r\n \"2603:1026:2406:0:100::/72\",\r\n \"2603:1026:2406:0:200::/71\",\r\n \"2603:1026:2406:0:400::/70\",\r\n \"2603:1026:2406:0:800::/69\",\r\n \"2603:1026:2406:0:1000::/68\",\r\n \"2603:1026:2406:0:2000::/67\",\r\n \"2603:1026:2406:0:4000::/66\",\r\n \"2603:1026:2406:0:8000::/65\",\r\n \"2603:1026:2406:1::800/117\",\r\n \"2603:1026:2406:1::1000/116\",\r\n \"2603:1026:2406:1::2000/115\",\r\n \"2603:1026:2406:1::4000/114\",\r\n \"2603:1026:2406:1::8000/113\",\r\n \"2603:1026:2406:1::1:0/112\",\r\n \"2603:1026:2406:1::2:0/111\",\r\n \"2603:1026:2406:1::4:0/110\",\r\n \"2603:1026:2406:1::8:0/109\",\r\n \"2603:1026:2406:1::10:0/108\",\r\n \"2603:1026:2406:1::20:0/107\",\r\n \"2603:1026:2406:1::40:0/106\",\r\n \"2603:1026:2406:1::80:0/105\",\r\n \"2603:1026:2406:1::100:0/104\",\r\n \"2603:1026:2406:1::200:0/103\",\r\n \"2603:1026:2406:1::400:0/102\",\r\n \"2603:1026:2406:1::800:0/101\",\r\n \"2603:1026:2406:1::1000:0/100\",\r\n \"2603:1026:2406:1::2000:0/99\",\r\n \"2603:1026:2406:1::4000:0/98\",\r\n \"2603:1026:2406:1::8000:0/97\",\r\n \"2603:1026:2406:1:0:1::/96\",\r\n \"2603:1026:2406:1:0:2::/95\",\r\n \"2603:1026:2406:1:0:4::/94\",\r\n \"2603:1026:2406:1:0:8::/93\",\r\n \"2603:1026:2406:1:0:10::/92\",\r\n \"2603:1026:2406:1:0:20::/91\",\r\n \"2603:1026:2406:1:0:40::/90\",\r\n \"2603:1026:2406:1:0:80::/89\",\r\n \"2603:1026:2406:1:0:100::/88\",\r\n \"2603:1026:2406:1:0:200::/87\",\r\n \"2603:1026:2406:1:0:400::/86\",\r\n \"2603:1026:2406:1:0:800::/85\",\r\n \"2603:1026:2406:1:0:1000::/84\",\r\n \"2603:1026:2406:1:0:2000::/83\",\r\n \"2603:1026:2406:1:0:4000::/82\",\r\n \"2603:1026:2406:1:0:8000::/81\",\r\n \"2603:1026:2406:1:1::/80\",\r\n \"2603:1026:2406:1:2::/79\",\r\n \"2603:1026:2406:1:4::/78\",\r\n \"2603:1026:2406:1:8::/77\",\r\n \"2603:1026:2406:1:10::/76\",\r\n \"2603:1026:2406:1:20::/75\",\r\n \"2603:1026:2406:1:40::/74\",\r\n \"2603:1026:2406:1:80::/73\",\r\n \"2603:1026:2406:1:100::/72\",\r\n \"2603:1026:2406:1:200::/71\",\r\n \"2603:1026:2406:1:400::/70\",\r\n \"2603:1026:2406:1:800::/69\",\r\n \"2603:1026:2406:1:1000::/68\",\r\n \"2603:1026:2406:1:2000::/67\",\r\n \"2603:1026:2406:1:4000::/66\",\r\n \"2603:1026:2406:1:8000::/65\",\r\n \"2603:1026:2406:2::/63\",\r\n \"2603:1026:2406:4::/62\",\r\n \"2603:1026:2406:8::/61\",\r\n \"2603:1026:2406:10::/60\",\r\n \"2603:1026:2406:20::/59\",\r\n \"2603:1026:2406:40::/58\",\r\n \"2603:1026:2406:80::/57\",\r\n \"2603:1026:2406:100::/56\",\r\n \"2603:1026:2406:200::/55\",\r\n \"2603:1026:2406:400::/54\",\r\n \"2603:1026:2406:800::/53\",\r\n \"2603:1026:2406:1000::/52\",\r\n \"2603:1026:2406:2000::/51\",\r\n \"2603:1026:2406:4000::/50\",\r\n \"2603:1026:2406:8000::/49\",\r\n \"2603:1061:1311:4c00::/54\",\r\n \"2603:1061:171a::/48\",\r\n \"2603:1061:2000:580::/62\",\r\n \"2603:1061:2002:3000::/57\",\r\n \"2603:1061:2004:2800::/57\",\r\n \"2603:1061:2010:16::/64\",\r\n \"2603:1062:c:36::/63\",\r\n \"2603:1063:41d::/56\",\r\n \"2603:10a0:f05::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South 2\",\r\n \"communityValue\": \"12076:51023\",\r\n \"communityPrefixes\": [\r\n \"13.87.0.0/19\",\r\n \"13.87.32.0/20\",\r\n \"13.87.48.0/21\",\r\n \"13.87.56.0/24\",\r\n \"13.87.57.0/25\",\r\n \"13.87.57.128/27\",\r\n \"13.87.57.192/26\",\r\n \"13.87.58.0/23\",\r\n \"13.87.60.0/22\",\r\n \"20.150.27.0/24\",\r\n \"40.79.201.0/24\",\r\n \"40.80.12.0/22\",\r\n \"40.81.160.0/20\",\r\n \"51.141.129.192/26\",\r\n \"51.141.156.0/22\",\r\n \"51.142.40.11/32\",\r\n \"51.142.47.249/32\",\r\n \"51.142.47.252/32\",\r\n \"51.143.192.0/21\",\r\n \"51.143.200.0/28\",\r\n \"51.143.201.0/24\",\r\n \"52.136.18.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South 2 IPv6\",\r\n \"communityValue\": \"12076:51023\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:400::/47\",\r\n \"2603:1020:402::/48\",\r\n \"2603:1020:405::/48\",\r\n \"2603:1061:1311:5000::/54\",\r\n \"2603:10a0:b03::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK West\",\r\n \"communityValue\": \"12076:51025\",\r\n \"communityPrefixes\": [\r\n \"20.39.160.0/21\",\r\n \"20.40.104.0/21\",\r\n \"20.45.176.0/20\",\r\n \"20.58.64.0/18\",\r\n \"20.60.112.0/24\",\r\n \"20.60.164.0/23\",\r\n \"20.68.64.0/18\",\r\n \"20.77.192.0/18\",\r\n \"20.90.0.0/18\",\r\n \"20.95.86.0/24\",\r\n \"20.117.0.0/18\",\r\n \"20.150.2.0/23\",\r\n \"20.150.52.0/24\",\r\n \"20.150.110.0/24\",\r\n \"20.162.0.0/17\",\r\n \"20.202.3.0/24\",\r\n \"20.209.132.0/23\",\r\n \"20.209.198.0/23\",\r\n \"20.254.128.0/19\",\r\n \"20.254.160.0/21\",\r\n \"20.254.168.0/22\",\r\n \"20.254.172.0/24\",\r\n \"20.254.173.0/27\",\r\n \"20.254.173.32/28\",\r\n \"20.254.173.64/26\",\r\n \"20.254.173.128/25\",\r\n \"20.254.174.0/23\",\r\n \"20.254.176.0/20\",\r\n \"20.254.192.0/18\",\r\n \"40.64.144.240/29\",\r\n \"40.64.145.96/28\",\r\n \"40.64.171.128/25\",\r\n \"40.79.218.0/24\",\r\n \"40.81.112.0/20\",\r\n \"40.87.228.0/22\",\r\n \"51.11.96.0/19\",\r\n \"51.104.32.0/19\",\r\n \"51.132.64.0/18\",\r\n \"51.137.128.0/18\",\r\n \"51.140.192.0/20\",\r\n \"51.140.208.0/23\",\r\n \"51.140.210.0/24\",\r\n \"51.140.211.0/25\",\r\n \"51.140.211.128/26\",\r\n \"51.140.211.224/27\",\r\n \"51.140.212.0/23\",\r\n \"51.140.214.0/24\",\r\n \"51.140.215.0/25\",\r\n \"51.140.215.128/27\",\r\n \"51.140.215.168/29\",\r\n \"51.140.215.176/28\",\r\n \"51.140.215.192/26\",\r\n \"51.140.216.0/21\",\r\n \"51.140.224.0/19\",\r\n \"51.141.0.0/17\",\r\n \"51.141.128.0/27\",\r\n \"51.141.128.64/26\",\r\n \"51.141.128.128/25\",\r\n \"51.141.129.128/26\",\r\n \"51.141.134.0/24\",\r\n \"51.141.136.0/22\",\r\n \"51.142.48.0/21\",\r\n \"51.142.128.0/18\",\r\n \"52.136.20.0/24\",\r\n \"52.142.128.0/18\",\r\n \"52.239.240.0/24\",\r\n \"151.206.50.0/28\",\r\n \"151.206.108.0/25\",\r\n \"172.186.0.0/16\",\r\n \"172.187.0.0/18\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK West IPv6\",\r\n \"communityValue\": \"12076:51025\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:600::/47\",\r\n \"2603:1020:602::/48\",\r\n \"2603:1020:605::/48\",\r\n \"2603:1020:606::/48\",\r\n \"2603:1026:2407::800/117\",\r\n \"2603:1026:2407::1000/116\",\r\n \"2603:1026:2407::2000/115\",\r\n \"2603:1026:2407::4000/114\",\r\n \"2603:1026:2407::8000/113\",\r\n \"2603:1026:2407::1:0/112\",\r\n \"2603:1026:2407::2:0/111\",\r\n \"2603:1026:2407::4:0/110\",\r\n \"2603:1026:2407::8:0/109\",\r\n \"2603:1026:2407::10:0/108\",\r\n \"2603:1026:2407::20:0/107\",\r\n \"2603:1026:2407::40:0/106\",\r\n \"2603:1026:2407::80:0/105\",\r\n \"2603:1026:2407::100:0/104\",\r\n \"2603:1026:2407::200:0/103\",\r\n \"2603:1026:2407::400:0/102\",\r\n \"2603:1026:2407::800:0/101\",\r\n \"2603:1026:2407::1000:0/100\",\r\n \"2603:1026:2407::2000:0/99\",\r\n \"2603:1026:2407::4000:0/98\",\r\n \"2603:1026:2407::8000:0/97\",\r\n \"2603:1026:2407::1:0:0/96\",\r\n \"2603:1026:2407::2:0:0/95\",\r\n \"2603:1026:2407::4:0:0/94\",\r\n \"2603:1026:2407::8:0:0/93\",\r\n \"2603:1026:2407::10:0:0/92\",\r\n \"2603:1026:2407::20:0:0/91\",\r\n \"2603:1026:2407::40:0:0/90\",\r\n \"2603:1026:2407::80:0:0/89\",\r\n \"2603:1026:2407::100:0:0/88\",\r\n \"2603:1026:2407::200:0:0/87\",\r\n \"2603:1026:2407::400:0:0/86\",\r\n \"2603:1026:2407::800:0:0/85\",\r\n \"2603:1026:2407::1000:0:0/84\",\r\n \"2603:1026:2407::2000:0:0/83\",\r\n \"2603:1026:2407::4000:0:0/82\",\r\n \"2603:1026:2407::8000:0:0/81\",\r\n \"2603:1026:2407:0:1::/80\",\r\n \"2603:1026:2407:0:2::/79\",\r\n \"2603:1026:2407:0:4::/78\",\r\n \"2603:1026:2407:0:8::/77\",\r\n \"2603:1026:2407:0:10::/76\",\r\n \"2603:1026:2407:0:20::/75\",\r\n \"2603:1026:2407:0:40::/74\",\r\n \"2603:1026:2407:0:80::/73\",\r\n \"2603:1026:2407:0:100::/72\",\r\n \"2603:1026:2407:0:200::/71\",\r\n \"2603:1026:2407:0:400::/70\",\r\n \"2603:1026:2407:0:800::/69\",\r\n \"2603:1026:2407:0:1000::/68\",\r\n \"2603:1026:2407:0:2000::/67\",\r\n \"2603:1026:2407:0:4000::/66\",\r\n \"2603:1026:2407:0:8000::/65\",\r\n \"2603:1026:2407:1::800/117\",\r\n \"2603:1026:2407:1::1000/116\",\r\n \"2603:1026:2407:1::2000/115\",\r\n \"2603:1026:2407:1::4000/114\",\r\n \"2603:1026:2407:1::8000/113\",\r\n \"2603:1026:2407:1::1:0/112\",\r\n \"2603:1026:2407:1::2:0/111\",\r\n \"2603:1026:2407:1::4:0/110\",\r\n \"2603:1026:2407:1::8:0/109\",\r\n \"2603:1026:2407:1::10:0/108\",\r\n \"2603:1026:2407:1::20:0/107\",\r\n \"2603:1026:2407:1::40:0/106\",\r\n \"2603:1026:2407:1::80:0/105\",\r\n \"2603:1026:2407:1::100:0/104\",\r\n \"2603:1026:2407:1::200:0/103\",\r\n \"2603:1026:2407:1::400:0/102\",\r\n \"2603:1026:2407:1::800:0/101\",\r\n \"2603:1026:2407:1::1000:0/100\",\r\n \"2603:1026:2407:1::2000:0/99\",\r\n \"2603:1026:2407:1::4000:0/98\",\r\n \"2603:1026:2407:1::8000:0/97\",\r\n \"2603:1026:2407:1:0:1::/96\",\r\n \"2603:1026:2407:1:0:2::/95\",\r\n \"2603:1026:2407:1:0:4::/94\",\r\n \"2603:1026:2407:1:0:8::/93\",\r\n \"2603:1026:2407:1:0:10::/92\",\r\n \"2603:1026:2407:1:0:20::/91\",\r\n \"2603:1026:2407:1:0:40::/90\",\r\n \"2603:1026:2407:1:0:80::/89\",\r\n \"2603:1026:2407:1:0:100::/88\",\r\n \"2603:1026:2407:1:0:200::/87\",\r\n \"2603:1026:2407:1:0:400::/86\",\r\n \"2603:1026:2407:1:0:800::/85\",\r\n \"2603:1026:2407:1:0:1000::/84\",\r\n \"2603:1026:2407:1:0:2000::/83\",\r\n \"2603:1026:2407:1:0:4000::/82\",\r\n \"2603:1026:2407:1:0:8000::/81\",\r\n \"2603:1026:2407:1:1::/80\",\r\n \"2603:1026:2407:1:2::/79\",\r\n \"2603:1026:2407:1:4::/78\",\r\n \"2603:1026:2407:1:8::/77\",\r\n \"2603:1026:2407:1:10::/76\",\r\n \"2603:1026:2407:1:20::/75\",\r\n \"2603:1026:2407:1:40::/74\",\r\n \"2603:1026:2407:1:80::/73\",\r\n \"2603:1026:2407:1:100::/72\",\r\n \"2603:1026:2407:1:200::/71\",\r\n \"2603:1026:2407:1:400::/70\",\r\n \"2603:1026:2407:1:800::/69\",\r\n \"2603:1026:2407:1:1000::/68\",\r\n \"2603:1026:2407:1:2000::/67\",\r\n \"2603:1026:2407:1:4000::/66\",\r\n \"2603:1026:2407:1:8000::/65\",\r\n \"2603:1026:2407:2::/63\",\r\n \"2603:1026:2407:4::/62\",\r\n \"2603:1026:2407:8::/61\",\r\n \"2603:1026:2407:10::/60\",\r\n \"2603:1026:2407:20::/59\",\r\n \"2603:1026:2407:40::/58\",\r\n \"2603:1026:2407:80::/57\",\r\n \"2603:1026:2407:100::/56\",\r\n \"2603:1026:2407:200::/55\",\r\n \"2603:1026:2407:400::/54\",\r\n \"2603:1026:2407:800::/53\",\r\n \"2603:1026:2407:1000::/52\",\r\n \"2603:1026:2407:2000::/51\",\r\n \"2603:1026:2407:4000::/50\",\r\n \"2603:1026:2407:8000::/49\",\r\n \"2603:1061:1311:5400::/54\",\r\n \"2603:1061:171b::/48\",\r\n \"2603:1061:2000:588::/62\",\r\n \"2603:1061:2002:3100::/57\",\r\n \"2603:1061:2004:2900::/57\",\r\n \"2603:1061:2010:17::/64\",\r\n \"2603:1062:c:34::/63\",\r\n \"2603:1063:41e::/56\",\r\n \"2603:10a0:1105::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Central US\",\r\n \"communityValue\": \"12076:51027\",\r\n \"communityPrefixes\": [\r\n \"4.255.128.0/17\",\r\n \"13.71.192.0/23\",\r\n \"13.71.194.0/24\",\r\n \"13.71.195.0/25\",\r\n \"13.71.195.128/26\",\r\n \"13.71.195.192/27\",\r\n \"13.71.196.0/22\",\r\n \"13.71.200.0/24\",\r\n \"13.71.201.0/26\",\r\n \"13.71.201.128/25\",\r\n \"13.71.202.0/23\",\r\n \"13.71.204.0/22\",\r\n \"13.71.208.0/20\",\r\n \"13.71.224.0/19\",\r\n \"13.77.192.0/19\",\r\n \"13.78.128.0/17\",\r\n \"20.51.32.0/19\",\r\n \"20.55.128.0/18\",\r\n \"20.57.224.0/19\",\r\n \"20.59.128.0/18\",\r\n \"20.60.4.0/24\",\r\n \"20.60.119.0/24\",\r\n \"20.60.120.0/23\",\r\n \"20.60.122.0/24\",\r\n \"20.60.218.0/23\",\r\n \"20.69.0.0/18\",\r\n \"20.95.23.0/24\",\r\n \"20.95.24.0/24\",\r\n \"20.95.28.0/24\",\r\n \"20.95.48.0/24\",\r\n \"20.95.50.0/24\",\r\n \"20.95.62.0/24\",\r\n \"20.150.81.0/24\",\r\n \"20.150.98.0/24\",\r\n \"20.165.128.0/17\",\r\n \"20.168.176.0/20\",\r\n \"20.201.162.0/23\",\r\n \"20.209.224.0/23\",\r\n \"40.64.146.160/28\",\r\n \"40.64.172.0/25\",\r\n \"40.67.120.0/24\",\r\n \"40.67.121.0/25\",\r\n \"40.67.121.128/28\",\r\n \"40.67.121.152/29\",\r\n \"40.67.121.160/27\",\r\n \"40.67.121.192/26\",\r\n \"40.67.122.0/23\",\r\n \"40.67.124.0/22\",\r\n \"40.78.218.0/24\",\r\n \"40.123.136.0/24\",\r\n \"52.136.4.0/22\",\r\n \"52.143.214.0/24\",\r\n \"52.148.0.0/18\",\r\n \"52.150.128.0/20\",\r\n \"52.150.144.0/21\",\r\n \"52.150.152.0/22\",\r\n \"52.150.156.0/24\",\r\n \"52.150.157.32/27\",\r\n \"52.150.157.64/26\",\r\n \"52.150.157.128/25\",\r\n \"52.150.158.0/23\",\r\n \"52.150.160.0/19\",\r\n \"52.150.192.0/18\",\r\n \"52.153.128.0/18\",\r\n \"52.159.0.0/19\",\r\n \"52.159.32.0/20\",\r\n \"52.159.48.0/24\",\r\n \"52.159.49.0/25\",\r\n \"52.159.49.128/26\",\r\n \"52.159.49.192/30\",\r\n \"52.159.49.196/31\",\r\n \"52.159.49.198/32\",\r\n \"52.159.49.200/29\",\r\n \"52.159.49.208/28\",\r\n \"52.159.49.224/27\",\r\n \"52.159.50.0/24\",\r\n \"52.159.51.0/28\",\r\n \"52.159.51.16/31\",\r\n \"52.159.51.18/32\",\r\n \"52.159.51.20/30\",\r\n \"52.159.51.24/29\",\r\n \"52.159.51.32/27\",\r\n \"52.159.51.64/26\",\r\n \"52.159.51.128/25\",\r\n \"52.159.52.0/22\",\r\n \"52.159.56.0/21\",\r\n \"52.161.0.0/16\",\r\n \"52.239.164.0/25\",\r\n \"52.239.167.0/24\",\r\n \"52.239.244.0/23\",\r\n \"52.245.60.0/22\",\r\n \"52.253.128.0/20\",\r\n \"57.151.128.0/19\",\r\n \"172.208.128.0/17\",\r\n \"172.215.192.0/18\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Central US IPv6\",\r\n \"communityValue\": \"12076:51027\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:b00::/47\",\r\n \"2603:1030:b04::/48\",\r\n \"2603:1030:b06::/48\",\r\n \"2603:1030:b07::/56\",\r\n \"2603:1061:1312:2000::/54\",\r\n \"2603:1061:171c::/48\",\r\n \"2603:1061:2010:18::/64\",\r\n \"2603:1063:41f::/56\",\r\n \"2603:10b0:2804::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Europe\",\r\n \"communityValue\": \"12076:51002\",\r\n \"communityPrefixes\": [\r\n \"4.175.0.0/16\",\r\n \"4.180.0.0/16\",\r\n \"4.210.128.0/17\",\r\n \"4.231.0.0/17\",\r\n \"4.245.0.0/17\",\r\n \"13.69.0.0/18\",\r\n \"13.69.64.0/23\",\r\n \"13.69.66.0/25\",\r\n \"13.69.66.128/27\",\r\n \"13.69.66.192/26\",\r\n \"13.69.67.0/24\",\r\n \"13.69.68.0/22\",\r\n \"13.69.72.0/21\",\r\n \"13.69.80.0/20\",\r\n \"13.69.96.0/19\",\r\n \"13.73.128.0/18\",\r\n \"13.73.224.0/21\",\r\n \"13.80.0.0/15\",\r\n \"13.88.200.0/21\",\r\n \"13.93.0.0/17\",\r\n \"13.94.128.0/17\",\r\n \"13.95.0.0/16\",\r\n \"20.4.0.0/16\",\r\n \"20.8.0.0/17\",\r\n \"20.8.128.0/18\",\r\n \"20.8.192.0/23\",\r\n \"20.8.194.0/24\",\r\n \"20.8.196.0/22\",\r\n \"20.8.200.0/21\",\r\n \"20.8.208.0/20\",\r\n \"20.8.224.0/19\",\r\n \"20.13.0.0/17\",\r\n \"20.16.0.0/16\",\r\n \"20.23.0.0/16\",\r\n \"20.31.0.0/16\",\r\n \"20.38.108.0/23\",\r\n \"20.38.200.0/22\",\r\n \"20.50.0.0/18\",\r\n \"20.50.88.0/21\",\r\n \"20.50.128.0/17\",\r\n \"20.54.128.0/17\",\r\n \"20.56.0.0/16\",\r\n \"20.60.26.0/23\",\r\n \"20.60.130.0/24\",\r\n \"20.60.150.0/23\",\r\n \"20.60.196.0/23\",\r\n \"20.60.222.0/23\",\r\n \"20.60.250.0/23\",\r\n \"20.61.0.0/18\",\r\n \"20.61.64.0/19\",\r\n \"20.61.96.0/23\",\r\n \"20.61.98.0/25\",\r\n \"20.61.98.128/27\",\r\n \"20.61.98.192/26\",\r\n \"20.61.99.0/25\",\r\n \"20.61.99.144/28\",\r\n \"20.61.99.160/27\",\r\n \"20.61.99.192/26\",\r\n \"20.61.100.0/23\",\r\n \"20.61.102.0/24\",\r\n \"20.61.103.0/25\",\r\n \"20.61.103.128/29\",\r\n \"20.61.103.160/27\",\r\n \"20.61.103.224/27\",\r\n \"20.61.104.0/21\",\r\n \"20.61.112.0/20\",\r\n \"20.61.128.0/17\",\r\n \"20.67.0.0/17\",\r\n \"20.71.0.0/16\",\r\n \"20.73.0.0/16\",\r\n \"20.76.0.0/16\",\r\n \"20.82.0.0/17\",\r\n \"20.86.0.0/16\",\r\n \"20.93.128.0/17\",\r\n \"20.95.64.0/24\",\r\n \"20.95.66.0/24\",\r\n \"20.95.68.0/23\",\r\n \"20.95.72.0/23\",\r\n \"20.95.76.0/23\",\r\n \"20.95.81.0/24\",\r\n \"20.95.98.0/24\",\r\n \"20.95.103.0/24\",\r\n \"20.101.0.0/16\",\r\n \"20.103.0.0/16\",\r\n \"20.105.128.0/17\",\r\n \"20.107.0.0/17\",\r\n \"20.123.128.0/17\",\r\n \"20.126.0.0/16\",\r\n \"20.150.8.0/23\",\r\n \"20.150.37.0/24\",\r\n \"20.150.42.0/24\",\r\n \"20.150.74.0/24\",\r\n \"20.150.76.0/24\",\r\n \"20.150.83.0/24\",\r\n \"20.150.122.0/24\",\r\n \"20.160.0.0/16\",\r\n \"20.202.2.0/24\",\r\n \"20.202.12.0/22\",\r\n \"20.202.16.0/22\",\r\n \"20.202.140.0/24\",\r\n \"20.202.150.0/24\",\r\n \"20.202.152.0/24\",\r\n \"20.202.154.0/24\",\r\n \"20.202.156.0/24\",\r\n \"20.202.158.0/24\",\r\n \"20.202.160.0/24\",\r\n \"20.202.162.0/24\",\r\n \"20.202.164.0/24\",\r\n \"20.202.166.0/24\",\r\n \"20.202.168.0/24\",\r\n \"20.202.248.0/24\",\r\n \"20.209.10.0/23\",\r\n \"20.209.48.0/23\",\r\n \"20.209.72.0/23\",\r\n \"20.209.76.0/23\",\r\n \"20.209.108.0/23\",\r\n \"20.209.192.0/23\",\r\n \"20.209.230.0/23\",\r\n \"20.224.0.0/16\",\r\n \"20.229.0.0/16\",\r\n \"20.234.128.0/17\",\r\n \"20.238.128.0/17\",\r\n \"23.97.128.0/17\",\r\n \"23.98.46.0/24\",\r\n \"23.100.0.0/20\",\r\n \"23.101.64.0/20\",\r\n \"40.64.144.32/27\",\r\n \"40.64.172.128/25\",\r\n \"40.67.192.0/19\",\r\n \"40.68.0.0/16\",\r\n \"40.74.0.0/19\",\r\n \"40.74.32.0/20\",\r\n \"40.74.48.0/21\",\r\n \"40.74.56.0/25\",\r\n \"40.74.56.128/26\",\r\n \"40.74.56.192/29\",\r\n \"40.74.56.200/30\",\r\n \"40.74.56.204/32\",\r\n \"40.74.56.206/31\",\r\n \"40.74.56.208/28\",\r\n \"40.74.56.224/27\",\r\n \"40.74.57.0/24\",\r\n \"40.74.58.0/23\",\r\n \"40.74.60.0/22\",\r\n \"40.78.210.0/24\",\r\n \"40.82.92.0/22\",\r\n \"40.87.184.0/22\",\r\n \"40.90.141.167/32\",\r\n \"40.90.145.192/27\",\r\n \"40.91.28.0/22\",\r\n \"40.91.192.0/18\",\r\n \"40.112.36.128/25\",\r\n \"40.112.37.0/26\",\r\n \"40.112.38.192/26\",\r\n \"40.112.96.0/19\",\r\n \"40.113.96.0/19\",\r\n \"40.113.128.0/18\",\r\n \"40.114.128.0/17\",\r\n \"40.115.0.0/18\",\r\n \"40.118.0.0/17\",\r\n \"40.119.128.0/19\",\r\n \"40.120.152.0/27\",\r\n \"40.120.152.32/28\",\r\n \"40.120.152.48/30\",\r\n \"40.120.152.52/31\",\r\n \"40.123.140.0/22\",\r\n \"40.123.180.0/22\",\r\n \"51.105.96.0/19\",\r\n \"51.105.128.0/17\",\r\n \"51.124.0.0/16\",\r\n \"51.136.0.0/16\",\r\n \"51.137.0.0/17\",\r\n \"51.137.192.0/18\",\r\n \"51.138.0.0/17\",\r\n \"51.144.0.0/16\",\r\n \"51.145.128.0/17\",\r\n \"52.120.128.0/21\",\r\n \"52.120.208.0/20\",\r\n \"52.121.24.0/21\",\r\n \"52.121.64.0/20\",\r\n \"52.136.192.0/18\",\r\n \"52.137.0.0/18\",\r\n \"52.142.192.0/18\",\r\n \"52.143.0.0/18\",\r\n \"52.143.194.0/24\",\r\n \"52.143.208.0/24\",\r\n \"52.148.192.0/18\",\r\n \"52.149.64.0/18\",\r\n \"52.157.64.0/18\",\r\n \"52.157.128.0/17\",\r\n \"52.166.0.0/16\",\r\n \"52.174.0.0/16\",\r\n \"52.178.0.0/20\",\r\n \"52.178.16.0/24\",\r\n \"52.178.17.0/28\",\r\n \"52.178.17.32/27\",\r\n \"52.178.17.64/26\",\r\n \"52.178.17.128/25\",\r\n \"52.178.18.0/23\",\r\n \"52.178.20.0/22\",\r\n \"52.178.24.0/21\",\r\n \"52.178.32.0/19\",\r\n \"52.178.64.0/18\",\r\n \"52.232.0.0/17\",\r\n \"52.232.147.0/24\",\r\n \"52.233.128.0/17\",\r\n \"52.236.128.0/17\",\r\n \"52.239.140.0/22\",\r\n \"52.239.212.0/23\",\r\n \"52.239.242.0/23\",\r\n \"52.245.48.0/22\",\r\n \"52.245.124.0/22\",\r\n \"57.150.2.0/23\",\r\n \"65.52.128.0/19\",\r\n \"68.219.160.0/19\",\r\n \"74.234.128.0/17\",\r\n \"98.64.0.0/16\",\r\n \"98.71.128.0/17\",\r\n \"104.40.128.0/17\",\r\n \"104.44.90.194/31\",\r\n \"104.45.0.0/18\",\r\n \"104.45.64.0/20\",\r\n \"104.46.32.0/25\",\r\n \"104.46.32.128/27\",\r\n \"104.46.32.160/28\",\r\n \"104.46.32.176/29\",\r\n \"104.46.32.184/30\",\r\n \"104.46.32.188/31\",\r\n \"104.46.32.190/32\",\r\n \"104.46.32.192/26\",\r\n \"104.46.33.0/24\",\r\n \"104.46.34.0/23\",\r\n \"104.46.36.0/22\",\r\n \"104.46.40.0/21\",\r\n \"104.46.48.0/20\",\r\n \"104.47.128.0/18\",\r\n \"104.47.216.64/26\",\r\n \"104.214.192.0/18\",\r\n \"108.141.0.0/16\",\r\n \"108.142.0.0/15\",\r\n \"137.116.192.0/19\",\r\n \"137.117.128.0/17\",\r\n \"151.206.49.16/28\",\r\n \"151.206.49.32/27\",\r\n \"151.206.73.0/24\",\r\n \"151.206.74.0/24\",\r\n \"151.206.75.0/25\",\r\n \"151.206.75.128/26\",\r\n \"157.55.8.64/26\",\r\n \"157.55.8.144/28\",\r\n \"157.56.117.64/27\",\r\n \"168.61.56.0/21\",\r\n \"168.63.0.0/19\",\r\n \"168.63.96.0/19\",\r\n \"172.201.0.0/16\",\r\n \"172.205.128.0/17\",\r\n \"172.211.0.0/17\",\r\n \"191.233.64.0/18\",\r\n \"191.237.232.0/22\",\r\n \"191.239.200.0/22\",\r\n \"193.149.80.0/21\",\r\n \"213.199.128.0/20\",\r\n \"213.199.180.32/28\",\r\n \"213.199.180.96/27\",\r\n \"213.199.180.192/27\",\r\n \"213.199.183.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Europe IPv6\",\r\n \"communityValue\": \"12076:51002\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:200::/46\",\r\n \"2603:1020:206::/47\",\r\n \"2603:1020:208::/56\",\r\n \"2603:1026:2405::800/117\",\r\n \"2603:1026:2405::1000/116\",\r\n \"2603:1026:2405::2000/115\",\r\n \"2603:1026:2405::4000/114\",\r\n \"2603:1026:2405::8000/113\",\r\n \"2603:1026:2405::1:0/112\",\r\n \"2603:1026:2405::2:0/111\",\r\n \"2603:1026:2405::4:0/110\",\r\n \"2603:1026:2405::8:0/109\",\r\n \"2603:1026:2405::10:0/108\",\r\n \"2603:1026:2405::20:0/107\",\r\n \"2603:1026:2405::40:0/106\",\r\n \"2603:1026:2405::80:0/105\",\r\n \"2603:1026:2405::100:0/104\",\r\n \"2603:1026:2405::200:0/103\",\r\n \"2603:1026:2405::400:0/102\",\r\n \"2603:1026:2405::800:0/101\",\r\n \"2603:1026:2405::1000:0/100\",\r\n \"2603:1026:2405::2000:0/99\",\r\n \"2603:1026:2405::4000:0/98\",\r\n \"2603:1026:2405::8000:0/97\",\r\n \"2603:1026:2405::1:0:0/96\",\r\n \"2603:1026:2405::2:0:0/95\",\r\n \"2603:1026:2405::4:0:0/94\",\r\n \"2603:1026:2405::8:0:0/93\",\r\n \"2603:1026:2405::10:0:0/92\",\r\n \"2603:1026:2405::20:0:0/91\",\r\n \"2603:1026:2405::40:0:0/90\",\r\n \"2603:1026:2405::80:0:0/89\",\r\n \"2603:1026:2405::100:0:0/88\",\r\n \"2603:1026:2405::200:0:0/87\",\r\n \"2603:1026:2405::400:0:0/86\",\r\n \"2603:1026:2405::800:0:0/85\",\r\n \"2603:1026:2405::1000:0:0/84\",\r\n \"2603:1026:2405::2000:0:0/83\",\r\n \"2603:1026:2405::4000:0:0/82\",\r\n \"2603:1026:2405::8000:0:0/81\",\r\n \"2603:1026:2405:0:1::/80\",\r\n \"2603:1026:2405:0:2::/79\",\r\n \"2603:1026:2405:0:4::/78\",\r\n \"2603:1026:2405:0:8::/77\",\r\n \"2603:1026:2405:0:10::/76\",\r\n \"2603:1026:2405:0:20::/75\",\r\n \"2603:1026:2405:0:40::/74\",\r\n \"2603:1026:2405:0:80::/73\",\r\n \"2603:1026:2405:0:100::/72\",\r\n \"2603:1026:2405:0:200::/71\",\r\n \"2603:1026:2405:0:400::/70\",\r\n \"2603:1026:2405:0:800::/69\",\r\n \"2603:1026:2405:0:1000::/68\",\r\n \"2603:1026:2405:0:2000::/67\",\r\n \"2603:1026:2405:0:4000::/66\",\r\n \"2603:1026:2405:0:8000::/65\",\r\n \"2603:1026:2405:1::800/117\",\r\n \"2603:1026:2405:1::1000/116\",\r\n \"2603:1026:2405:1::2000/115\",\r\n \"2603:1026:2405:1::4000/114\",\r\n \"2603:1026:2405:1::8000/113\",\r\n \"2603:1026:2405:1::1:0/112\",\r\n \"2603:1026:2405:1::2:0/111\",\r\n \"2603:1026:2405:1::4:0/110\",\r\n \"2603:1026:2405:1::8:0/109\",\r\n \"2603:1026:2405:1::10:0/108\",\r\n \"2603:1026:2405:1::20:0/107\",\r\n \"2603:1026:2405:1::40:0/106\",\r\n \"2603:1026:2405:1::80:0/105\",\r\n \"2603:1026:2405:1::100:0/104\",\r\n \"2603:1026:2405:1::200:0/103\",\r\n \"2603:1026:2405:1::400:0/102\",\r\n \"2603:1026:2405:1::800:0/101\",\r\n \"2603:1026:2405:1::1000:0/100\",\r\n \"2603:1026:2405:1::2000:0/99\",\r\n \"2603:1026:2405:1::4000:0/98\",\r\n \"2603:1026:2405:1::8000:0/97\",\r\n \"2603:1026:2405:1:0:1::/96\",\r\n \"2603:1026:2405:1:0:2::/95\",\r\n \"2603:1026:2405:1:0:4::/94\",\r\n \"2603:1026:2405:1:0:8::/93\",\r\n \"2603:1026:2405:1:0:10::/92\",\r\n \"2603:1026:2405:1:0:20::/91\",\r\n \"2603:1026:2405:1:0:40::/90\",\r\n \"2603:1026:2405:1:0:80::/89\",\r\n \"2603:1026:2405:1:0:100::/88\",\r\n \"2603:1026:2405:1:0:200::/87\",\r\n \"2603:1026:2405:1:0:400::/86\",\r\n \"2603:1026:2405:1:0:800::/85\",\r\n \"2603:1026:2405:1:0:1000::/84\",\r\n \"2603:1026:2405:1:0:2000::/83\",\r\n \"2603:1026:2405:1:0:4000::/82\",\r\n \"2603:1026:2405:1:0:8000::/81\",\r\n \"2603:1026:2405:1:1::/80\",\r\n \"2603:1026:2405:1:2::/79\",\r\n \"2603:1026:2405:1:4::/78\",\r\n \"2603:1026:2405:1:8::/77\",\r\n \"2603:1026:2405:1:10::/76\",\r\n \"2603:1026:2405:1:20::/75\",\r\n \"2603:1026:2405:1:40::/74\",\r\n \"2603:1026:2405:1:80::/73\",\r\n \"2603:1026:2405:1:100::/72\",\r\n \"2603:1026:2405:1:200::/71\",\r\n \"2603:1026:2405:1:400::/70\",\r\n \"2603:1026:2405:1:800::/69\",\r\n \"2603:1026:2405:1:1000::/68\",\r\n \"2603:1026:2405:1:2000::/67\",\r\n \"2603:1026:2405:1:4000::/66\",\r\n \"2603:1026:2405:1:8000::/65\",\r\n \"2603:1026:2405:2::/63\",\r\n \"2603:1026:2405:4::/62\",\r\n \"2603:1026:2405:8::/61\",\r\n \"2603:1026:2405:10::/60\",\r\n \"2603:1026:2405:20::/59\",\r\n \"2603:1026:2405:40::/58\",\r\n \"2603:1026:2405:80::/57\",\r\n \"2603:1026:2405:100::/56\",\r\n \"2603:1026:2405:200::/55\",\r\n \"2603:1026:2405:400::/54\",\r\n \"2603:1026:2405:800::/53\",\r\n \"2603:1026:2405:1000::/52\",\r\n \"2603:1026:2405:2000::/51\",\r\n \"2603:1026:2405:4000::/50\",\r\n \"2603:1026:2405:8000::/49\",\r\n \"2603:1061:1311:5800::/54\",\r\n \"2603:1061:171d::/48\",\r\n \"2603:1061:2000:680::/62\",\r\n \"2603:1061:2002:800::/56\",\r\n \"2603:1061:2004:7800::/56\",\r\n \"2603:1061:2010:19::/64\",\r\n \"2603:1062:c:14::/63\",\r\n \"2603:1063:420::/56\",\r\n \"2603:10a0:30c::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West India\",\r\n \"communityValue\": \"12076:51018\",\r\n \"communityPrefixes\": [\r\n \"4.187.64.0/18\",\r\n \"20.38.128.0/22\",\r\n \"20.38.132.0/28\",\r\n \"20.38.132.24/29\",\r\n \"20.38.132.32/27\",\r\n \"20.38.132.64/26\",\r\n \"20.38.132.128/25\",\r\n \"20.38.133.0/24\",\r\n \"20.38.134.0/23\",\r\n \"20.40.8.0/21\",\r\n \"20.60.106.0/24\",\r\n \"20.60.216.0/23\",\r\n \"20.150.18.128/25\",\r\n \"20.150.43.0/25\",\r\n \"20.150.106.0/24\",\r\n \"20.192.64.0/19\",\r\n \"20.207.128.0/18\",\r\n \"40.64.146.0/28\",\r\n \"40.64.173.0/25\",\r\n \"40.79.219.0/24\",\r\n \"40.81.80.0/20\",\r\n \"40.87.220.0/22\",\r\n \"52.136.16.0/24\",\r\n \"52.136.32.0/19\",\r\n \"52.140.128.0/18\",\r\n \"52.183.128.0/18\",\r\n \"52.239.135.192/26\",\r\n \"52.239.187.128/25\",\r\n \"52.245.76.0/22\",\r\n \"52.249.64.0/19\",\r\n \"104.47.212.0/23\",\r\n \"104.211.128.0/20\",\r\n \"104.211.144.0/23\",\r\n \"104.211.146.0/24\",\r\n \"104.211.147.0/25\",\r\n \"104.211.147.128/27\",\r\n \"104.211.147.192/26\",\r\n \"104.211.148.0/22\",\r\n \"104.211.152.0/21\",\r\n \"104.211.160.0/19\",\r\n \"151.206.48.64/27\",\r\n \"151.206.72.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West India IPv6\",\r\n \"communityValue\": \"12076:51018\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:800::/46\",\r\n \"2603:1040:806::/47\",\r\n \"2603:1046:1408::800/117\",\r\n \"2603:1046:1408::1000/116\",\r\n \"2603:1046:1408::2000/115\",\r\n \"2603:1046:1408::4000/114\",\r\n \"2603:1046:1408::8000/113\",\r\n \"2603:1046:1408::1:0/112\",\r\n \"2603:1046:1408::2:0/111\",\r\n \"2603:1046:1408::4:0/110\",\r\n \"2603:1046:1408::8:0/109\",\r\n \"2603:1046:1408::10:0/108\",\r\n \"2603:1046:1408::20:0/107\",\r\n \"2603:1046:1408::40:0/106\",\r\n \"2603:1046:1408::80:0/105\",\r\n \"2603:1046:1408::100:0/104\",\r\n \"2603:1046:1408::200:0/103\",\r\n \"2603:1046:1408::400:0/102\",\r\n \"2603:1046:1408::800:0/101\",\r\n \"2603:1046:1408::1000:0/100\",\r\n \"2603:1046:1408::2000:0/99\",\r\n \"2603:1046:1408::4000:0/98\",\r\n \"2603:1046:1408::8000:0/97\",\r\n \"2603:1046:1408::1:0:0/96\",\r\n \"2603:1046:1408::2:0:0/95\",\r\n \"2603:1046:1408::4:0:0/94\",\r\n \"2603:1046:1408::8:0:0/93\",\r\n \"2603:1046:1408::10:0:0/92\",\r\n \"2603:1046:1408::20:0:0/91\",\r\n \"2603:1046:1408::40:0:0/90\",\r\n \"2603:1046:1408::80:0:0/89\",\r\n \"2603:1046:1408::100:0:0/88\",\r\n \"2603:1046:1408::200:0:0/87\",\r\n \"2603:1046:1408::400:0:0/86\",\r\n \"2603:1046:1408::800:0:0/85\",\r\n \"2603:1046:1408::1000:0:0/84\",\r\n \"2603:1046:1408::2000:0:0/83\",\r\n \"2603:1046:1408::4000:0:0/82\",\r\n \"2603:1046:1408::8000:0:0/81\",\r\n \"2603:1046:1408:0:1::/80\",\r\n \"2603:1046:1408:0:2::/79\",\r\n \"2603:1046:1408:0:4::/78\",\r\n \"2603:1046:1408:0:8::/77\",\r\n \"2603:1046:1408:0:10::/76\",\r\n \"2603:1046:1408:0:20::/75\",\r\n \"2603:1046:1408:0:40::/74\",\r\n \"2603:1046:1408:0:80::/73\",\r\n \"2603:1046:1408:0:100::/72\",\r\n \"2603:1046:1408:0:200::/71\",\r\n \"2603:1046:1408:0:400::/70\",\r\n \"2603:1046:1408:0:800::/69\",\r\n \"2603:1046:1408:0:1000::/68\",\r\n \"2603:1046:1408:0:2000::/67\",\r\n \"2603:1046:1408:0:4000::/66\",\r\n \"2603:1046:1408:0:8000::/65\",\r\n \"2603:1046:1408:1::800/117\",\r\n \"2603:1046:1408:1::1000/116\",\r\n \"2603:1046:1408:1::2000/115\",\r\n \"2603:1046:1408:1::4000/114\",\r\n \"2603:1046:1408:1::8000/113\",\r\n \"2603:1046:1408:1::1:0/112\",\r\n \"2603:1046:1408:1::2:0/111\",\r\n \"2603:1046:1408:1::4:0/110\",\r\n \"2603:1046:1408:1::8:0/109\",\r\n \"2603:1046:1408:1::10:0/108\",\r\n \"2603:1046:1408:1::20:0/107\",\r\n \"2603:1046:1408:1::40:0/106\",\r\n \"2603:1046:1408:1::80:0/105\",\r\n \"2603:1046:1408:1::100:0/104\",\r\n \"2603:1046:1408:1::200:0/103\",\r\n \"2603:1046:1408:1::400:0/102\",\r\n \"2603:1046:1408:1::800:0/101\",\r\n \"2603:1046:1408:1::1000:0/100\",\r\n \"2603:1046:1408:1::2000:0/99\",\r\n \"2603:1046:1408:1::4000:0/98\",\r\n \"2603:1046:1408:1::8000:0/97\",\r\n \"2603:1046:1408:1:0:1::/96\",\r\n \"2603:1046:1408:1:0:2::/95\",\r\n \"2603:1046:1408:1:0:4::/94\",\r\n \"2603:1046:1408:1:0:8::/93\",\r\n \"2603:1046:1408:1:0:10::/92\",\r\n \"2603:1046:1408:1:0:20::/91\",\r\n \"2603:1046:1408:1:0:40::/90\",\r\n \"2603:1046:1408:1:0:80::/89\",\r\n \"2603:1046:1408:1:0:100::/88\",\r\n \"2603:1046:1408:1:0:200::/87\",\r\n \"2603:1046:1408:1:0:400::/86\",\r\n \"2603:1046:1408:1:0:800::/85\",\r\n \"2603:1046:1408:1:0:1000::/84\",\r\n \"2603:1046:1408:1:0:2000::/83\",\r\n \"2603:1046:1408:1:0:4000::/82\",\r\n \"2603:1046:1408:1:0:8000::/81\",\r\n \"2603:1046:1408:1:1::/80\",\r\n \"2603:1046:1408:1:2::/79\",\r\n \"2603:1046:1408:1:4::/78\",\r\n \"2603:1046:1408:1:8::/77\",\r\n \"2603:1046:1408:1:10::/76\",\r\n \"2603:1046:1408:1:20::/75\",\r\n \"2603:1046:1408:1:40::/74\",\r\n \"2603:1046:1408:1:80::/73\",\r\n \"2603:1046:1408:1:100::/72\",\r\n \"2603:1046:1408:1:200::/71\",\r\n \"2603:1046:1408:1:400::/70\",\r\n \"2603:1046:1408:1:800::/69\",\r\n \"2603:1046:1408:1:1000::/68\",\r\n \"2603:1046:1408:1:2000::/67\",\r\n \"2603:1046:1408:1:4000::/66\",\r\n \"2603:1046:1408:1:8000::/65\",\r\n \"2603:1046:1408:2::/63\",\r\n \"2603:1046:1408:4::/62\",\r\n \"2603:1046:1408:8::/61\",\r\n \"2603:1046:1408:10::/60\",\r\n \"2603:1046:1408:20::/59\",\r\n \"2603:1046:1408:40::/58\",\r\n \"2603:1046:1408:80::/57\",\r\n \"2603:1046:1408:100::/56\",\r\n \"2603:1046:1408:200::/55\",\r\n \"2603:1046:1408:400::/54\",\r\n \"2603:1046:1408:800::/53\",\r\n \"2603:1046:1408:1000::/52\",\r\n \"2603:1046:1408:2000::/51\",\r\n \"2603:1046:1408:4000::/50\",\r\n \"2603:1046:1408:8000::/49\",\r\n \"2603:1061:1310:4400::/54\",\r\n \"2603:1061:171e::/48\",\r\n \"2603:1061:2010:1a::/64\",\r\n \"2603:1062:c:12::/63\",\r\n \"2603:1063:421::/56\",\r\n \"2603:1090:204::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US\",\r\n \"communityValue\": \"12076:51006\",\r\n \"communityPrefixes\": [\r\n \"4.150.224.0/20\",\r\n \"4.150.240.0/21\",\r\n \"4.150.248.0/22\",\r\n \"4.150.252.0/24\",\r\n \"4.150.253.0/26\",\r\n \"4.150.253.64/27\",\r\n \"4.150.253.112/28\",\r\n \"4.150.253.128/25\",\r\n \"4.150.254.0/23\",\r\n \"13.64.0.0/16\",\r\n \"13.73.32.0/19\",\r\n \"13.83.0.0/18\",\r\n \"13.83.64.0/24\",\r\n \"13.83.65.0/27\",\r\n \"13.83.65.32/29\",\r\n \"13.83.65.40/31\",\r\n \"13.83.65.42/32\",\r\n \"13.83.65.44/30\",\r\n \"13.83.65.48/28\",\r\n \"13.83.65.64/27\",\r\n \"13.83.65.96/28\",\r\n \"13.83.65.112/29\",\r\n \"13.83.65.120/31\",\r\n \"13.83.65.122/32\",\r\n \"13.83.65.124/30\",\r\n \"13.83.65.128/25\",\r\n \"13.83.66.0/23\",\r\n \"13.83.68.0/22\",\r\n \"13.83.72.0/21\",\r\n \"13.83.80.0/20\",\r\n \"13.83.96.0/20\",\r\n \"13.83.112.0/21\",\r\n \"13.83.120.0/22\",\r\n \"13.83.124.0/24\",\r\n \"13.83.126.0/23\",\r\n \"13.83.128.0/17\",\r\n \"13.86.128.0/18\",\r\n \"13.86.192.0/20\",\r\n \"13.86.208.0/21\",\r\n \"13.86.216.0/23\",\r\n \"13.86.218.0/24\",\r\n \"13.86.219.32/27\",\r\n \"13.86.219.64/26\",\r\n \"13.86.219.128/25\",\r\n \"13.86.220.0/23\",\r\n \"13.86.222.0/24\",\r\n \"13.86.223.0/26\",\r\n \"13.86.223.64/27\",\r\n \"13.86.223.128/25\",\r\n \"13.86.224.0/19\",\r\n \"13.87.128.0/17\",\r\n \"13.88.0.0/17\",\r\n \"13.88.128.0/18\",\r\n \"13.91.0.0/16\",\r\n \"13.93.128.0/17\",\r\n \"20.43.192.0/18\",\r\n \"20.49.120.0/21\",\r\n \"20.57.192.0/19\",\r\n \"20.59.64.0/18\",\r\n \"20.60.1.0/24\",\r\n \"20.60.34.0/23\",\r\n \"20.60.44.128/25\",\r\n \"20.60.52.0/23\",\r\n \"20.60.80.0/23\",\r\n \"20.60.137.0/24\",\r\n \"20.60.168.0/23\",\r\n \"20.60.230.0/23\",\r\n \"20.60.232.0/23\",\r\n \"20.66.0.0/23\",\r\n \"20.66.2.0/27\",\r\n \"20.66.2.64/26\",\r\n \"20.66.2.128/25\",\r\n \"20.66.3.0/28\",\r\n \"20.66.3.32/27\",\r\n \"20.66.3.64/26\",\r\n \"20.66.3.128/25\",\r\n \"20.66.4.0/24\",\r\n \"20.66.5.0/27\",\r\n \"20.66.5.32/29\",\r\n \"20.66.5.64/27\",\r\n \"20.66.5.128/25\",\r\n \"20.66.6.0/23\",\r\n \"20.66.8.0/21\",\r\n \"20.66.16.0/20\",\r\n \"20.66.32.0/19\",\r\n \"20.66.64.0/18\",\r\n \"20.95.1.0/24\",\r\n \"20.95.32.0/24\",\r\n \"20.95.52.0/24\",\r\n \"20.112.184.0/21\",\r\n \"20.125.240.0/20\",\r\n \"20.136.6.0/24\",\r\n \"20.136.7.0/25\",\r\n \"20.150.34.0/23\",\r\n \"20.150.91.0/24\",\r\n \"20.150.102.0/24\",\r\n \"20.168.128.0/19\",\r\n \"20.168.160.0/21\",\r\n \"20.184.128.0/17\",\r\n \"20.189.128.0/18\",\r\n \"20.201.147.0/24\",\r\n \"20.201.148.0/24\",\r\n \"20.202.22.0/24\",\r\n \"20.202.25.0/24\",\r\n \"20.202.26.0/23\",\r\n \"20.202.28.0/23\",\r\n \"20.202.30.0/24\",\r\n \"20.202.105.0/24\",\r\n \"20.202.109.0/24\",\r\n \"20.202.113.0/24\",\r\n \"20.202.117.0/24\",\r\n \"20.202.129.0/24\",\r\n \"20.202.133.0/24\",\r\n \"20.202.137.0/24\",\r\n \"20.202.209.0/24\",\r\n \"20.202.210.0/24\",\r\n \"20.209.102.0/23\",\r\n \"20.209.180.0/23\",\r\n \"20.228.64.0/18\",\r\n \"20.237.128.0/17\",\r\n \"20.245.0.0/16\",\r\n \"20.253.128.0/17\",\r\n \"23.99.0.0/18\",\r\n \"23.99.64.0/19\",\r\n \"23.100.32.0/20\",\r\n \"23.101.192.0/20\",\r\n \"40.64.146.176/28\",\r\n \"40.64.173.128/25\",\r\n \"40.65.0.0/18\",\r\n \"40.75.128.0/17\",\r\n \"40.78.0.0/18\",\r\n \"40.78.64.0/19\",\r\n \"40.78.96.0/22\",\r\n \"40.78.100.0/23\",\r\n \"40.78.102.0/24\",\r\n \"40.78.103.0/25\",\r\n \"40.78.103.128/27\",\r\n \"40.78.103.160/29\",\r\n \"40.78.103.168/30\",\r\n \"40.78.103.173/32\",\r\n \"40.78.103.174/31\",\r\n \"40.78.103.176/28\",\r\n \"40.78.103.192/26\",\r\n \"40.78.104.0/23\",\r\n \"40.78.106.0/26\",\r\n \"40.78.106.64/28\",\r\n \"40.78.106.80/29\",\r\n \"40.78.106.88/30\",\r\n \"40.78.106.92/31\",\r\n \"40.78.106.94/32\",\r\n \"40.78.106.96/27\",\r\n \"40.78.106.128/25\",\r\n \"40.78.107.0/24\",\r\n \"40.78.108.0/22\",\r\n \"40.78.112.0/20\",\r\n \"40.78.216.0/24\",\r\n \"40.80.152.0/21\",\r\n \"40.81.0.0/21\",\r\n \"40.81.8.0/22\",\r\n \"40.81.12.0/23\",\r\n \"40.81.14.0/29\",\r\n \"40.81.14.8/31\",\r\n \"40.81.14.11/32\",\r\n \"40.81.14.12/30\",\r\n \"40.81.14.16/28\",\r\n \"40.81.14.32/27\",\r\n \"40.81.14.64/26\",\r\n \"40.81.14.128/25\",\r\n \"40.81.15.0/24\",\r\n \"40.82.248.0/21\",\r\n \"40.83.128.0/19\",\r\n \"40.83.160.0/20\",\r\n \"40.83.176.0/21\",\r\n \"40.83.184.0/23\",\r\n \"40.83.186.0/24\",\r\n \"40.83.187.0/25\",\r\n \"40.83.187.128/26\",\r\n \"40.83.187.192/27\",\r\n \"40.83.187.224/28\",\r\n \"40.83.187.240/30\",\r\n \"40.83.187.244/32\",\r\n \"40.83.187.246/31\",\r\n \"40.83.187.248/29\",\r\n \"40.83.188.0/22\",\r\n \"40.83.192.0/18\",\r\n \"40.85.144.0/20\",\r\n \"40.86.160.0/19\",\r\n \"40.87.160.0/22\",\r\n \"40.112.128.0/18\",\r\n \"40.112.192.0/19\",\r\n \"40.112.224.0/20\",\r\n \"40.112.240.0/22\",\r\n \"40.112.246.0/24\",\r\n \"40.112.247.128/25\",\r\n \"40.112.248.0/21\",\r\n \"40.118.128.0/18\",\r\n \"40.118.192.0/19\",\r\n \"40.118.224.0/23\",\r\n \"40.118.226.0/24\",\r\n \"40.118.227.0/27\",\r\n \"40.118.227.32/28\",\r\n \"40.118.227.48/32\",\r\n \"40.118.227.50/31\",\r\n \"40.118.227.52/30\",\r\n \"40.118.227.56/29\",\r\n \"40.118.227.64/26\",\r\n \"40.118.227.128/25\",\r\n \"40.118.228.0/22\",\r\n \"40.118.232.0/21\",\r\n \"40.118.240.0/20\",\r\n \"40.123.152.0/22\",\r\n \"40.125.32.0/19\",\r\n \"52.120.96.0/19\",\r\n \"52.121.36.0/22\",\r\n \"52.137.128.0/17\",\r\n \"52.153.0.0/18\",\r\n \"52.155.32.0/19\",\r\n \"52.157.0.0/18\",\r\n \"52.159.128.0/17\",\r\n \"52.160.0.0/19\",\r\n \"52.160.32.0/24\",\r\n \"52.160.33.0/27\",\r\n \"52.160.33.32/28\",\r\n \"52.160.33.48/29\",\r\n \"52.160.33.56/32\",\r\n \"52.160.33.58/31\",\r\n \"52.160.33.60/30\",\r\n \"52.160.33.64/26\",\r\n \"52.160.33.128/25\",\r\n \"52.160.34.0/23\",\r\n \"52.160.36.0/22\",\r\n \"52.160.40.0/21\",\r\n \"52.160.48.0/20\",\r\n \"52.160.64.0/19\",\r\n \"52.160.96.0/22\",\r\n \"52.160.100.0/30\",\r\n \"52.160.100.4/32\",\r\n \"52.160.100.6/31\",\r\n \"52.160.100.8/29\",\r\n \"52.160.100.16/28\",\r\n \"52.160.100.32/27\",\r\n \"52.160.100.64/26\",\r\n \"52.160.100.128/25\",\r\n \"52.160.101.0/24\",\r\n \"52.160.102.0/23\",\r\n \"52.160.104.0/21\",\r\n \"52.160.112.0/20\",\r\n \"52.160.128.0/17\",\r\n \"52.180.0.0/17\",\r\n \"52.190.128.0/17\",\r\n \"52.225.0.0/17\",\r\n \"52.232.149.0/24\",\r\n \"52.234.0.0/17\",\r\n \"52.238.0.0/18\",\r\n \"52.239.0.0/17\",\r\n \"52.239.148.32/27\",\r\n \"52.239.160.0/22\",\r\n \"52.239.165.64/26\",\r\n \"52.239.165.128/27\",\r\n \"52.239.228.0/23\",\r\n \"52.239.254.0/23\",\r\n \"52.241.0.0/16\",\r\n \"52.245.12.0/22\",\r\n \"52.245.108.0/22\",\r\n \"52.246.0.0/17\",\r\n \"52.248.128.0/17\",\r\n \"52.250.192.0/18\",\r\n \"52.254.128.0/17\",\r\n \"57.150.8.0/26\",\r\n \"57.150.8.64/27\",\r\n \"57.150.8.96/28\",\r\n \"57.150.16.128/25\",\r\n \"57.150.18.0/26\",\r\n \"57.150.18.64/28\",\r\n \"65.52.112.0/20\",\r\n \"68.220.32.0/19\",\r\n \"104.40.0.0/17\",\r\n \"104.42.0.0/17\",\r\n \"104.42.128.0/20\",\r\n \"104.42.144.0/22\",\r\n \"104.42.148.0/24\",\r\n \"104.42.149.0/26\",\r\n \"104.42.149.64/27\",\r\n \"104.42.149.96/28\",\r\n \"104.42.149.112/31\",\r\n \"104.42.149.115/32\",\r\n \"104.42.149.116/30\",\r\n \"104.42.149.120/29\",\r\n \"104.42.149.128/25\",\r\n \"104.42.150.0/23\",\r\n \"104.42.152.0/21\",\r\n \"104.42.160.0/19\",\r\n \"104.42.192.0/18\",\r\n \"104.45.208.0/20\",\r\n \"104.45.224.0/19\",\r\n \"104.209.0.0/18\",\r\n \"104.210.32.0/19\",\r\n \"137.116.184.0/21\",\r\n \"137.117.0.0/19\",\r\n \"137.135.0.0/18\",\r\n \"138.91.64.0/19\",\r\n \"138.91.128.0/17\",\r\n \"151.206.50.128/27\",\r\n \"151.206.91.128/25\",\r\n \"151.206.92.0/23\",\r\n \"157.56.160.0/21\",\r\n \"168.61.0.0/19\",\r\n \"168.61.64.0/20\",\r\n \"168.62.0.0/19\",\r\n \"168.62.192.0/19\",\r\n \"168.63.88.0/23\",\r\n \"172.178.128.0/17\",\r\n \"172.184.0.0/15\",\r\n \"191.236.64.0/18\",\r\n \"191.238.70.0/23\",\r\n \"191.239.0.0/18\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US IPv6\",\r\n \"communityValue\": \"12076:51006\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:a00::/46\",\r\n \"2603:1030:a04::/48\",\r\n \"2603:1030:a07::/48\",\r\n \"2603:1030:a08::/48\",\r\n \"2603:1030:a09::/56\",\r\n \"2603:1030:a09:100::/63\",\r\n \"2603:1030:a0a::/47\",\r\n \"2603:1030:a0c::/48\",\r\n \"2603:1061:1312:2402::/63\",\r\n \"2603:1061:1312:2404::/62\",\r\n \"2603:1061:1312:2408::/61\",\r\n \"2603:1061:1312:2410::/60\",\r\n \"2603:1061:1312:2420::/59\",\r\n \"2603:1061:1312:2440::/58\",\r\n \"2603:1061:1312:2480::/57\",\r\n \"2603:1061:1312:2500::/56\",\r\n \"2603:1061:1312:2600::/55\",\r\n \"2603:1061:171f::/48\",\r\n \"2603:1061:2000:1::/64\",\r\n \"2603:1061:2000:3::/64\",\r\n \"2603:1061:2000:110::/60\",\r\n \"2603:1061:2000:548::/62\",\r\n \"2603:1061:2002:100::/56\",\r\n \"2603:1061:2004:7100::/56\",\r\n \"2603:1061:2010:1b::/64\",\r\n \"2603:1062:2:200::/57\",\r\n \"2603:1062:c:24::/63\",\r\n \"2603:10b0:b11::/60\",\r\n \"2603:10b0:b11:12::/64\",\r\n \"2a01:111:f100:3000::/52\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 2\",\r\n \"communityValue\": \"12076:51026\",\r\n \"communityPrefixes\": [\r\n \"4.149.64.0/19\",\r\n \"4.149.128.0/17\",\r\n \"4.154.0.0/15\",\r\n \"4.242.0.0/17\",\r\n \"4.246.0.0/17\",\r\n \"13.66.128.0/21\",\r\n \"13.66.136.0/23\",\r\n \"13.66.138.0/25\",\r\n \"13.66.139.0/24\",\r\n \"13.66.140.0/24\",\r\n \"13.66.141.0/26\",\r\n \"13.66.141.96/27\",\r\n \"13.66.141.128/25\",\r\n \"13.66.142.0/23\",\r\n \"13.66.144.0/24\",\r\n \"13.66.145.0/26\",\r\n \"13.66.145.64/29\",\r\n \"13.66.145.80/28\",\r\n \"13.66.145.96/27\",\r\n \"13.66.145.128/25\",\r\n \"13.66.146.0/23\",\r\n \"13.66.148.0/22\",\r\n \"13.66.152.0/21\",\r\n \"13.66.160.0/19\",\r\n \"13.66.192.0/18\",\r\n \"13.77.128.0/18\",\r\n \"20.3.0.0/16\",\r\n \"20.9.128.0/17\",\r\n \"20.29.128.0/17\",\r\n \"20.36.0.0/19\",\r\n \"20.38.99.0/24\",\r\n \"20.42.128.0/19\",\r\n \"20.42.160.0/23\",\r\n \"20.42.168.0/21\",\r\n \"20.42.176.0/20\",\r\n \"20.51.8.0/24\",\r\n \"20.51.9.0/26\",\r\n \"20.51.9.64/28\",\r\n \"20.51.9.96/27\",\r\n \"20.51.9.128/25\",\r\n \"20.51.10.0/23\",\r\n \"20.51.12.0/23\",\r\n \"20.51.14.0/26\",\r\n \"20.51.14.64/29\",\r\n \"20.51.14.74/31\",\r\n \"20.51.14.76/30\",\r\n \"20.51.14.80/28\",\r\n \"20.51.14.96/27\",\r\n \"20.51.14.128/25\",\r\n \"20.51.15.0/24\",\r\n \"20.51.64.0/18\",\r\n \"20.57.128.0/18\",\r\n \"20.59.0.0/18\",\r\n \"20.60.20.0/24\",\r\n \"20.60.68.0/22\",\r\n \"20.60.152.0/23\",\r\n \"20.60.228.0/23\",\r\n \"20.64.128.0/17\",\r\n \"20.69.64.0/18\",\r\n \"20.69.128.0/18\",\r\n \"20.72.192.0/18\",\r\n \"20.80.128.0/18\",\r\n \"20.83.64.0/18\",\r\n \"20.83.192.0/18\",\r\n \"20.94.192.0/18\",\r\n \"20.95.3.0/24\",\r\n \"20.95.37.0/24\",\r\n \"20.95.38.0/23\",\r\n \"20.98.64.0/18\",\r\n \"20.99.128.0/17\",\r\n \"20.109.128.0/18\",\r\n \"20.112.0.0/17\",\r\n \"20.114.0.0/18\",\r\n \"20.115.128.0/17\",\r\n \"20.120.128.0/17\",\r\n \"20.125.0.0/18\",\r\n \"20.150.68.0/24\",\r\n \"20.150.78.0/24\",\r\n \"20.150.87.0/24\",\r\n \"20.150.107.0/24\",\r\n \"20.187.0.0/18\",\r\n \"20.190.0.0/18\",\r\n \"20.191.64.0/18\",\r\n \"20.201.223.0/24\",\r\n \"20.201.231.0/24\",\r\n \"20.202.23.0/24\",\r\n \"20.209.100.0/23\",\r\n \"20.209.154.0/23\",\r\n \"20.209.186.0/23\",\r\n \"20.230.128.0/17\",\r\n \"20.236.0.0/18\",\r\n \"20.252.0.0/17\",\r\n \"23.98.47.0/24\",\r\n \"23.102.192.0/21\",\r\n \"23.102.203.0/24\",\r\n \"40.64.64.0/18\",\r\n \"40.64.128.0/21\",\r\n \"40.64.145.160/28\",\r\n \"40.64.174.0/25\",\r\n \"40.65.64.0/18\",\r\n \"40.78.208.32/30\",\r\n \"40.78.217.0/24\",\r\n \"40.78.240.0/23\",\r\n \"40.78.242.128/25\",\r\n \"40.78.243.0/24\",\r\n \"40.78.244.0/22\",\r\n \"40.78.248.0/21\",\r\n \"40.80.160.0/24\",\r\n \"40.82.36.0/22\",\r\n \"40.87.232.0/21\",\r\n \"40.90.192.0/19\",\r\n \"40.91.0.0/22\",\r\n \"40.91.64.0/18\",\r\n \"40.91.160.0/19\",\r\n \"40.123.160.0/22\",\r\n \"40.125.64.0/18\",\r\n \"51.141.160.0/19\",\r\n \"51.143.0.0/17\",\r\n \"52.121.166.0/24\",\r\n \"52.136.0.0/22\",\r\n \"52.137.64.0/19\",\r\n \"52.137.96.0/25\",\r\n \"52.137.96.128/26\",\r\n \"52.137.96.192/27\",\r\n \"52.137.96.225/32\",\r\n \"52.137.96.226/31\",\r\n \"52.137.96.228/30\",\r\n \"52.137.96.232/29\",\r\n \"52.137.96.240/28\",\r\n \"52.137.97.0/24\",\r\n \"52.137.98.0/23\",\r\n \"52.137.100.0/22\",\r\n \"52.137.104.0/21\",\r\n \"52.137.112.0/20\",\r\n \"52.143.64.0/20\",\r\n \"52.143.80.0/24\",\r\n \"52.143.81.0/26\",\r\n \"52.143.81.64/29\",\r\n \"52.143.81.72/30\",\r\n \"52.143.81.76/32\",\r\n \"52.143.81.78/31\",\r\n \"52.143.81.80/28\",\r\n \"52.143.81.96/27\",\r\n \"52.143.81.128/25\",\r\n \"52.143.82.0/23\",\r\n \"52.143.84.0/22\",\r\n \"52.143.88.0/21\",\r\n \"52.143.96.0/19\",\r\n \"52.143.197.0/24\",\r\n \"52.143.211.0/24\",\r\n \"52.148.128.0/18\",\r\n \"52.149.0.0/20\",\r\n \"52.149.16.0/22\",\r\n \"52.149.20.0/24\",\r\n \"52.149.21.0/27\",\r\n \"52.149.21.32/28\",\r\n \"52.149.21.48/29\",\r\n \"52.149.21.56/30\",\r\n \"52.149.21.61/32\",\r\n \"52.149.21.62/31\",\r\n \"52.149.21.64/26\",\r\n \"52.149.21.128/25\",\r\n \"52.149.22.0/23\",\r\n \"52.149.24.0/21\",\r\n \"52.149.32.0/19\",\r\n \"52.151.0.0/18\",\r\n \"52.156.64.0/18\",\r\n \"52.156.128.0/19\",\r\n \"52.158.224.0/19\",\r\n \"52.175.192.0/18\",\r\n \"52.183.0.0/17\",\r\n \"52.191.128.0/18\",\r\n \"52.229.0.0/18\",\r\n \"52.232.152.0/24\",\r\n \"52.233.64.0/18\",\r\n \"52.235.64.0/18\",\r\n \"52.239.148.128/25\",\r\n \"52.239.176.128/25\",\r\n \"52.239.193.0/24\",\r\n \"52.239.210.0/23\",\r\n \"52.239.236.0/23\",\r\n \"52.245.52.0/22\",\r\n \"52.246.192.0/18\",\r\n \"52.247.192.0/18\",\r\n \"52.250.0.0/17\",\r\n \"65.52.111.0/24\",\r\n \"65.55.32.128/28\",\r\n \"65.55.32.192/27\",\r\n \"65.55.32.224/28\",\r\n \"65.55.33.176/28\",\r\n \"65.55.33.192/28\",\r\n \"65.55.35.192/27\",\r\n \"70.37.0.0/21\",\r\n \"70.37.8.0/22\",\r\n \"70.37.16.0/20\",\r\n \"70.37.32.0/20\",\r\n \"137.116.176.0/21\",\r\n \"151.206.50.64/27\",\r\n \"151.206.87.0/24\",\r\n \"151.206.88.0/24\",\r\n \"157.55.39.0/24\",\r\n \"157.56.19.224/27\",\r\n \"157.56.21.160/27\",\r\n \"157.56.21.192/27\",\r\n \"168.62.64.0/19\",\r\n \"172.171.96.0/19\",\r\n \"172.179.0.0/16\",\r\n \"207.46.13.0/24\",\r\n \"209.240.212.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 2 IPv6\",\r\n \"communityValue\": \"12076:51026\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:c00::/48\",\r\n \"2603:1030:c02::/47\",\r\n \"2603:1030:c04::/48\",\r\n \"2603:1030:c06::/48\",\r\n \"2603:1030:d00::/47\",\r\n \"2603:1061:1312:2800::/54\",\r\n \"2603:1061:1720::/48\",\r\n \"2603:1061:2010:1c::/64\",\r\n \"2603:1062:c:20::/63\",\r\n \"2603:1063:422::/56\",\r\n \"2603:10b0:d0a::/62\",\r\n \"2603:10b0:d0a:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 3\",\r\n \"communityValue\": \"12076:51044\",\r\n \"communityPrefixes\": [\r\n \"4.148.0.0/16\",\r\n \"4.149.0.0/18\",\r\n \"4.227.0.0/17\",\r\n \"4.236.0.0/17\",\r\n \"4.242.128.0/17\",\r\n \"4.249.0.0/17\",\r\n \"20.14.0.0/17\",\r\n \"20.17.72.0/21\",\r\n \"20.18.184.0/21\",\r\n \"20.25.128.0/18\",\r\n \"20.38.0.0/20\",\r\n \"20.38.32.0/20\",\r\n \"20.38.160.0/20\",\r\n \"20.40.24.0/21\",\r\n \"20.60.14.0/24\",\r\n \"20.60.38.0/23\",\r\n \"20.60.162.0/23\",\r\n \"20.95.30.0/24\",\r\n \"20.106.64.0/18\",\r\n \"20.118.128.0/18\",\r\n \"20.125.64.0/18\",\r\n \"20.125.128.0/19\",\r\n \"20.150.30.0/24\",\r\n \"20.150.128.0/19\",\r\n \"20.150.160.0/21\",\r\n \"20.150.168.0/22\",\r\n \"20.150.172.0/27\",\r\n \"20.150.172.40/29\",\r\n \"20.150.172.48/28\",\r\n \"20.150.172.64/26\",\r\n \"20.150.172.128/25\",\r\n \"20.150.173.0/24\",\r\n \"20.150.174.0/23\",\r\n \"20.150.176.0/20\",\r\n \"20.150.192.0/19\",\r\n \"20.150.224.0/20\",\r\n \"20.150.240.0/22\",\r\n \"20.150.244.0/24\",\r\n \"20.150.245.56/29\",\r\n \"20.150.245.64/26\",\r\n \"20.150.245.128/25\",\r\n \"20.150.246.0/23\",\r\n \"20.150.248.0/21\",\r\n \"20.163.0.0/17\",\r\n \"20.168.0.0/17\",\r\n \"20.169.0.0/17\",\r\n \"20.171.0.0/16\",\r\n \"20.172.0.0/17\",\r\n \"20.209.4.0/23\",\r\n \"20.209.92.0/23\",\r\n \"20.209.138.0/23\",\r\n \"20.209.190.0/23\",\r\n \"20.209.244.0/23\",\r\n \"40.64.146.192/28\",\r\n \"40.64.184.0/25\",\r\n \"40.119.88.0/22\",\r\n \"40.126.202.0/24\",\r\n \"52.253.182.0/23\",\r\n \"52.253.184.0/24\",\r\n \"57.150.13.176/28\",\r\n \"57.150.13.192/26\",\r\n \"57.150.14.0/23\",\r\n \"57.150.16.0/25\",\r\n \"57.150.20.16/28\",\r\n \"57.150.20.32/27\",\r\n \"57.150.20.64/26\",\r\n \"57.150.20.128/25\",\r\n \"172.173.16.0/20\",\r\n \"172.180.0.0/15\",\r\n \"172.182.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 3 IPv6\",\r\n \"communityValue\": \"12076:51044\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:500::/47\",\r\n \"2603:1030:504::/47\",\r\n \"2603:1061:1312:2c00::/54\",\r\n \"2603:1061:1730::/48\",\r\n \"2603:1061:2010:30::/64\",\r\n \"2603:1063:423::/56\",\r\n \"2603:10b0:a01::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central\",\r\n \"communityValue\": \"12076:52032\",\r\n \"communityPrefixes\": [\r\n \"20.60.102.0/24\",\r\n \"20.60.214.0/23\",\r\n \"20.150.124.0/24\",\r\n \"52.239.216.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central IPv6\",\r\n \"communityValue\": \"12076:52032\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:305::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central 2\",\r\n \"communityValue\": \"12076:52033\",\r\n \"communityPrefixes\": [\r\n \"20.60.107.0/24\",\r\n \"20.150.103.0/24\",\r\n \"20.209.156.0/23\",\r\n \"52.239.218.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:52033\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:405::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia East\",\r\n \"communityValue\": \"12076:52015\",\r\n \"communityPrefixes\": [\r\n \"13.70.99.16/28\",\r\n \"13.70.99.48/28\",\r\n \"13.70.99.64/28\",\r\n \"13.72.235.64/28\",\r\n \"13.72.235.96/27\",\r\n \"13.72.235.144/28\",\r\n \"13.72.237.48/28\",\r\n \"13.72.237.64/28\",\r\n \"13.75.240.16/28\",\r\n \"13.75.240.32/28\",\r\n \"13.75.240.64/27\",\r\n \"20.38.112.0/23\",\r\n \"20.60.72.0/22\",\r\n \"20.60.182.0/23\",\r\n \"20.150.66.0/24\",\r\n \"20.150.92.0/24\",\r\n \"20.150.117.0/24\",\r\n \"20.209.164.0/23\",\r\n \"52.239.130.0/23\",\r\n \"52.239.226.0/24\",\r\n \"104.46.31.16/28\",\r\n \"191.238.66.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia East IPv6\",\r\n \"communityValue\": \"12076:52015\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:7::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Southeast\",\r\n \"communityValue\": \"12076:52016\",\r\n \"communityPrefixes\": [\r\n \"13.77.8.16/28\",\r\n \"13.77.8.32/28\",\r\n \"13.77.8.64/28\",\r\n \"13.77.8.96/28\",\r\n \"13.77.8.128/27\",\r\n \"13.77.8.160/28\",\r\n \"13.77.8.192/27\",\r\n \"20.60.32.0/23\",\r\n \"20.150.12.0/23\",\r\n \"20.150.119.0/24\",\r\n \"20.209.204.0/23\",\r\n \"52.239.132.0/23\",\r\n \"52.239.225.0/24\",\r\n \"191.239.192.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:52016\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:206::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Brazil South\",\r\n \"communityValue\": \"12076:52014\",\r\n \"communityPrefixes\": [\r\n \"20.60.36.0/23\",\r\n \"20.150.111.0/24\",\r\n \"20.209.12.0/23\",\r\n \"20.209.82.0/23\",\r\n \"20.209.232.0/23\",\r\n \"23.97.112.64/26\",\r\n \"191.232.216.32/27\",\r\n \"191.232.221.16/28\",\r\n \"191.232.221.32/28\",\r\n \"191.233.128.0/24\",\r\n \"191.235.248.0/23\",\r\n \"191.235.250.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Brazil South IPv6\",\r\n \"communityValue\": \"12076:52014\",\r\n \"communityPrefixes\": [\r\n \"2603:1050:7::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Brazil Southeast\",\r\n \"communityValue\": \"12076:52050\",\r\n \"communityPrefixes\": [\r\n \"20.150.73.0/24\",\r\n \"20.150.80.0/24\",\r\n \"20.150.123.0/24\",\r\n \"20.209.210.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada Central\",\r\n \"communityValue\": \"12076:52020\",\r\n \"communityPrefixes\": [\r\n \"20.38.114.0/25\",\r\n \"20.60.42.0/23\",\r\n \"20.60.242.0/23\",\r\n \"20.150.16.0/24\",\r\n \"20.150.31.0/24\",\r\n \"20.150.71.0/24\",\r\n \"20.150.100.0/24\",\r\n \"20.209.70.0/23\",\r\n \"20.209.168.0/23\",\r\n \"40.85.232.64/28\",\r\n \"40.85.232.96/28\",\r\n \"40.85.232.144/28\",\r\n \"40.85.235.32/27\",\r\n \"40.85.235.80/28\",\r\n \"40.85.235.96/28\",\r\n \"52.239.148.64/26\",\r\n \"52.239.189.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada Central IPv6\",\r\n \"communityValue\": \"12076:52020\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:f08::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada East\",\r\n \"communityValue\": \"12076:52021\",\r\n \"communityPrefixes\": [\r\n \"20.38.121.128/25\",\r\n \"20.60.142.0/23\",\r\n \"20.150.1.0/25\",\r\n \"20.150.40.128/25\",\r\n \"20.150.113.0/24\",\r\n \"20.209.64.0/23\",\r\n \"40.86.232.64/28\",\r\n \"40.86.232.96/28\",\r\n \"40.86.232.128/28\",\r\n \"40.86.232.176/28\",\r\n \"40.86.232.192/28\",\r\n \"52.229.80.64/27\",\r\n \"52.239.164.128/26\",\r\n \"52.239.190.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada East IPv6\",\r\n \"communityValue\": \"12076:52021\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:1006::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central India\",\r\n \"communityValue\": \"12076:52017\",\r\n \"communityPrefixes\": [\r\n \"20.38.126.0/23\",\r\n \"20.60.84.0/23\",\r\n \"20.150.114.0/24\",\r\n \"20.209.56.0/23\",\r\n \"20.209.172.0/23\",\r\n \"52.239.135.64/26\",\r\n \"52.239.202.0/24\",\r\n \"104.211.104.64/28\",\r\n \"104.211.104.96/28\",\r\n \"104.211.104.128/28\",\r\n \"104.211.109.0/28\",\r\n \"104.211.109.32/27\",\r\n \"104.211.109.80/28\",\r\n \"104.211.109.96/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central India IPv6\",\r\n \"communityValue\": \"12076:52017\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:a07::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"13.67.155.16/28\",\r\n \"20.38.96.0/23\",\r\n \"20.38.122.0/23\",\r\n \"20.60.18.0/24\",\r\n \"20.60.30.0/23\",\r\n \"20.60.178.0/23\",\r\n \"20.60.194.0/23\",\r\n \"20.60.240.0/23\",\r\n \"20.60.244.0/23\",\r\n \"20.150.43.128/25\",\r\n \"20.150.58.0/24\",\r\n \"20.150.63.0/24\",\r\n \"20.150.77.0/24\",\r\n \"20.150.89.0/24\",\r\n \"20.150.95.0/24\",\r\n \"20.209.18.0/23\",\r\n \"20.209.36.0/23\",\r\n \"20.209.98.0/23\",\r\n \"20.209.142.0/23\",\r\n \"20.209.184.0/23\",\r\n \"23.99.160.64/26\",\r\n \"23.99.160.192/28\",\r\n \"40.69.176.16/28\",\r\n \"40.83.24.16/28\",\r\n \"40.83.24.80/28\",\r\n \"40.122.96.16/28\",\r\n \"40.122.216.16/28\",\r\n \"52.165.104.16/28\",\r\n \"52.165.104.32/28\",\r\n \"52.165.104.64/27\",\r\n \"52.165.104.112/28\",\r\n \"52.165.136.32/28\",\r\n \"52.165.240.64/28\",\r\n \"52.173.152.64/28\",\r\n \"52.173.152.96/28\",\r\n \"52.176.224.64/28\",\r\n \"52.176.224.96/28\",\r\n \"52.180.184.16/28\",\r\n \"52.182.176.16/28\",\r\n \"52.182.176.32/28\",\r\n \"52.182.176.64/27\",\r\n \"52.185.56.80/28\",\r\n \"52.185.56.96/28\",\r\n \"52.185.56.144/28\",\r\n \"52.185.56.160/28\",\r\n \"52.185.112.16/28\",\r\n \"52.185.112.48/28\",\r\n \"52.185.112.112/28\",\r\n \"52.228.232.0/28\",\r\n \"52.230.240.16/28\",\r\n \"52.230.240.32/28\",\r\n \"52.230.240.64/27\",\r\n \"52.230.240.112/28\",\r\n \"52.230.240.128/28\",\r\n \"52.230.240.160/27\",\r\n \"52.238.200.32/27\",\r\n \"52.239.150.0/23\",\r\n \"52.239.177.32/27\",\r\n \"52.239.177.64/26\",\r\n \"52.239.177.128/25\",\r\n \"52.239.195.0/24\",\r\n \"52.239.234.0/23\",\r\n \"104.208.0.16/28\",\r\n \"104.208.0.48/28\",\r\n \"168.61.128.192/26\",\r\n \"168.61.129.0/25\",\r\n \"168.61.130.64/26\",\r\n \"168.61.130.128/25\",\r\n \"168.61.131.0/26\",\r\n \"168.61.131.128/25\",\r\n \"168.61.132.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US IPv6\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:11::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US EUAP\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"20.60.24.0/23\",\r\n \"20.150.23.0/24\",\r\n \"20.150.47.0/25\",\r\n \"20.209.124.0/23\",\r\n \"40.83.24.96/27\",\r\n \"52.165.104.144/28\",\r\n \"52.165.104.160/28\",\r\n \"52.185.112.80/28\",\r\n \"52.239.177.0/27\",\r\n \"52.239.238.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:12::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East Asia\",\r\n \"communityValue\": \"12076:52010\",\r\n \"communityPrefixes\": [\r\n \"20.60.86.0/23\",\r\n \"20.60.131.0/24\",\r\n \"20.60.254.0/23\",\r\n \"20.150.1.128/25\",\r\n \"20.150.22.0/24\",\r\n \"20.150.96.0/24\",\r\n \"20.209.166.0/23\",\r\n \"40.83.104.176/28\",\r\n \"40.83.104.208/28\",\r\n \"52.175.40.128/28\",\r\n \"52.175.112.16/28\",\r\n \"52.184.40.16/28\",\r\n \"52.184.40.32/28\",\r\n \"52.239.128.0/24\",\r\n \"52.239.224.0/24\",\r\n \"168.63.128.0/26\",\r\n \"168.63.128.128/25\",\r\n \"168.63.129.128/25\",\r\n \"168.63.130.0/26\",\r\n \"168.63.130.128/26\",\r\n \"168.63.131.0/26\",\r\n \"168.63.156.64/26\",\r\n \"168.63.156.192/26\",\r\n \"191.237.238.32/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East Asia IPv6\",\r\n \"communityValue\": \"12076:52010\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:208::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US\",\r\n \"communityValue\": \"12076:52004\",\r\n \"communityPrefixes\": [\r\n \"13.68.163.32/28\",\r\n \"13.68.165.64/28\",\r\n \"13.68.167.240/28\",\r\n \"13.82.33.32/28\",\r\n \"13.82.152.16/28\",\r\n \"13.82.152.48/28\",\r\n \"13.82.152.80/28\",\r\n \"20.38.98.0/24\",\r\n \"20.60.0.0/24\",\r\n \"20.60.2.0/23\",\r\n \"20.60.6.0/23\",\r\n \"20.60.60.0/22\",\r\n \"20.60.128.0/23\",\r\n \"20.60.134.0/23\",\r\n \"20.60.146.0/23\",\r\n \"20.60.220.0/23\",\r\n \"20.150.32.0/23\",\r\n \"20.150.90.0/24\",\r\n \"20.209.0.0/23\",\r\n \"20.209.40.0/23\",\r\n \"20.209.52.0/23\",\r\n \"20.209.74.0/23\",\r\n \"20.209.84.0/23\",\r\n \"20.209.106.0/23\",\r\n \"20.209.146.0/23\",\r\n \"20.209.162.0/23\",\r\n \"20.209.226.0/23\",\r\n \"23.96.64.64/26\",\r\n \"40.71.104.16/28\",\r\n \"40.71.104.32/28\",\r\n \"40.71.240.16/28\",\r\n \"40.117.48.80/28\",\r\n \"40.117.48.112/28\",\r\n \"40.117.104.16/28\",\r\n \"52.179.24.16/28\",\r\n \"52.186.112.32/27\",\r\n \"52.226.8.32/27\",\r\n \"52.226.8.80/28\",\r\n \"52.226.8.96/28\",\r\n \"52.226.8.128/27\",\r\n \"52.234.176.48/28\",\r\n \"52.234.176.64/28\",\r\n \"52.234.176.96/27\",\r\n \"52.239.152.0/22\",\r\n \"52.239.168.0/22\",\r\n \"52.239.207.192/26\",\r\n \"52.239.214.0/23\",\r\n \"52.239.220.0/23\",\r\n \"52.239.246.0/23\",\r\n \"52.239.252.0/24\",\r\n \"52.240.48.16/28\",\r\n \"52.240.48.32/28\",\r\n \"52.240.60.16/28\",\r\n \"52.240.60.32/28\",\r\n \"52.240.60.64/27\",\r\n \"57.150.0.0/23\",\r\n \"57.150.8.112/28\",\r\n \"57.150.8.128/25\",\r\n \"57.150.9.0/24\",\r\n \"57.150.10.0/26\",\r\n \"57.150.10.64/28\",\r\n \"57.150.18.80/28\",\r\n \"57.150.18.96/27\",\r\n \"57.150.18.128/26\",\r\n \"57.150.18.192/27\",\r\n \"57.150.18.224/28\",\r\n \"57.150.26.0/23\",\r\n \"138.91.96.64/26\",\r\n \"138.91.96.128/26\",\r\n \"168.62.32.0/26\",\r\n \"168.62.32.192/26\",\r\n \"168.62.33.128/26\",\r\n \"191.237.32.128/28\",\r\n \"191.237.32.208/28\",\r\n \"191.237.32.240/28\",\r\n \"191.238.0.0/26\",\r\n \"191.238.0.224/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US IPv6\",\r\n \"communityValue\": \"12076:52004\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:213::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"13.68.120.64/28\",\r\n \"13.77.112.16/28\",\r\n \"13.77.112.32/28\",\r\n \"13.77.112.112/28\",\r\n \"13.77.112.128/28\",\r\n \"13.77.115.16/28\",\r\n \"13.77.115.32/28\",\r\n \"20.38.100.0/23\",\r\n \"20.60.56.0/22\",\r\n \"20.60.88.0/22\",\r\n \"20.60.132.0/23\",\r\n \"20.60.180.0/23\",\r\n \"20.60.224.0/23\",\r\n \"20.60.236.0/23\",\r\n \"20.150.29.0/24\",\r\n \"20.150.36.0/24\",\r\n \"20.150.50.0/23\",\r\n \"20.150.72.0/24\",\r\n \"20.150.82.0/24\",\r\n \"20.150.88.0/24\",\r\n \"20.209.68.0/23\",\r\n \"20.209.90.0/23\",\r\n \"20.209.110.0/23\",\r\n \"20.209.112.0/23\",\r\n \"20.209.178.0/23\",\r\n \"23.102.206.0/28\",\r\n \"23.102.206.128/28\",\r\n \"23.102.206.192/28\",\r\n \"40.79.8.16/28\",\r\n \"40.79.48.16/28\",\r\n \"40.84.8.32/28\",\r\n \"40.84.11.80/28\",\r\n \"40.123.16.16/28\",\r\n \"52.167.88.80/28\",\r\n \"52.167.88.112/28\",\r\n \"52.167.240.16/28\",\r\n \"52.177.208.80/28\",\r\n \"52.179.144.32/28\",\r\n \"52.179.144.64/28\",\r\n \"52.179.240.16/28\",\r\n \"52.179.240.48/28\",\r\n \"52.179.240.64/28\",\r\n \"52.179.240.96/27\",\r\n \"52.179.240.144/28\",\r\n \"52.179.240.160/28\",\r\n \"52.179.240.192/27\",\r\n \"52.179.240.240/28\",\r\n \"52.179.241.0/28\",\r\n \"52.179.241.32/27\",\r\n \"52.184.168.96/27\",\r\n \"52.225.136.16/28\",\r\n \"52.225.136.32/28\",\r\n \"52.225.240.0/28\",\r\n \"52.232.232.16/28\",\r\n \"52.232.232.32/28\",\r\n \"52.232.232.80/28\",\r\n \"52.232.232.96/28\",\r\n \"52.232.232.128/27\",\r\n \"52.232.232.176/28\",\r\n \"52.232.232.192/28\",\r\n \"52.239.156.0/24\",\r\n \"52.239.157.0/25\",\r\n \"52.239.157.128/26\",\r\n \"52.239.157.192/27\",\r\n \"52.239.172.0/22\",\r\n \"52.239.184.0/25\",\r\n \"52.239.184.160/28\",\r\n \"52.239.184.192/27\",\r\n \"52.239.185.32/27\",\r\n \"52.239.192.0/26\",\r\n \"52.239.192.64/28\",\r\n \"52.239.192.96/27\",\r\n \"52.239.192.160/27\",\r\n \"52.239.192.192/26\",\r\n \"52.239.198.0/25\",\r\n \"52.239.198.192/26\",\r\n \"52.239.206.0/24\",\r\n \"52.239.207.32/28\",\r\n \"52.239.207.64/26\",\r\n \"52.239.207.128/27\",\r\n \"52.239.222.0/23\",\r\n \"57.150.4.0/23\",\r\n \"104.208.128.16/28\",\r\n \"104.208.248.16/28\",\r\n \"137.116.1.0/25\",\r\n \"137.116.2.0/25\",\r\n \"137.116.3.0/25\",\r\n \"137.116.3.128/26\",\r\n \"137.116.96.0/25\",\r\n \"137.116.96.128/26\",\r\n \"191.237.160.64/26\",\r\n \"191.237.160.224/28\",\r\n \"191.239.224.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2 IPv6\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:40f::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2 EUAP\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"20.60.154.0/23\",\r\n \"20.60.184.0/23\",\r\n \"20.60.238.0/23\",\r\n \"20.150.108.0/24\",\r\n \"20.209.136.0/23\",\r\n \"20.209.148.0/23\",\r\n \"20.209.248.0/23\",\r\n \"40.70.88.0/28\",\r\n \"40.79.88.16/28\",\r\n \"52.184.168.32/28\",\r\n \"52.239.157.224/27\",\r\n \"52.239.165.192/26\",\r\n \"52.239.184.176/28\",\r\n \"52.239.184.224/27\",\r\n \"52.239.185.0/28\",\r\n \"52.239.192.128/27\",\r\n \"52.239.198.128/27\",\r\n \"52.239.230.0/24\",\r\n \"52.239.239.0/24\",\r\n \"57.150.12.144/28\",\r\n \"57.150.12.160/27\",\r\n \"57.150.12.192/26\",\r\n \"57.150.13.0/25\",\r\n \"57.150.19.176/28\",\r\n \"57.150.19.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:410::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France Central\",\r\n \"communityValue\": \"12076:52030\",\r\n \"communityPrefixes\": [\r\n \"20.60.13.0/24\",\r\n \"20.60.156.0/23\",\r\n \"20.150.61.0/24\",\r\n \"20.209.8.0/23\",\r\n \"20.209.214.0/23\",\r\n \"52.239.134.0/24\",\r\n \"52.239.194.0/24\",\r\n \"52.239.241.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France Central IPv6\",\r\n \"communityValue\": \"12076:52030\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:806::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France South\",\r\n \"communityValue\": \"12076:52031\",\r\n \"communityPrefixes\": [\r\n \"20.60.11.0/24\",\r\n \"20.60.188.0/23\",\r\n \"20.150.19.0/24\",\r\n \"52.239.135.0/26\",\r\n \"52.239.196.0/24\",\r\n \"57.150.21.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France South IPv6\",\r\n \"communityValue\": \"12076:52031\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:906::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Germany North\",\r\n \"communityValue\": \"12076:52040\",\r\n \"communityPrefixes\": [\r\n \"20.38.115.0/24\",\r\n \"20.150.60.0/24\",\r\n \"20.150.112.0/24\",\r\n \"20.209.206.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Germany West Central\",\r\n \"communityValue\": \"12076:52041\",\r\n \"communityPrefixes\": [\r\n \"20.38.118.0/24\",\r\n \"20.60.22.0/23\",\r\n \"20.150.54.0/24\",\r\n \"20.150.125.0/24\",\r\n \"20.209.32.0/23\",\r\n \"20.209.176.0/23\",\r\n \"20.209.242.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Israel Central\",\r\n \"communityValue\": \"12076:52053\",\r\n \"communityPrefixes\": [\r\n \"20.60.94.0/23\",\r\n \"20.209.118.0/23\",\r\n \"20.209.134.0/23\",\r\n \"20.209.212.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Israel Central IPv6\",\r\n \"communityValue\": \"12076:52053\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1403::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Italy North\",\r\n \"communityValue\": \"12076:52054\",\r\n \"communityPrefixes\": [\r\n \"20.209.80.0/23\",\r\n \"20.209.86.0/23\",\r\n \"20.209.120.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Italy North IPv6\",\r\n \"communityValue\": \"12076:52054\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1201::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan East\",\r\n \"communityValue\": \"12076:52012\",\r\n \"communityPrefixes\": [\r\n \"13.73.8.16/28\",\r\n \"13.73.8.32/28\",\r\n \"20.38.116.0/23\",\r\n \"20.60.172.0/23\",\r\n \"20.60.248.0/23\",\r\n \"20.150.85.0/24\",\r\n \"20.150.105.0/24\",\r\n \"20.209.22.0/23\",\r\n \"20.209.170.0/23\",\r\n \"20.209.234.0/23\",\r\n \"23.98.57.64/26\",\r\n \"40.115.169.32/28\",\r\n \"40.115.175.16/28\",\r\n \"40.115.175.32/28\",\r\n \"40.115.227.80/28\",\r\n \"40.115.229.16/28\",\r\n \"40.115.229.32/28\",\r\n \"40.115.231.64/27\",\r\n \"40.115.231.112/28\",\r\n \"40.115.231.128/28\",\r\n \"52.239.144.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan East IPv6\",\r\n \"communityValue\": \"12076:52012\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:408::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan West\",\r\n \"communityValue\": \"12076:52013\",\r\n \"communityPrefixes\": [\r\n \"20.60.12.0/24\",\r\n \"20.60.105.0/24\",\r\n \"20.60.118.0/24\",\r\n \"20.60.186.0/23\",\r\n \"20.150.10.0/23\",\r\n \"20.209.16.0/23\",\r\n \"20.209.236.0/23\",\r\n \"23.98.56.0/26\",\r\n \"52.239.146.0/23\",\r\n \"104.214.152.16/28\",\r\n \"104.214.152.176/28\",\r\n \"104.215.32.16/28\",\r\n \"104.215.32.32/28\",\r\n \"104.215.32.64/27\",\r\n \"104.215.35.32/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan West IPv6\",\r\n \"communityValue\": \"12076:52013\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:607::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea Central\",\r\n \"communityValue\": \"12076:52029\",\r\n \"communityPrefixes\": [\r\n \"20.60.16.0/24\",\r\n \"20.60.200.0/23\",\r\n \"20.150.4.0/23\",\r\n \"20.209.46.0/23\",\r\n \"20.209.250.0/23\",\r\n \"52.231.80.64/27\",\r\n \"52.231.80.112/28\",\r\n \"52.231.80.128/28\",\r\n \"52.231.80.160/27\",\r\n \"52.239.148.0/27\",\r\n \"52.239.164.192/26\",\r\n \"52.239.190.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea Central IPv6\",\r\n \"communityValue\": \"12076:52029\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:f06::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea South\",\r\n \"communityValue\": \"12076:52028\",\r\n \"communityPrefixes\": [\r\n \"20.60.45.0/24\",\r\n \"20.60.202.0/23\",\r\n \"20.150.14.0/23\",\r\n \"52.231.168.64/27\",\r\n \"52.231.168.112/28\",\r\n \"52.231.168.128/28\",\r\n \"52.231.208.16/28\",\r\n \"52.231.208.32/28\",\r\n \"52.239.165.0/26\",\r\n \"52.239.165.160/27\",\r\n \"52.239.190.192/26\",\r\n \"52.239.204.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea South IPv6\",\r\n \"communityValue\": \"12076:52028\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:e06::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Malaysia South\",\r\n \"communityValue\": \"12076:52055\",\r\n \"communityPrefixes\": [\r\n \"20.209.66.0/23\",\r\n \"20.209.78.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Malaysia South IPv6\",\r\n \"communityValue\": \"12076:52055\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1504::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Central US\",\r\n \"communityValue\": \"12076:52007\",\r\n \"communityPrefixes\": [\r\n \"20.60.28.0/23\",\r\n \"20.60.82.0/23\",\r\n \"20.150.17.0/25\",\r\n \"20.150.25.0/24\",\r\n \"20.150.49.0/24\",\r\n \"20.150.67.0/24\",\r\n \"20.150.126.0/24\",\r\n \"20.209.38.0/23\",\r\n \"20.209.114.0/23\",\r\n \"20.209.218.0/24\",\r\n \"23.98.49.0/26\",\r\n \"23.98.49.192/26\",\r\n \"23.98.55.0/26\",\r\n \"23.98.55.112/28\",\r\n \"23.98.55.144/28\",\r\n \"40.116.120.16/28\",\r\n \"40.116.232.16/28\",\r\n \"40.116.232.48/28\",\r\n \"40.116.232.96/28\",\r\n \"52.162.56.16/28\",\r\n \"52.162.56.32/28\",\r\n \"52.162.56.64/27\",\r\n \"52.162.56.112/28\",\r\n \"52.162.56.128/28\",\r\n \"52.239.149.0/24\",\r\n \"52.239.186.0/24\",\r\n \"52.239.253.0/24\",\r\n \"57.150.11.112/28\",\r\n \"57.150.11.128/25\",\r\n \"57.150.12.0/25\",\r\n \"57.150.12.128/28\",\r\n \"57.150.19.80/28\",\r\n \"57.150.19.96/27\",\r\n \"57.150.19.128/27\",\r\n \"57.150.19.160/28\",\r\n \"157.56.216.0/26\",\r\n \"168.62.96.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Central US IPv6\",\r\n \"communityValue\": \"12076:52007\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:609::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Europe\",\r\n \"communityValue\": \"12076:52003\",\r\n \"communityPrefixes\": [\r\n \"13.70.208.16/28\",\r\n \"13.74.208.64/28\",\r\n \"13.74.208.112/28\",\r\n \"13.74.208.144/28\",\r\n \"13.79.176.16/28\",\r\n \"13.79.176.48/28\",\r\n \"13.79.176.80/28\",\r\n \"20.38.102.0/23\",\r\n \"20.60.19.0/24\",\r\n \"20.60.40.0/23\",\r\n \"20.60.144.0/23\",\r\n \"20.60.204.0/23\",\r\n \"20.60.246.0/23\",\r\n \"20.150.26.0/24\",\r\n \"20.150.47.128/25\",\r\n \"20.150.48.0/24\",\r\n \"20.150.75.0/24\",\r\n \"20.150.84.0/24\",\r\n \"20.150.104.0/24\",\r\n \"20.209.14.0/23\",\r\n \"20.209.58.0/23\",\r\n \"20.209.96.0/23\",\r\n \"20.209.104.0/23\",\r\n \"20.209.160.0/23\",\r\n \"20.209.220.0/23\",\r\n \"40.85.105.32/28\",\r\n \"40.113.27.176/28\",\r\n \"52.164.112.16/28\",\r\n \"52.164.232.16/28\",\r\n \"52.164.232.32/28\",\r\n \"52.164.232.64/28\",\r\n \"52.169.168.32/27\",\r\n \"52.169.240.16/28\",\r\n \"52.169.240.32/28\",\r\n \"52.169.240.64/28\",\r\n \"52.178.168.32/27\",\r\n \"52.178.168.80/28\",\r\n \"52.178.168.96/28\",\r\n \"52.178.168.128/27\",\r\n \"52.236.40.16/28\",\r\n \"52.236.40.32/28\",\r\n \"52.239.136.0/22\",\r\n \"52.239.205.0/24\",\r\n \"52.239.248.0/24\",\r\n \"52.245.40.0/24\",\r\n \"57.150.13.128/27\",\r\n \"57.150.13.160/28\",\r\n \"57.150.20.0/28\",\r\n \"104.41.232.16/28\",\r\n \"137.135.192.64/26\",\r\n \"137.135.192.192/26\",\r\n \"137.135.193.192/26\",\r\n \"137.135.194.0/25\",\r\n \"137.135.194.192/26\",\r\n \"168.61.120.32/27\",\r\n \"168.61.120.64/27\",\r\n \"168.61.121.0/26\",\r\n \"168.63.32.0/26\",\r\n \"168.63.33.192/26\",\r\n \"191.235.192.192/26\",\r\n \"191.235.193.32/28\",\r\n \"191.235.255.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Europe IPv6\",\r\n \"communityValue\": \"12076:52003\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:6::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Norway East\",\r\n \"communityValue\": \"12076:52042\",\r\n \"communityPrefixes\": [\r\n \"20.38.120.0/24\",\r\n \"20.60.206.0/23\",\r\n \"20.150.53.0/24\",\r\n \"20.150.121.0/24\",\r\n \"20.209.24.0/23\",\r\n \"20.209.252.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Norway West\",\r\n \"communityValue\": \"12076:52043\",\r\n \"communityPrefixes\": [\r\n \"20.60.15.0/24\",\r\n \"20.150.0.0/24\",\r\n \"20.150.56.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStoragePolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStoragePolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStoragePolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Poland Central\",\r\n \"communityValue\": \"12076:52051\",\r\n \"communityPrefixes\": [\r\n \"20.60.92.0/23\",\r\n \"20.209.60.0/23\",\r\n \"20.209.94.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Qatar Central\",\r\n \"communityValue\": \"12076:52049\",\r\n \"communityPrefixes\": [\r\n \"20.60.208.0/23\",\r\n \"20.209.2.0/23\",\r\n \"20.209.54.0/23\",\r\n \"20.209.202.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa North\",\r\n \"communityValue\": \"12076:52034\",\r\n \"communityPrefixes\": [\r\n \"20.38.114.128/25\",\r\n \"20.60.190.0/23\",\r\n \"20.150.21.0/24\",\r\n \"20.150.62.0/24\",\r\n \"20.150.101.0/24\",\r\n \"20.209.130.0/23\",\r\n \"20.209.208.0/23\",\r\n \"52.239.232.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa North IPv6\",\r\n \"communityValue\": \"12076:52034\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:105::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa West\",\r\n \"communityValue\": \"12076:52035\",\r\n \"communityPrefixes\": [\r\n \"20.38.121.0/25\",\r\n \"20.60.8.0/24\",\r\n \"20.60.210.0/23\",\r\n \"20.150.20.0/25\",\r\n \"52.239.232.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa West IPv6\",\r\n \"communityValue\": \"12076:52035\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:5::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Central US\",\r\n \"communityValue\": \"12076:52008\",\r\n \"communityPrefixes\": [\r\n \"13.65.107.32/28\",\r\n \"13.65.160.16/28\",\r\n \"13.65.160.48/28\",\r\n \"13.65.160.64/28\",\r\n \"13.84.56.16/28\",\r\n \"13.85.88.16/28\",\r\n \"13.85.200.128/28\",\r\n \"20.38.104.0/23\",\r\n \"20.47.0.0/24\",\r\n \"20.60.48.0/22\",\r\n \"20.60.64.0/22\",\r\n \"20.60.140.0/23\",\r\n \"20.60.148.0/23\",\r\n \"20.60.160.0/23\",\r\n \"20.150.20.128/25\",\r\n \"20.150.38.0/23\",\r\n \"20.150.70.0/24\",\r\n \"20.150.79.0/24\",\r\n \"20.150.93.0/24\",\r\n \"20.150.94.0/24\",\r\n \"20.209.26.0/23\",\r\n \"20.209.34.0/23\",\r\n \"20.209.62.0/23\",\r\n \"20.209.116.0/23\",\r\n \"20.209.194.0/23\",\r\n \"20.209.196.0/23\",\r\n \"23.98.160.64/26\",\r\n \"23.98.162.192/26\",\r\n \"23.98.168.0/24\",\r\n \"23.98.192.64/26\",\r\n \"23.98.255.64/26\",\r\n \"52.171.144.32/27\",\r\n \"52.171.144.80/28\",\r\n \"52.171.144.96/28\",\r\n \"52.171.144.128/28\",\r\n \"52.185.233.0/24\",\r\n \"52.189.177.0/24\",\r\n \"52.239.158.0/23\",\r\n \"52.239.178.0/23\",\r\n \"52.239.180.0/22\",\r\n \"52.239.199.0/24\",\r\n \"52.239.200.0/23\",\r\n \"52.239.203.0/24\",\r\n \"52.239.208.0/23\",\r\n \"57.150.10.80/28\",\r\n \"57.150.10.96/27\",\r\n \"57.150.10.128/25\",\r\n \"57.150.11.0/26\",\r\n \"57.150.11.64/27\",\r\n \"57.150.11.96/28\",\r\n \"57.150.18.240/28\",\r\n \"57.150.19.0/26\",\r\n \"57.150.19.64/28\",\r\n \"104.214.40.16/28\",\r\n \"104.214.80.16/28\",\r\n \"104.214.80.48/28\",\r\n \"104.215.104.64/28\",\r\n \"168.62.128.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Central US IPv6\",\r\n \"communityValue\": \"12076:52008\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:80b::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South India\",\r\n \"communityValue\": \"12076:52019\",\r\n \"communityPrefixes\": [\r\n \"20.60.10.0/24\",\r\n \"20.60.226.0/23\",\r\n \"20.150.24.0/24\",\r\n \"20.209.182.0/23\",\r\n \"52.172.16.16/28\",\r\n \"52.172.16.80/28\",\r\n \"52.172.16.96/28\",\r\n \"52.172.16.128/27\",\r\n \"52.239.135.128/26\",\r\n \"52.239.188.0/24\",\r\n \"57.150.17.0/24\",\r\n \"104.211.232.16/28\",\r\n \"104.211.232.48/28\",\r\n \"104.211.232.80/28\",\r\n \"104.211.232.176/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South India IPv6\",\r\n \"communityValue\": \"12076:52019\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:c07::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Southeast Asia\",\r\n \"communityValue\": \"12076:52011\",\r\n \"communityPrefixes\": [\r\n \"13.76.104.16/28\",\r\n \"20.60.136.0/24\",\r\n \"20.60.138.0/23\",\r\n \"20.150.17.128/25\",\r\n \"20.150.28.0/24\",\r\n \"20.150.86.0/24\",\r\n \"20.150.127.0/24\",\r\n \"20.209.20.0/23\",\r\n \"20.209.126.0/23\",\r\n \"20.209.188.0/23\",\r\n \"52.163.176.16/28\",\r\n \"52.163.232.16/28\",\r\n \"52.187.141.32/27\",\r\n \"52.237.104.16/28\",\r\n \"52.237.104.32/28\",\r\n \"52.239.129.0/24\",\r\n \"52.239.197.0/24\",\r\n \"52.239.227.0/24\",\r\n \"52.239.249.0/24\",\r\n \"104.215.240.64/28\",\r\n \"104.215.240.96/28\",\r\n \"168.63.160.0/26\",\r\n \"168.63.160.192/26\",\r\n \"168.63.161.64/26\",\r\n \"168.63.161.160/27\",\r\n \"168.63.161.192/26\",\r\n \"168.63.162.32/27\",\r\n \"168.63.162.64/26\",\r\n \"168.63.162.144/28\",\r\n \"168.63.162.192/26\",\r\n \"168.63.163.128/26\",\r\n \"168.63.180.64/26\",\r\n \"191.238.64.64/26\",\r\n \"191.238.64.192/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:52011\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:6::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Sweden Central\",\r\n \"communityValue\": \"12076:52047\",\r\n \"communityPrefixes\": [\r\n \"20.60.78.0/23\",\r\n \"20.60.234.0/23\",\r\n \"20.60.252.0/23\",\r\n \"20.150.44.0/24\",\r\n \"20.150.120.0/24\",\r\n \"20.209.216.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Sweden South\",\r\n \"communityValue\": \"12076:52048\",\r\n \"communityPrefixes\": [\r\n \"20.60.76.0/23\",\r\n \"20.60.192.0/23\",\r\n \"20.150.45.0/24\",\r\n \"20.150.99.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Switzerland North\",\r\n \"communityValue\": \"12076:52038\",\r\n \"communityPrefixes\": [\r\n \"20.60.174.0/23\",\r\n \"20.150.59.0/24\",\r\n \"20.150.118.0/24\",\r\n \"20.209.28.0/23\",\r\n \"20.209.174.0/23\",\r\n \"52.239.251.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Switzerland West\",\r\n \"communityValue\": \"12076:52039\",\r\n \"communityPrefixes\": [\r\n \"20.60.176.0/23\",\r\n \"20.150.55.0/24\",\r\n \"20.150.116.0/24\",\r\n \"52.239.250.0/24\",\r\n \"57.150.22.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE Central\",\r\n \"communityValue\": \"12076:52037\",\r\n \"communityPrefixes\": [\r\n \"20.60.108.0/24\",\r\n \"20.150.6.0/23\",\r\n \"20.150.115.0/24\",\r\n \"20.209.200.0/23\",\r\n \"20.209.219.0/24\",\r\n \"52.239.233.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE Central IPv6\",\r\n \"communityValue\": \"12076:52037\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:b05::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE North\",\r\n \"communityValue\": \"12076:52036\",\r\n \"communityPrefixes\": [\r\n \"20.38.124.0/23\",\r\n \"20.60.21.0/24\",\r\n \"20.60.212.0/23\",\r\n \"20.209.50.0/23\",\r\n \"20.209.238.0/23\",\r\n \"52.239.233.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE North IPv6\",\r\n \"communityValue\": \"12076:52036\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:905::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South\",\r\n \"communityValue\": \"12076:52024\",\r\n \"communityPrefixes\": [\r\n \"20.38.106.0/23\",\r\n \"20.60.17.0/24\",\r\n \"20.60.166.0/23\",\r\n \"20.150.18.0/25\",\r\n \"20.150.40.0/25\",\r\n \"20.150.41.0/24\",\r\n \"20.150.69.0/24\",\r\n \"20.209.6.0/23\",\r\n \"20.209.30.0/23\",\r\n \"20.209.88.0/23\",\r\n \"20.209.128.0/23\",\r\n \"20.209.158.0/23\",\r\n \"20.209.240.0/23\",\r\n \"51.140.16.16/28\",\r\n \"51.140.16.32/28\",\r\n \"51.140.168.64/27\",\r\n \"51.140.168.112/28\",\r\n \"51.140.168.128/28\",\r\n \"51.141.128.32/27\",\r\n \"51.141.129.64/26\",\r\n \"51.141.130.0/25\",\r\n \"52.239.187.0/25\",\r\n \"52.239.231.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South IPv6\",\r\n \"communityValue\": \"12076:52024\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:706::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South 2\",\r\n \"communityValue\": \"12076:52023\",\r\n \"communityPrefixes\": [\r\n \"13.87.40.64/28\",\r\n \"13.87.40.96/28\",\r\n \"20.150.27.0/24\",\r\n \"51.141.129.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South 2 IPv6\",\r\n \"communityValue\": \"12076:52023\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK West\",\r\n \"communityValue\": \"12076:52025\",\r\n \"communityPrefixes\": [\r\n \"20.60.112.0/24\",\r\n \"20.60.164.0/23\",\r\n \"20.150.2.0/23\",\r\n \"20.150.52.0/24\",\r\n \"20.150.110.0/24\",\r\n \"20.209.132.0/23\",\r\n \"20.209.198.0/23\",\r\n \"51.140.232.64/27\",\r\n \"51.140.232.112/28\",\r\n \"51.140.232.128/28\",\r\n \"51.140.232.160/27\",\r\n \"51.141.128.0/27\",\r\n \"51.141.128.64/26\",\r\n \"51.141.128.128/25\",\r\n \"51.141.129.128/26\",\r\n \"52.239.240.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK West IPv6\",\r\n \"communityValue\": \"12076:52025\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:606::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Central US\",\r\n \"communityValue\": \"12076:52027\",\r\n \"communityPrefixes\": [\r\n \"13.71.200.64/28\",\r\n \"13.71.200.96/28\",\r\n \"13.71.200.240/28\",\r\n \"13.71.202.16/28\",\r\n \"13.71.202.32/28\",\r\n \"13.71.202.64/27\",\r\n \"13.78.152.64/28\",\r\n \"13.78.240.16/28\",\r\n \"20.60.4.0/24\",\r\n \"20.60.119.0/24\",\r\n \"20.60.120.0/23\",\r\n \"20.60.122.0/24\",\r\n \"20.60.218.0/23\",\r\n \"20.150.81.0/24\",\r\n \"20.150.98.0/24\",\r\n \"20.209.224.0/23\",\r\n \"52.161.112.16/28\",\r\n \"52.161.112.32/28\",\r\n \"52.161.168.16/28\",\r\n \"52.161.168.32/28\",\r\n \"52.239.164.0/25\",\r\n \"52.239.167.0/24\",\r\n \"52.239.244.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Central US IPv6\",\r\n \"communityValue\": \"12076:52027\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:b06::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Europe\",\r\n \"communityValue\": \"12076:52002\",\r\n \"communityPrefixes\": [\r\n \"13.69.40.16/28\",\r\n \"13.95.96.176/28\",\r\n \"13.95.240.16/28\",\r\n \"13.95.240.32/28\",\r\n \"13.95.240.64/27\",\r\n \"20.38.108.0/23\",\r\n \"20.60.26.0/23\",\r\n \"20.60.130.0/24\",\r\n \"20.60.150.0/23\",\r\n \"20.60.196.0/23\",\r\n \"20.60.222.0/23\",\r\n \"20.60.250.0/23\",\r\n \"20.150.8.0/23\",\r\n \"20.150.37.0/24\",\r\n \"20.150.42.0/24\",\r\n \"20.150.74.0/24\",\r\n \"20.150.76.0/24\",\r\n \"20.150.83.0/24\",\r\n \"20.150.122.0/24\",\r\n \"20.209.10.0/23\",\r\n \"20.209.48.0/23\",\r\n \"20.209.72.0/23\",\r\n \"20.209.76.0/23\",\r\n \"20.209.108.0/23\",\r\n \"20.209.192.0/23\",\r\n \"20.209.230.0/23\",\r\n \"40.68.176.16/28\",\r\n \"40.68.176.48/28\",\r\n \"40.68.232.16/28\",\r\n \"40.68.232.48/28\",\r\n \"40.114.152.16/28\",\r\n \"40.114.152.48/28\",\r\n \"40.118.72.176/28\",\r\n \"40.118.73.48/28\",\r\n \"40.118.73.176/28\",\r\n \"40.118.73.208/28\",\r\n \"52.166.80.32/27\",\r\n \"52.166.80.80/28\",\r\n \"52.166.80.96/28\",\r\n \"52.174.8.32/28\",\r\n \"52.174.224.16/28\",\r\n \"52.174.224.32/28\",\r\n \"52.174.224.64/27\",\r\n \"52.174.224.112/28\",\r\n \"52.174.224.128/28\",\r\n \"52.236.240.48/28\",\r\n \"52.236.240.64/28\",\r\n \"52.239.140.0/22\",\r\n \"52.239.212.0/23\",\r\n \"52.239.242.0/23\",\r\n \"57.150.2.0/23\",\r\n \"104.214.243.32/28\",\r\n \"168.61.57.64/26\",\r\n \"168.61.57.128/25\",\r\n \"168.61.58.0/26\",\r\n \"168.61.58.128/26\",\r\n \"168.61.59.64/26\",\r\n \"168.61.61.0/26\",\r\n \"168.61.61.192/26\",\r\n \"168.63.0.0/26\",\r\n \"168.63.2.64/26\",\r\n \"168.63.3.32/27\",\r\n \"168.63.3.64/27\",\r\n \"168.63.113.32/27\",\r\n \"168.63.113.64/27\",\r\n \"191.237.232.32/28\",\r\n \"191.237.232.128/28\",\r\n \"191.239.203.0/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Europe IPv6\",\r\n \"communityValue\": \"12076:52002\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:207::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West India\",\r\n \"communityValue\": \"12076:52018\",\r\n \"communityPrefixes\": [\r\n \"20.60.106.0/24\",\r\n \"20.60.216.0/23\",\r\n \"20.150.18.128/25\",\r\n \"20.150.43.0/25\",\r\n \"20.150.106.0/24\",\r\n \"52.239.135.192/26\",\r\n \"52.239.187.128/25\",\r\n \"104.211.168.16/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West India IPv6\",\r\n \"communityValue\": \"12076:52018\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:807::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US\",\r\n \"communityValue\": \"12076:52006\",\r\n \"communityPrefixes\": [\r\n \"13.83.72.16/28\",\r\n \"13.88.144.112/28\",\r\n \"13.88.144.240/28\",\r\n \"13.88.145.64/28\",\r\n \"13.88.145.96/28\",\r\n \"13.88.145.128/28\",\r\n \"13.93.168.80/28\",\r\n \"13.93.168.112/28\",\r\n \"13.93.168.144/28\",\r\n \"20.60.1.0/24\",\r\n \"20.60.34.0/23\",\r\n \"20.60.44.128/25\",\r\n \"20.60.52.0/23\",\r\n \"20.60.80.0/23\",\r\n \"20.60.137.0/24\",\r\n \"20.60.168.0/23\",\r\n \"20.60.230.0/23\",\r\n \"20.60.232.0/23\",\r\n \"20.150.34.0/23\",\r\n \"20.150.91.0/24\",\r\n \"20.150.102.0/24\",\r\n \"20.209.102.0/23\",\r\n \"20.209.180.0/23\",\r\n \"23.99.32.64/26\",\r\n \"23.99.34.224/28\",\r\n \"23.99.37.96/28\",\r\n \"23.99.47.32/28\",\r\n \"40.78.72.16/28\",\r\n \"40.78.112.64/28\",\r\n \"40.83.225.32/28\",\r\n \"40.83.227.16/28\",\r\n \"40.112.152.16/28\",\r\n \"40.112.224.16/28\",\r\n \"40.112.224.48/28\",\r\n \"52.180.40.16/28\",\r\n \"52.180.40.32/28\",\r\n \"52.190.240.16/28\",\r\n \"52.190.240.32/28\",\r\n \"52.190.240.64/27\",\r\n \"52.190.240.112/28\",\r\n \"52.190.240.128/28\",\r\n \"52.225.40.32/27\",\r\n \"52.238.56.16/28\",\r\n \"52.238.56.32/28\",\r\n \"52.238.56.64/27\",\r\n \"52.238.56.112/28\",\r\n \"52.238.56.128/28\",\r\n \"52.238.56.160/27\",\r\n \"52.239.104.16/28\",\r\n \"52.239.104.32/28\",\r\n \"52.239.148.32/27\",\r\n \"52.239.160.0/22\",\r\n \"52.239.165.64/26\",\r\n \"52.239.165.128/27\",\r\n \"52.239.228.0/23\",\r\n \"52.239.254.0/23\",\r\n \"52.241.88.16/28\",\r\n \"52.241.88.32/28\",\r\n \"52.241.88.64/27\",\r\n \"57.150.8.0/26\",\r\n \"57.150.8.64/27\",\r\n \"57.150.8.96/28\",\r\n \"57.150.16.128/25\",\r\n \"57.150.18.0/26\",\r\n \"57.150.18.64/28\",\r\n \"104.42.200.16/28\",\r\n \"138.91.128.128/26\",\r\n \"138.91.129.0/26\",\r\n \"168.62.0.0/26\",\r\n \"168.62.1.128/26\",\r\n \"168.63.89.64/26\",\r\n \"168.63.89.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US IPv6\",\r\n \"communityValue\": \"12076:52006\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:a0a::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US 2\",\r\n \"communityValue\": \"12076:52026\",\r\n \"communityPrefixes\": [\r\n \"13.66.176.16/28\",\r\n \"13.66.176.48/28\",\r\n \"13.66.232.64/28\",\r\n \"13.66.232.208/28\",\r\n \"13.66.232.224/28\",\r\n \"13.66.234.0/27\",\r\n \"13.77.184.64/28\",\r\n \"20.38.99.0/24\",\r\n \"20.60.20.0/24\",\r\n \"20.60.68.0/22\",\r\n \"20.60.152.0/23\",\r\n \"20.60.228.0/23\",\r\n \"20.150.68.0/24\",\r\n \"20.150.78.0/24\",\r\n \"20.150.87.0/24\",\r\n \"20.150.107.0/24\",\r\n \"20.209.100.0/23\",\r\n \"20.209.154.0/23\",\r\n \"20.209.186.0/23\",\r\n \"52.183.48.16/28\",\r\n \"52.183.104.16/28\",\r\n \"52.183.104.32/28\",\r\n \"52.191.176.16/28\",\r\n \"52.191.176.32/28\",\r\n \"52.239.148.128/25\",\r\n \"52.239.176.128/25\",\r\n \"52.239.193.0/24\",\r\n \"52.239.210.0/23\",\r\n \"52.239.236.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US 2 IPv6\",\r\n \"communityValue\": \"12076:52026\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:d01::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US 3\",\r\n \"communityValue\": \"12076:52044\",\r\n \"communityPrefixes\": [\r\n \"20.60.14.0/24\",\r\n \"20.60.38.0/23\",\r\n \"20.60.162.0/23\",\r\n \"20.150.30.0/24\",\r\n \"20.209.4.0/23\",\r\n \"20.209.92.0/23\",\r\n \"20.209.138.0/23\",\r\n \"20.209.190.0/23\",\r\n \"20.209.244.0/23\",\r\n \"57.150.13.176/28\",\r\n \"57.150.13.192/26\",\r\n \"57.150.14.0/23\",\r\n \"57.150.16.0/25\",\r\n \"57.150.20.16/28\",\r\n \"57.150.20.32/27\",\r\n \"57.150.20.64/26\",\r\n \"57.150.20.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central\",\r\n \"communityValue\": \"12076:53032\",\r\n \"communityPrefixes\": [\r\n \"20.36.104.0/27\",\r\n \"20.36.105.0/27\",\r\n \"20.36.105.32/29\",\r\n \"20.53.48.96/27\",\r\n \"20.53.48.128/27\",\r\n \"20.53.48.192/26\",\r\n \"20.213.225.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central IPv6\",\r\n \"communityValue\": \"12076:53032\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central 2\",\r\n \"communityValue\": \"12076:53033\",\r\n \"communityPrefixes\": [\r\n \"20.36.112.0/27\",\r\n \"20.36.113.0/27\",\r\n \"20.36.113.32/29\",\r\n \"20.53.56.32/27\",\r\n \"20.53.56.64/27\",\r\n \"20.53.56.128/26\",\r\n \"20.167.129.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:53033\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia East\",\r\n \"communityValue\": \"12076:53015\",\r\n \"communityPrefixes\": [\r\n \"13.70.112.0/27\",\r\n \"13.70.112.32/29\",\r\n \"13.70.113.0/27\",\r\n \"13.70.114.128/27\",\r\n \"13.75.149.87/32\",\r\n \"20.53.46.128/25\",\r\n \"20.213.199.0/25\",\r\n \"40.79.160.0/27\",\r\n \"40.79.160.32/29\",\r\n \"40.79.161.0/27\",\r\n \"40.79.167.128/25\",\r\n \"40.79.168.0/27\",\r\n \"40.79.168.32/29\",\r\n \"40.79.169.0/27\",\r\n \"40.79.175.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia East IPv6\",\r\n \"communityValue\": \"12076:53015\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Southeast\",\r\n \"communityValue\": \"12076:53016\",\r\n \"communityPrefixes\": [\r\n \"13.70.148.251/32\",\r\n \"13.73.109.251/32\",\r\n \"13.77.48.0/27\",\r\n \"13.77.49.0/27\",\r\n \"13.77.49.32/29\",\r\n \"20.211.229.0/25\",\r\n \"40.127.82.69/32\",\r\n \"40.127.83.164/32\",\r\n \"104.46.162.192/27\",\r\n \"104.46.163.0/26\",\r\n \"104.46.179.160/27\",\r\n \"104.46.179.192/27\",\r\n \"104.46.183.0/26\",\r\n \"191.239.192.109/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:53016\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Brazil South\",\r\n \"communityValue\": \"12076:53014\",\r\n \"communityPrefixes\": [\r\n \"20.226.208.128/27\",\r\n \"20.226.209.128/25\",\r\n \"104.41.11.5/32\",\r\n \"104.41.56.218/32\",\r\n \"191.233.200.0/27\",\r\n \"191.233.200.32/29\",\r\n \"191.233.201.0/27\",\r\n \"191.234.142.160/27\",\r\n \"191.234.142.192/27\",\r\n \"191.234.144.0/27\",\r\n \"191.234.144.32/29\",\r\n \"191.234.145.0/27\",\r\n \"191.234.152.0/26\",\r\n \"191.234.153.0/26\",\r\n \"191.234.157.136/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Brazil South IPv6\",\r\n \"communityValue\": \"12076:53014\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Brazil Southeast\",\r\n \"communityValue\": \"12076:53050\",\r\n \"communityPrefixes\": [\r\n \"20.195.146.0/26\",\r\n \"20.206.7.128/25\",\r\n \"191.233.15.160/27\",\r\n \"191.233.15.192/27\",\r\n \"191.233.48.0/27\",\r\n \"191.233.48.32/29\",\r\n \"191.233.49.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada Central\",\r\n \"communityValue\": \"12076:53020\",\r\n \"communityPrefixes\": [\r\n \"13.71.168.0/27\",\r\n \"13.71.168.32/29\",\r\n \"13.71.169.0/27\",\r\n \"13.71.177.192/27\",\r\n \"13.71.178.0/26\",\r\n \"20.38.144.0/27\",\r\n \"20.38.144.32/29\",\r\n \"20.38.145.0/27\",\r\n \"20.48.196.32/27\",\r\n \"20.48.196.64/27\",\r\n \"20.48.196.128/26\",\r\n \"20.220.3.0/25\",\r\n \"40.85.224.249/32\",\r\n \"52.228.35.221/32\",\r\n \"52.246.152.0/27\",\r\n \"52.246.152.32/29\",\r\n \"52.246.153.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada Central IPv6\",\r\n \"communityValue\": \"12076:53020\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada East\",\r\n \"communityValue\": \"12076:53021\",\r\n \"communityPrefixes\": [\r\n \"20.175.4.128/25\",\r\n \"40.69.104.0/27\",\r\n \"40.69.105.0/27\",\r\n \"40.69.105.32/29\",\r\n \"40.69.116.128/25\",\r\n \"40.86.226.166/32\",\r\n \"52.139.106.192/26\",\r\n \"52.139.107.0/26\",\r\n \"52.242.30.154/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada East IPv6\",\r\n \"communityValue\": \"12076:53021\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central India\",\r\n \"communityValue\": \"12076:53017\",\r\n \"communityPrefixes\": [\r\n \"20.192.43.160/27\",\r\n \"20.192.43.192/27\",\r\n \"20.192.44.0/26\",\r\n \"20.192.96.0/27\",\r\n \"20.192.96.32/29\",\r\n \"20.192.97.0/27\",\r\n \"20.204.196.128/25\",\r\n \"40.80.48.0/27\",\r\n \"40.80.48.32/29\",\r\n \"40.80.49.0/27\",\r\n \"52.172.217.233/32\",\r\n \"104.211.85.0/27\",\r\n \"104.211.86.0/27\",\r\n \"104.211.86.32/29\",\r\n \"104.211.96.159/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central India IPv6\",\r\n \"communityValue\": \"12076:53017\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [\r\n \"13.67.215.62/32\",\r\n \"13.89.36.110/32\",\r\n \"13.89.37.61/32\",\r\n \"13.89.57.50/32\",\r\n \"13.89.57.115/32\",\r\n \"13.89.168.0/26\",\r\n \"13.89.168.192/29\",\r\n \"13.89.169.0/26\",\r\n \"13.89.179.64/26\",\r\n \"20.15.129.128/25\",\r\n \"20.15.130.0/25\",\r\n \"20.15.131.128/25\",\r\n \"20.40.228.128/25\",\r\n \"20.44.14.0/26\",\r\n \"23.99.160.139/32\",\r\n \"23.99.160.140/32\",\r\n \"23.99.205.183/32\",\r\n \"40.69.189.48/32\",\r\n \"40.77.30.201/32\",\r\n \"40.113.200.119/32\",\r\n \"52.173.205.59/32\",\r\n \"52.176.59.12/32\",\r\n \"52.176.100.98/32\",\r\n \"52.182.136.0/26\",\r\n \"52.182.136.192/29\",\r\n \"52.182.137.0/26\",\r\n \"52.182.144.0/26\",\r\n \"104.43.203.72/32\",\r\n \"104.208.21.0/26\",\r\n \"104.208.21.192/29\",\r\n \"104.208.22.0/26\",\r\n \"104.208.22.192/26\",\r\n \"104.208.28.16/32\",\r\n \"104.208.28.53/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US IPv6\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US EUAP\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [\r\n \"20.46.11.32/27\",\r\n \"20.46.11.64/27\",\r\n \"20.46.11.128/26\",\r\n \"20.228.5.128/25\",\r\n \"40.78.200.128/29\",\r\n \"40.78.201.128/29\",\r\n \"52.180.176.154/32\",\r\n \"52.180.183.226/32\",\r\n \"168.61.136.0/27\",\r\n \"168.61.137.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East Asia\",\r\n \"communityValue\": \"12076:53010\",\r\n \"communityPrefixes\": [\r\n \"13.75.32.0/26\",\r\n \"13.75.32.192/29\",\r\n \"13.75.33.0/26\",\r\n \"13.75.33.192/29\",\r\n \"20.6.139.0/25\",\r\n \"20.195.72.32/27\",\r\n \"20.195.72.64/27\",\r\n \"20.195.72.128/26\",\r\n \"20.205.72.64/27\",\r\n \"20.205.73.64/27\",\r\n \"20.205.77.176/29\",\r\n \"20.205.77.200/29\",\r\n \"20.205.80.64/27\",\r\n \"20.205.81.64/27\",\r\n \"20.205.83.224/29\",\r\n \"52.175.33.150/32\",\r\n \"191.234.2.139/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East Asia IPv6\",\r\n \"communityValue\": \"12076:53010\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US\",\r\n \"communityValue\": \"12076:53004\",\r\n \"communityPrefixes\": [\r\n \"20.42.65.64/29\",\r\n \"20.42.65.96/27\",\r\n \"20.42.68.192/27\",\r\n \"20.42.69.0/25\",\r\n \"20.42.69.128/26\",\r\n \"20.42.73.0/29\",\r\n \"20.42.73.32/27\",\r\n \"20.42.74.192/27\",\r\n \"20.42.75.0/25\",\r\n \"20.42.75.128/26\",\r\n \"20.62.132.160/27\",\r\n \"20.62.132.192/27\",\r\n \"20.62.133.0/26\",\r\n \"23.96.89.109/32\",\r\n \"23.96.106.191/32\",\r\n \"40.71.8.0/26\",\r\n \"40.71.8.192/26\",\r\n \"40.71.9.0/26\",\r\n \"40.71.9.192/26\",\r\n \"40.71.83.113/32\",\r\n \"40.76.2.172/32\",\r\n \"40.76.26.90/32\",\r\n \"40.76.42.44/32\",\r\n \"40.76.65.222/32\",\r\n \"40.76.66.9/32\",\r\n \"40.76.193.221/32\",\r\n \"40.78.224.0/26\",\r\n \"40.78.224.128/26\",\r\n \"40.78.225.0/26\",\r\n \"40.78.225.128/26\",\r\n \"40.79.152.0/26\",\r\n \"40.79.152.192/26\",\r\n \"40.79.153.0/26\",\r\n \"40.79.153.192/26\",\r\n \"40.114.45.195/32\",\r\n \"40.114.81.142/32\",\r\n \"40.117.42.73/32\",\r\n \"40.117.44.71/32\",\r\n \"40.121.143.204/32\",\r\n \"40.121.149.49/32\",\r\n \"40.121.158.30/32\",\r\n \"52.168.116.64/29\",\r\n \"52.168.117.96/27\",\r\n \"52.168.117.128/27\",\r\n \"52.168.117.160/29\",\r\n \"52.168.117.192/26\",\r\n \"52.168.118.0/25\",\r\n \"52.168.166.153/32\",\r\n \"52.170.98.29/32\",\r\n \"52.179.75.0/25\",\r\n \"52.179.78.0/24\",\r\n \"52.186.79.49/32\",\r\n \"52.188.246.128/25\",\r\n \"52.188.248.0/25\",\r\n \"104.41.152.74/32\",\r\n \"104.45.158.30/32\",\r\n \"191.238.6.43/32\",\r\n \"191.238.6.44/31\",\r\n \"191.238.6.46/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US IPv6\",\r\n \"communityValue\": \"12076:53004\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [\r\n \"20.15.10.0/25\",\r\n \"20.15.12.0/24\",\r\n \"20.36.144.128/27\",\r\n \"20.36.145.0/25\",\r\n \"20.62.58.128/25\",\r\n \"20.65.1.0/26\",\r\n \"40.70.144.0/26\",\r\n \"40.70.144.192/29\",\r\n \"40.70.145.0/26\",\r\n \"40.79.84.180/32\",\r\n \"52.167.104.0/26\",\r\n \"52.167.104.192/29\",\r\n \"52.167.104.224/27\",\r\n \"52.167.105.0/26\",\r\n \"52.167.111.144/28\",\r\n \"52.167.111.192/27\",\r\n \"52.167.117.226/32\",\r\n \"52.167.145.64/26\",\r\n \"52.167.145.128/27\",\r\n \"52.167.145.192/26\",\r\n \"52.177.185.181/32\",\r\n \"52.179.178.184/32\",\r\n \"104.208.149.0/26\",\r\n \"104.208.150.0/26\",\r\n \"104.208.150.192/29\",\r\n \"104.208.151.64/26\",\r\n \"137.116.31.224/27\",\r\n \"191.239.224.107/32\",\r\n \"191.239.224.108/31\",\r\n \"191.239.224.110/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2 IPv6\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2 EUAP\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [\r\n \"20.51.17.160/27\",\r\n \"20.51.17.192/27\",\r\n \"20.51.20.0/26\",\r\n \"20.221.140.128/26\",\r\n \"20.221.143.0/24\",\r\n \"40.74.144.0/27\",\r\n \"40.74.144.32/29\",\r\n \"40.74.145.0/27\",\r\n \"40.74.145.32/29\",\r\n \"40.75.32.0/27\",\r\n \"40.75.32.40/29\",\r\n \"40.75.33.0/27\",\r\n \"40.75.33.32/29\",\r\n \"52.138.88.0/27\",\r\n \"52.138.88.32/29\",\r\n \"52.138.89.0/27\",\r\n \"52.138.89.32/29\",\r\n \"52.225.188.46/32\",\r\n \"52.225.188.113/32\",\r\n \"68.220.80.64/27\",\r\n \"68.220.81.64/27\",\r\n \"68.220.82.88/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France Central\",\r\n \"communityValue\": \"12076:53030\",\r\n \"communityPrefixes\": [\r\n \"20.19.30.0/25\",\r\n \"20.43.47.192/26\",\r\n \"40.79.128.0/27\",\r\n \"40.79.128.32/29\",\r\n \"40.79.129.0/27\",\r\n \"40.79.136.0/27\",\r\n \"40.79.136.32/29\",\r\n \"40.79.137.0/27\",\r\n \"40.79.144.0/27\",\r\n \"40.79.144.32/29\",\r\n \"40.79.145.0/27\",\r\n \"51.138.210.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France Central IPv6\",\r\n \"communityValue\": \"12076:53030\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France South\",\r\n \"communityValue\": \"12076:53031\",\r\n \"communityPrefixes\": [\r\n \"40.79.176.0/27\",\r\n \"40.79.176.40/29\",\r\n \"40.79.177.0/27\",\r\n \"40.79.177.32/29\",\r\n \"40.80.102.128/25\",\r\n \"52.136.185.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France South IPv6\",\r\n \"communityValue\": \"12076:53031\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Germany North\",\r\n \"communityValue\": \"12076:53040\",\r\n \"communityPrefixes\": [\r\n \"20.113.249.128/25\",\r\n \"51.116.54.96/27\",\r\n \"51.116.54.128/27\",\r\n \"51.116.54.192/26\",\r\n \"51.116.56.0/27\",\r\n \"51.116.57.0/27\",\r\n \"51.116.57.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Germany West Central\",\r\n \"communityValue\": \"12076:53041\",\r\n \"communityPrefixes\": [\r\n \"20.52.65.0/26\",\r\n \"20.218.188.0/25\",\r\n \"51.116.149.32/27\",\r\n \"51.116.149.64/27\",\r\n \"51.116.149.128/26\",\r\n \"51.116.152.0/27\",\r\n \"51.116.152.32/29\",\r\n \"51.116.153.0/27\",\r\n \"51.116.240.0/27\",\r\n \"51.116.240.32/29\",\r\n \"51.116.241.0/27\",\r\n \"51.116.247.0/26\",\r\n \"51.116.248.0/27\",\r\n \"51.116.248.32/29\",\r\n \"51.116.249.0/27\",\r\n \"51.116.255.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Israel Central\",\r\n \"communityValue\": \"12076:53053\",\r\n \"communityPrefixes\": [\r\n \"20.217.53.0/27\",\r\n \"20.217.53.64/26\",\r\n \"20.217.56.64/27\",\r\n \"20.217.57.64/27\",\r\n \"20.217.59.248/29\",\r\n \"20.217.72.64/27\",\r\n \"20.217.73.64/27\",\r\n \"20.217.75.192/29\",\r\n \"20.217.88.64/27\",\r\n \"20.217.89.64/27\",\r\n \"20.217.91.192/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Italy North\",\r\n \"communityValue\": \"12076:53054\",\r\n \"communityPrefixes\": [\r\n \"4.232.101.160/27\",\r\n \"4.232.101.192/26\",\r\n \"4.232.104.64/27\",\r\n \"4.232.105.64/27\",\r\n \"4.232.107.184/29\",\r\n \"4.232.120.64/27\",\r\n \"4.232.121.64/27\",\r\n \"4.232.123.192/29\",\r\n \"4.232.192.64/27\",\r\n \"4.232.193.64/27\",\r\n \"4.232.195.192/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan East\",\r\n \"communityValue\": \"12076:53012\",\r\n \"communityPrefixes\": [\r\n \"13.78.61.196/32\",\r\n \"13.78.104.0/27\",\r\n \"13.78.104.32/29\",\r\n \"13.78.105.0/27\",\r\n \"20.18.4.0/25\",\r\n \"20.89.1.64/27\",\r\n \"20.89.1.128/26\",\r\n \"20.191.165.160/27\",\r\n \"20.191.165.192/27\",\r\n \"20.191.166.0/26\",\r\n \"20.194.129.64/27\",\r\n \"20.222.128.0/26\",\r\n \"40.79.184.0/27\",\r\n \"40.79.184.32/29\",\r\n \"40.79.185.0/27\",\r\n \"40.79.191.224/27\",\r\n \"40.79.192.0/27\",\r\n \"40.79.192.32/29\",\r\n \"40.79.193.0/27\",\r\n \"191.237.240.43/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan East IPv6\",\r\n \"communityValue\": \"12076:53012\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan West\",\r\n \"communityValue\": \"12076:53013\",\r\n \"communityPrefixes\": [\r\n \"4.190.130.128/25\",\r\n \"4.190.144.24/29\",\r\n \"4.190.146.128/27\",\r\n \"20.18.176.64/27\",\r\n \"20.18.177.64/27\",\r\n \"20.18.179.192/29\",\r\n \"20.189.225.160/27\",\r\n \"20.189.225.192/27\",\r\n \"20.189.228.0/26\",\r\n \"40.74.96.0/27\",\r\n \"40.74.96.32/29\",\r\n \"40.74.97.0/27\",\r\n \"40.80.181.64/26\",\r\n \"104.214.148.156/32\",\r\n \"191.238.68.11/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan West IPv6\",\r\n \"communityValue\": \"12076:53013\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea Central\",\r\n \"communityValue\": \"12076:53029\",\r\n \"communityPrefixes\": [\r\n \"20.44.24.0/27\",\r\n \"20.44.24.32/29\",\r\n \"20.44.25.0/27\",\r\n \"20.194.64.0/27\",\r\n \"20.194.64.32/29\",\r\n \"20.194.65.0/27\",\r\n \"20.194.73.64/26\",\r\n \"20.194.73.128/26\",\r\n \"20.194.80.192/27\",\r\n \"20.214.133.128/25\",\r\n \"52.231.16.0/27\",\r\n \"52.231.16.32/29\",\r\n \"52.231.17.0/27\",\r\n \"52.231.32.42/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea Central IPv6\",\r\n \"communityValue\": \"12076:53029\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea South\",\r\n \"communityValue\": \"12076:53028\",\r\n \"communityPrefixes\": [\r\n \"20.200.165.192/26\",\r\n \"52.147.112.160/27\",\r\n \"52.231.144.0/27\",\r\n \"52.231.145.0/27\",\r\n \"52.231.151.88/29\",\r\n \"52.231.151.96/27\",\r\n \"52.231.200.86/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea South IPv6\",\r\n \"communityValue\": \"12076:53028\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Malaysia South\",\r\n \"communityValue\": \"12076:53055\",\r\n \"communityPrefixes\": [\r\n \"20.17.59.128/27\",\r\n \"20.17.59.192/26\",\r\n \"20.17.64.64/27\",\r\n \"20.17.65.64/27\",\r\n \"20.17.67.248/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Central US\",\r\n \"communityValue\": \"12076:53007\",\r\n \"communityPrefixes\": [\r\n \"20.49.119.32/27\",\r\n \"20.49.119.64/27\",\r\n \"20.49.119.128/26\",\r\n \"20.125.168.64/27\",\r\n \"20.125.169.64/27\",\r\n \"20.125.171.192/29\",\r\n \"20.125.200.64/27\",\r\n \"20.125.201.64/27\",\r\n \"20.125.203.192/29\",\r\n \"20.241.115.0/24\",\r\n \"23.96.178.199/32\",\r\n \"23.96.202.229/32\",\r\n \"23.96.204.249/32\",\r\n \"23.96.205.215/32\",\r\n \"23.96.249.37/32\",\r\n \"23.96.250.178/32\",\r\n \"23.98.55.75/32\",\r\n \"52.162.104.0/26\",\r\n \"52.162.105.0/26\",\r\n \"52.162.105.192/28\",\r\n \"52.240.245.0/26\",\r\n \"65.52.213.108/32\",\r\n \"65.52.218.82/32\",\r\n \"168.62.115.112/28\",\r\n \"168.62.232.188/32\",\r\n \"168.62.235.49/32\",\r\n \"168.62.235.241/32\",\r\n \"168.62.239.29/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Central US IPv6\",\r\n \"communityValue\": \"12076:53007\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Europe\",\r\n \"communityValue\": \"12076:53003\",\r\n \"communityPrefixes\": [\r\n \"13.69.224.0/26\",\r\n \"13.69.224.192/26\",\r\n \"13.69.225.0/26\",\r\n \"13.69.225.192/26\",\r\n \"13.69.233.136/29\",\r\n \"13.69.239.128/26\",\r\n \"13.74.104.64/26\",\r\n \"13.74.104.128/26\",\r\n \"13.74.105.0/26\",\r\n \"13.74.105.128/26\",\r\n \"13.74.105.192/29\",\r\n \"20.50.73.32/27\",\r\n \"20.50.73.64/26\",\r\n \"20.50.81.0/26\",\r\n \"20.166.43.0/25\",\r\n \"20.166.45.0/24\",\r\n \"23.102.16.130/32\",\r\n \"23.102.52.155/32\",\r\n \"40.85.102.50/32\",\r\n \"40.113.14.53/32\",\r\n \"40.113.16.190/32\",\r\n \"40.113.93.91/32\",\r\n \"40.127.128.10/32\",\r\n \"40.127.137.209/32\",\r\n \"40.127.141.194/32\",\r\n \"40.127.177.139/32\",\r\n \"52.138.224.0/26\",\r\n \"52.138.224.128/26\",\r\n \"52.138.225.0/26\",\r\n \"52.138.225.128/26\",\r\n \"52.138.229.72/29\",\r\n \"52.146.133.128/25\",\r\n \"65.52.225.245/32\",\r\n \"65.52.226.209/32\",\r\n \"68.219.193.128/25\",\r\n \"104.41.202.30/32\",\r\n \"191.235.193.75/32\",\r\n \"191.235.193.139/32\",\r\n \"191.235.193.140/31\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Europe IPv6\",\r\n \"communityValue\": \"12076:53003\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Norway East\",\r\n \"communityValue\": \"12076:53042\",\r\n \"communityPrefixes\": [\r\n \"20.100.19.0/25\",\r\n \"51.120.96.0/27\",\r\n \"51.120.96.32/29\",\r\n \"51.120.97.0/27\",\r\n \"51.120.104.0/27\",\r\n \"51.120.104.32/29\",\r\n \"51.120.105.0/27\",\r\n \"51.120.208.0/27\",\r\n \"51.120.208.32/29\",\r\n \"51.120.209.0/27\",\r\n \"51.120.232.192/26\",\r\n \"51.120.233.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Norway West\",\r\n \"communityValue\": \"12076:53043\",\r\n \"communityPrefixes\": [\r\n \"51.13.136.224/27\",\r\n \"51.13.137.0/27\",\r\n \"51.13.137.64/26\",\r\n \"51.120.181.0/25\",\r\n \"51.120.216.0/27\",\r\n \"51.120.217.0/27\",\r\n \"51.120.217.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLPolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLPolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLPolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Poland Central\",\r\n \"communityValue\": \"12076:53051\",\r\n \"communityPrefixes\": [\r\n \"20.215.13.0/27\",\r\n \"20.215.13.64/26\",\r\n \"20.215.16.64/27\",\r\n \"20.215.17.64/27\",\r\n \"20.215.19.192/29\",\r\n \"20.215.24.64/27\",\r\n \"20.215.25.64/27\",\r\n \"20.215.27.192/29\",\r\n \"20.215.152.64/27\",\r\n \"20.215.153.64/27\",\r\n \"20.215.155.248/29\",\r\n \"20.215.171.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Qatar Central\",\r\n \"communityValue\": \"12076:53049\",\r\n \"communityPrefixes\": [\r\n \"4.171.24.0/25\",\r\n \"20.21.40.64/27\",\r\n \"20.21.41.64/27\",\r\n \"20.21.43.248/29\",\r\n \"20.21.53.32/27\",\r\n \"20.21.53.64/26\",\r\n \"20.21.64.64/27\",\r\n \"20.21.65.64/27\",\r\n \"20.21.67.192/29\",\r\n \"20.21.72.64/27\",\r\n \"20.21.73.64/27\",\r\n \"20.21.75.192/29\",\r\n \"20.21.87.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa North\",\r\n \"communityValue\": \"12076:53034\",\r\n \"communityPrefixes\": [\r\n \"20.164.152.128/25\",\r\n \"102.37.160.0/27\",\r\n \"102.37.160.64/26\",\r\n \"102.133.120.0/27\",\r\n \"102.133.120.32/29\",\r\n \"102.133.121.0/27\",\r\n \"102.133.152.0/27\",\r\n \"102.133.152.32/29\",\r\n \"102.133.153.0/27\",\r\n \"102.133.221.224/27\",\r\n \"102.133.248.0/27\",\r\n \"102.133.248.32/29\",\r\n \"102.133.249.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa North IPv6\",\r\n \"communityValue\": \"12076:53034\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa West\",\r\n \"communityValue\": \"12076:53035\",\r\n \"communityPrefixes\": [\r\n \"40.117.26.128/25\",\r\n \"102.37.80.96/27\",\r\n \"102.37.80.128/27\",\r\n \"102.37.80.192/26\",\r\n \"102.133.24.0/27\",\r\n \"102.133.25.0/27\",\r\n \"102.133.25.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa West IPv6\",\r\n \"communityValue\": \"12076:53035\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Central US\",\r\n \"communityValue\": \"12076:53008\",\r\n \"communityPrefixes\": [\r\n \"4.149.112.128/25\",\r\n \"4.149.113.0/25\",\r\n \"13.65.209.243/32\",\r\n \"13.66.60.72/32\",\r\n \"13.66.62.124/32\",\r\n \"13.85.65.48/32\",\r\n \"20.45.120.0/27\",\r\n \"20.45.121.0/27\",\r\n \"20.45.121.32/29\",\r\n \"20.45.127.128/26\",\r\n \"20.49.88.0/27\",\r\n \"20.49.88.32/29\",\r\n \"20.49.89.0/27\",\r\n \"20.49.89.32/29\",\r\n \"20.49.95.192/26\",\r\n \"20.65.132.160/27\",\r\n \"20.65.132.192/27\",\r\n \"20.65.133.0/26\",\r\n \"23.98.162.75/32\",\r\n \"23.98.162.76/31\",\r\n \"23.98.170.75/32\",\r\n \"23.98.170.76/31\",\r\n \"23.102.179.187/32\",\r\n \"40.84.153.95/32\",\r\n \"40.84.155.210/32\",\r\n \"40.84.191.1/32\",\r\n \"40.84.193.16/32\",\r\n \"40.84.195.189/32\",\r\n \"40.84.231.203/32\",\r\n \"40.124.8.76/32\",\r\n \"40.124.64.136/29\",\r\n \"40.124.64.160/27\",\r\n \"40.124.65.128/27\",\r\n \"40.124.65.192/26\",\r\n \"52.183.250.62/32\",\r\n \"104.214.16.0/26\",\r\n \"104.214.16.192/26\",\r\n \"104.214.17.0/26\",\r\n \"104.214.17.192/26\",\r\n \"104.214.73.137/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Central US IPv6\",\r\n \"communityValue\": \"12076:53008\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South India\",\r\n \"communityValue\": \"12076:53019\",\r\n \"communityPrefixes\": [\r\n \"40.78.192.0/27\",\r\n \"40.78.192.32/29\",\r\n \"40.78.193.0/27\",\r\n \"40.78.193.32/29\",\r\n \"52.172.24.47/32\",\r\n \"52.172.83.128/25\",\r\n \"52.172.113.96/27\",\r\n \"52.172.113.128/27\",\r\n \"52.172.113.192/26\",\r\n \"104.211.224.146/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South India IPv6\",\r\n \"communityValue\": \"12076:53019\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Southeast Asia\",\r\n \"communityValue\": \"12076:53011\",\r\n \"communityPrefixes\": [\r\n \"4.194.224.128/25\",\r\n \"13.67.16.0/26\",\r\n \"13.67.16.192/29\",\r\n \"13.67.17.0/26\",\r\n \"13.67.20.128/26\",\r\n \"20.195.65.32/27\",\r\n \"20.195.65.64/27\",\r\n \"20.195.65.128/26\",\r\n \"20.205.192.128/26\",\r\n \"23.98.80.0/26\",\r\n \"23.98.80.192/29\",\r\n \"23.98.81.0/26\",\r\n \"23.98.113.128/26\",\r\n \"23.100.117.95/32\",\r\n \"40.78.232.0/26\",\r\n \"40.78.232.192/29\",\r\n \"40.78.233.0/26\",\r\n \"104.43.15.0/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:53011\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Sweden Central\",\r\n \"communityValue\": \"12076:53047\",\r\n \"communityPrefixes\": [\r\n \"20.91.149.128/25\",\r\n \"51.12.46.32/27\",\r\n \"51.12.46.64/27\",\r\n \"51.12.46.128/26\",\r\n \"51.12.96.0/27\",\r\n \"51.12.96.32/29\",\r\n \"51.12.97.0/27\",\r\n \"51.12.224.0/27\",\r\n \"51.12.224.32/29\",\r\n \"51.12.225.0/27\",\r\n \"51.12.232.0/27\",\r\n \"51.12.232.32/29\",\r\n \"51.12.233.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Sweden South\",\r\n \"communityValue\": \"12076:53048\",\r\n \"communityPrefixes\": [\r\n \"20.91.15.0/25\",\r\n \"51.12.198.32/27\",\r\n \"51.12.198.64/27\",\r\n \"51.12.198.128/26\",\r\n \"51.12.200.0/27\",\r\n \"51.12.200.32/29\",\r\n \"51.12.201.0/27\",\r\n \"51.12.201.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Switzerland North\",\r\n \"communityValue\": \"12076:53038\",\r\n \"communityPrefixes\": [\r\n \"20.208.16.64/27\",\r\n \"20.208.17.64/27\",\r\n \"20.208.19.192/29\",\r\n \"20.208.150.128/25\",\r\n \"51.103.200.64/27\",\r\n \"51.103.201.64/27\",\r\n \"51.103.203.192/29\",\r\n \"51.107.56.0/27\",\r\n \"51.107.56.32/29\",\r\n \"51.107.57.0/27\",\r\n \"51.107.242.32/27\",\r\n \"51.107.242.64/27\",\r\n \"51.107.242.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Switzerland West\",\r\n \"communityValue\": \"12076:53039\",\r\n \"communityPrefixes\": [\r\n \"20.199.205.0/25\",\r\n \"51.107.152.0/27\",\r\n \"51.107.153.0/27\",\r\n \"51.107.153.32/29\",\r\n \"51.107.250.64/26\",\r\n \"51.107.250.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE Central\",\r\n \"communityValue\": \"12076:53037\",\r\n \"communityPrefixes\": [\r\n \"20.37.71.64/26\",\r\n \"20.37.71.128/26\",\r\n \"20.37.72.64/27\",\r\n \"20.37.72.96/29\",\r\n \"20.37.73.64/27\",\r\n \"20.37.73.96/29\",\r\n \"20.203.95.128/25\",\r\n \"74.243.18.24/29\",\r\n \"74.243.20.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE Central IPv6\",\r\n \"communityValue\": \"12076:53037\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE North\",\r\n \"communityValue\": \"12076:53036\",\r\n \"communityPrefixes\": [\r\n \"20.38.143.64/26\",\r\n \"20.38.143.128/26\",\r\n \"20.38.152.24/29\",\r\n \"20.38.153.64/27\",\r\n \"20.38.154.64/27\",\r\n \"20.233.130.128/25\",\r\n \"40.120.72.0/27\",\r\n \"40.120.72.32/29\",\r\n \"40.120.73.0/27\",\r\n \"65.52.248.0/27\",\r\n \"65.52.248.32/29\",\r\n \"65.52.249.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE North IPv6\",\r\n \"communityValue\": \"12076:53036\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South\",\r\n \"communityValue\": \"12076:53024\",\r\n \"communityPrefixes\": [\r\n \"20.26.23.0/25\",\r\n \"51.104.10.0/26\",\r\n \"51.105.64.0/27\",\r\n \"51.105.64.32/29\",\r\n \"51.105.65.0/27\",\r\n \"51.105.71.192/26\",\r\n \"51.105.72.0/27\",\r\n \"51.105.72.32/29\",\r\n \"51.105.73.0/27\",\r\n \"51.132.193.64/27\",\r\n \"51.132.193.128/26\",\r\n \"51.140.77.9/32\",\r\n \"51.140.115.150/32\",\r\n \"51.140.144.0/27\",\r\n \"51.140.144.32/29\",\r\n \"51.140.145.0/27\",\r\n \"51.140.151.128/27\",\r\n \"51.140.184.11/32\",\r\n \"51.143.209.224/27\",\r\n \"51.143.212.0/27\",\r\n \"51.143.212.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South IPv6\",\r\n \"communityValue\": \"12076:53024\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South 2\",\r\n \"communityValue\": \"12076:53023\",\r\n \"communityPrefixes\": [\r\n \"13.87.16.64/27\",\r\n \"13.87.17.0/27\",\r\n \"13.87.33.234/32\",\r\n \"13.87.34.7/32\",\r\n \"13.87.34.19/32\",\r\n \"13.87.38.138/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South 2 IPv6\",\r\n \"communityValue\": \"12076:53023\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK West\",\r\n \"communityValue\": \"12076:53025\",\r\n \"communityPrefixes\": [\r\n \"20.58.66.128/25\",\r\n \"20.58.68.56/30\",\r\n \"51.11.97.192/26\",\r\n \"51.140.208.64/27\",\r\n \"51.140.208.96/29\",\r\n \"51.140.209.0/27\",\r\n \"51.140.209.32/29\",\r\n \"51.141.8.11/32\",\r\n \"51.142.133.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK West IPv6\",\r\n \"communityValue\": \"12076:53025\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Central US\",\r\n \"communityValue\": \"12076:53027\",\r\n \"communityPrefixes\": [\r\n \"13.71.192.0/27\",\r\n \"13.71.193.0/27\",\r\n \"13.71.193.32/29\",\r\n \"13.78.145.25/32\",\r\n \"13.78.248.32/27\",\r\n \"20.69.0.32/27\",\r\n \"20.69.0.64/27\",\r\n \"20.69.0.128/26\",\r\n \"52.148.42.0/25\",\r\n \"52.161.100.158/32\",\r\n \"52.161.128.32/27\",\r\n \"57.151.152.24/29\",\r\n \"57.151.154.128/27\",\r\n \"172.215.203.32/27\",\r\n \"172.215.203.64/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Central US IPv6\",\r\n \"communityValue\": \"12076:53027\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Europe\",\r\n \"communityValue\": \"12076:53002\",\r\n \"communityPrefixes\": [\r\n \"13.69.104.0/26\",\r\n \"13.69.104.192/26\",\r\n \"13.69.105.0/26\",\r\n \"13.69.105.192/26\",\r\n \"13.69.111.32/27\",\r\n \"13.69.112.168/29\",\r\n \"13.69.116.64/27\",\r\n \"13.69.116.96/30\",\r\n \"13.69.116.128/25\",\r\n \"13.69.117.0/26\",\r\n \"20.50.94.0/25\",\r\n \"20.50.201.224/27\",\r\n \"20.50.202.0/25\",\r\n \"20.50.202.128/26\",\r\n \"20.61.99.192/26\",\r\n \"20.61.102.0/26\",\r\n \"23.97.167.46/32\",\r\n \"23.97.169.19/32\",\r\n \"23.97.221.176/32\",\r\n \"40.68.37.158/32\",\r\n \"40.74.60.91/32\",\r\n \"40.114.240.125/32\",\r\n \"40.115.37.61/32\",\r\n \"40.115.52.141/32\",\r\n \"40.115.53.255/32\",\r\n \"40.118.12.208/32\",\r\n \"52.166.76.0/32\",\r\n \"52.178.17.192/27\",\r\n \"52.178.21.0/26\",\r\n \"52.178.21.64/27\",\r\n \"52.178.21.128/26\",\r\n \"52.178.22.0/25\",\r\n \"52.236.184.0/27\",\r\n \"52.236.184.32/29\",\r\n \"52.236.184.128/25\",\r\n \"52.236.185.0/27\",\r\n \"52.236.185.128/25\",\r\n \"68.219.168.0/24\",\r\n \"68.219.173.0/25\",\r\n \"68.219.175.0/25\",\r\n \"104.40.155.247/32\",\r\n \"104.40.168.64/26\",\r\n \"104.40.168.192/26\",\r\n \"104.40.169.0/27\",\r\n \"104.40.169.32/29\",\r\n \"104.40.169.128/25\",\r\n \"168.63.13.214/32\",\r\n \"191.237.232.75/32\",\r\n \"191.237.232.235/32\",\r\n \"191.237.232.236/31\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Europe IPv6\",\r\n \"communityValue\": \"12076:53002\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West India\",\r\n \"communityValue\": \"12076:53018\",\r\n \"communityPrefixes\": [\r\n \"20.207.170.192/27\",\r\n \"20.207.173.0/25\",\r\n \"52.136.53.160/27\",\r\n \"52.136.53.192/27\",\r\n \"104.211.144.0/27\",\r\n \"104.211.144.32/29\",\r\n \"104.211.145.0/27\",\r\n \"104.211.145.32/29\",\r\n \"104.211.160.80/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West India IPv6\",\r\n \"communityValue\": \"12076:53018\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US\",\r\n \"communityValue\": \"12076:53006\",\r\n \"communityPrefixes\": [\r\n \"13.86.216.0/25\",\r\n \"13.86.216.128/26\",\r\n \"13.86.216.192/27\",\r\n \"13.86.217.0/25\",\r\n \"13.86.217.128/26\",\r\n \"13.86.217.192/27\",\r\n \"13.86.217.224/29\",\r\n \"13.88.29.70/32\",\r\n \"13.91.4.219/32\",\r\n \"13.93.165.251/32\",\r\n \"13.93.237.158/32\",\r\n \"20.66.3.64/26\",\r\n \"20.66.3.128/26\",\r\n \"20.168.160.64/27\",\r\n \"20.168.161.64/27\",\r\n \"20.168.163.192/29\",\r\n \"20.189.172.224/27\",\r\n \"20.189.173.64/26\",\r\n \"23.99.4.248/32\",\r\n \"23.99.34.75/32\",\r\n \"23.99.37.235/32\",\r\n \"23.99.37.236/32\",\r\n \"40.78.16.122/32\",\r\n \"40.78.23.252/32\",\r\n \"40.78.57.109/32\",\r\n \"40.112.139.250/32\",\r\n \"40.112.240.0/27\",\r\n \"40.112.246.0/27\",\r\n \"40.118.129.167/32\",\r\n \"40.118.209.206/32\",\r\n \"40.118.244.227/32\",\r\n \"40.118.249.123/32\",\r\n \"40.118.250.19/32\",\r\n \"52.159.203.0/25\",\r\n \"104.40.49.103/32\",\r\n \"104.42.188.130/32\",\r\n \"104.42.192.190/32\",\r\n \"104.42.237.198/32\",\r\n \"104.42.238.205/32\",\r\n \"191.236.119.31/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US IPv6\",\r\n \"communityValue\": \"12076:53006\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US 2\",\r\n \"communityValue\": \"12076:53026\",\r\n \"communityPrefixes\": [\r\n \"13.66.136.0/26\",\r\n \"13.66.136.192/29\",\r\n \"13.66.137.0/26\",\r\n \"13.66.149.128/26\",\r\n \"13.66.226.202/32\",\r\n \"20.42.168.128/25\",\r\n \"20.42.174.128/25\",\r\n \"20.51.9.128/25\",\r\n \"20.83.193.0/26\",\r\n \"40.64.114.0/26\",\r\n \"40.78.240.0/26\",\r\n \"40.78.240.192/29\",\r\n \"40.78.241.0/26\",\r\n \"40.78.248.0/26\",\r\n \"40.78.248.192/29\",\r\n \"40.78.249.0/26\",\r\n \"52.191.144.64/26\",\r\n \"52.191.152.64/26\",\r\n \"52.229.17.93/32\",\r\n \"52.246.251.248/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US 2 IPv6\",\r\n \"communityValue\": \"12076:53026\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US 3\",\r\n \"communityValue\": \"12076:53044\",\r\n \"communityPrefixes\": [\r\n \"20.14.125.128/25\",\r\n \"20.150.168.0/27\",\r\n \"20.150.168.32/29\",\r\n \"20.150.169.0/27\",\r\n \"20.150.176.0/27\",\r\n \"20.150.176.32/29\",\r\n \"20.150.177.0/27\",\r\n \"20.150.184.0/27\",\r\n \"20.150.184.32/29\",\r\n \"20.150.185.0/27\",\r\n \"20.150.241.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central\",\r\n \"communityValue\": \"12076:54032\",\r\n \"communityPrefixes\": [\r\n \"20.36.42.8/32\",\r\n \"20.36.106.0/26\",\r\n \"20.37.228.32/27\",\r\n \"20.38.185.29/32\",\r\n \"20.39.65.58/32\",\r\n \"20.39.65.140/32\",\r\n \"20.213.224.128/26\",\r\n \"20.213.225.192/26\",\r\n \"20.213.226.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central IPv6\",\r\n \"communityValue\": \"12076:54032\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central 2\",\r\n \"communityValue\": \"12076:54033\",\r\n \"communityPrefixes\": [\r\n \"20.36.75.163/32\",\r\n \"20.36.114.0/28\",\r\n \"20.36.123.96/27\",\r\n \"20.39.99.187/32\",\r\n \"20.39.99.218/32\",\r\n \"20.39.99.230/32\",\r\n \"20.53.63.192/26\",\r\n \"20.167.128.128/26\",\r\n \"20.167.129.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:54033\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia East\",\r\n \"communityValue\": \"12076:54015\",\r\n \"communityPrefixes\": [\r\n \"13.70.74.136/29\",\r\n \"13.72.255.150/32\",\r\n \"13.75.134.84/32\",\r\n \"20.40.187.131/32\",\r\n \"20.40.187.216/32\",\r\n \"20.53.41.0/27\",\r\n \"20.53.91.208/32\",\r\n \"20.213.197.192/26\",\r\n \"20.213.199.128/25\",\r\n \"40.79.163.72/29\",\r\n \"40.79.163.192/26\",\r\n \"40.79.170.48/28\",\r\n \"40.79.174.192/26\",\r\n \"40.126.244.209/32\",\r\n \"52.156.170.104/32\",\r\n \"68.218.120.0/26\",\r\n \"104.210.89.99/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia East IPv6\",\r\n \"communityValue\": \"12076:54015\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Southeast\",\r\n \"communityValue\": \"12076:54016\",\r\n \"communityPrefixes\": [\r\n \"13.73.100.183/32\",\r\n \"13.77.50.0/28\",\r\n \"20.46.109.213/32\",\r\n \"20.46.110.132/32\",\r\n \"20.211.225.128/26\",\r\n \"20.211.229.192/26\",\r\n \"20.211.230.0/25\",\r\n \"23.101.240.99/32\",\r\n \"52.255.58.221/32\",\r\n \"104.46.177.64/27\",\r\n \"191.239.179.124/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:54016\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Brazil South\",\r\n \"communityValue\": \"12076:54014\",\r\n \"communityPrefixes\": [\r\n \"20.195.200.1/32\",\r\n \"20.195.200.28/32\",\r\n \"20.226.208.0/26\",\r\n \"20.226.210.0/25\",\r\n \"20.226.210.128/26\",\r\n \"104.41.52.61/32\",\r\n \"104.41.54.69/32\",\r\n \"191.232.51.175/32\",\r\n \"191.232.53.203/32\",\r\n \"191.233.204.128/27\",\r\n \"191.234.138.160/27\",\r\n \"191.234.146.0/26\",\r\n \"191.234.154.0/26\",\r\n \"191.234.179.157/32\",\r\n \"191.234.206.81/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Brazil South IPv6\",\r\n \"communityValue\": \"12076:54014\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Brazil Southeast\",\r\n \"communityValue\": \"12076:54050\",\r\n \"communityPrefixes\": [\r\n \"20.206.6.64/26\",\r\n \"108.140.0.0/25\",\r\n \"108.140.0.128/26\",\r\n \"191.233.11.192/27\",\r\n \"191.233.50.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada Central\",\r\n \"communityValue\": \"12076:54020\",\r\n \"communityPrefixes\": [\r\n \"13.71.170.0/28\",\r\n \"13.88.253.180/32\",\r\n \"20.38.146.0/26\",\r\n \"20.48.192.32/27\",\r\n \"20.151.81.25/32\",\r\n \"20.220.2.0/26\",\r\n \"20.220.4.64/26\",\r\n \"20.220.4.128/25\",\r\n \"52.139.0.145/32\",\r\n \"52.139.3.10/32\",\r\n \"52.237.20.252/32\",\r\n \"52.246.154.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada Central IPv6\",\r\n \"communityValue\": \"12076:54020\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada East\",\r\n \"communityValue\": \"12076:54021\",\r\n \"communityPrefixes\": [\r\n \"20.175.0.128/26\",\r\n \"20.175.6.0/25\",\r\n \"20.175.6.128/26\",\r\n \"40.69.106.0/28\",\r\n \"40.69.117.0/26\",\r\n \"40.86.229.245/32\",\r\n \"40.89.22.224/27\",\r\n \"52.139.86.210/32\",\r\n \"52.155.27.249/32\",\r\n \"52.155.28.10/32\",\r\n \"52.235.46.28/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada East IPv6\",\r\n \"communityValue\": \"12076:54021\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central India\",\r\n \"communityValue\": \"12076:54017\",\r\n \"communityPrefixes\": [\r\n \"20.40.42.199/32\",\r\n \"20.40.43.25/32\",\r\n \"20.43.126.128/26\",\r\n \"20.192.98.0/26\",\r\n \"20.193.249.3/32\",\r\n \"20.204.195.64/26\",\r\n \"20.204.197.0/25\",\r\n \"20.204.197.128/26\",\r\n \"40.80.50.0/26\",\r\n \"52.140.110.64/27\",\r\n \"104.211.84.0/28\",\r\n \"104.211.102.50/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central India IPv6\",\r\n \"communityValue\": \"12076:54017\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [\r\n \"13.89.41.245/32\",\r\n \"13.89.142.173/32\",\r\n \"13.89.170.0/25\",\r\n \"13.89.190.186/32\",\r\n \"13.89.224.229/32\",\r\n \"20.15.132.192/26\",\r\n \"20.15.133.0/25\",\r\n \"20.40.207.160/27\",\r\n \"20.44.10.0/26\",\r\n \"20.118.199.192/26\",\r\n \"20.186.229.146/32\",\r\n \"20.186.229.150/32\",\r\n \"40.77.63.179/32\",\r\n \"40.122.132.89/32\",\r\n \"40.122.174.140/32\",\r\n \"52.154.156.193/32\",\r\n \"52.154.156.203/32\",\r\n \"52.165.42.204/32\",\r\n \"52.165.46.249/32\",\r\n \"52.165.129.184/32\",\r\n \"52.165.229.112/32\",\r\n \"52.173.148.217/32\",\r\n \"52.173.196.170/32\",\r\n \"52.173.240.244/32\",\r\n \"52.176.0.136/32\",\r\n \"52.176.7.71/32\",\r\n \"52.176.155.127/32\",\r\n \"52.182.138.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US IPv6\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US EUAP\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [\r\n \"20.45.198.96/27\",\r\n \"20.45.252.228/32\",\r\n \"20.45.253.14/32\",\r\n \"20.228.4.64/26\",\r\n \"20.228.6.64/26\",\r\n \"20.228.6.128/25\",\r\n \"40.78.203.32/27\",\r\n \"52.176.250.55/32\",\r\n \"52.176.251.41/32\",\r\n \"52.176.251.87/32\",\r\n \"52.180.160.251/32\",\r\n \"52.180.161.1/32\",\r\n \"52.180.177.137/32\",\r\n \"168.61.142.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East Asia\",\r\n \"communityValue\": \"12076:54010\",\r\n \"communityPrefixes\": [\r\n \"13.75.34.0/26\",\r\n \"20.6.137.192/26\",\r\n \"20.6.140.0/25\",\r\n \"20.6.140.128/26\",\r\n \"20.187.196.0/27\",\r\n \"20.205.74.0/26\",\r\n \"20.205.82.0/26\",\r\n \"23.102.239.134/32\",\r\n \"52.175.25.211/32\",\r\n \"52.175.39.232/32\",\r\n \"137.116.161.160/32\",\r\n \"137.116.162.158/32\",\r\n \"137.116.165.204/32\",\r\n \"207.46.150.252/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East Asia IPv6\",\r\n \"communityValue\": \"12076:54010\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US\",\r\n \"communityValue\": \"12076:54004\",\r\n \"communityPrefixes\": [\r\n \"4.255.28.232/32\",\r\n \"4.255.28.237/32\",\r\n \"13.82.53.191/32\",\r\n \"13.90.199.155/32\",\r\n \"40.71.10.0/25\",\r\n \"40.71.17.19/32\",\r\n \"40.71.203.37/32\",\r\n \"40.71.204.115/32\",\r\n \"40.71.216.114/32\",\r\n \"40.78.226.0/25\",\r\n \"40.79.154.128/26\",\r\n \"40.85.178.211/32\",\r\n \"52.146.79.160/27\",\r\n \"52.150.38.36/32\",\r\n \"52.168.28.222/32\",\r\n \"52.170.204.83/32\",\r\n \"52.179.73.128/26\",\r\n \"52.186.69.224/32\",\r\n \"52.188.136.242/32\",\r\n \"52.188.137.75/32\",\r\n \"52.191.40.64/26\",\r\n \"52.191.41.128/25\",\r\n \"52.191.197.220/32\",\r\n \"52.226.18.140/32\",\r\n \"52.226.21.178/32\",\r\n \"104.45.131.193/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US IPv6\",\r\n \"communityValue\": \"12076:54004\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [\r\n \"13.68.28.135/32\",\r\n \"20.15.9.64/26\",\r\n \"20.15.13.128/25\",\r\n \"20.15.14.0/26\",\r\n \"20.49.102.64/27\",\r\n \"40.65.232.228/32\",\r\n \"40.65.233.140/32\",\r\n \"40.65.244.141/32\",\r\n \"40.70.0.140/32\",\r\n \"40.70.206.244/32\",\r\n \"40.70.220.202/32\",\r\n \"40.75.77.106/32\",\r\n \"40.79.39.162/32\",\r\n \"40.79.59.92/32\",\r\n \"40.79.67.136/32\",\r\n \"52.147.169.137/32\",\r\n \"52.167.82.80/32\",\r\n \"52.167.107.128/26\",\r\n \"52.167.214.232/32\",\r\n \"52.177.9.16/32\",\r\n \"52.177.172.74/32\",\r\n \"52.177.206.153/32\",\r\n \"52.177.206.238/32\",\r\n \"52.179.141.33/32\",\r\n \"52.179.143.233/32\",\r\n \"52.179.179.235/32\",\r\n \"52.179.200.0/25\",\r\n \"52.184.152.241/32\",\r\n \"52.232.229.24/32\",\r\n \"104.208.231.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2 IPv6\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2 EUAP\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [\r\n \"20.39.15.64/27\",\r\n \"20.47.145.17/32\",\r\n \"20.47.147.95/32\",\r\n \"20.47.147.132/32\",\r\n \"20.221.141.0/26\",\r\n \"20.252.208.64/26\",\r\n \"20.252.208.128/25\",\r\n \"40.74.147.192/26\",\r\n \"40.75.32.32/29\",\r\n \"40.75.34.128/26\",\r\n \"40.89.67.208/32\",\r\n \"52.138.66.90/32\",\r\n \"52.138.92.0/26\",\r\n \"68.220.82.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France Central\",\r\n \"communityValue\": \"12076:54030\",\r\n \"communityPrefixes\": [\r\n \"20.19.28.128/26\",\r\n \"20.19.30.128/25\",\r\n \"20.19.31.0/26\",\r\n \"20.40.139.237/32\",\r\n \"20.40.141.72/32\",\r\n \"20.43.46.0/27\",\r\n \"40.79.130.0/28\",\r\n \"40.79.138.48/28\",\r\n \"40.79.142.64/26\",\r\n \"40.79.146.48/28\",\r\n \"40.79.149.128/26\",\r\n \"40.89.132.238/32\",\r\n \"51.11.192.192/26\",\r\n \"51.103.6.27/32\",\r\n \"52.143.136.41/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France Central IPv6\",\r\n \"communityValue\": \"12076:54030\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France South\",\r\n \"communityValue\": \"12076:54031\",\r\n \"communityPrefixes\": [\r\n \"20.39.80.153/32\",\r\n \"20.39.81.227/32\",\r\n \"20.39.81.229/32\",\r\n \"40.79.178.0/28\",\r\n \"40.80.101.128/26\",\r\n \"40.80.103.0/25\",\r\n \"40.80.103.128/26\",\r\n \"51.105.92.192/27\",\r\n \"52.136.134.250/32\",\r\n \"52.136.136.70/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France South IPv6\",\r\n \"communityValue\": \"12076:54031\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Germany North\",\r\n \"communityValue\": \"12076:54040\",\r\n \"communityPrefixes\": [\r\n \"20.113.248.192/26\",\r\n \"20.113.250.64/26\",\r\n \"20.113.250.128/25\",\r\n \"51.116.1.247/32\",\r\n \"51.116.4.11/32\",\r\n \"51.116.4.76/32\",\r\n \"51.116.50.224/27\",\r\n \"51.116.58.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Germany West Central\",\r\n \"communityValue\": \"12076:54041\",\r\n \"communityPrefixes\": [\r\n \"20.218.185.192/26\",\r\n \"20.218.188.192/26\",\r\n \"20.218.189.0/25\",\r\n \"51.116.123.237/32\",\r\n \"51.116.134.134/32\",\r\n \"51.116.143.66/32\",\r\n \"51.116.146.224/27\",\r\n \"51.116.154.128/26\",\r\n \"51.116.242.0/26\",\r\n \"51.116.250.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Israel Central\",\r\n \"communityValue\": \"12076:54053\",\r\n \"communityPrefixes\": [\r\n \"20.217.10.64/26\",\r\n \"20.217.32.7/32\",\r\n \"20.217.32.43/32\",\r\n \"20.217.43.32/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Italy North\",\r\n \"communityValue\": \"12076:54054\",\r\n \"communityPrefixes\": [\r\n \"4.232.26.64/27\",\r\n \"4.232.42.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan East\",\r\n \"communityValue\": \"12076:54012\",\r\n \"communityPrefixes\": [\r\n \"13.78.106.0/26\",\r\n \"20.18.3.0/26\",\r\n \"20.18.5.64/26\",\r\n \"20.18.5.128/25\",\r\n \"20.63.129.107/32\",\r\n \"20.63.129.118/32\",\r\n \"20.63.129.126/32\",\r\n \"20.89.0.128/26\",\r\n \"20.191.160.32/27\",\r\n \"40.79.186.16/28\",\r\n \"40.79.191.0/26\",\r\n \"40.79.194.128/26\",\r\n \"40.115.241.37/32\",\r\n \"104.41.177.93/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan East IPv6\",\r\n \"communityValue\": \"12076:54012\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan West\",\r\n \"communityValue\": \"12076:54013\",\r\n \"communityPrefixes\": [\r\n \"4.190.131.64/26\",\r\n \"4.190.131.128/25\",\r\n \"20.18.178.0/26\",\r\n \"20.210.149.192/26\",\r\n \"40.74.98.0/26\",\r\n \"40.74.143.235/32\",\r\n \"40.80.63.160/27\",\r\n \"40.81.177.214/32\",\r\n \"40.81.177.219/32\",\r\n \"40.81.183.24/32\",\r\n \"104.215.1.53/32\",\r\n \"104.215.21.39/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan West IPv6\",\r\n \"communityValue\": \"12076:54013\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea Central\",\r\n \"communityValue\": \"12076:54029\",\r\n \"communityPrefixes\": [\r\n \"20.41.69.64/27\",\r\n \"20.44.26.0/26\",\r\n \"20.194.3.114/32\",\r\n \"20.194.5.39/32\",\r\n \"20.194.5.210/32\",\r\n \"20.194.66.64/26\",\r\n \"20.194.80.64/26\",\r\n \"20.214.132.0/26\",\r\n \"20.214.134.64/26\",\r\n \"20.214.134.128/25\",\r\n \"52.231.18.0/28\",\r\n \"52.231.25.123/32\",\r\n \"52.231.39.143/32\",\r\n \"52.231.56.0/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea Central IPv6\",\r\n \"communityValue\": \"12076:54029\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea South\",\r\n \"communityValue\": \"12076:54028\",\r\n \"communityPrefixes\": [\r\n \"20.39.168.21/32\",\r\n \"20.200.163.64/26\",\r\n \"20.200.164.192/26\",\r\n \"20.200.165.0/25\",\r\n \"40.80.173.0/27\",\r\n \"40.80.235.125/32\",\r\n \"40.80.236.159/32\",\r\n \"52.231.146.0/27\",\r\n \"52.231.206.234/32\",\r\n \"52.231.207.31/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea South IPv6\",\r\n \"communityValue\": \"12076:54028\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Malaysia South\",\r\n \"communityValue\": \"12076:54055\",\r\n \"communityPrefixes\": [\r\n \"20.17.8.192/32\",\r\n \"20.17.8.210/32\",\r\n \"20.17.24.64/26\",\r\n \"20.17.51.0/27\",\r\n \"20.17.66.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Central US\",\r\n \"communityValue\": \"12076:54007\",\r\n \"communityPrefixes\": [\r\n \"20.41.146.81/32\",\r\n \"20.49.114.128/27\",\r\n \"20.125.170.0/26\",\r\n \"20.125.202.0/26\",\r\n \"20.241.114.0/26\",\r\n \"20.241.116.192/26\",\r\n \"20.241.117.0/25\",\r\n \"23.96.180.213/32\",\r\n \"23.96.219.207/32\",\r\n \"23.96.242.234/32\",\r\n \"52.162.87.83/32\",\r\n \"52.162.87.113/32\",\r\n \"52.162.106.0/26\",\r\n \"52.162.246.107/32\",\r\n \"65.52.210.9/32\",\r\n \"157.55.170.133/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Central US IPv6\",\r\n \"communityValue\": \"12076:54007\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Europe\",\r\n \"communityValue\": \"12076:54003\",\r\n \"communityPrefixes\": [\r\n \"13.69.226.0/25\",\r\n \"13.74.106.0/25\",\r\n \"13.79.34.236/32\",\r\n \"20.54.38.35/32\",\r\n \"20.166.42.128/26\",\r\n \"20.166.46.128/25\",\r\n \"20.166.47.0/26\",\r\n \"40.113.90.91/32\",\r\n \"52.138.141.112/32\",\r\n \"52.138.197.33/32\",\r\n \"52.138.201.47/32\",\r\n \"52.138.205.97/32\",\r\n \"52.138.206.153/32\",\r\n \"52.138.227.192/26\",\r\n \"52.146.131.0/27\",\r\n \"52.155.235.94/32\",\r\n \"52.155.236.115/32\",\r\n \"52.169.122.37/32\",\r\n \"52.169.219.183/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Europe IPv6\",\r\n \"communityValue\": \"12076:54003\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Norway East\",\r\n \"communityValue\": \"12076:54042\",\r\n \"communityPrefixes\": [\r\n \"20.100.16.0/26\",\r\n \"20.100.19.192/26\",\r\n \"20.100.20.0/25\",\r\n \"51.13.25.170/32\",\r\n \"51.13.25.180/32\",\r\n \"51.13.25.182/32\",\r\n \"51.120.44.128/27\",\r\n \"51.120.98.64/26\",\r\n \"51.120.106.0/26\",\r\n \"51.120.210.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Norway West\",\r\n \"communityValue\": \"12076:54043\",\r\n \"communityPrefixes\": [\r\n \"51.13.149.218/32\",\r\n \"51.13.150.175/32\",\r\n \"51.13.150.233/32\",\r\n \"51.120.179.192/26\",\r\n \"51.120.181.192/26\",\r\n \"51.120.182.0/25\",\r\n \"51.120.218.64/26\",\r\n \"51.120.228.160/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBPolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBPolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBPolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Poland Central\",\r\n \"communityValue\": \"12076:54051\",\r\n \"communityPrefixes\": [\r\n \"20.215.3.32/27\",\r\n \"20.215.18.0/26\",\r\n \"20.215.26.0/26\",\r\n \"20.215.154.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Qatar Central\",\r\n \"communityValue\": \"12076:54049\",\r\n \"communityPrefixes\": [\r\n \"4.171.24.128/25\",\r\n \"4.171.25.0/26\",\r\n \"20.21.34.160/27\",\r\n \"20.21.42.0/26\",\r\n \"20.21.66.0/26\",\r\n \"20.21.74.0/26\",\r\n \"20.21.85.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa North\",\r\n \"communityValue\": \"12076:54034\",\r\n \"communityPrefixes\": [\r\n \"20.87.34.33/32\",\r\n \"20.87.34.100/32\",\r\n \"20.87.35.29/32\",\r\n \"20.87.87.128/26\",\r\n \"20.164.153.0/25\",\r\n \"20.164.153.128/26\",\r\n \"102.133.122.0/26\",\r\n \"102.133.154.64/26\",\r\n \"102.133.220.0/27\",\r\n \"102.133.250.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa North IPv6\",\r\n \"communityValue\": \"12076:54034\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa West\",\r\n \"communityValue\": \"12076:54035\",\r\n \"communityPrefixes\": [\r\n \"40.117.25.64/26\",\r\n \"40.117.27.0/25\",\r\n \"40.117.27.128/26\",\r\n \"102.133.26.64/26\",\r\n \"102.133.60.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa West IPv6\",\r\n \"communityValue\": \"12076:54035\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Central US\",\r\n \"communityValue\": \"12076:54008\",\r\n \"communityPrefixes\": [\r\n \"4.149.114.0/25\",\r\n \"4.149.114.128/26\",\r\n \"13.65.145.92/32\",\r\n \"13.66.26.107/32\",\r\n \"13.73.254.224/27\",\r\n \"13.84.150.178/32\",\r\n \"13.84.157.70/32\",\r\n \"13.85.16.188/32\",\r\n \"20.45.122.0/26\",\r\n \"20.49.90.64/26\",\r\n \"20.64.41.89/32\",\r\n \"20.236.151.0/26\",\r\n \"23.102.191.13/32\",\r\n \"40.124.35.250/32\",\r\n \"52.152.101.97/32\",\r\n \"52.152.102.26/32\",\r\n \"104.210.210.63/32\",\r\n \"104.210.217.251/32\",\r\n \"104.214.18.0/25\",\r\n \"104.214.23.192/27\",\r\n \"104.214.26.177/32\",\r\n \"104.214.54.14/32\",\r\n \"104.215.76.211/32\",\r\n \"104.215.113.77/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Central US IPv6\",\r\n \"communityValue\": \"12076:54008\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South India\",\r\n \"communityValue\": \"12076:54019\",\r\n \"communityPrefixes\": [\r\n \"13.71.115.125/32\",\r\n \"13.71.124.81/32\",\r\n \"20.41.199.128/27\",\r\n \"20.219.112.136/32\",\r\n \"20.219.112.234/32\",\r\n \"40.78.194.0/28\",\r\n \"52.172.82.64/26\",\r\n \"52.172.84.64/26\",\r\n \"52.172.84.128/25\",\r\n \"104.211.227.84/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South India IPv6\",\r\n \"communityValue\": \"12076:54019\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Southeast Asia\",\r\n \"communityValue\": \"12076:54011\",\r\n \"communityPrefixes\": [\r\n \"4.194.225.0/25\",\r\n \"4.194.225.128/26\",\r\n \"13.67.8.0/26\",\r\n \"13.76.161.130/32\",\r\n \"20.24.6.64/26\",\r\n \"20.195.58.26/32\",\r\n \"23.98.82.0/26\",\r\n \"23.98.107.224/27\",\r\n \"40.65.169.181/32\",\r\n \"40.78.236.192/26\",\r\n \"40.119.215.63/32\",\r\n \"52.148.84.234/32\",\r\n \"52.163.63.20/32\",\r\n \"52.163.249.82/32\",\r\n \"52.187.11.8/32\",\r\n \"52.187.12.93/32\",\r\n \"52.230.3.213/32\",\r\n \"52.230.15.63/32\",\r\n \"52.230.23.170/32\",\r\n \"52.230.70.94/32\",\r\n \"52.230.87.21/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:54011\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Sweden Central\",\r\n \"communityValue\": \"12076:54047\",\r\n \"communityPrefixes\": [\r\n \"20.91.147.192/26\",\r\n \"20.91.150.0/25\",\r\n \"20.91.150.128/26\",\r\n \"20.240.12.252/32\",\r\n \"20.240.14.101/32\",\r\n \"51.12.43.0/27\",\r\n \"51.12.98.64/26\",\r\n \"51.12.226.0/26\",\r\n \"51.12.234.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Sweden South\",\r\n \"communityValue\": \"12076:54048\",\r\n \"communityPrefixes\": [\r\n \"20.91.13.128/26\",\r\n \"20.91.15.128/25\",\r\n \"20.91.96.0/26\",\r\n \"51.12.195.0/27\",\r\n \"51.12.202.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Switzerland North\",\r\n \"communityValue\": \"12076:54038\",\r\n \"communityPrefixes\": [\r\n \"20.208.18.0/26\",\r\n \"20.208.148.192/26\",\r\n \"20.208.151.0/25\",\r\n \"20.208.151.128/26\",\r\n \"51.103.202.0/26\",\r\n \"51.107.7.186/32\",\r\n \"51.107.7.191/32\",\r\n \"51.107.10.143/32\",\r\n \"51.107.52.224/27\",\r\n \"51.107.58.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Switzerland West\",\r\n \"communityValue\": \"12076:54039\",\r\n \"communityPrefixes\": [\r\n \"20.199.204.0/26\",\r\n \"20.199.204.192/26\",\r\n \"20.199.205.128/25\",\r\n \"51.107.148.32/27\",\r\n \"51.107.154.64/26\",\r\n \"51.107.227.47/32\",\r\n \"51.107.227.81/32\",\r\n \"51.107.227.85/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE Central\",\r\n \"communityValue\": \"12076:54037\",\r\n \"communityPrefixes\": [\r\n \"20.37.68.160/27\",\r\n \"20.37.75.128/26\",\r\n \"20.37.84.77/32\",\r\n \"20.37.84.143/32\",\r\n \"20.37.84.166/32\",\r\n \"20.203.91.0/26\",\r\n \"20.203.91.84/30\",\r\n \"20.203.92.0/25\",\r\n \"20.203.92.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE Central IPv6\",\r\n \"communityValue\": \"12076:54037\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE North\",\r\n \"communityValue\": \"12076:54036\",\r\n \"communityPrefixes\": [\r\n \"20.38.140.128/27\",\r\n \"20.38.152.128/26\",\r\n \"20.74.181.129/32\",\r\n \"20.74.199.64/26\",\r\n \"20.203.5.86/32\",\r\n \"20.203.5.173/32\",\r\n \"20.233.131.64/26\",\r\n \"20.233.131.128/25\",\r\n \"40.120.74.64/26\",\r\n \"65.52.251.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE North IPv6\",\r\n \"communityValue\": \"12076:54036\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South\",\r\n \"communityValue\": \"12076:54024\",\r\n \"communityPrefixes\": [\r\n \"20.26.21.128/26\",\r\n \"51.11.169.104/32\",\r\n \"51.104.31.128/27\",\r\n \"51.105.10.109/32\",\r\n \"51.105.10.136/32\",\r\n \"51.105.66.0/26\",\r\n \"51.105.74.0/26\",\r\n \"51.140.70.75/32\",\r\n \"51.140.75.146/32\",\r\n \"51.140.83.56/32\",\r\n \"51.140.99.233/32\",\r\n \"51.140.146.0/27\",\r\n \"51.143.189.37/32\",\r\n \"172.167.232.0/25\",\r\n \"172.167.232.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South IPv6\",\r\n \"communityValue\": \"12076:54024\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South 2\",\r\n \"communityValue\": \"12076:54023\",\r\n \"communityPrefixes\": [\r\n \"13.87.56.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South 2 IPv6\",\r\n \"communityValue\": \"12076:54023\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK West\",\r\n \"communityValue\": \"12076:54025\",\r\n \"communityPrefixes\": [\r\n \"51.132.66.99/32\",\r\n \"51.137.137.138/32\",\r\n \"51.137.137.218/32\",\r\n \"51.137.166.128/27\",\r\n \"51.140.210.0/27\",\r\n \"51.141.25.77/32\",\r\n \"51.141.53.76/32\",\r\n \"51.141.55.229/32\",\r\n \"51.142.130.192/26\",\r\n \"51.142.132.128/25\",\r\n \"51.142.133.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK West IPv6\",\r\n \"communityValue\": \"12076:54025\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Central US\",\r\n \"communityValue\": \"12076:54027\",\r\n \"communityPrefixes\": [\r\n \"13.71.194.0/26\",\r\n \"13.78.188.25/32\",\r\n \"52.148.41.0/26\",\r\n \"52.148.42.128/25\",\r\n \"52.148.43.0/26\",\r\n \"52.150.154.224/27\",\r\n \"52.153.155.166/32\",\r\n \"52.153.155.205/32\",\r\n \"52.159.50.179/32\",\r\n \"52.161.13.67/32\",\r\n \"52.161.22.131/32\",\r\n \"52.161.100.126/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Central US IPv6\",\r\n \"communityValue\": \"12076:54027\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Europe\",\r\n \"communityValue\": \"12076:54002\",\r\n \"communityPrefixes\": [\r\n \"13.69.66.0/25\",\r\n \"13.69.66.128/29\",\r\n \"13.69.112.0/25\",\r\n \"13.81.51.99/32\",\r\n \"13.94.201.5/32\",\r\n \"20.50.93.128/26\",\r\n \"20.61.97.0/27\",\r\n \"20.71.82.202/32\",\r\n \"40.68.44.85/32\",\r\n \"40.114.240.253/32\",\r\n \"51.105.113.66/32\",\r\n \"51.105.113.88/32\",\r\n \"51.144.177.166/32\",\r\n \"51.144.182.233/32\",\r\n \"52.174.253.239/32\",\r\n \"52.178.108.222/32\",\r\n \"52.232.59.220/32\",\r\n \"52.233.128.86/32\",\r\n \"52.236.189.0/26\",\r\n \"68.219.171.64/26\",\r\n \"68.219.171.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Europe IPv6\",\r\n \"communityValue\": \"12076:54002\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West India\",\r\n \"communityValue\": \"12076:54018\",\r\n \"communityPrefixes\": [\r\n \"20.40.10.128/31\",\r\n \"20.207.170.64/26\",\r\n \"20.207.173.128/25\",\r\n \"20.207.174.0/26\",\r\n \"40.81.88.229/32\",\r\n \"52.136.52.64/27\",\r\n \"104.211.146.0/28\",\r\n \"104.211.162.94/32\",\r\n \"104.211.184.117/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West India IPv6\",\r\n \"communityValue\": \"12076:54018\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US\",\r\n \"communityValue\": \"12076:54006\",\r\n \"communityPrefixes\": [\r\n \"13.64.69.151/32\",\r\n \"13.64.113.68/32\",\r\n \"13.64.194.140/32\",\r\n \"13.88.30.39/32\",\r\n \"13.91.246.52/32\",\r\n \"13.93.153.80/32\",\r\n \"13.93.156.125/32\",\r\n \"13.93.207.66/32\",\r\n \"20.49.126.160/27\",\r\n \"20.168.162.0/26\",\r\n \"20.245.60.201/32\",\r\n \"20.245.61.127/32\",\r\n \"23.100.37.220/32\",\r\n \"40.83.171.241/32\",\r\n \"40.112.140.12/32\",\r\n \"40.112.160.17/32\",\r\n \"40.112.241.0/24\",\r\n \"40.112.249.60/32\",\r\n \"40.118.245.44/32\",\r\n \"40.118.245.251/32\",\r\n \"52.159.201.128/26\",\r\n \"68.220.34.64/26\",\r\n \"68.220.35.0/25\",\r\n \"104.40.8.78/32\",\r\n \"104.40.8.88/32\",\r\n \"104.40.12.26/32\",\r\n \"104.42.8.116/32\",\r\n \"104.42.182.13/32\",\r\n \"137.117.9.157/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US IPv6\",\r\n \"communityValue\": \"12076:54006\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US 2\",\r\n \"communityValue\": \"12076:54026\",\r\n \"communityPrefixes\": [\r\n \"13.66.138.0/26\",\r\n \"13.66.152.164/32\",\r\n \"13.66.166.89/32\",\r\n \"20.9.156.128/26\",\r\n \"20.36.26.132/32\",\r\n \"20.42.169.192/26\",\r\n \"20.42.170.128/25\",\r\n \"40.64.135.0/27\",\r\n \"40.65.106.154/32\",\r\n \"40.65.114.105/32\",\r\n \"40.78.243.192/26\",\r\n \"40.78.250.0/26\",\r\n \"40.91.122.69/32\",\r\n \"52.143.72.208/32\",\r\n \"52.143.85.231/32\",\r\n \"52.151.16.118/32\",\r\n \"52.158.234.203/32\",\r\n \"52.183.42.252/32\",\r\n \"52.183.66.36/32\",\r\n \"52.183.119.101/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US 2 IPv6\",\r\n \"communityValue\": \"12076:54026\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US 3\",\r\n \"communityValue\": \"12076:54044\",\r\n \"communityPrefixes\": [\r\n \"20.14.27.141/32\",\r\n \"20.14.122.192/26\",\r\n \"20.14.126.128/25\",\r\n \"20.14.127.0/26\",\r\n \"20.125.74.200/32\",\r\n \"20.150.166.192/27\",\r\n \"20.150.170.64/26\",\r\n \"20.150.178.0/26\",\r\n \"20.150.186.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia Central\",\r\n \"communityValue\": \"12076:55032\",\r\n \"communityPrefixes\": [\r\n \"20.36.107.32/27\",\r\n \"20.36.107.64/26\",\r\n \"20.53.49.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia Central 2\",\r\n \"communityValue\": \"12076:55033\",\r\n \"communityPrefixes\": [\r\n \"20.36.114.224/27\",\r\n \"20.36.115.0/26\",\r\n \"20.53.56.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia East\",\r\n \"communityValue\": \"12076:55015\",\r\n \"communityPrefixes\": [\r\n \"13.70.73.192/27\",\r\n \"13.70.74.0/26\",\r\n \"20.53.47.128/26\",\r\n \"40.79.162.128/27\",\r\n \"40.79.162.192/26\",\r\n \"40.79.170.64/26\",\r\n \"40.79.170.128/27\",\r\n \"40.79.171.32/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia Southeast\",\r\n \"communityValue\": \"12076:55016\",\r\n \"communityPrefixes\": [\r\n \"13.77.52.32/27\",\r\n \"13.77.52.64/26\",\r\n \"104.46.183.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Brazil South\",\r\n \"communityValue\": \"12076:55014\",\r\n \"communityPrefixes\": [\r\n \"191.233.204.0/26\",\r\n \"191.233.204.64/27\",\r\n \"191.234.147.80/28\",\r\n \"191.234.147.128/26\",\r\n \"191.234.149.160/27\",\r\n \"191.234.155.80/28\",\r\n \"191.234.155.128/26\",\r\n \"191.234.157.64/27\",\r\n \"191.238.72.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Brazil Southeast\",\r\n \"communityValue\": \"12076:55050\",\r\n \"communityPrefixes\": [\r\n \"20.195.146.128/26\",\r\n \"191.233.50.224/27\",\r\n \"191.233.51.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Canada Central\",\r\n \"communityValue\": \"12076:55020\",\r\n \"communityPrefixes\": [\r\n \"13.71.172.0/26\",\r\n \"13.71.172.64/27\",\r\n \"20.38.147.0/27\",\r\n \"20.38.147.64/26\",\r\n \"20.48.197.0/26\",\r\n \"52.246.155.0/27\",\r\n \"52.246.155.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Canada East\",\r\n \"communityValue\": \"12076:55021\",\r\n \"communityPrefixes\": [\r\n \"40.69.107.32/27\",\r\n \"40.69.107.64/26\",\r\n \"52.139.107.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Central India\",\r\n \"communityValue\": \"12076:55017\",\r\n \"communityPrefixes\": [\r\n \"20.192.44.128/26\",\r\n \"20.192.99.80/28\",\r\n \"20.192.99.128/26\",\r\n \"40.80.51.0/27\",\r\n \"40.80.53.192/26\",\r\n \"104.211.82.0/26\",\r\n \"104.211.82.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Central US\",\r\n \"communityValue\": \"12076:55009\",\r\n \"communityPrefixes\": [\r\n \"13.89.171.128/26\",\r\n \"13.89.171.192/27\",\r\n \"20.40.229.128/25\",\r\n \"20.44.8.32/27\",\r\n \"20.44.8.64/26\",\r\n \"52.182.139.64/27\",\r\n \"52.182.139.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Central US EUAP\",\r\n \"communityValue\": \"12076:55009\",\r\n \"communityPrefixes\": [\r\n \"20.46.12.0/25\",\r\n \"40.78.202.160/27\",\r\n \"40.78.202.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East Asia\",\r\n \"communityValue\": \"12076:55010\",\r\n \"communityPrefixes\": [\r\n \"13.75.36.128/25\",\r\n \"13.75.37.0/24\",\r\n \"20.195.73.0/24\",\r\n \"20.195.74.0/25\",\r\n \"20.205.74.96/27\",\r\n \"20.205.75.0/26\",\r\n \"20.205.82.96/27\",\r\n \"20.205.83.0/26\",\r\n \"104.214.165.96/27\",\r\n \"104.214.165.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East US\",\r\n \"communityValue\": \"12076:55004\",\r\n \"communityPrefixes\": [\r\n \"20.62.133.128/25\",\r\n \"20.62.134.0/26\",\r\n \"40.71.12.0/25\",\r\n \"40.71.12.128/26\",\r\n \"40.78.227.64/26\",\r\n \"40.78.227.128/25\",\r\n \"40.79.155.64/26\",\r\n \"40.79.155.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East US 2\",\r\n \"communityValue\": \"12076:55005\",\r\n \"communityPrefixes\": [\r\n \"20.44.16.128/27\",\r\n \"20.44.16.192/26\",\r\n \"20.62.59.128/25\",\r\n \"40.70.147.128/26\",\r\n \"40.70.147.192/27\",\r\n \"52.167.106.192/27\",\r\n \"52.167.107.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East US 2 EUAP\",\r\n \"communityValue\": \"12076:55005\",\r\n \"communityPrefixes\": [\r\n \"20.51.20.128/25\",\r\n \"40.74.146.96/27\",\r\n \"40.74.146.128/26\",\r\n \"40.75.34.96/27\",\r\n \"40.75.34.192/26\",\r\n \"52.138.90.160/27\",\r\n \"52.138.90.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup France Central\",\r\n \"communityValue\": \"12076:55030\",\r\n \"communityPrefixes\": [\r\n \"40.79.131.0/26\",\r\n \"40.79.131.64/27\",\r\n \"40.79.142.192/26\",\r\n \"40.79.150.0/26\",\r\n \"51.138.210.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup France South\",\r\n \"communityValue\": \"12076:55031\",\r\n \"communityPrefixes\": [\r\n \"40.79.179.32/27\",\r\n \"40.79.179.64/26\",\r\n \"52.136.185.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Germany North\",\r\n \"communityValue\": \"12076:55040\",\r\n \"communityPrefixes\": [\r\n \"51.116.55.0/26\",\r\n \"51.116.59.64/26\",\r\n \"51.116.59.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Germany West Central\",\r\n \"communityValue\": \"12076:55041\",\r\n \"communityPrefixes\": [\r\n \"20.52.88.0/26\",\r\n \"51.116.155.128/26\",\r\n \"51.116.155.192/27\",\r\n \"51.116.156.144/28\",\r\n \"51.116.156.192/26\",\r\n \"51.116.245.0/26\",\r\n \"51.116.245.64/27\",\r\n \"51.116.250.240/28\",\r\n \"51.116.251.64/26\",\r\n \"51.116.253.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Israel Central\",\r\n \"communityValue\": \"12076:55053\",\r\n \"communityPrefixes\": [\r\n \"20.217.44.0/26\",\r\n \"20.217.59.64/26\",\r\n \"20.217.75.0/26\",\r\n \"20.217.91.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Israel Central IPv6\",\r\n \"communityValue\": \"12076:55053\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1402::680/121\",\r\n \"2603:1040:1402:400::100/121\",\r\n \"2603:1040:1402:800::100/121\",\r\n \"2603:1040:1402:c00::100/121\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Italy North\",\r\n \"communityValue\": \"12076:55054\",\r\n \"communityPrefixes\": [\r\n \"4.232.28.64/26\",\r\n \"4.232.107.0/26\",\r\n \"4.232.123.0/26\",\r\n \"4.232.125.192/27\",\r\n \"4.232.195.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Italy North IPv6\",\r\n \"communityValue\": \"12076:55054\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1204::680/121\",\r\n \"2603:1020:1204:400::100/121\",\r\n \"2603:1020:1204:800::80/121\",\r\n \"2603:1020:1204:c00::80/121\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Japan East\",\r\n \"communityValue\": \"12076:55012\",\r\n \"communityPrefixes\": [\r\n \"13.78.108.32/27\",\r\n \"13.78.108.64/26\",\r\n \"20.191.166.128/26\",\r\n \"40.79.187.32/27\",\r\n \"40.79.187.64/26\",\r\n \"40.79.195.32/27\",\r\n \"40.79.195.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Japan West\",\r\n \"communityValue\": \"12076:55013\",\r\n \"communityPrefixes\": [\r\n \"20.18.179.0/26\",\r\n \"20.189.228.64/26\",\r\n \"40.74.98.64/26\",\r\n \"40.74.98.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Korea Central\",\r\n \"communityValue\": \"12076:55029\",\r\n \"communityPrefixes\": [\r\n \"20.44.27.128/27\",\r\n \"20.44.31.192/26\",\r\n \"20.194.66.192/26\",\r\n \"20.194.67.0/27\",\r\n \"20.194.74.0/26\",\r\n \"52.231.19.0/26\",\r\n \"52.231.19.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Korea South\",\r\n \"communityValue\": \"12076:55028\",\r\n \"communityPrefixes\": [\r\n \"52.147.113.0/26\",\r\n \"52.231.147.32/27\",\r\n \"52.231.147.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Malaysia South\",\r\n \"communityValue\": \"12076:55055\",\r\n \"communityPrefixes\": [\r\n \"20.17.52.0/26\",\r\n \"20.17.67.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Malaysia South IPv6\",\r\n \"communityValue\": \"12076:55055\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1503::680/121\",\r\n \"2603:1040:1503:400::100/121\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup North Central US\",\r\n \"communityValue\": \"12076:55007\",\r\n \"communityPrefixes\": [\r\n \"20.51.0.0/26\",\r\n \"20.125.171.0/26\",\r\n \"20.125.203.0/26\",\r\n \"52.162.107.192/26\",\r\n \"52.162.110.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup North Europe\",\r\n \"communityValue\": \"12076:55003\",\r\n \"communityPrefixes\": [\r\n \"13.69.228.128/25\",\r\n \"13.69.229.0/27\",\r\n \"13.74.107.192/27\",\r\n \"13.74.108.0/25\",\r\n \"52.138.226.192/27\",\r\n \"52.138.227.0/25\",\r\n \"52.146.136.64/26\",\r\n \"52.146.136.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Norway East\",\r\n \"communityValue\": \"12076:55042\",\r\n \"communityPrefixes\": [\r\n \"51.120.99.96/27\",\r\n \"51.120.99.128/26\",\r\n \"51.120.107.80/28\",\r\n \"51.120.107.128/26\",\r\n \"51.120.110.128/27\",\r\n \"51.120.211.80/28\",\r\n \"51.120.211.128/26\",\r\n \"51.120.214.64/27\",\r\n \"51.120.233.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Norway West\",\r\n \"communityValue\": \"12076:55043\",\r\n \"communityPrefixes\": [\r\n \"51.13.137.128/26\",\r\n \"51.120.219.96/27\",\r\n \"51.120.219.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupPolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupPolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupPolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Poland Central\",\r\n \"communityValue\": \"12076:55051\",\r\n \"communityPrefixes\": [\r\n \"20.215.4.0/26\",\r\n \"20.215.19.0/26\",\r\n \"20.215.27.0/26\",\r\n \"20.215.155.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Qatar Central\",\r\n \"communityValue\": \"12076:55049\",\r\n \"communityPrefixes\": [\r\n \"20.21.36.128/26\",\r\n \"20.21.43.64/26\",\r\n \"20.21.67.0/26\",\r\n \"20.21.75.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South Africa North\",\r\n \"communityValue\": \"12076:55034\",\r\n \"communityPrefixes\": [\r\n \"102.37.160.192/26\",\r\n \"102.133.123.96/27\",\r\n \"102.133.155.64/26\",\r\n \"102.133.155.128/27\",\r\n \"102.133.251.0/27\",\r\n \"102.133.254.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South Africa West\",\r\n \"communityValue\": \"12076:55035\",\r\n \"communityPrefixes\": [\r\n \"102.37.81.0/26\",\r\n \"102.133.27.64/26\",\r\n \"102.133.27.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South Central US\",\r\n \"communityValue\": \"12076:55008\",\r\n \"communityPrefixes\": [\r\n \"20.45.123.0/26\",\r\n \"20.45.123.64/28\",\r\n \"20.45.125.192/27\",\r\n \"20.49.90.192/26\",\r\n \"20.49.91.0/27\",\r\n \"20.65.133.128/26\",\r\n \"104.214.19.96/27\",\r\n \"104.214.19.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South India\",\r\n \"communityValue\": \"12076:55019\",\r\n \"communityPrefixes\": [\r\n \"40.78.195.32/27\",\r\n \"40.78.195.64/26\",\r\n \"52.172.116.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Southeast Asia\",\r\n \"communityValue\": \"12076:55011\",\r\n \"communityPrefixes\": [\r\n \"13.67.12.0/24\",\r\n \"13.67.13.0/25\",\r\n \"20.195.66.0/24\",\r\n \"20.195.67.0/25\",\r\n \"23.98.83.0/27\",\r\n \"23.98.83.128/25\",\r\n \"23.98.84.0/24\",\r\n \"40.78.234.192/27\",\r\n \"40.78.235.0/24\",\r\n \"40.78.236.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Sweden Central\",\r\n \"communityValue\": \"12076:55047\",\r\n \"communityPrefixes\": [\r\n \"51.12.25.128/26\",\r\n \"51.12.99.96/27\",\r\n \"51.12.99.128/26\",\r\n \"51.12.227.80/28\",\r\n \"51.12.227.128/26\",\r\n \"51.12.235.80/28\",\r\n \"51.12.235.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Sweden South\",\r\n \"communityValue\": \"12076:55048\",\r\n \"communityPrefixes\": [\r\n \"51.12.17.64/26\",\r\n \"51.12.203.96/27\",\r\n \"51.12.203.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Switzerland North\",\r\n \"communityValue\": \"12076:55038\",\r\n \"communityPrefixes\": [\r\n \"20.208.19.0/26\",\r\n \"51.103.203.0/26\",\r\n \"51.107.59.64/26\",\r\n \"51.107.59.128/27\",\r\n \"51.107.243.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Switzerland West\",\r\n \"communityValue\": \"12076:55039\",\r\n \"communityPrefixes\": [\r\n \"51.107.155.64/26\",\r\n \"51.107.155.128/27\",\r\n \"51.107.251.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UAE Central\",\r\n \"communityValue\": \"12076:55037\",\r\n \"communityPrefixes\": [\r\n \"20.37.75.0/26\",\r\n \"20.37.75.64/27\",\r\n \"20.45.90.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UAE North\",\r\n \"communityValue\": \"12076:55036\",\r\n \"communityPrefixes\": [\r\n \"20.38.155.64/26\",\r\n \"40.120.74.192/26\",\r\n \"40.120.75.0/27\",\r\n \"40.120.82.0/26\",\r\n \"65.52.251.0/26\",\r\n \"65.52.251.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UK South\",\r\n \"communityValue\": \"12076:55024\",\r\n \"communityPrefixes\": [\r\n \"51.105.67.32/27\",\r\n \"51.105.67.64/26\",\r\n \"51.105.75.0/27\",\r\n \"51.105.75.64/26\",\r\n \"51.140.148.64/26\",\r\n \"51.140.148.128/27\",\r\n \"51.143.212.192/26\",\r\n \"51.143.213.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UK South 2\",\r\n \"communityValue\": \"12076:55023\",\r\n \"communityPrefixes\": [\r\n \"13.87.57.0/26\",\r\n \"13.87.57.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UK West\",\r\n \"communityValue\": \"12076:55025\",\r\n \"communityPrefixes\": [\r\n \"20.58.67.128/25\",\r\n \"51.140.211.32/27\",\r\n \"51.140.211.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West Central US\",\r\n \"communityValue\": \"12076:55027\",\r\n \"communityPrefixes\": [\r\n \"13.71.195.64/26\",\r\n \"13.71.195.128/27\",\r\n \"20.69.1.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West Europe\",\r\n \"communityValue\": \"12076:55002\",\r\n \"communityPrefixes\": [\r\n \"13.69.65.32/27\",\r\n \"13.69.65.128/25\",\r\n \"13.69.107.0/27\",\r\n \"13.69.107.128/25\",\r\n \"20.61.102.128/25\",\r\n \"20.61.103.0/26\",\r\n \"52.236.187.0/27\",\r\n \"52.236.187.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West India\",\r\n \"communityValue\": \"12076:55018\",\r\n \"communityPrefixes\": [\r\n \"20.192.80.64/26\",\r\n \"104.211.147.0/26\",\r\n \"104.211.147.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West US\",\r\n \"communityValue\": \"12076:55006\",\r\n \"communityPrefixes\": [\r\n \"13.86.218.0/25\",\r\n \"13.86.218.128/26\",\r\n \"20.66.4.0/25\",\r\n \"20.66.4.128/26\",\r\n \"20.168.163.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West US 2\",\r\n \"communityValue\": \"12076:55026\",\r\n \"communityPrefixes\": [\r\n \"13.66.140.192/26\",\r\n \"13.66.141.0/27\",\r\n \"20.51.12.128/26\",\r\n \"40.78.243.32/27\",\r\n \"40.78.243.64/26\",\r\n \"40.78.250.224/27\",\r\n \"40.78.251.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West US 3\",\r\n \"communityValue\": \"12076:55044\",\r\n \"communityPrefixes\": [\r\n \"20.150.171.96/27\",\r\n \"20.150.171.128/26\",\r\n \"20.150.179.80/28\",\r\n \"20.150.179.128/26\",\r\n \"20.150.181.64/27\",\r\n \"20.150.187.80/28\",\r\n \"20.150.187.128/26\",\r\n \"20.150.190.0/27\",\r\n \"20.150.244.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"DefenderforEndpointCyberData\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/DefenderforEndpointCyberData\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"DefenderforEndpointCyberData\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"OneDSCollector\",\r\n \"communityValue\": \"12076:5210\",\r\n \"communityPrefixes\": [\r\n \"4.232.44.176/28\",\r\n \"13.67.15.200/29\",\r\n \"13.69.109.130/31\",\r\n \"13.69.116.104/29\",\r\n \"13.69.239.68/31\",\r\n \"13.69.239.72/29\",\r\n \"13.70.79.66/31\",\r\n \"13.70.79.200/29\",\r\n \"13.71.177.232/29\",\r\n \"13.78.111.198/31\",\r\n \"13.89.178.26/31\",\r\n \"13.89.179.8/29\",\r\n \"20.36.144.168/29\",\r\n \"20.38.157.144/30\",\r\n \"20.42.65.84/31\",\r\n \"20.42.65.88/29\",\r\n \"20.42.72.130/31\",\r\n \"20.42.73.24/29\",\r\n \"20.44.10.122/31\",\r\n \"20.44.31.40/29\",\r\n \"20.50.73.4/31\",\r\n \"20.50.73.8/29\",\r\n \"20.50.80.208/29\",\r\n \"20.50.201.194/31\",\r\n \"20.50.201.200/29\",\r\n \"20.52.64.200/29\",\r\n \"20.52.72.112/28\",\r\n \"20.89.1.8/29\",\r\n \"20.151.32.144/29\",\r\n \"20.189.173.0/27\",\r\n \"20.192.102.96/29\",\r\n \"20.192.184.192/28\",\r\n \"20.194.68.152/29\",\r\n \"20.194.129.96/29\",\r\n \"20.195.152.132/30\",\r\n \"20.205.192.88/29\",\r\n \"20.208.21.164/30\",\r\n \"20.217.13.96/28\",\r\n \"23.98.113.80/29\",\r\n \"40.69.111.208/28\",\r\n \"40.70.151.72/29\",\r\n \"40.70.151.192/31\",\r\n \"40.74.98.192/27\",\r\n \"40.79.141.152/29\",\r\n \"40.79.150.120/29\",\r\n \"40.79.163.154/31\",\r\n \"40.79.167.8/29\",\r\n \"40.79.171.226/31\",\r\n \"40.79.173.40/29\",\r\n \"40.79.189.58/31\",\r\n \"40.79.191.208/29\",\r\n \"40.79.197.34/31\",\r\n \"40.80.54.40/29\",\r\n \"40.120.9.64/29\",\r\n \"40.120.64.208/30\",\r\n \"40.120.77.180/30\",\r\n \"51.11.192.48/29\",\r\n \"51.13.1.20/30\",\r\n \"51.13.128.88/29\",\r\n \"51.103.205.164/30\",\r\n \"51.104.15.240/29\",\r\n \"51.104.15.252/31\",\r\n \"51.105.71.128/29\",\r\n \"51.105.71.136/31\",\r\n \"51.107.129.108/30\",\r\n \"51.107.193.8/29\",\r\n \"51.116.246.104/29\",\r\n \"51.116.253.168/29\",\r\n \"51.120.110.208/30\",\r\n \"51.120.214.152/30\",\r\n \"51.132.193.104/29\",\r\n \"51.132.193.112/31\",\r\n \"51.138.160.192/28\",\r\n \"52.138.229.66/31\",\r\n \"52.167.109.66/31\",\r\n \"52.167.111.136/29\",\r\n \"52.168.112.66/31\",\r\n \"52.168.117.168/29\",\r\n \"52.178.17.2/31\",\r\n \"52.178.17.232/29\",\r\n \"52.182.141.62/31\",\r\n \"52.182.143.208/29\",\r\n \"52.231.23.200/29\",\r\n \"52.231.151.192/28\",\r\n \"52.246.158.168/29\",\r\n \"68.221.43.80/28\",\r\n \"102.37.64.168/29\",\r\n \"102.37.72.192/30\",\r\n \"102.133.127.180/30\",\r\n \"102.133.254.208/30\",\r\n \"104.46.162.224/27\",\r\n \"104.208.16.88/29\",\r\n \"104.208.151.0/31\",\r\n \"104.211.81.232/29\",\r\n \"158.23.115.32/28\",\r\n \"191.234.150.100/30\",\r\n \"191.234.157.176/30\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"OneDSCollector\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"MicrosoftDefenderforIdentity\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/MicrosoftDefenderforIdentity\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"MicrosoftDefenderforIdentity\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Microsoft Defender for Identity\",\r\n \"communityValue\": \"12076:5220\",\r\n \"communityPrefixes\": [\r\n \"4.232.24.24/29\",\r\n \"20.17.48.24/29\",\r\n \"20.17.112.24/29\",\r\n \"20.21.32.24/29\",\r\n \"20.36.120.112/29\",\r\n \"20.37.64.112/29\",\r\n \"20.37.156.192/29\",\r\n \"20.37.195.8/29\",\r\n \"20.37.224.112/29\",\r\n \"20.38.84.96/29\",\r\n \"20.38.136.112/29\",\r\n \"20.39.11.16/29\",\r\n \"20.41.4.96/29\",\r\n \"20.41.65.128/29\",\r\n \"20.41.192.112/29\",\r\n \"20.42.4.192/29\",\r\n \"20.42.129.176/29\",\r\n \"20.42.224.112/29\",\r\n \"20.43.41.144/29\",\r\n \"20.43.65.136/29\",\r\n \"20.43.130.88/29\",\r\n \"20.45.112.112/29\",\r\n \"20.45.192.112/29\",\r\n \"20.51.14.64/29\",\r\n \"20.62.135.224/29\",\r\n \"20.66.6.80/29\",\r\n \"20.72.16.24/29\",\r\n \"20.82.244.24/29\",\r\n \"20.86.88.184/29\",\r\n \"20.113.248.104/29\",\r\n \"20.150.160.112/29\",\r\n \"20.189.106.120/29\",\r\n \"20.192.160.24/29\",\r\n \"20.192.225.16/29\",\r\n \"20.195.69.80/29\",\r\n \"20.215.0.24/29\",\r\n \"20.217.40.24/29\",\r\n \"40.67.48.112/29\",\r\n \"40.74.30.96/29\",\r\n \"40.80.56.112/29\",\r\n \"40.80.168.112/29\",\r\n \"40.80.188.16/29\",\r\n \"40.82.253.64/29\",\r\n \"40.89.16.112/29\",\r\n \"40.119.9.224/29\",\r\n \"51.12.46.232/29\",\r\n \"51.12.198.192/29\",\r\n \"51.53.24.24/29\",\r\n \"51.53.168.24/29\",\r\n \"51.104.25.144/29\",\r\n \"51.105.80.112/29\",\r\n \"51.105.88.112/29\",\r\n \"51.107.48.112/29\",\r\n \"51.107.144.112/29\",\r\n \"51.120.40.112/29\",\r\n \"51.120.224.112/29\",\r\n \"51.137.161.128/29\",\r\n \"51.143.192.112/29\",\r\n \"51.143.214.56/29\",\r\n \"52.136.48.112/29\",\r\n \"52.140.104.112/29\",\r\n \"52.150.139.64/29\",\r\n \"52.228.81.128/29\",\r\n \"57.151.208.24/29\",\r\n \"68.221.80.24/29\",\r\n \"70.153.152.24/29\",\r\n \"158.23.96.24/29\",\r\n \"172.204.152.24/29\",\r\n \"191.233.8.24/29\",\r\n \"191.235.225.136/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"MicrosoftDefenderforIdentity\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Microsoft Defender for Identity IPv6\",\r\n \"communityValue\": \"12076:5220\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:4::140/123\",\r\n \"2603:1000:104:1::140/123\",\r\n \"2603:1010:6:1::140/123\",\r\n \"2603:1010:101::140/123\",\r\n \"2603:1010:304::140/123\",\r\n \"2603:1010:404::140/123\",\r\n \"2603:1010:502::180/123\",\r\n \"2603:1020:5:1::140/123\",\r\n \"2603:1020:206:1::140/123\",\r\n \"2603:1020:305::140/123\",\r\n \"2603:1020:405::140/123\",\r\n \"2603:1020:605::140/123\",\r\n \"2603:1020:705:1::140/123\",\r\n \"2603:1020:805:1::140/123\",\r\n \"2603:1020:905::140/123\",\r\n \"2603:1020:a04:1::140/123\",\r\n \"2603:1020:b04::140/123\",\r\n \"2603:1020:c04:1::140/123\",\r\n \"2603:1020:d04::140/123\",\r\n \"2603:1020:e04:1::140/123\",\r\n \"2603:1020:f04::140/123\",\r\n \"2603:1020:1004::140/123\",\r\n \"2603:1020:1104::140/123\",\r\n \"2603:1020:1204::180/123\",\r\n \"2603:1020:1302::180/123\",\r\n \"2603:1020:1403::180/123\",\r\n \"2603:1030:f:1::140/123\",\r\n \"2603:1030:10:1::140/123\",\r\n \"2603:1030:104:1::140/123\",\r\n \"2603:1030:107::140/123\",\r\n \"2603:1030:210:1::140/123\",\r\n \"2603:1030:40b:1::140/123\",\r\n \"2603:1030:40c:1::140/123\",\r\n \"2603:1030:504:1::140/123\",\r\n \"2603:1030:608::140/123\",\r\n \"2603:1030:702::180/123\",\r\n \"2603:1030:807:1::140/123\",\r\n \"2603:1030:902::180/123\",\r\n \"2603:1030:a07::140/123\",\r\n \"2603:1030:b04::140/123\",\r\n \"2603:1030:c06:1::140/123\",\r\n \"2603:1030:f05:1::140/123\",\r\n \"2603:1030:1005::140/123\",\r\n \"2603:1040:5:1::140/123\",\r\n \"2603:1040:207::140/123\",\r\n \"2603:1040:407:1::140/123\",\r\n \"2603:1040:606::140/123\",\r\n \"2603:1040:806::140/123\",\r\n \"2603:1040:904:1::140/123\",\r\n \"2603:1040:a06:1::140/123\",\r\n \"2603:1040:b04::140/123\",\r\n \"2603:1040:c06::140/123\",\r\n \"2603:1040:d04::140/123\",\r\n \"2603:1040:e05:1::560/123\",\r\n \"2603:1040:f05:1::140/123\",\r\n \"2603:1040:1002::c0/123\",\r\n \"2603:1040:1104::140/123\",\r\n \"2603:1040:1202::180/123\",\r\n \"2603:1040:1302::180/123\",\r\n \"2603:1040:1402::180/123\",\r\n \"2603:1040:1503::180/123\",\r\n \"2603:1040:1602::180/123\",\r\n \"2603:1040:1802:2::760/123\",\r\n \"2603:1050:6:1::140/123\",\r\n \"2603:1050:403::140/123\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"MicrosoftDefenderforIdentity\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCommunicationServices\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCommunicationServices\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCommunicationServices\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Communication Services\",\r\n \"communityValue\": \"12076:5240\",\r\n \"communityPrefixes\": [\r\n \"20.202.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCommunicationServices\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Communication Services IPv6\",\r\n \"communityValue\": \"12076:5240\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCommunicationServices\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSIPTrunking\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSIPTrunking\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSIPTrunking\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SIP Trunking\",\r\n \"communityValue\": \"12076:5250\",\r\n \"communityPrefixes\": [\r\n \"52.120.0.0/15\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSIPTrunking\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SIP Trunking IPv6\",\r\n \"communityValue\": \"12076:5250\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSIPTrunking\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "707782" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "06bedf20-511c-419b-becb-486bf26077c3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8b6f7433-c176-46cd-8d66-de155d4ca962" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "8c2a4c65-f61d-494c-a49c-1a9c001886d7" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T080853Z:8b6f7433-c176-46cd-8d66-de155d4ca962" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7CE14BBED04E4395A890631E7BB65C47 Ref B: MAA201060515037 Ref C: 2024-04-02T08:08:50Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:08:52 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 750, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:08:50.592Z", + "time": 3034, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 3034 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "715cf715-4036-40d4-91b2-55fd9d8985db" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048933\",\"not_before\":\"1712045033\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:08:53.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "715cf715-4036-40d4-91b2-55fd9d8985db" + }, + { + "name": "x-ms-request-id", + "value": "6df77ac2-9f38-409d-bbd6-954b2ae23800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:08:53 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:08:53.647Z", + "time": 375, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 375 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8379e5f8-c9f9-48b0-8cec-c72664913d36" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "a925707f-eea6-43b6-8faa-1755d9e1e278" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a925707f-eea6-43b6-8faa-1755d9e1e278" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080854Z:a925707f-eea6-43b6-8faa-1755d9e1e278" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1CE221EC141642AB8990AAB2A2359263 Ref B: MAA201060514017 Ref C: 2024-04-02T08:08:54Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:08:53 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:08:54.030Z", + "time": 299, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 299 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "fecc2e39-c01d-47ca-9ac5-a11fd4ec9278" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-request-id", + "value": "ac1b5978-3c34-498e-930e-a6133a7d90db" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ac1b5978-3c34-498e-930e-a6133a7d90db" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T080854Z:ac1b5978-3c34-498e-930e-a6133a7d90db" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 82A543C77356445BAEF4834344C3D0F6 Ref B: MAA201060515035 Ref C: 2024-04-02T08:08:54Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:08:53 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 680, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:08:54.337Z", + "time": 580, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 580 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-bgp-service-communities_3633950844/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-bgp-service-communities_3633950844/recording.har new file mode 100644 index 00000000..a74c4ac7 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-bgp-service-communities_3633950844/recording.har @@ -0,0 +1,933 @@ +{ + "log": { + "_recordingName": "rm-azure-bgp-service-communities", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:55:29.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "47dfc315-68d2-4cd9-af5a-d01ec16b2500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:55:28 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:55:29.310Z", + "time": 608, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 608 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "6ba97fb4-921c-eac5-7cc2-c5d86fd8373e" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "a3b2bd16-c1bd-4ba4-8421-796de0d28c68" + }, + { + "name": "client-request-id", + "value": "6ba97fb4-921c-eac5-7cc2-c5d86fd8373e" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000281\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:55:29 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:55:29.921Z", + "time": 394, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 394 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "07090c5a-f709-1552-170d-4e8019c4dd93" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "1ab9988e-57fd-41e5-b22d-14879c432ae6" + }, + { + "name": "client-request-id", + "value": "07090c5a-f709-1552-170d-4e8019c4dd93" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C1\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:55:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:55:30.321Z", + "time": 1337, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1337 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "deea054d-3949-4a1c-9456-a38efffdad99" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048131\",\"not_before\":\"1712044231\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:55:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "deea054d-3949-4a1c-9456-a38efffdad99" + }, + { + "name": "x-ms-request-id", + "value": "3fb6ac36-7c82-4bef-a816-d77caa5f3b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:55:31 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:55:31.664Z", + "time": 507, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 507 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "cf7e9a84-4f31-4976-abd1-bb704164385e" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "fd9016e1-6093-4174-bdf9-0042c84a5340" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fd9016e1-6093-4174-bdf9-0042c84a5340" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075532Z:fd9016e1-6093-4174-bdf9-0042c84a5340" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 89B8F2CB003C4F76AE89D1EFAD015D3B Ref B: MAA201060516053 Ref C: 2024-04-02T07:55:32Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:55:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:55:32.178Z", + "time": 266, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 266 + } + }, + { + "_id": "566f0d1eee3e89f9325031d4a2b6f390", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "35dc75ab-7b58-4ec0-8a25-c353539ec7da" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1878, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/bgpServiceCommunities?api-version=2019-12-01" + }, + "response": { + "bodySize": 707782, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 707782, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Exchange\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/Exchange\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"Exchange\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Exchange\",\r\n \"communityValue\": \"12076:5010\",\r\n \"communityPrefixes\": [\r\n \"13.107.6.152/31\",\r\n \"13.107.18.10/31\",\r\n \"13.107.128.0/22\",\r\n \"23.103.160.0/20\",\r\n \"40.92.0.0/15\",\r\n \"40.96.0.0/13\",\r\n \"40.104.0.0/15\",\r\n \"40.107.0.0/16\",\r\n \"52.96.0.0/14\",\r\n \"52.100.0.0/14\",\r\n \"52.238.78.88/32\",\r\n \"104.47.0.0/17\",\r\n \"131.253.33.215/32\",\r\n \"132.245.0.0/16\",\r\n \"150.171.32.0/22\",\r\n \"204.79.197.215/32\",\r\n \"13.107.128.0/24\",\r\n \"13.107.129.0/24\",\r\n \"150.171.32.0/24\",\r\n \"150.171.34.0/24\",\r\n \"150.171.35.0/24\",\r\n \"52.96.38.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Exchange IPv6\",\r\n \"communityValue\": \"12076:5010\",\r\n \"communityPrefixes\": [\r\n \"2603:1006::/40\",\r\n \"2603:1016::/36\",\r\n \"2603:1026::/36\",\r\n \"2603:1036::/36\",\r\n \"2603:1046::/36\",\r\n \"2603:1056::/36\",\r\n \"2620:1ec:4::152/128\",\r\n \"2620:1ec:4::153/128\",\r\n \"2620:1ec:c::10/128\",\r\n \"2620:1ec:c::11/128\",\r\n \"2620:1ec:d::10/128\",\r\n \"2620:1ec:d::11/128\",\r\n \"2620:1ec:8f0::/46\",\r\n \"2620:1ec:900::/46\",\r\n \"2620:1ec:a92::152/128\",\r\n \"2620:1ec:a92::153/128\",\r\n \"2a01:111:f400::/48\",\r\n \"2a01:111:f403::/48\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"OtherOffice365Services\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/OtherOffice365Services\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"OtherOffice365Services\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Other Office 365 Services\",\r\n \"communityValue\": \"12076:5100\",\r\n \"communityPrefixes\": [\r\n \"13.107.6.171/32\",\r\n \"13.107.6.192/32\",\r\n \"13.107.9.192/32\",\r\n \"13.107.18.15/32\",\r\n \"13.107.140.6/32\",\r\n \"20.20.32.0/19\",\r\n \"20.190.128.0/18\",\r\n \"20.231.128.0/19\",\r\n \"40.126.0.0/18\",\r\n \"52.108.0.0/14\",\r\n \"52.244.37.168/32\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Other Office 365 Services IPv6\",\r\n \"communityValue\": \"12076:5100\",\r\n \"communityPrefixes\": [\r\n \"2603:1006:1400::/40\",\r\n \"2603:1006:2000::/48\",\r\n \"2603:1007:200::/48\",\r\n \"2603:1016:1400::/48\",\r\n \"2603:1016:2400::/40\",\r\n \"2603:1017::/48\",\r\n \"2603:1026:2400::/40\",\r\n \"2603:1026:3000::/48\",\r\n \"2603:1027:1::/48\",\r\n \"2603:1036:2400::/40\",\r\n \"2603:1036:3000::/48\",\r\n \"2603:1037:1::/48\",\r\n \"2603:1046:1400::/40\",\r\n \"2603:1046:2000::/48\",\r\n \"2603:1047:1::/48\",\r\n \"2603:1056:1400::/40\",\r\n \"2603:1056:2000::/48\",\r\n \"2603:1057:2::/48\",\r\n \"2603:1063:2000::/38\",\r\n \"2620:1ec:4::192/128\",\r\n \"2620:1ec:c::15/128\",\r\n \"2620:1ec:8fc::6/128\",\r\n \"2620:1ec:a92::171/128\",\r\n \"2620:1ec:a92::192/128\",\r\n \"2a01:111:f100:2000::a83e:3019/128\",\r\n \"2a01:111:f100:2002::8975:2d79/128\",\r\n \"2a01:111:f100:2002::8975:2da8/128\",\r\n \"2a01:111:f100:7000::6fdd:6cd5/128\",\r\n \"2a01:111:f100:a004::bfeb:88cf/128\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"SharePoint\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/SharePoint\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"SharePoint\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"SharePoint Online\",\r\n \"communityValue\": \"12076:5020\",\r\n \"communityPrefixes\": [\r\n \"13.107.136.0/22\",\r\n \"40.108.128.0/17\",\r\n \"52.104.0.0/14\",\r\n \"104.146.128.0/17\",\r\n \"150.171.40.0/22\",\r\n \"13.107.136.0/24\",\r\n \"150.171.40.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"SharePoint Online IPv6\",\r\n \"communityValue\": \"12076:5020\",\r\n \"communityPrefixes\": [\r\n \"2603:1061:1300::/40\",\r\n \"2620:1ec:8f8::/46\",\r\n \"2620:1ec:908::/46\",\r\n \"2a01:111:f402::/48\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"SkypeForBusiness\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/SkypeForBusiness\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"SkypeForBusiness\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Skype For Business\",\r\n \"communityValue\": \"12076:5030\",\r\n \"communityPrefixes\": [\r\n \"13.107.64.0/18\",\r\n \"52.112.0.0/14\",\r\n \"52.122.0.0/15\",\r\n \"52.238.119.141/32\",\r\n \"52.244.160.207/32\",\r\n \"52.113.192.0/24\",\r\n \"52.113.193.0/24\",\r\n \"52.113.194.0/24\",\r\n \"52.113.195.0/24\",\r\n \"13.107.66.0/24\",\r\n \"13.107.67.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Skype For Business IPv6\",\r\n \"communityValue\": \"12076:5030\",\r\n \"communityPrefixes\": [\r\n \"2603:1027::/48\",\r\n \"2603:1037::/48\",\r\n \"2603:1047::/48\",\r\n \"2603:1057::/48\",\r\n \"2603:1063::/38\",\r\n \"2620:1ec:6::/48\",\r\n \"2620:1ec:40::/42\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"CRMOnline\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/CRMOnline\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"CRMOnline\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"CRM Online\",\r\n \"communityValue\": \"12076:5040\",\r\n \"communityPrefixes\": [\r\n \"13.70.185.74/32\",\r\n \"13.75.152.226/32\",\r\n \"13.78.115.65/32\",\r\n \"13.79.172.168/32\",\r\n \"13.81.109.182/32\",\r\n \"13.84.227.98/32\",\r\n \"13.88.20.122/32\",\r\n \"13.92.199.78/32\",\r\n \"13.106.5.0/26\",\r\n \"13.106.6.128/25\",\r\n \"13.106.8.128/26\",\r\n \"13.106.14.128/26\",\r\n \"13.106.16.128/26\",\r\n \"13.106.18.64/26\",\r\n \"13.106.42.64/26\",\r\n \"13.106.44.128/26\",\r\n \"13.106.52.64/26\",\r\n \"13.106.58.192/26\",\r\n \"13.106.60.128/26\",\r\n \"13.106.72.128/25\",\r\n \"13.106.102.128/25\",\r\n \"13.106.108.0/25\",\r\n \"13.106.110.0/25\",\r\n \"13.107.6.169/32\",\r\n \"13.107.9.169/32\",\r\n \"23.97.66.205/32\",\r\n \"52.172.55.194/32\",\r\n \"52.172.157.251/32\",\r\n \"52.187.44.184/32\",\r\n \"52.232.131.85/32\",\r\n \"52.233.25.234/32\",\r\n \"65.55.132.0/24\",\r\n \"65.55.135.0/24\",\r\n \"66.119.148.0/24\",\r\n \"66.119.154.0/23\",\r\n \"66.119.156.0/24\",\r\n \"104.44.102.0/23\",\r\n \"104.44.104.0/23\",\r\n \"104.44.113.0/24\",\r\n \"104.44.114.0/23\",\r\n \"104.44.116.0/23\",\r\n \"104.44.118.0/24\",\r\n \"104.44.208.192/26\",\r\n \"104.44.209.0/25\",\r\n \"104.44.209.128/26\",\r\n \"104.44.249.0/24\",\r\n \"104.44.250.0/24\",\r\n \"104.214.137.185/32\",\r\n \"134.170.26.0/24\",\r\n \"134.170.70.0/24\",\r\n \"134.170.98.0/24\",\r\n \"134.170.217.160/27\",\r\n \"157.56.174.160/27\",\r\n \"157.56.199.0/24\",\r\n \"191.232.3.192/26\",\r\n \"191.235.81.50/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"CRM\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"CRM Online IPv6\",\r\n \"communityValue\": \"12076:5040\",\r\n \"communityPrefixes\": [\r\n \"2620:1ec:4::169/128\",\r\n \"2620:1ec:a92::169/128\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"CRM\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureActiveDirectory\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureActiveDirectory\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureActiveDirectory\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Active Directory\",\r\n \"communityValue\": \"12076:5060\",\r\n \"communityPrefixes\": [\r\n \"40.126.0.0/19\",\r\n \"40.126.32.0/19\",\r\n \"20.190.128.0/19\",\r\n \"20.190.160.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Active Directory IPv6\",\r\n \"communityValue\": \"12076:5060\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central\",\r\n \"communityValue\": \"12076:51032\",\r\n \"communityPrefixes\": [\r\n \"20.28.0.0/17\",\r\n \"20.36.32.0/19\",\r\n \"20.36.104.0/23\",\r\n \"20.36.106.0/24\",\r\n \"20.36.107.0/25\",\r\n \"20.36.107.128/26\",\r\n \"20.36.107.224/27\",\r\n \"20.36.108.0/22\",\r\n \"20.37.0.0/18\",\r\n \"20.37.224.0/19\",\r\n \"20.38.184.0/22\",\r\n \"20.39.64.0/21\",\r\n \"20.53.0.0/27\",\r\n \"20.53.0.32/29\",\r\n \"20.53.0.48/28\",\r\n \"20.53.0.64/26\",\r\n \"20.53.0.128/25\",\r\n \"20.53.1.0/24\",\r\n \"20.53.2.0/23\",\r\n \"20.53.4.0/22\",\r\n \"20.53.8.0/21\",\r\n \"20.53.16.0/20\",\r\n \"20.53.48.0/21\",\r\n \"20.60.102.0/24\",\r\n \"20.60.214.0/23\",\r\n \"20.70.0.0/18\",\r\n \"20.150.124.0/24\",\r\n \"20.213.224.0/19\",\r\n \"20.227.128.0/17\",\r\n \"20.248.0.0/17\",\r\n \"40.64.146.240/28\",\r\n \"40.64.177.128/25\",\r\n \"40.82.240.0/22\",\r\n \"52.143.219.0/24\",\r\n \"52.239.216.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central IPv6\",\r\n \"communityValue\": \"12076:51032\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:300::/47\",\r\n \"2603:1010:304::/47\",\r\n \"2603:1061:1314::/54\",\r\n \"2603:1061:1725::/48\",\r\n \"2603:1061:2010:23::/64\",\r\n \"2603:10c0:203::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central 2\",\r\n \"communityValue\": \"12076:51033\",\r\n \"communityPrefixes\": [\r\n \"4.198.32.0/19\",\r\n \"4.254.128.0/17\",\r\n \"20.36.64.0/19\",\r\n \"20.36.112.0/23\",\r\n \"20.36.114.0/24\",\r\n \"20.36.115.0/26\",\r\n \"20.36.115.96/27\",\r\n \"20.36.115.128/25\",\r\n \"20.36.116.0/24\",\r\n \"20.36.117.0/25\",\r\n \"20.36.117.128/26\",\r\n \"20.36.117.192/29\",\r\n \"20.36.117.208/28\",\r\n \"20.36.117.224/27\",\r\n \"20.36.118.0/23\",\r\n \"20.36.120.0/21\",\r\n \"20.39.72.0/21\",\r\n \"20.39.96.0/19\",\r\n \"20.53.56.0/21\",\r\n \"20.60.107.0/24\",\r\n \"20.150.103.0/24\",\r\n \"20.167.128.0/17\",\r\n \"20.193.96.0/19\",\r\n \"20.209.156.0/23\",\r\n \"40.64.176.128/25\",\r\n \"40.82.244.0/22\",\r\n \"40.126.128.0/18\",\r\n \"52.143.218.0/24\",\r\n \"52.239.218.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:51033\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:400::/47\",\r\n \"2603:1010:404::/47\",\r\n \"2603:1061:1314:400::/54\",\r\n \"2603:1061:1723::/48\",\r\n \"2603:1061:2010:21::/64\",\r\n \"2603:10c0:303::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia East\",\r\n \"communityValue\": \"12076:51015\",\r\n \"communityPrefixes\": [\r\n \"4.147.0.0/16\",\r\n \"4.195.0.0/16\",\r\n \"4.196.0.0/15\",\r\n \"4.198.0.0/19\",\r\n \"4.198.160.0/21\",\r\n \"4.237.0.0/17\",\r\n \"13.70.64.0/21\",\r\n \"13.70.72.0/24\",\r\n \"13.70.73.0/27\",\r\n \"13.70.73.64/26\",\r\n \"13.70.73.128/25\",\r\n \"13.70.74.0/23\",\r\n \"13.70.76.0/23\",\r\n \"13.70.78.0/24\",\r\n \"13.70.79.0/26\",\r\n \"13.70.79.64/29\",\r\n \"13.70.79.80/28\",\r\n \"13.70.79.96/27\",\r\n \"13.70.79.128/25\",\r\n \"13.70.80.0/20\",\r\n \"13.70.96.0/19\",\r\n \"13.72.224.0/19\",\r\n \"13.73.192.0/20\",\r\n \"13.75.128.0/17\",\r\n \"20.5.0.0/16\",\r\n \"20.11.0.0/17\",\r\n \"20.28.128.0/17\",\r\n \"20.37.192.0/19\",\r\n \"20.38.112.0/23\",\r\n \"20.40.64.0/20\",\r\n \"20.40.80.0/21\",\r\n \"20.40.120.0/21\",\r\n \"20.40.176.0/20\",\r\n \"20.42.192.0/19\",\r\n \"20.43.96.0/20\",\r\n \"20.53.32.0/28\",\r\n \"20.53.40.0/21\",\r\n \"20.53.64.0/18\",\r\n \"20.53.128.0/17\",\r\n \"20.58.128.0/18\",\r\n \"20.60.72.0/22\",\r\n \"20.60.182.0/23\",\r\n \"20.70.128.0/17\",\r\n \"20.92.64.0/18\",\r\n \"20.92.128.0/17\",\r\n \"20.95.192.0/21\",\r\n \"20.95.201.0/24\",\r\n \"20.95.202.0/23\",\r\n \"20.95.204.0/24\",\r\n \"20.95.208.0/24\",\r\n \"20.150.66.0/24\",\r\n \"20.150.92.0/24\",\r\n \"20.150.117.0/24\",\r\n \"20.167.0.0/17\",\r\n \"20.188.128.0/17\",\r\n \"20.191.192.0/18\",\r\n \"20.193.0.0/18\",\r\n \"20.193.64.0/19\",\r\n \"20.202.62.0/24\",\r\n \"20.202.65.0/24\",\r\n \"20.202.70.0/24\",\r\n \"20.202.171.0/24\",\r\n \"20.202.172.0/23\",\r\n \"20.202.174.0/24\",\r\n \"20.205.88.0/21\",\r\n \"20.209.164.0/23\",\r\n \"20.211.0.0/17\",\r\n \"20.211.128.0/18\",\r\n \"20.213.0.0/17\",\r\n \"20.213.128.0/18\",\r\n \"20.213.192.0/20\",\r\n \"20.227.0.0/18\",\r\n \"20.248.128.0/17\",\r\n \"23.101.208.0/20\",\r\n \"40.64.146.16/28\",\r\n \"40.64.160.0/25\",\r\n \"40.79.160.0/20\",\r\n \"40.79.211.0/24\",\r\n \"40.82.32.0/22\",\r\n \"40.82.192.0/19\",\r\n \"40.87.208.0/22\",\r\n \"40.112.37.128/26\",\r\n \"40.126.224.0/19\",\r\n \"52.120.158.0/23\",\r\n \"52.121.108.0/22\",\r\n \"52.143.199.0/24\",\r\n \"52.143.200.0/23\",\r\n \"52.147.0.0/19\",\r\n \"52.156.160.0/19\",\r\n \"52.187.192.0/18\",\r\n \"52.232.136.0/21\",\r\n \"52.232.154.0/24\",\r\n \"52.237.192.0/18\",\r\n \"52.239.130.0/23\",\r\n \"52.239.226.0/24\",\r\n \"52.245.16.0/22\",\r\n \"68.218.0.0/18\",\r\n \"68.218.64.0/19\",\r\n \"68.218.96.0/20\",\r\n \"68.218.112.0/21\",\r\n \"68.218.120.0/26\",\r\n \"68.218.120.80/28\",\r\n \"68.218.120.96/27\",\r\n \"68.218.120.128/25\",\r\n \"68.218.121.0/24\",\r\n \"68.218.122.0/23\",\r\n \"68.218.124.0/22\",\r\n \"68.218.128.0/19\",\r\n \"104.46.29.0/24\",\r\n \"104.46.30.0/23\",\r\n \"104.209.80.0/20\",\r\n \"104.210.64.0/18\",\r\n \"151.206.49.192/27\",\r\n \"151.206.105.0/24\",\r\n \"151.206.106.0/25\",\r\n \"191.238.66.0/23\",\r\n \"191.239.64.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia East IPv6\",\r\n \"communityValue\": \"12076:51015\",\r\n \"communityPrefixes\": [\r\n \"2603:1010::/46\",\r\n \"2603:1010:6::/47\",\r\n \"2603:1061:1314:800::/54\",\r\n \"2603:1061:1704::/48\",\r\n \"2603:1061:2000:120::/60\",\r\n \"2603:1061:2000:788::/62\",\r\n \"2603:1061:2002:6900::/57\",\r\n \"2603:1061:2004:5900::/57\",\r\n \"2603:1061:2010::/64\",\r\n \"2603:1062:c:30::/63\",\r\n \"2603:10c0:9::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Southeast\",\r\n \"communityValue\": \"12076:51016\",\r\n \"communityPrefixes\": [\r\n \"4.198.64.0/18\",\r\n \"4.198.128.0/19\",\r\n \"4.199.0.0/17\",\r\n \"4.200.128.0/17\",\r\n \"13.70.128.0/18\",\r\n \"13.73.96.0/19\",\r\n \"13.77.0.0/19\",\r\n \"13.77.32.0/20\",\r\n \"13.77.48.0/23\",\r\n \"13.77.50.0/24\",\r\n \"13.77.52.0/25\",\r\n \"13.77.52.128/27\",\r\n \"13.77.52.192/26\",\r\n \"13.77.53.0/24\",\r\n \"13.77.54.0/23\",\r\n \"13.77.56.0/21\",\r\n \"20.11.128.0/17\",\r\n \"20.40.160.0/20\",\r\n \"20.42.224.0/19\",\r\n \"20.45.144.0/20\",\r\n \"20.46.96.0/20\",\r\n \"20.58.192.0/18\",\r\n \"20.60.32.0/23\",\r\n \"20.70.64.0/18\",\r\n \"20.92.0.0/18\",\r\n \"20.95.200.0/24\",\r\n \"20.150.12.0/23\",\r\n \"20.150.119.0/24\",\r\n \"20.190.96.0/19\",\r\n \"20.202.61.0/24\",\r\n \"20.202.63.0/24\",\r\n \"20.202.69.0/24\",\r\n \"20.202.175.0/24\",\r\n \"20.209.204.0/23\",\r\n \"20.211.192.0/19\",\r\n \"20.211.224.0/22\",\r\n \"20.211.228.0/26\",\r\n \"20.211.228.64/28\",\r\n \"20.211.228.96/27\",\r\n \"20.211.228.128/25\",\r\n \"20.211.229.0/24\",\r\n \"20.211.230.0/23\",\r\n \"20.211.232.0/21\",\r\n \"20.211.240.0/20\",\r\n \"20.213.208.0/20\",\r\n \"23.101.224.0/19\",\r\n \"40.64.146.64/28\",\r\n \"40.64.160.128/25\",\r\n \"40.79.212.0/24\",\r\n \"40.81.48.0/20\",\r\n \"40.87.212.0/22\",\r\n \"40.90.138.133/32\",\r\n \"40.90.138.136/32\",\r\n \"40.112.37.192/26\",\r\n \"40.115.64.0/19\",\r\n \"40.127.64.0/19\",\r\n \"52.121.106.0/23\",\r\n \"52.136.25.0/24\",\r\n \"52.147.32.0/19\",\r\n \"52.158.128.0/19\",\r\n \"52.189.192.0/18\",\r\n \"52.239.132.0/23\",\r\n \"52.239.225.0/24\",\r\n \"52.243.64.0/18\",\r\n \"52.245.20.0/22\",\r\n \"52.255.32.0/19\",\r\n \"104.46.28.0/24\",\r\n \"104.46.160.0/23\",\r\n \"104.46.162.0/29\",\r\n \"104.46.162.16/28\",\r\n \"104.46.162.32/27\",\r\n \"104.46.162.64/26\",\r\n \"104.46.162.128/25\",\r\n \"104.46.163.0/24\",\r\n \"104.46.164.0/22\",\r\n \"104.46.168.0/21\",\r\n \"104.46.176.0/23\",\r\n \"104.46.178.0/25\",\r\n \"104.46.178.160/27\",\r\n \"104.46.178.192/26\",\r\n \"104.46.179.0/24\",\r\n \"104.46.180.0/22\",\r\n \"104.46.184.0/21\",\r\n \"104.209.64.0/20\",\r\n \"151.206.49.224/27\",\r\n \"151.206.106.128/25\",\r\n \"151.206.107.0/24\",\r\n \"191.239.160.0/19\",\r\n \"191.239.192.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:51016\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:100::/40\",\r\n \"2603:1010:200::/47\",\r\n \"2603:1010:202::/48\",\r\n \"2603:1010:205::/48\",\r\n \"2603:1010:206::/47\",\r\n \"2603:1061:1314:c00::/54\",\r\n \"2603:1061:1705::/48\",\r\n \"2603:1061:2000:780::/62\",\r\n \"2603:1061:2002:6800::/57\",\r\n \"2603:1061:2004:5800::/57\",\r\n \"2603:1061:2010:1::/64\",\r\n \"2603:1062:c:32::/63\",\r\n \"2603:1063:400::/56\",\r\n \"2603:10c0:106::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil South\",\r\n \"communityValue\": \"12076:51014\",\r\n \"communityPrefixes\": [\r\n \"4.160.0.0/16\",\r\n \"4.169.0.0/16\",\r\n \"4.201.0.0/16\",\r\n \"4.202.0.0/16\",\r\n \"4.203.0.0/17\",\r\n \"4.228.0.0/16\",\r\n \"4.238.128.0/17\",\r\n \"20.40.16.0/21\",\r\n \"20.40.112.0/21\",\r\n \"20.60.36.0/23\",\r\n \"20.95.240.0/24\",\r\n \"20.150.111.0/24\",\r\n \"20.195.136.0/21\",\r\n \"20.195.152.0/21\",\r\n \"20.195.160.0/19\",\r\n \"20.195.192.0/18\",\r\n \"20.197.128.0/17\",\r\n \"20.201.0.0/17\",\r\n \"20.202.75.0/24\",\r\n \"20.202.76.0/23\",\r\n \"20.202.80.0/22\",\r\n \"20.202.176.0/22\",\r\n \"20.202.180.0/24\",\r\n \"20.206.64.0/18\",\r\n \"20.206.128.0/17\",\r\n \"20.209.12.0/23\",\r\n \"20.209.82.0/23\",\r\n \"20.209.232.0/23\",\r\n \"20.226.0.0/17\",\r\n \"20.226.128.0/18\",\r\n \"20.226.192.0/20\",\r\n \"20.226.208.0/23\",\r\n \"20.226.210.0/24\",\r\n \"20.226.211.0/26\",\r\n \"20.226.211.80/28\",\r\n \"20.226.211.96/27\",\r\n \"20.226.211.128/25\",\r\n \"20.226.212.0/22\",\r\n \"20.226.216.0/21\",\r\n \"20.226.224.0/19\",\r\n \"23.97.96.0/20\",\r\n \"23.97.112.0/25\",\r\n \"23.97.112.128/28\",\r\n \"23.97.112.160/27\",\r\n \"40.64.144.224/29\",\r\n \"40.64.145.64/28\",\r\n \"40.64.161.0/25\",\r\n \"52.121.40.0/21\",\r\n \"52.253.185.0/24\",\r\n \"52.253.186.0/24\",\r\n \"104.41.0.0/18\",\r\n \"151.206.50.32/28\",\r\n \"151.206.101.128/25\",\r\n \"151.206.102.0/24\",\r\n \"191.232.32.0/19\",\r\n \"191.232.64.0/20\",\r\n \"191.232.160.0/19\",\r\n \"191.232.192.0/18\",\r\n \"191.233.0.0/21\",\r\n \"191.233.16.0/20\",\r\n \"191.233.128.0/20\",\r\n \"191.233.192.0/21\",\r\n \"191.233.200.0/23\",\r\n \"191.233.203.0/24\",\r\n \"191.233.204.0/25\",\r\n \"191.233.204.128/27\",\r\n \"191.233.204.192/26\",\r\n \"191.233.205.0/24\",\r\n \"191.233.206.0/24\",\r\n \"191.233.207.0/25\",\r\n \"191.233.207.128/26\",\r\n \"191.233.207.200/29\",\r\n \"191.233.207.208/28\",\r\n \"191.233.207.224/27\",\r\n \"191.233.208.0/20\",\r\n \"191.233.224.0/19\",\r\n \"191.234.128.0/18\",\r\n \"191.234.192.0/19\",\r\n \"191.235.32.0/19\",\r\n \"191.235.64.0/18\",\r\n \"191.235.196.0/22\",\r\n \"191.235.200.0/21\",\r\n \"191.235.224.0/20\",\r\n \"191.235.240.0/21\",\r\n \"191.235.248.0/23\",\r\n \"191.235.250.0/25\",\r\n \"191.237.195.0/24\",\r\n \"191.237.200.0/21\",\r\n \"191.237.248.0/21\",\r\n \"191.238.72.0/21\",\r\n \"191.238.128.0/21\",\r\n \"191.238.192.0/19\",\r\n \"191.239.112.0/20\",\r\n \"191.239.204.0/22\",\r\n \"191.239.240.0/20\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil South IPv6\",\r\n \"communityValue\": \"12076:51014\",\r\n \"communityPrefixes\": [\r\n \"2603:1050:1::/48\",\r\n \"2603:1050:2::/47\",\r\n \"2603:1050:6::/47\",\r\n \"2603:1056:1400::800/117\",\r\n \"2603:1056:1400::1000/116\",\r\n \"2603:1056:1400::2000/115\",\r\n \"2603:1056:1400::4000/114\",\r\n \"2603:1056:1400::8000/113\",\r\n \"2603:1056:1400::1:0/112\",\r\n \"2603:1056:1400::2:0/111\",\r\n \"2603:1056:1400::4:0/110\",\r\n \"2603:1056:1400::8:0/109\",\r\n \"2603:1056:1400::10:0/108\",\r\n \"2603:1056:1400::20:0/107\",\r\n \"2603:1056:1400::40:0/106\",\r\n \"2603:1056:1400::80:0/105\",\r\n \"2603:1056:1400::100:0/104\",\r\n \"2603:1056:1400::200:0/103\",\r\n \"2603:1056:1400::400:0/102\",\r\n \"2603:1056:1400::800:0/101\",\r\n \"2603:1056:1400::1000:0/100\",\r\n \"2603:1056:1400::2000:0/99\",\r\n \"2603:1056:1400::4000:0/98\",\r\n \"2603:1056:1400::8000:0/97\",\r\n \"2603:1056:1400::1:0:0/96\",\r\n \"2603:1056:1400::2:0:0/95\",\r\n \"2603:1056:1400::4:0:0/94\",\r\n \"2603:1056:1400::8:0:0/93\",\r\n \"2603:1056:1400::10:0:0/92\",\r\n \"2603:1056:1400::20:0:0/91\",\r\n \"2603:1056:1400::40:0:0/90\",\r\n \"2603:1056:1400::80:0:0/89\",\r\n \"2603:1056:1400::100:0:0/88\",\r\n \"2603:1056:1400::200:0:0/87\",\r\n \"2603:1056:1400::400:0:0/86\",\r\n \"2603:1056:1400::800:0:0/85\",\r\n \"2603:1056:1400::1000:0:0/84\",\r\n \"2603:1056:1400::2000:0:0/83\",\r\n \"2603:1056:1400::4000:0:0/82\",\r\n \"2603:1056:1400::8000:0:0/81\",\r\n \"2603:1056:1400:0:1::/80\",\r\n \"2603:1056:1400:0:2::/79\",\r\n \"2603:1056:1400:0:4::/78\",\r\n \"2603:1056:1400:0:8::/77\",\r\n \"2603:1056:1400:0:10::/76\",\r\n \"2603:1056:1400:0:20::/75\",\r\n \"2603:1056:1400:0:40::/74\",\r\n \"2603:1056:1400:0:80::/73\",\r\n \"2603:1056:1400:0:100::/72\",\r\n \"2603:1056:1400:0:200::/71\",\r\n \"2603:1056:1400:0:400::/70\",\r\n \"2603:1056:1400:0:800::/69\",\r\n \"2603:1056:1400:0:1000::/68\",\r\n \"2603:1056:1400:0:2000::/67\",\r\n \"2603:1056:1400:0:4000::/66\",\r\n \"2603:1056:1400:0:8000::/65\",\r\n \"2603:1056:1400:1::800/117\",\r\n \"2603:1056:1400:1::1000/116\",\r\n \"2603:1056:1400:1::2000/115\",\r\n \"2603:1056:1400:1::4000/114\",\r\n \"2603:1056:1400:1::8000/113\",\r\n \"2603:1056:1400:1::1:0/112\",\r\n \"2603:1056:1400:1::2:0/111\",\r\n \"2603:1056:1400:1::4:0/110\",\r\n \"2603:1056:1400:1::8:0/109\",\r\n \"2603:1056:1400:1::10:0/108\",\r\n \"2603:1056:1400:1::20:0/107\",\r\n \"2603:1056:1400:1::40:0/106\",\r\n \"2603:1056:1400:1::80:0/105\",\r\n \"2603:1056:1400:1::100:0/104\",\r\n \"2603:1056:1400:1::200:0/103\",\r\n \"2603:1056:1400:1::400:0/102\",\r\n \"2603:1056:1400:1::800:0/101\",\r\n \"2603:1056:1400:1::1000:0/100\",\r\n \"2603:1056:1400:1::2000:0/99\",\r\n \"2603:1056:1400:1::4000:0/98\",\r\n \"2603:1056:1400:1::8000:0/97\",\r\n \"2603:1056:1400:1:0:1::/96\",\r\n \"2603:1056:1400:1:0:2::/95\",\r\n \"2603:1056:1400:1:0:4::/94\",\r\n \"2603:1056:1400:1:0:8::/93\",\r\n \"2603:1056:1400:1:0:10::/92\",\r\n \"2603:1056:1400:1:0:20::/91\",\r\n \"2603:1056:1400:1:0:40::/90\",\r\n \"2603:1056:1400:1:0:80::/89\",\r\n \"2603:1056:1400:1:0:100::/88\",\r\n \"2603:1056:1400:1:0:200::/87\",\r\n \"2603:1056:1400:1:0:400::/86\",\r\n \"2603:1056:1400:1:0:800::/85\",\r\n \"2603:1056:1400:1:0:1000::/84\",\r\n \"2603:1056:1400:1:0:2000::/83\",\r\n \"2603:1056:1400:1:0:4000::/82\",\r\n \"2603:1056:1400:1:0:8000::/81\",\r\n \"2603:1056:1400:1:1::/80\",\r\n \"2603:1056:1400:1:2::/79\",\r\n \"2603:1056:1400:1:4::/78\",\r\n \"2603:1056:1400:1:8::/77\",\r\n \"2603:1056:1400:1:10::/76\",\r\n \"2603:1056:1400:1:20::/75\",\r\n \"2603:1056:1400:1:40::/74\",\r\n \"2603:1056:1400:1:80::/73\",\r\n \"2603:1056:1400:1:100::/72\",\r\n \"2603:1056:1400:1:200::/71\",\r\n \"2603:1056:1400:1:400::/70\",\r\n \"2603:1056:1400:1:800::/69\",\r\n \"2603:1056:1400:1:1000::/68\",\r\n \"2603:1056:1400:1:2000::/67\",\r\n \"2603:1056:1400:1:4000::/66\",\r\n \"2603:1056:1400:1:8000::/65\",\r\n \"2603:1056:1400:2::/63\",\r\n \"2603:1056:1400:4::/62\",\r\n \"2603:1056:1400:8::/61\",\r\n \"2603:1056:1400:10::/60\",\r\n \"2603:1056:1400:20::/59\",\r\n \"2603:1056:1400:40::/58\",\r\n \"2603:1056:1400:80::/57\",\r\n \"2603:1056:1400:100::/56\",\r\n \"2603:1056:1400:200::/55\",\r\n \"2603:1056:1400:400::/54\",\r\n \"2603:1056:1400:800::/53\",\r\n \"2603:1056:1400:1000::/52\",\r\n \"2603:1056:1400:2000::/51\",\r\n \"2603:1056:1400:4000::/50\",\r\n \"2603:1056:1400:8000::/49\",\r\n \"2603:1061:1315:400::/54\",\r\n \"2603:1061:1706::/48\",\r\n \"2603:1061:2000:408::/62\",\r\n \"2603:1061:2002:1100::/57\",\r\n \"2603:1061:2004:100::/57\",\r\n \"2603:1061:2010:2::/64\",\r\n \"2603:1062:c:2e::/63\",\r\n \"2603:1063:401::/56\",\r\n \"2603:10d0:6::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil Southeast\",\r\n \"communityValue\": \"12076:51050\",\r\n \"communityPrefixes\": [\r\n \"4.238.0.0/17\",\r\n \"20.40.32.0/21\",\r\n \"20.150.73.0/24\",\r\n \"20.150.80.0/24\",\r\n \"20.150.123.0/24\",\r\n \"20.195.128.0/22\",\r\n \"20.195.144.0/21\",\r\n \"20.206.0.0/18\",\r\n \"20.209.210.0/23\",\r\n \"23.97.112.192/27\",\r\n \"23.97.116.0/22\",\r\n \"23.97.120.0/21\",\r\n \"40.64.183.128/25\",\r\n \"40.123.128.0/22\",\r\n \"40.126.207.0/24\",\r\n \"52.253.197.0/24\",\r\n \"108.140.0.0/16\",\r\n \"191.232.16.0/21\",\r\n \"191.233.8.0/21\",\r\n \"191.233.48.0/21\",\r\n \"191.233.160.0/19\",\r\n \"191.234.224.0/19\",\r\n \"191.237.224.0/25\",\r\n \"191.237.224.128/27\",\r\n \"191.237.224.168/29\",\r\n \"191.237.224.176/28\",\r\n \"191.237.224.192/26\",\r\n \"191.237.225.0/24\",\r\n \"191.237.226.0/23\",\r\n \"191.237.228.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil Southeast IPv6\",\r\n \"communityValue\": \"12076:51050\",\r\n \"communityPrefixes\": [\r\n \"2603:1050:400::/48\",\r\n \"2603:1050:403::/48\",\r\n \"2603:1050:404::/48\",\r\n \"2603:1061:1002::/48\",\r\n \"2603:1061:1315:800::/54\",\r\n \"2603:1061:172f::/48\",\r\n \"2603:1061:2000:400::/62\",\r\n \"2603:1061:2002:1000::/57\",\r\n \"2603:1061:2004::/57\",\r\n \"2603:1061:2010:2f::/64\",\r\n \"2603:1063:402::/56\",\r\n \"2603:10d0:10e::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada Central\",\r\n \"communityValue\": \"12076:51020\",\r\n \"communityPrefixes\": [\r\n \"4.172.0.0/15\",\r\n \"4.174.0.0/16\",\r\n \"4.204.128.0/17\",\r\n \"4.205.0.0/16\",\r\n \"4.206.0.0/16\",\r\n \"4.229.128.0/17\",\r\n \"4.239.128.0/17\",\r\n \"13.71.160.0/21\",\r\n \"13.71.168.0/23\",\r\n \"13.71.170.0/24\",\r\n \"13.71.172.0/25\",\r\n \"13.71.172.128/27\",\r\n \"13.71.172.192/26\",\r\n \"13.71.173.0/24\",\r\n \"13.71.174.0/24\",\r\n \"13.71.175.0/25\",\r\n \"13.71.175.128/26\",\r\n \"13.71.175.200/29\",\r\n \"13.71.175.208/28\",\r\n \"13.71.175.224/27\",\r\n \"13.71.176.0/20\",\r\n \"13.88.224.0/19\",\r\n \"20.38.114.0/25\",\r\n \"20.38.144.0/21\",\r\n \"20.39.128.0/20\",\r\n \"20.43.0.0/19\",\r\n \"20.48.128.0/18\",\r\n \"20.48.192.0/20\",\r\n \"20.48.224.0/19\",\r\n \"20.60.42.0/23\",\r\n \"20.60.242.0/23\",\r\n \"20.63.0.0/17\",\r\n \"20.95.20.0/24\",\r\n \"20.95.29.0/24\",\r\n \"20.95.40.0/21\",\r\n \"20.104.0.0/17\",\r\n \"20.104.192.0/18\",\r\n \"20.116.0.0/16\",\r\n \"20.150.16.0/24\",\r\n \"20.150.31.0/24\",\r\n \"20.150.71.0/24\",\r\n \"20.150.100.0/24\",\r\n \"20.151.0.0/16\",\r\n \"20.175.128.0/17\",\r\n \"20.200.64.0/18\",\r\n \"20.209.70.0/23\",\r\n \"20.209.168.0/23\",\r\n \"20.220.0.0/23\",\r\n \"20.220.2.0/26\",\r\n \"20.220.2.64/27\",\r\n \"20.220.2.96/28\",\r\n \"20.220.2.128/25\",\r\n \"20.220.3.0/24\",\r\n \"20.220.4.0/22\",\r\n \"20.220.8.0/21\",\r\n \"20.220.16.0/20\",\r\n \"20.220.32.0/19\",\r\n \"20.220.128.0/17\",\r\n \"40.64.145.208/28\",\r\n \"40.64.161.128/25\",\r\n \"40.79.216.0/24\",\r\n \"40.80.44.0/22\",\r\n \"40.82.160.0/19\",\r\n \"40.85.192.0/18\",\r\n \"52.136.23.0/24\",\r\n \"52.136.27.0/24\",\r\n \"52.138.0.0/18\",\r\n \"52.139.0.0/18\",\r\n \"52.156.0.0/19\",\r\n \"52.228.0.0/17\",\r\n \"52.233.0.0/18\",\r\n \"52.237.0.0/18\",\r\n \"52.239.148.64/26\",\r\n \"52.239.189.0/24\",\r\n \"52.245.28.0/22\",\r\n \"52.246.152.0/21\",\r\n \"52.253.196.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada Central IPv6\",\r\n \"communityValue\": \"12076:51020\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:208::/47\",\r\n \"2603:1030:f00::/47\",\r\n \"2603:1030:f02::/48\",\r\n \"2603:1030:f05::/48\",\r\n \"2603:1030:f06::/48\",\r\n \"2603:1030:f07::/56\",\r\n \"2603:1030:f08::/48\",\r\n \"2603:1061:1312::/54\",\r\n \"2603:1061:1707::/48\",\r\n \"2603:1061:2000:740::/62\",\r\n \"2603:1061:2002:6000::/57\",\r\n \"2603:1061:2004:8900::/57\",\r\n \"2603:1061:2010:3::/64\",\r\n \"2603:1063:403::/56\",\r\n \"2603:10b0:1b04::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada East\",\r\n \"communityValue\": \"12076:51021\",\r\n \"communityPrefixes\": [\r\n \"4.229.0.0/17\",\r\n \"4.239.0.0/17\",\r\n \"4.248.0.0/17\",\r\n \"20.38.121.128/25\",\r\n \"20.48.208.0/21\",\r\n \"20.60.142.0/23\",\r\n \"20.95.17.0/24\",\r\n \"20.95.49.0/24\",\r\n \"20.104.128.0/18\",\r\n \"20.150.1.0/25\",\r\n \"20.150.40.128/25\",\r\n \"20.150.113.0/24\",\r\n \"20.175.0.0/23\",\r\n \"20.175.2.0/25\",\r\n \"20.175.2.128/26\",\r\n \"20.175.2.192/28\",\r\n \"20.175.2.224/27\",\r\n \"20.175.3.0/24\",\r\n \"20.175.4.0/22\",\r\n \"20.175.8.0/21\",\r\n \"20.175.16.0/20\",\r\n \"20.175.32.0/19\",\r\n \"20.175.64.0/18\",\r\n \"20.200.0.0/18\",\r\n \"20.209.64.0/23\",\r\n \"20.220.64.0/18\",\r\n \"40.64.146.208/28\",\r\n \"40.64.162.0/25\",\r\n \"40.69.96.0/21\",\r\n \"40.69.104.0/23\",\r\n \"40.69.106.0/24\",\r\n \"40.69.107.0/25\",\r\n \"40.69.107.128/27\",\r\n \"40.69.107.192/26\",\r\n \"40.69.108.0/23\",\r\n \"40.69.110.0/24\",\r\n \"40.69.111.0/26\",\r\n \"40.69.111.64/27\",\r\n \"40.69.111.104/29\",\r\n \"40.69.111.112/28\",\r\n \"40.69.111.128/25\",\r\n \"40.69.112.0/20\",\r\n \"40.79.217.0/24\",\r\n \"40.80.40.0/22\",\r\n \"40.80.240.0/20\",\r\n \"40.86.192.0/18\",\r\n \"40.89.0.0/19\",\r\n \"52.136.22.0/24\",\r\n \"52.139.64.0/18\",\r\n \"52.155.0.0/19\",\r\n \"52.229.64.0/18\",\r\n \"52.232.128.0/21\",\r\n \"52.235.0.0/18\",\r\n \"52.239.164.128/26\",\r\n \"52.239.190.0/25\",\r\n \"52.242.0.0/18\",\r\n \"52.245.32.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada East IPv6\",\r\n \"communityValue\": \"12076:51021\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:20a::/47\",\r\n \"2603:1030:1000::/47\",\r\n \"2603:1030:1002::/48\",\r\n \"2603:1030:1005::/48\",\r\n \"2603:1030:1006::/48\",\r\n \"2603:1061:1312:400::/54\",\r\n \"2603:1061:1708::/48\",\r\n \"2603:1061:2000:748::/62\",\r\n \"2603:1061:2002:6100::/57\",\r\n \"2603:1061:2004:5200::/57\",\r\n \"2603:1061:2004:8800::/57\",\r\n \"2603:1061:2010:4::/64\",\r\n \"2603:1063:404::/56\",\r\n \"2603:10b0:1d04::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central India\",\r\n \"communityValue\": \"12076:51017\",\r\n \"communityPrefixes\": [\r\n \"4.186.0.0/16\",\r\n \"4.187.128.0/17\",\r\n \"4.188.0.0/16\",\r\n \"4.213.0.0/16\",\r\n \"4.224.0.0/16\",\r\n \"4.240.0.0/17\",\r\n \"4.247.128.0/17\",\r\n \"13.71.0.0/18\",\r\n \"20.38.126.0/23\",\r\n \"20.40.40.0/21\",\r\n \"20.40.48.0/20\",\r\n \"20.43.120.0/27\",\r\n \"20.43.120.64/26\",\r\n \"20.43.120.128/25\",\r\n \"20.43.121.0/24\",\r\n \"20.43.122.0/24\",\r\n \"20.43.123.0/25\",\r\n \"20.43.123.128/27\",\r\n \"20.43.123.160/28\",\r\n \"20.43.123.184/29\",\r\n \"20.43.123.192/26\",\r\n \"20.43.124.0/22\",\r\n \"20.60.84.0/23\",\r\n \"20.95.131.0/24\",\r\n \"20.95.136.0/24\",\r\n \"20.150.114.0/24\",\r\n \"20.192.0.0/19\",\r\n \"20.192.40.0/21\",\r\n \"20.192.96.0/21\",\r\n \"20.192.168.0/21\",\r\n \"20.193.128.0/19\",\r\n \"20.193.224.0/19\",\r\n \"20.197.0.0/18\",\r\n \"20.198.0.0/17\",\r\n \"20.202.41.0/24\",\r\n \"20.202.56.0/23\",\r\n \"20.202.73.0/24\",\r\n \"20.202.74.0/24\",\r\n \"20.202.252.0/24\",\r\n \"20.202.254.0/24\",\r\n \"20.204.0.0/17\",\r\n \"20.204.128.0/18\",\r\n \"20.204.192.0/23\",\r\n \"20.204.194.0/24\",\r\n \"20.204.195.0/25\",\r\n \"20.204.195.128/26\",\r\n \"20.204.195.192/27\",\r\n \"20.204.195.224/28\",\r\n \"20.204.196.0/22\",\r\n \"20.204.200.0/21\",\r\n \"20.204.208.0/20\",\r\n \"20.204.224.0/19\",\r\n \"20.207.64.0/18\",\r\n \"20.207.192.0/20\",\r\n \"20.209.56.0/23\",\r\n \"20.209.172.0/23\",\r\n \"20.219.0.0/18\",\r\n \"20.219.128.0/17\",\r\n \"20.235.64.0/18\",\r\n \"20.235.192.0/18\",\r\n \"20.244.0.0/17\",\r\n \"40.64.144.232/29\",\r\n \"40.64.145.80/28\",\r\n \"40.64.162.128/25\",\r\n \"40.79.214.0/24\",\r\n \"40.80.48.0/21\",\r\n \"40.80.64.0/19\",\r\n \"40.81.224.0/19\",\r\n \"40.87.224.0/22\",\r\n \"40.112.39.0/25\",\r\n \"40.112.39.128/26\",\r\n \"52.121.122.0/23\",\r\n \"52.121.124.0/22\",\r\n \"52.136.24.0/24\",\r\n \"52.140.64.0/18\",\r\n \"52.172.128.0/17\",\r\n \"52.239.135.64/26\",\r\n \"52.239.202.0/24\",\r\n \"52.245.96.0/22\",\r\n \"52.253.181.0/24\",\r\n \"52.253.191.0/24\",\r\n \"74.225.128.0/17\",\r\n \"98.70.0.0/17\",\r\n \"104.47.210.0/23\",\r\n \"104.211.64.0/20\",\r\n \"104.211.81.0/24\",\r\n \"104.211.82.0/23\",\r\n \"104.211.84.0/22\",\r\n \"104.211.88.0/21\",\r\n \"104.211.96.0/19\",\r\n \"151.206.48.0/27\",\r\n \"151.206.71.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central India IPv6\",\r\n \"communityValue\": \"12076:51017\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:a00::/46\",\r\n \"2603:1040:a06::/47\",\r\n \"2603:1046:1400::800/117\",\r\n \"2603:1046:1400::1000/116\",\r\n \"2603:1046:1400::2000/115\",\r\n \"2603:1046:1400::4000/114\",\r\n \"2603:1046:1400::8000/113\",\r\n \"2603:1046:1400::1:0/112\",\r\n \"2603:1046:1400::2:0/111\",\r\n \"2603:1046:1400::4:0/110\",\r\n \"2603:1046:1400::8:0/109\",\r\n \"2603:1046:1400::10:0/108\",\r\n \"2603:1046:1400::20:0/107\",\r\n \"2603:1046:1400::40:0/106\",\r\n \"2603:1046:1400::80:0/105\",\r\n \"2603:1046:1400::100:0/104\",\r\n \"2603:1046:1400::200:0/103\",\r\n \"2603:1046:1400::400:0/102\",\r\n \"2603:1046:1400::800:0/101\",\r\n \"2603:1046:1400::1000:0/100\",\r\n \"2603:1046:1400::2000:0/99\",\r\n \"2603:1046:1400::4000:0/98\",\r\n \"2603:1046:1400::8000:0/97\",\r\n \"2603:1046:1400::1:0:0/96\",\r\n \"2603:1046:1400::2:0:0/95\",\r\n \"2603:1046:1400::4:0:0/94\",\r\n \"2603:1046:1400::8:0:0/93\",\r\n \"2603:1046:1400::10:0:0/92\",\r\n \"2603:1046:1400::20:0:0/91\",\r\n \"2603:1046:1400::40:0:0/90\",\r\n \"2603:1046:1400::80:0:0/89\",\r\n \"2603:1046:1400::100:0:0/88\",\r\n \"2603:1046:1400::200:0:0/87\",\r\n \"2603:1046:1400::400:0:0/86\",\r\n \"2603:1046:1400::800:0:0/85\",\r\n \"2603:1046:1400::1000:0:0/84\",\r\n \"2603:1046:1400::2000:0:0/83\",\r\n \"2603:1046:1400::4000:0:0/82\",\r\n \"2603:1046:1400::8000:0:0/81\",\r\n \"2603:1046:1400:0:1::/80\",\r\n \"2603:1046:1400:0:2::/79\",\r\n \"2603:1046:1400:0:4::/78\",\r\n \"2603:1046:1400:0:8::/77\",\r\n \"2603:1046:1400:0:10::/76\",\r\n \"2603:1046:1400:0:20::/75\",\r\n \"2603:1046:1400:0:40::/74\",\r\n \"2603:1046:1400:0:80::/73\",\r\n \"2603:1046:1400:0:100::/72\",\r\n \"2603:1046:1400:0:200::/71\",\r\n \"2603:1046:1400:0:400::/70\",\r\n \"2603:1046:1400:0:800::/69\",\r\n \"2603:1046:1400:0:1000::/68\",\r\n \"2603:1046:1400:0:2000::/67\",\r\n \"2603:1046:1400:0:4000::/66\",\r\n \"2603:1046:1400:0:8000::/65\",\r\n \"2603:1046:1400:1::800/117\",\r\n \"2603:1046:1400:1::1000/116\",\r\n \"2603:1046:1400:1::2000/115\",\r\n \"2603:1046:1400:1::4000/114\",\r\n \"2603:1046:1400:1::8000/113\",\r\n \"2603:1046:1400:1::1:0/112\",\r\n \"2603:1046:1400:1::2:0/111\",\r\n \"2603:1046:1400:1::4:0/110\",\r\n \"2603:1046:1400:1::8:0/109\",\r\n \"2603:1046:1400:1::10:0/108\",\r\n \"2603:1046:1400:1::20:0/107\",\r\n \"2603:1046:1400:1::40:0/106\",\r\n \"2603:1046:1400:1::80:0/105\",\r\n \"2603:1046:1400:1::100:0/104\",\r\n \"2603:1046:1400:1::200:0/103\",\r\n \"2603:1046:1400:1::400:0/102\",\r\n \"2603:1046:1400:1::800:0/101\",\r\n \"2603:1046:1400:1::1000:0/100\",\r\n \"2603:1046:1400:1::2000:0/99\",\r\n \"2603:1046:1400:1::4000:0/98\",\r\n \"2603:1046:1400:1::8000:0/97\",\r\n \"2603:1046:1400:1:0:1::/96\",\r\n \"2603:1046:1400:1:0:2::/95\",\r\n \"2603:1046:1400:1:0:4::/94\",\r\n \"2603:1046:1400:1:0:8::/93\",\r\n \"2603:1046:1400:1:0:10::/92\",\r\n \"2603:1046:1400:1:0:20::/91\",\r\n \"2603:1046:1400:1:0:40::/90\",\r\n \"2603:1046:1400:1:0:80::/89\",\r\n \"2603:1046:1400:1:0:100::/88\",\r\n \"2603:1046:1400:1:0:200::/87\",\r\n \"2603:1046:1400:1:0:400::/86\",\r\n \"2603:1046:1400:1:0:800::/85\",\r\n \"2603:1046:1400:1:0:1000::/84\",\r\n \"2603:1046:1400:1:0:2000::/83\",\r\n \"2603:1046:1400:1:0:4000::/82\",\r\n \"2603:1046:1400:1:0:8000::/81\",\r\n \"2603:1046:1400:1:1::/80\",\r\n \"2603:1046:1400:1:2::/79\",\r\n \"2603:1046:1400:1:4::/78\",\r\n \"2603:1046:1400:1:8::/77\",\r\n \"2603:1046:1400:1:10::/76\",\r\n \"2603:1046:1400:1:20::/75\",\r\n \"2603:1046:1400:1:40::/74\",\r\n \"2603:1046:1400:1:80::/73\",\r\n \"2603:1046:1400:1:100::/72\",\r\n \"2603:1046:1400:1:200::/71\",\r\n \"2603:1046:1400:1:400::/70\",\r\n \"2603:1046:1400:1:800::/69\",\r\n \"2603:1046:1400:1:1000::/68\",\r\n \"2603:1046:1400:1:2000::/67\",\r\n \"2603:1046:1400:1:4000::/66\",\r\n \"2603:1046:1400:1:8000::/65\",\r\n \"2603:1046:1400:2::/63\",\r\n \"2603:1046:1400:4::/62\",\r\n \"2603:1046:1400:8::/61\",\r\n \"2603:1046:1400:10::/60\",\r\n \"2603:1046:1400:20::/59\",\r\n \"2603:1046:1400:40::/58\",\r\n \"2603:1046:1400:80::/57\",\r\n \"2603:1046:1400:100::/56\",\r\n \"2603:1046:1400:200::/55\",\r\n \"2603:1046:1400:400::/54\",\r\n \"2603:1046:1400:800::/53\",\r\n \"2603:1046:1400:1000::/52\",\r\n \"2603:1046:1400:2000::/51\",\r\n \"2603:1046:1400:4000::/50\",\r\n \"2603:1046:1400:8000::/49\",\r\n \"2603:1061:1310::/54\",\r\n \"2603:1061:1709::/48\",\r\n \"2603:1061:2000:608::/62\",\r\n \"2603:1061:2002:4000::/57\",\r\n \"2603:1061:2004:3900::/57\",\r\n \"2603:1061:2010:5::/64\",\r\n \"2603:1062:c:e::/63\",\r\n \"2603:1063:405::/56\",\r\n \"2603:1090:402::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"4.150.128.0/18\",\r\n \"4.150.192.0/19\",\r\n \"4.249.128.0/17\",\r\n \"13.67.128.0/20\",\r\n \"13.67.144.0/21\",\r\n \"13.67.152.0/24\",\r\n \"13.67.153.0/28\",\r\n \"13.67.153.32/27\",\r\n \"13.67.153.64/26\",\r\n \"13.67.153.128/25\",\r\n \"13.67.155.0/24\",\r\n \"13.67.156.0/22\",\r\n \"13.67.160.0/19\",\r\n \"13.67.192.0/18\",\r\n \"13.86.0.0/17\",\r\n \"13.89.0.0/17\",\r\n \"13.89.128.0/19\",\r\n \"13.89.160.0/21\",\r\n \"13.89.168.0/22\",\r\n \"13.89.172.0/23\",\r\n \"13.89.174.32/27\",\r\n \"13.89.174.64/26\",\r\n \"13.89.174.128/25\",\r\n \"13.89.175.0/24\",\r\n \"13.89.176.0/20\",\r\n \"13.89.192.0/18\",\r\n \"20.9.0.0/17\",\r\n \"20.12.128.0/17\",\r\n \"20.15.128.0/21\",\r\n \"20.15.136.0/22\",\r\n \"20.15.140.0/24\",\r\n \"20.15.142.0/23\",\r\n \"20.15.144.0/20\",\r\n \"20.15.160.0/19\",\r\n \"20.15.192.0/18\",\r\n \"20.29.0.0/17\",\r\n \"20.37.128.0/18\",\r\n \"20.38.96.0/23\",\r\n \"20.38.122.0/23\",\r\n \"20.38.176.0/21\",\r\n \"20.40.192.0/19\",\r\n \"20.40.224.0/22\",\r\n \"20.40.228.0/26\",\r\n \"20.40.228.80/28\",\r\n \"20.40.228.96/27\",\r\n \"20.40.228.128/25\",\r\n \"20.40.229.0/26\",\r\n \"20.40.229.64/28\",\r\n \"20.40.229.80/29\",\r\n \"20.40.229.92/30\",\r\n \"20.40.229.96/27\",\r\n \"20.40.229.128/25\",\r\n \"20.40.230.0/26\",\r\n \"20.40.230.128/25\",\r\n \"20.40.231.0/24\",\r\n \"20.40.232.0/21\",\r\n \"20.40.240.0/20\",\r\n \"20.44.8.0/23\",\r\n \"20.44.10.0/25\",\r\n \"20.44.10.128/26\",\r\n \"20.44.10.192/28\",\r\n \"20.44.10.224/27\",\r\n \"20.44.11.0/24\",\r\n \"20.44.12.0/22\",\r\n \"20.46.224.0/19\",\r\n \"20.60.18.0/24\",\r\n \"20.60.30.0/23\",\r\n \"20.60.178.0/23\",\r\n \"20.60.194.0/23\",\r\n \"20.60.240.0/23\",\r\n \"20.60.244.0/23\",\r\n \"20.80.64.0/18\",\r\n \"20.83.0.0/18\",\r\n \"20.84.128.0/17\",\r\n \"20.95.16.0/24\",\r\n \"20.95.27.0/24\",\r\n \"20.95.55.0/24\",\r\n \"20.95.59.0/24\",\r\n \"20.98.128.0/18\",\r\n \"20.106.0.0/18\",\r\n \"20.109.192.0/18\",\r\n \"20.112.192.0/18\",\r\n \"20.118.0.0/18\",\r\n \"20.118.192.0/18\",\r\n \"20.136.3.128/25\",\r\n \"20.136.5.0/24\",\r\n \"20.150.43.128/25\",\r\n \"20.150.58.0/24\",\r\n \"20.150.63.0/24\",\r\n \"20.150.77.0/24\",\r\n \"20.150.89.0/24\",\r\n \"20.150.95.0/24\",\r\n \"20.184.64.0/18\",\r\n \"20.186.192.0/18\",\r\n \"20.209.18.0/23\",\r\n \"20.209.36.0/23\",\r\n \"20.209.98.0/23\",\r\n \"20.209.142.0/23\",\r\n \"20.209.184.0/23\",\r\n \"20.221.0.0/17\",\r\n \"20.236.192.0/18\",\r\n \"23.99.128.0/17\",\r\n \"23.100.80.0/21\",\r\n \"23.100.240.0/20\",\r\n \"23.101.112.0/20\",\r\n \"23.102.202.0/24\",\r\n \"40.64.145.176/28\",\r\n \"40.64.163.0/25\",\r\n \"40.67.160.0/19\",\r\n \"40.69.128.0/18\",\r\n \"40.77.0.0/17\",\r\n \"40.78.128.0/20\",\r\n \"40.78.144.0/22\",\r\n \"40.78.148.0/24\",\r\n \"40.78.149.0/25\",\r\n \"40.78.149.128/27\",\r\n \"40.78.149.160/30\",\r\n \"40.78.149.164/31\",\r\n \"40.78.149.167/32\",\r\n \"40.78.149.168/29\",\r\n \"40.78.149.176/28\",\r\n \"40.78.149.192/26\",\r\n \"40.78.150.0/23\",\r\n \"40.78.152.0/21\",\r\n \"40.78.160.0/19\",\r\n \"40.78.221.0/24\",\r\n \"40.82.16.0/22\",\r\n \"40.82.96.0/22\",\r\n \"40.83.0.0/20\",\r\n \"40.83.16.0/21\",\r\n \"40.83.24.0/26\",\r\n \"40.83.24.64/27\",\r\n \"40.83.24.128/25\",\r\n \"40.83.25.0/24\",\r\n \"40.83.26.0/23\",\r\n \"40.83.28.0/22\",\r\n \"40.83.32.0/19\",\r\n \"40.86.0.0/17\",\r\n \"40.87.180.0/30\",\r\n \"40.87.180.4/31\",\r\n \"40.87.180.14/31\",\r\n \"40.87.180.16/30\",\r\n \"40.87.180.20/31\",\r\n \"40.87.180.28/30\",\r\n \"40.87.180.32/29\",\r\n \"40.87.180.42/31\",\r\n \"40.87.180.44/30\",\r\n \"40.87.180.48/28\",\r\n \"40.87.180.64/30\",\r\n \"40.87.180.74/31\",\r\n \"40.87.180.76/30\",\r\n \"40.87.180.80/28\",\r\n \"40.87.180.96/27\",\r\n \"40.87.180.128/26\",\r\n \"40.87.180.192/30\",\r\n \"40.87.180.202/31\",\r\n \"40.87.180.204/30\",\r\n \"40.87.180.208/28\",\r\n \"40.87.180.224/28\",\r\n \"40.87.180.240/29\",\r\n \"40.87.180.248/30\",\r\n \"40.87.181.4/30\",\r\n \"40.87.181.8/29\",\r\n \"40.87.181.16/28\",\r\n \"40.87.181.32/27\",\r\n \"40.87.181.64/26\",\r\n \"40.87.181.128/28\",\r\n \"40.87.181.144/29\",\r\n \"40.87.181.152/31\",\r\n \"40.87.181.162/31\",\r\n \"40.87.181.164/30\",\r\n \"40.87.181.168/29\",\r\n \"40.87.181.176/28\",\r\n \"40.87.181.192/26\",\r\n \"40.87.182.4/30\",\r\n \"40.87.182.8/29\",\r\n \"40.87.182.24/29\",\r\n \"40.87.182.32/28\",\r\n \"40.87.182.48/29\",\r\n \"40.87.182.56/30\",\r\n \"40.87.182.62/31\",\r\n \"40.87.182.64/26\",\r\n \"40.87.182.128/25\",\r\n \"40.87.183.0/28\",\r\n \"40.87.183.16/29\",\r\n \"40.87.183.24/30\",\r\n \"40.87.183.34/31\",\r\n \"40.87.183.36/30\",\r\n \"40.87.183.42/31\",\r\n \"40.87.183.44/30\",\r\n \"40.87.183.54/31\",\r\n \"40.87.183.56/29\",\r\n \"40.87.183.64/26\",\r\n \"40.87.183.144/28\",\r\n \"40.87.183.160/27\",\r\n \"40.87.183.192/27\",\r\n \"40.87.183.224/29\",\r\n \"40.87.183.232/30\",\r\n \"40.87.183.236/31\",\r\n \"40.87.183.244/30\",\r\n \"40.87.183.248/29\",\r\n \"40.89.224.0/19\",\r\n \"40.113.192.0/18\",\r\n \"40.120.164.2/31\",\r\n \"40.120.164.4/30\",\r\n \"40.120.164.8/29\",\r\n \"40.120.164.16/29\",\r\n \"40.120.164.24/30\",\r\n \"40.120.164.36/30\",\r\n \"40.120.164.40/29\",\r\n \"40.120.164.48/29\",\r\n \"40.120.164.56/31\",\r\n \"40.120.164.66/31\",\r\n \"40.120.164.68/30\",\r\n \"40.120.164.72/30\",\r\n \"40.120.164.76/31\",\r\n \"40.120.164.80/28\",\r\n \"40.120.164.100/30\",\r\n \"40.120.164.104/29\",\r\n \"40.120.164.112/31\",\r\n \"40.120.164.118/31\",\r\n \"40.120.164.120/29\",\r\n \"40.120.164.128/27\",\r\n \"40.120.164.160/30\",\r\n \"40.122.16.0/20\",\r\n \"40.122.32.0/19\",\r\n \"40.122.64.0/18\",\r\n \"40.122.128.0/17\",\r\n \"40.123.168.0/24\",\r\n \"40.123.169.0/30\",\r\n \"40.123.169.6/31\",\r\n \"40.123.169.8/29\",\r\n \"40.123.169.16/28\",\r\n \"40.123.169.32/27\",\r\n \"40.123.169.64/27\",\r\n \"40.123.169.96/29\",\r\n \"40.123.169.104/31\",\r\n \"40.123.169.108/30\",\r\n \"40.123.169.112/28\",\r\n \"40.123.169.140/30\",\r\n \"40.123.169.144/28\",\r\n \"40.123.169.160/27\",\r\n \"40.123.169.192/26\",\r\n \"40.123.170.0/29\",\r\n \"40.123.170.8/30\",\r\n \"40.123.170.12/31\",\r\n \"40.123.170.22/31\",\r\n \"40.123.170.24/29\",\r\n \"40.123.170.32/28\",\r\n \"40.123.170.52/30\",\r\n \"40.123.170.86/31\",\r\n \"40.123.170.88/29\",\r\n \"40.123.170.96/29\",\r\n \"40.123.170.104/30\",\r\n \"40.123.170.108/31\",\r\n \"40.123.170.116/30\",\r\n \"40.123.170.120/29\",\r\n \"40.123.170.130/31\",\r\n \"40.123.170.132/30\",\r\n \"40.123.170.136/29\",\r\n \"40.123.170.144/28\",\r\n \"40.123.170.160/28\",\r\n \"40.123.170.176/29\",\r\n \"40.123.170.184/31\",\r\n \"40.123.170.192/31\",\r\n \"40.123.170.196/30\",\r\n \"40.123.170.200/29\",\r\n \"40.123.170.208/29\",\r\n \"40.123.170.216/30\",\r\n \"40.123.170.220/31\",\r\n \"40.123.170.224/27\",\r\n \"40.123.171.0/24\",\r\n \"52.136.30.0/24\",\r\n \"52.141.192.0/19\",\r\n \"52.141.240.0/20\",\r\n \"52.143.193.0/24\",\r\n \"52.143.224.0/19\",\r\n \"52.154.0.0/18\",\r\n \"52.154.128.0/17\",\r\n \"52.158.160.0/20\",\r\n \"52.158.192.0/19\",\r\n \"52.165.0.0/19\",\r\n \"52.165.32.0/20\",\r\n \"52.165.48.0/28\",\r\n \"52.165.49.0/24\",\r\n \"52.165.56.0/21\",\r\n \"52.165.64.0/19\",\r\n \"52.165.96.0/21\",\r\n \"52.165.104.0/25\",\r\n \"52.165.128.0/17\",\r\n \"52.173.0.0/16\",\r\n \"52.176.0.0/17\",\r\n \"52.176.128.0/19\",\r\n \"52.176.160.0/21\",\r\n \"52.176.176.0/20\",\r\n \"52.176.192.0/19\",\r\n \"52.176.224.0/24\",\r\n \"52.180.128.0/19\",\r\n \"52.180.184.0/27\",\r\n \"52.180.184.32/28\",\r\n \"52.180.185.0/24\",\r\n \"52.182.128.0/17\",\r\n \"52.185.0.0/19\",\r\n \"52.185.32.0/20\",\r\n \"52.185.48.0/21\",\r\n \"52.185.56.0/26\",\r\n \"52.185.56.64/27\",\r\n \"52.185.56.96/28\",\r\n \"52.185.56.128/27\",\r\n \"52.185.56.160/28\",\r\n \"52.185.64.0/19\",\r\n \"52.185.96.0/20\",\r\n \"52.185.112.0/26\",\r\n \"52.185.112.96/27\",\r\n \"52.185.120.0/21\",\r\n \"52.189.0.0/17\",\r\n \"52.228.128.0/17\",\r\n \"52.230.128.0/17\",\r\n \"52.232.157.0/24\",\r\n \"52.238.192.0/18\",\r\n \"52.239.150.0/23\",\r\n \"52.239.177.32/27\",\r\n \"52.239.177.64/26\",\r\n \"52.239.177.128/25\",\r\n \"52.239.195.0/24\",\r\n \"52.239.234.0/23\",\r\n \"52.242.128.0/18\",\r\n \"52.242.192.0/20\",\r\n \"52.242.208.0/23\",\r\n \"52.242.210.0/24\",\r\n \"52.242.211.0/28\",\r\n \"52.242.211.16/30\",\r\n \"52.242.211.21/32\",\r\n \"52.242.211.22/32\",\r\n \"52.242.211.24/29\",\r\n \"52.242.211.32/27\",\r\n \"52.242.211.64/26\",\r\n \"52.242.211.128/25\",\r\n \"52.242.212.0/22\",\r\n \"52.242.216.0/21\",\r\n \"52.242.224.0/19\",\r\n \"52.245.68.0/24\",\r\n \"52.245.69.32/27\",\r\n \"52.245.69.64/27\",\r\n \"52.245.69.96/28\",\r\n \"52.245.69.144/28\",\r\n \"52.245.69.160/27\",\r\n \"52.245.69.192/26\",\r\n \"52.245.70.0/23\",\r\n \"52.255.0.0/19\",\r\n \"74.249.128.0/17\",\r\n \"104.43.128.0/18\",\r\n \"104.43.192.0/20\",\r\n \"104.43.208.0/23\",\r\n \"104.43.210.0/25\",\r\n \"104.43.210.128/26\",\r\n \"104.43.210.192/29\",\r\n \"104.43.210.201/32\",\r\n \"104.43.210.202/31\",\r\n \"104.43.210.204/30\",\r\n \"104.43.210.208/28\",\r\n \"104.43.210.224/27\",\r\n \"104.43.211.0/24\",\r\n \"104.43.212.0/22\",\r\n \"104.43.216.0/21\",\r\n \"104.43.224.0/19\",\r\n \"104.44.88.176/31\",\r\n \"104.44.88.184/29\",\r\n \"104.44.91.160/27\",\r\n \"104.208.0.0/19\",\r\n \"104.208.32.0/20\",\r\n \"151.206.50.224/27\",\r\n \"151.206.98.192/26\",\r\n \"151.206.99.0/24\",\r\n \"151.206.100.0/24\",\r\n \"151.206.101.0/25\",\r\n \"168.61.128.0/25\",\r\n \"168.61.128.128/28\",\r\n \"168.61.128.160/27\",\r\n \"168.61.128.192/26\",\r\n \"168.61.129.0/25\",\r\n \"168.61.129.128/26\",\r\n \"168.61.129.208/28\",\r\n \"168.61.129.224/27\",\r\n \"168.61.130.64/26\",\r\n \"168.61.130.128/25\",\r\n \"168.61.131.0/26\",\r\n \"168.61.131.128/25\",\r\n \"168.61.132.0/26\",\r\n \"168.61.144.0/20\",\r\n \"168.61.160.0/19\",\r\n \"168.61.208.0/20\",\r\n \"172.168.0.0/15\",\r\n \"172.170.0.0/16\",\r\n \"172.171.0.0/19\",\r\n \"172.173.8.0/21\",\r\n \"172.173.64.0/18\",\r\n \"172.202.0.0/17\",\r\n \"172.212.128.0/17\",\r\n \"193.149.72.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US IPv6\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030::/45\",\r\n \"2603:1030:9:2::/63\",\r\n \"2603:1030:9:4::/62\",\r\n \"2603:1030:9:8::/61\",\r\n \"2603:1030:9:10::/62\",\r\n \"2603:1030:9:14::/63\",\r\n \"2603:1030:9:17::/64\",\r\n \"2603:1030:9:18::/61\",\r\n \"2603:1030:9:20::/59\",\r\n \"2603:1030:9:40::/58\",\r\n \"2603:1030:9:80::/59\",\r\n \"2603:1030:9:a0::/60\",\r\n \"2603:1030:9:b3::/64\",\r\n \"2603:1030:9:b4::/63\",\r\n \"2603:1030:9:b7::/64\",\r\n \"2603:1030:9:b8::/63\",\r\n \"2603:1030:9:bd::/64\",\r\n \"2603:1030:9:be::/63\",\r\n \"2603:1030:9:c0::/58\",\r\n \"2603:1030:9:100::/64\",\r\n \"2603:1030:9:104::/62\",\r\n \"2603:1030:9:108::/62\",\r\n \"2603:1030:9:10c::/64\",\r\n \"2603:1030:9:111::/64\",\r\n \"2603:1030:9:112::/63\",\r\n \"2603:1030:9:114::/64\",\r\n \"2603:1030:9:118::/62\",\r\n \"2603:1030:9:11c::/63\",\r\n \"2603:1030:9:11f::/64\",\r\n \"2603:1030:9:120::/61\",\r\n \"2603:1030:9:128::/62\",\r\n \"2603:1030:9:12f::/64\",\r\n \"2603:1030:9:130::/60\",\r\n \"2603:1030:9:140::/59\",\r\n \"2603:1030:9:160::/61\",\r\n \"2603:1030:9:168::/62\",\r\n \"2603:1030:9:16f::/64\",\r\n \"2603:1030:9:170::/60\",\r\n \"2603:1030:9:180::/61\",\r\n \"2603:1030:9:18c::/62\",\r\n \"2603:1030:9:190::/60\",\r\n \"2603:1030:9:1a0::/59\",\r\n \"2603:1030:9:1c0::/60\",\r\n \"2603:1030:9:1d0::/62\",\r\n \"2603:1030:9:1d4::/63\",\r\n \"2603:1030:9:1d6::/64\",\r\n \"2603:1030:9:1db::/64\",\r\n \"2603:1030:9:1dc::/62\",\r\n \"2603:1030:9:1e0::/59\",\r\n \"2603:1030:9:200::/57\",\r\n \"2603:1030:9:280::/61\",\r\n \"2603:1030:9:288::/62\",\r\n \"2603:1030:9:28d::/64\",\r\n \"2603:1030:9:28e::/63\",\r\n \"2603:1030:9:290::/60\",\r\n \"2603:1030:9:2a0::/59\",\r\n \"2603:1030:9:2c0::/63\",\r\n \"2603:1030:9:2c2::/64\",\r\n \"2603:1030:9:2c4::/62\",\r\n \"2603:1030:9:2c8::/62\",\r\n \"2603:1030:9:2cc::/63\",\r\n \"2603:1030:9:2d4::/62\",\r\n \"2603:1030:9:2d8::/61\",\r\n \"2603:1030:9:2e0::/59\",\r\n \"2603:1030:9:300::/60\",\r\n \"2603:1030:9:310::/62\",\r\n \"2603:1030:9:314::/64\",\r\n \"2603:1030:9:319::/64\",\r\n \"2603:1030:9:31a::/63\",\r\n \"2603:1030:9:31c::/62\",\r\n \"2603:1030:9:320::/62\",\r\n \"2603:1030:9:324::/63\",\r\n \"2603:1030:9:328::/63\",\r\n \"2603:1030:9:339::/64\",\r\n \"2603:1030:9:33a::/63\",\r\n \"2603:1030:9:33c::/62\",\r\n \"2603:1030:9:340::/62\",\r\n \"2603:1030:9:344::/64\",\r\n \"2603:1030:9:348::/61\",\r\n \"2603:1030:9:350::/64\",\r\n \"2603:1030:9:352::/63\",\r\n \"2603:1030:9:354::/62\",\r\n \"2603:1030:9:358::/61\",\r\n \"2603:1030:9:360::/61\",\r\n \"2603:1030:9:368::/63\",\r\n \"2603:1030:9:36a::/64\",\r\n \"2603:1030:9:36e::/64\",\r\n \"2603:1030:9:370::/61\",\r\n \"2603:1030:9:378::/62\",\r\n \"2603:1030:9:37c::/64\",\r\n \"2603:1030:9:37e::/63\",\r\n \"2603:1030:9:380::/57\",\r\n \"2603:1030:9:400::/61\",\r\n \"2603:1030:9:408::/62\",\r\n \"2603:1030:9:40c::/63\",\r\n \"2603:1030:9:40f::/64\",\r\n \"2603:1030:9:410::/61\",\r\n \"2603:1030:9:418::/62\",\r\n \"2603:1030:9:420::/61\",\r\n \"2603:1030:9:428::/63\",\r\n \"2603:1030:9:42a::/64\",\r\n \"2603:1030:9:42f::/64\",\r\n \"2603:1030:9:430::/62\",\r\n \"2603:1030:9:434::/64\",\r\n \"2603:1030:9:436::/63\",\r\n \"2603:1030:9:438::/62\",\r\n \"2603:1030:9:43c::/63\",\r\n \"2603:1030:9:440::/62\",\r\n \"2603:1030:9:444::/63\",\r\n \"2603:1030:9:446::/64\",\r\n \"2603:1030:9:449::/64\",\r\n \"2603:1030:9:44a::/63\",\r\n \"2603:1030:9:44c::/62\",\r\n \"2603:1030:9:450::/60\",\r\n \"2603:1030:a::/47\",\r\n \"2603:1030:10::/47\",\r\n \"2603:1030:13::/56\",\r\n \"2603:1030:13:200::/62\",\r\n \"2603:1061:1312:800::/54\",\r\n \"2603:1061:1312:3002::/63\",\r\n \"2603:1061:1312:3004::/62\",\r\n \"2603:1061:1312:3008::/61\",\r\n \"2603:1061:1312:3010::/60\",\r\n \"2603:1061:1312:3020::/59\",\r\n \"2603:1061:1312:3040::/58\",\r\n \"2603:1061:1312:3080::/57\",\r\n \"2603:1061:1312:3100::/56\",\r\n \"2603:1061:1312:3200::/55\",\r\n \"2603:1061:170a::/48\",\r\n \"2603:1061:2010:6::/64\",\r\n \"2603:1062:2:180::/57\",\r\n \"2603:1062:c:2a::/63\",\r\n \"2603:1063:406::/56\",\r\n \"2603:10b0:112:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US EUAP\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"13.67.153.16/28\",\r\n \"13.67.154.0/24\",\r\n \"20.45.192.0/24\",\r\n \"20.45.194.0/23\",\r\n \"20.45.196.0/22\",\r\n \"20.45.200.0/21\",\r\n \"20.45.208.0/20\",\r\n \"20.45.224.0/19\",\r\n \"20.46.0.0/21\",\r\n \"20.46.8.0/23\",\r\n \"20.46.10.0/26\",\r\n \"20.46.10.96/27\",\r\n \"20.46.10.128/25\",\r\n \"20.46.11.0/24\",\r\n \"20.46.12.0/22\",\r\n \"20.46.16.0/20\",\r\n \"20.51.24.0/21\",\r\n \"20.60.24.0/23\",\r\n \"20.112.128.0/19\",\r\n \"20.150.23.0/24\",\r\n \"20.150.47.0/25\",\r\n \"20.209.124.0/23\",\r\n \"20.228.0.0/18\",\r\n \"40.64.175.0/25\",\r\n \"40.66.120.0/21\",\r\n \"40.78.200.0/23\",\r\n \"40.78.202.0/24\",\r\n \"40.78.203.0/26\",\r\n \"40.78.203.96/27\",\r\n \"40.78.203.128/25\",\r\n \"40.78.204.0/22\",\r\n \"40.78.208.16/28\",\r\n \"40.79.232.0/21\",\r\n \"40.82.0.0/22\",\r\n \"40.83.24.96/27\",\r\n \"40.87.180.6/31\",\r\n \"40.87.180.8/30\",\r\n \"40.87.180.12/31\",\r\n \"40.87.180.22/31\",\r\n \"40.87.180.24/30\",\r\n \"40.87.180.40/31\",\r\n \"40.87.180.68/30\",\r\n \"40.87.180.72/31\",\r\n \"40.87.180.196/30\",\r\n \"40.87.180.200/31\",\r\n \"40.87.180.252/30\",\r\n \"40.87.181.0/30\",\r\n \"40.87.181.154/31\",\r\n \"40.87.181.156/30\",\r\n \"40.87.181.160/31\",\r\n \"40.87.182.0/30\",\r\n \"40.87.182.16/29\",\r\n \"40.87.182.60/31\",\r\n \"40.87.183.28/30\",\r\n \"40.87.183.32/31\",\r\n \"40.87.183.40/31\",\r\n \"40.87.183.48/30\",\r\n \"40.87.183.52/31\",\r\n \"40.87.183.128/28\",\r\n \"40.87.183.238/31\",\r\n \"40.87.183.240/30\",\r\n \"40.89.32.0/19\",\r\n \"40.120.164.0/31\",\r\n \"40.120.164.28/30\",\r\n \"40.120.164.32/30\",\r\n \"40.120.164.58/31\",\r\n \"40.120.164.60/30\",\r\n \"40.120.164.64/31\",\r\n \"40.120.164.78/31\",\r\n \"40.120.164.96/30\",\r\n \"40.120.164.114/31\",\r\n \"40.120.164.116/31\",\r\n \"40.122.0.0/20\",\r\n \"40.123.169.4/31\",\r\n \"40.123.169.106/31\",\r\n \"40.123.169.128/29\",\r\n \"40.123.169.136/30\",\r\n \"40.123.170.14/31\",\r\n \"40.123.170.16/30\",\r\n \"40.123.170.20/31\",\r\n \"40.123.170.48/30\",\r\n \"40.123.170.56/29\",\r\n \"40.123.170.64/28\",\r\n \"40.123.170.80/30\",\r\n \"40.123.170.84/31\",\r\n \"40.123.170.110/31\",\r\n \"40.123.170.112/30\",\r\n \"40.123.170.128/31\",\r\n \"40.123.170.186/31\",\r\n \"40.123.170.188/30\",\r\n \"40.123.170.194/31\",\r\n \"40.123.170.222/31\",\r\n \"52.141.224.0/20\",\r\n \"52.143.198.0/24\",\r\n \"52.158.176.0/20\",\r\n \"52.165.104.128/26\",\r\n \"52.176.225.0/24\",\r\n \"52.176.232.0/21\",\r\n \"52.176.240.0/20\",\r\n \"52.180.160.0/20\",\r\n \"52.180.176.0/21\",\r\n \"52.185.56.112/28\",\r\n \"52.185.112.64/27\",\r\n \"52.239.177.0/27\",\r\n \"52.239.238.0/24\",\r\n \"52.245.69.0/27\",\r\n \"52.253.156.0/22\",\r\n \"52.253.232.0/21\",\r\n \"104.208.48.0/20\",\r\n \"168.61.136.0/22\",\r\n \"168.61.140.0/26\",\r\n \"168.61.140.64/27\",\r\n \"168.61.140.104/29\",\r\n \"168.61.140.112/28\",\r\n \"168.61.140.128/25\",\r\n \"168.61.141.0/24\",\r\n \"168.61.142.0/23\",\r\n \"168.61.224.0/19\",\r\n \"172.215.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:8::/48\",\r\n \"2603:1030:9::/63\",\r\n \"2603:1030:9:16::/64\",\r\n \"2603:1030:9:b0::/63\",\r\n \"2603:1030:9:b2::/64\",\r\n \"2603:1030:9:b6::/64\",\r\n \"2603:1030:9:ba::/63\",\r\n \"2603:1030:9:bc::/64\",\r\n \"2603:1030:9:101::/64\",\r\n \"2603:1030:9:102::/63\",\r\n \"2603:1030:9:10d::/64\",\r\n \"2603:1030:9:10e::/63\",\r\n \"2603:1030:9:110::/64\",\r\n \"2603:1030:9:115::/64\",\r\n \"2603:1030:9:116::/63\",\r\n \"2603:1030:9:11e::/64\",\r\n \"2603:1030:9:12c::/63\",\r\n \"2603:1030:9:12e::/64\",\r\n \"2603:1030:9:16c::/63\",\r\n \"2603:1030:9:16e::/64\",\r\n \"2603:1030:9:188::/62\",\r\n \"2603:1030:9:1d7::/64\",\r\n \"2603:1030:9:1d8::/63\",\r\n \"2603:1030:9:1da::/64\",\r\n \"2603:1030:9:28c::/64\",\r\n \"2603:1030:9:2c3::/64\",\r\n \"2603:1030:9:2ce::/63\",\r\n \"2603:1030:9:2d0::/62\",\r\n \"2603:1030:9:315::/64\",\r\n \"2603:1030:9:316::/63\",\r\n \"2603:1030:9:318::/64\",\r\n \"2603:1030:9:326::/63\",\r\n \"2603:1030:9:32a::/63\",\r\n \"2603:1030:9:32c::/62\",\r\n \"2603:1030:9:330::/61\",\r\n \"2603:1030:9:338::/64\",\r\n \"2603:1030:9:345::/64\",\r\n \"2603:1030:9:346::/63\",\r\n \"2603:1030:9:351::/64\",\r\n \"2603:1030:9:36b::/64\",\r\n \"2603:1030:9:36c::/63\",\r\n \"2603:1030:9:36f::/64\",\r\n \"2603:1030:9:37d::/64\",\r\n \"2603:1030:9:40e::/64\",\r\n \"2603:1030:9:41c::/62\",\r\n \"2603:1030:9:42b::/64\",\r\n \"2603:1030:9:42c::/63\",\r\n \"2603:1030:9:42e::/64\",\r\n \"2603:1030:9:435::/64\",\r\n \"2603:1030:9:43e::/63\",\r\n \"2603:1030:9:447::/64\",\r\n \"2603:1030:9:448::/64\",\r\n \"2603:1030:f::800/117\",\r\n \"2603:1030:f::1000/116\",\r\n \"2603:1030:f::2000/115\",\r\n \"2603:1030:f::4000/114\",\r\n \"2603:1030:f::8000/113\",\r\n \"2603:1030:f::1:0/112\",\r\n \"2603:1030:f::2:0/111\",\r\n \"2603:1030:f::4:0/110\",\r\n \"2603:1030:f::8:0/109\",\r\n \"2603:1030:f::10:0/108\",\r\n \"2603:1030:f::20:0/107\",\r\n \"2603:1030:f::40:0/106\",\r\n \"2603:1030:f::80:0/105\",\r\n \"2603:1030:f::100:0/104\",\r\n \"2603:1030:f::200:0/103\",\r\n \"2603:1030:f::400:0/102\",\r\n \"2603:1030:f::800:0/101\",\r\n \"2603:1030:f::1000:0/100\",\r\n \"2603:1030:f::2000:0/99\",\r\n \"2603:1030:f::4000:0/98\",\r\n \"2603:1030:f::8000:0/97\",\r\n \"2603:1030:f::1:0:0/96\",\r\n \"2603:1030:f::2:0:0/95\",\r\n \"2603:1030:f::4:0:0/94\",\r\n \"2603:1030:f::8:0:0/93\",\r\n \"2603:1030:f::10:0:0/92\",\r\n \"2603:1030:f::20:0:0/91\",\r\n \"2603:1030:f::40:0:0/90\",\r\n \"2603:1030:f::80:0:0/89\",\r\n \"2603:1030:f::100:0:0/88\",\r\n \"2603:1030:f::200:0:0/87\",\r\n \"2603:1030:f::400:0:0/86\",\r\n \"2603:1030:f::800:0:0/85\",\r\n \"2603:1030:f::1000:0:0/84\",\r\n \"2603:1030:f::2000:0:0/83\",\r\n \"2603:1030:f::4000:0:0/82\",\r\n \"2603:1030:f::8000:0:0/81\",\r\n \"2603:1030:f:0:1::/80\",\r\n \"2603:1030:f:0:2::/79\",\r\n \"2603:1030:f:0:4::/78\",\r\n \"2603:1030:f:0:8::/77\",\r\n \"2603:1030:f:0:10::/76\",\r\n \"2603:1030:f:0:20::/75\",\r\n \"2603:1030:f:0:40::/74\",\r\n \"2603:1030:f:0:80::/73\",\r\n \"2603:1030:f:0:100::/72\",\r\n \"2603:1030:f:0:200::/71\",\r\n \"2603:1030:f:0:400::/70\",\r\n \"2603:1030:f:0:800::/69\",\r\n \"2603:1030:f:0:1000::/68\",\r\n \"2603:1030:f:0:2000::/67\",\r\n \"2603:1030:f:0:4000::/66\",\r\n \"2603:1030:f:0:8000::/65\",\r\n \"2603:1030:f:1::/64\",\r\n \"2603:1030:f:2::/63\",\r\n \"2603:1030:f:4::/62\",\r\n \"2603:1030:f:8::/61\",\r\n \"2603:1030:f:10::/60\",\r\n \"2603:1030:f:20::/59\",\r\n \"2603:1030:f:40::/58\",\r\n \"2603:1030:f:80::/57\",\r\n \"2603:1030:f:100::/56\",\r\n \"2603:1030:f:200::/55\",\r\n \"2603:1030:f:400::800/117\",\r\n \"2603:1030:f:400::1000/116\",\r\n \"2603:1030:f:400::2000/115\",\r\n \"2603:1030:f:400::4000/114\",\r\n \"2603:1030:f:400::8000/113\",\r\n \"2603:1030:f:400::1:0/112\",\r\n \"2603:1030:f:400::2:0/111\",\r\n \"2603:1030:f:400::4:0/110\",\r\n \"2603:1030:f:400::8:0/109\",\r\n \"2603:1030:f:400::10:0/108\",\r\n \"2603:1030:f:400::20:0/107\",\r\n \"2603:1030:f:400::40:0/106\",\r\n \"2603:1030:f:400::80:0/105\",\r\n \"2603:1030:f:400::100:0/104\",\r\n \"2603:1030:f:400::200:0/103\",\r\n \"2603:1030:f:400::400:0/102\",\r\n \"2603:1030:f:400::800:0/101\",\r\n \"2603:1030:f:400::1000:0/100\",\r\n \"2603:1030:f:400::2000:0/99\",\r\n \"2603:1030:f:400::4000:0/98\",\r\n \"2603:1030:f:400::8000:0/97\",\r\n \"2603:1030:f:400:0:1::/96\",\r\n \"2603:1030:f:400:0:2::/95\",\r\n \"2603:1030:f:400:0:4::/94\",\r\n \"2603:1030:f:400:0:8::/93\",\r\n \"2603:1030:f:400:0:10::/92\",\r\n \"2603:1030:f:400:0:20::/91\",\r\n \"2603:1030:f:400:0:40::/90\",\r\n \"2603:1030:f:400:0:80::/89\",\r\n \"2603:1030:f:400:0:100::/88\",\r\n \"2603:1030:f:400:0:200::/87\",\r\n \"2603:1030:f:400:0:400::/86\",\r\n \"2603:1030:f:400:0:800::/85\",\r\n \"2603:1030:f:400:0:1000::/84\",\r\n \"2603:1030:f:400:0:2000::/83\",\r\n \"2603:1030:f:400:0:4000::/82\",\r\n \"2603:1030:f:400:0:8000::/81\",\r\n \"2603:1030:f:400:1::/80\",\r\n \"2603:1030:f:400:2::/79\",\r\n \"2603:1030:f:400:4::/78\",\r\n \"2603:1030:f:400:8::/77\",\r\n \"2603:1030:f:400:10::/76\",\r\n \"2603:1030:f:400:20::/75\",\r\n \"2603:1030:f:400:40::/74\",\r\n \"2603:1030:f:400:80::/73\",\r\n \"2603:1030:f:400:100::/72\",\r\n \"2603:1030:f:400:200::/71\",\r\n \"2603:1030:f:400:400::/70\",\r\n \"2603:1030:f:400:800::/69\",\r\n \"2603:1030:f:400:1000::/68\",\r\n \"2603:1030:f:400:2000::/67\",\r\n \"2603:1030:f:400:4000::/66\",\r\n \"2603:1030:f:400:8000::/65\",\r\n \"2603:1030:f:401::/64\",\r\n \"2603:1030:f:402::/63\",\r\n \"2603:1030:f:404::/62\",\r\n \"2603:1030:f:408::/61\",\r\n \"2603:1030:f:410::/60\",\r\n \"2603:1030:f:420::/59\",\r\n \"2603:1030:f:440::/58\",\r\n \"2603:1030:f:480::/57\",\r\n \"2603:1030:f:500::/56\",\r\n \"2603:1030:f:600::/55\",\r\n \"2603:1030:f:800::/53\",\r\n \"2603:1030:f:1000::/52\",\r\n \"2603:1030:f:2000::/51\",\r\n \"2603:1030:f:4000::/50\",\r\n \"2603:1030:f:8000::/49\",\r\n \"2603:1030:12::/48\",\r\n \"2603:1030:13:100::/56\",\r\n \"2603:1061:1312:3402::/63\",\r\n \"2603:1061:1312:3404::/62\",\r\n \"2603:1061:1312:3408::/61\",\r\n \"2603:1061:1312:3410::/60\",\r\n \"2603:1061:1312:3420::/59\",\r\n \"2603:1061:1312:3440::/58\",\r\n \"2603:1061:1312:3480::/57\",\r\n \"2603:1061:1312:3500::/56\",\r\n \"2603:1061:1312:3600::/55\",\r\n \"2603:1061:1703::/48\",\r\n \"2603:1061:2010:1e::/64\",\r\n \"2603:1063:407::/56\",\r\n \"2603:10b0:112::/64\",\r\n \"2603:10b0:112:20::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East Asia\",\r\n \"communityValue\": \"12076:51010\",\r\n \"communityPrefixes\": [\r\n \"4.144.0.0/17\",\r\n \"4.191.0.0/16\",\r\n \"4.192.0.0/16\",\r\n \"4.252.0.0/16\",\r\n \"13.70.0.0/18\",\r\n \"13.72.192.0/19\",\r\n \"13.75.0.0/19\",\r\n \"13.75.32.0/23\",\r\n \"13.75.34.0/24\",\r\n \"13.75.36.0/23\",\r\n \"13.75.38.0/27\",\r\n \"13.75.38.64/26\",\r\n \"13.75.38.128/25\",\r\n \"13.75.39.0/24\",\r\n \"13.75.40.0/21\",\r\n \"13.75.48.0/20\",\r\n \"13.75.64.0/18\",\r\n \"13.88.208.0/20\",\r\n \"13.94.0.0/18\",\r\n \"20.2.0.0/16\",\r\n \"20.6.128.0/17\",\r\n \"20.24.64.0/18\",\r\n \"20.24.192.0/18\",\r\n \"20.60.86.0/23\",\r\n \"20.60.131.0/24\",\r\n \"20.60.254.0/23\",\r\n \"20.95.133.0/24\",\r\n \"20.95.139.0/24\",\r\n \"20.150.1.128/25\",\r\n \"20.150.22.0/24\",\r\n \"20.150.96.0/24\",\r\n \"20.187.64.0/18\",\r\n \"20.187.128.0/18\",\r\n \"20.187.192.0/22\",\r\n \"20.187.196.0/24\",\r\n \"20.187.197.0/27\",\r\n \"20.187.197.64/26\",\r\n \"20.187.197.128/26\",\r\n \"20.187.197.192/27\",\r\n \"20.187.197.224/28\",\r\n \"20.187.198.0/23\",\r\n \"20.187.224.0/19\",\r\n \"20.189.64.0/18\",\r\n \"20.195.72.0/21\",\r\n \"20.195.88.0/21\",\r\n \"20.205.0.0/18\",\r\n \"20.205.64.0/20\",\r\n \"20.205.80.0/21\",\r\n \"20.205.96.0/19\",\r\n \"20.205.128.0/20\",\r\n \"20.209.166.0/23\",\r\n \"20.239.0.0/16\",\r\n \"20.247.0.0/17\",\r\n \"20.255.0.0/16\",\r\n \"23.97.64.0/19\",\r\n \"23.98.32.0/21\",\r\n \"23.98.40.0/22\",\r\n \"23.98.44.0/24\",\r\n \"23.99.96.0/19\",\r\n \"23.100.88.0/21\",\r\n \"23.101.0.0/20\",\r\n \"23.102.200.0/23\",\r\n \"23.102.224.0/19\",\r\n \"40.64.145.192/28\",\r\n \"40.64.164.0/25\",\r\n \"40.79.210.0/24\",\r\n \"40.81.16.0/20\",\r\n \"40.83.64.0/18\",\r\n \"40.87.192.0/22\",\r\n \"52.120.157.0/24\",\r\n \"52.121.112.0/22\",\r\n \"52.139.128.0/18\",\r\n \"52.175.0.0/17\",\r\n \"52.184.0.0/17\",\r\n \"52.229.128.0/17\",\r\n \"52.232.153.0/24\",\r\n \"52.239.128.0/24\",\r\n \"52.239.224.0/24\",\r\n \"52.245.56.0/22\",\r\n \"52.246.128.0/20\",\r\n \"52.253.222.0/23\",\r\n \"65.52.160.0/19\",\r\n \"104.46.24.0/22\",\r\n \"104.208.64.0/18\",\r\n \"104.214.160.0/22\",\r\n \"104.214.164.0/27\",\r\n \"104.214.164.32/28\",\r\n \"104.214.164.48/29\",\r\n \"104.214.164.64/26\",\r\n \"104.214.164.128/25\",\r\n \"104.214.165.0/24\",\r\n \"104.214.166.0/23\",\r\n \"104.214.168.0/21\",\r\n \"104.214.176.0/20\",\r\n \"134.170.192.0/21\",\r\n \"137.116.160.0/20\",\r\n \"168.63.128.0/24\",\r\n \"168.63.129.0/28\",\r\n \"168.63.129.32/27\",\r\n \"168.63.129.64/26\",\r\n \"168.63.129.128/25\",\r\n \"168.63.130.0/23\",\r\n \"168.63.132.0/22\",\r\n \"168.63.136.0/21\",\r\n \"168.63.148.0/22\",\r\n \"168.63.152.0/22\",\r\n \"168.63.156.0/24\",\r\n \"168.63.192.0/19\",\r\n \"191.234.2.0/23\",\r\n \"191.234.16.0/20\",\r\n \"191.237.238.0/24\",\r\n \"204.231.197.0/24\",\r\n \"207.46.67.160/27\",\r\n \"207.46.67.192/27\",\r\n \"207.46.72.0/27\",\r\n \"207.46.77.224/28\",\r\n \"207.46.87.0/24\",\r\n \"207.46.89.16/28\",\r\n \"207.46.95.32/27\",\r\n \"207.46.128.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East Asia IPv6\",\r\n \"communityValue\": \"12076:51010\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:200::/46\",\r\n \"2603:1040:204::/48\",\r\n \"2603:1040:207::/48\",\r\n \"2603:1040:208::/48\",\r\n \"2603:1046:1401::800/117\",\r\n \"2603:1046:1401::1000/116\",\r\n \"2603:1046:1401::2000/115\",\r\n \"2603:1046:1401::4000/114\",\r\n \"2603:1046:1401::8000/113\",\r\n \"2603:1046:1401::1:0/112\",\r\n \"2603:1046:1401::2:0/111\",\r\n \"2603:1046:1401::4:0/110\",\r\n \"2603:1046:1401::8:0/109\",\r\n \"2603:1046:1401::10:0/108\",\r\n \"2603:1046:1401::20:0/107\",\r\n \"2603:1046:1401::40:0/106\",\r\n \"2603:1046:1401::80:0/105\",\r\n \"2603:1046:1401::100:0/104\",\r\n \"2603:1046:1401::200:0/103\",\r\n \"2603:1046:1401::400:0/102\",\r\n \"2603:1046:1401::800:0/101\",\r\n \"2603:1046:1401::1000:0/100\",\r\n \"2603:1046:1401::2000:0/99\",\r\n \"2603:1046:1401::4000:0/98\",\r\n \"2603:1046:1401::8000:0/97\",\r\n \"2603:1046:1401::1:0:0/96\",\r\n \"2603:1046:1401::2:0:0/95\",\r\n \"2603:1046:1401::4:0:0/94\",\r\n \"2603:1046:1401::8:0:0/93\",\r\n \"2603:1046:1401::10:0:0/92\",\r\n \"2603:1046:1401::20:0:0/91\",\r\n \"2603:1046:1401::40:0:0/90\",\r\n \"2603:1046:1401::80:0:0/89\",\r\n \"2603:1046:1401::100:0:0/88\",\r\n \"2603:1046:1401::200:0:0/87\",\r\n \"2603:1046:1401::400:0:0/86\",\r\n \"2603:1046:1401::800:0:0/85\",\r\n \"2603:1046:1401::1000:0:0/84\",\r\n \"2603:1046:1401::2000:0:0/83\",\r\n \"2603:1046:1401::4000:0:0/82\",\r\n \"2603:1046:1401::8000:0:0/81\",\r\n \"2603:1046:1401:0:1::/80\",\r\n \"2603:1046:1401:0:2::/79\",\r\n \"2603:1046:1401:0:4::/78\",\r\n \"2603:1046:1401:0:8::/77\",\r\n \"2603:1046:1401:0:10::/76\",\r\n \"2603:1046:1401:0:20::/75\",\r\n \"2603:1046:1401:0:40::/74\",\r\n \"2603:1046:1401:0:80::/73\",\r\n \"2603:1046:1401:0:100::/72\",\r\n \"2603:1046:1401:0:200::/71\",\r\n \"2603:1046:1401:0:400::/70\",\r\n \"2603:1046:1401:0:800::/69\",\r\n \"2603:1046:1401:0:1000::/68\",\r\n \"2603:1046:1401:0:2000::/67\",\r\n \"2603:1046:1401:0:4000::/66\",\r\n \"2603:1046:1401:0:8000::/65\",\r\n \"2603:1046:1401:1::800/117\",\r\n \"2603:1046:1401:1::1000/116\",\r\n \"2603:1046:1401:1::2000/115\",\r\n \"2603:1046:1401:1::4000/114\",\r\n \"2603:1046:1401:1::8000/113\",\r\n \"2603:1046:1401:1::1:0/112\",\r\n \"2603:1046:1401:1::2:0/111\",\r\n \"2603:1046:1401:1::4:0/110\",\r\n \"2603:1046:1401:1::8:0/109\",\r\n \"2603:1046:1401:1::10:0/108\",\r\n \"2603:1046:1401:1::20:0/107\",\r\n \"2603:1046:1401:1::40:0/106\",\r\n \"2603:1046:1401:1::80:0/105\",\r\n \"2603:1046:1401:1::100:0/104\",\r\n \"2603:1046:1401:1::200:0/103\",\r\n \"2603:1046:1401:1::400:0/102\",\r\n \"2603:1046:1401:1::800:0/101\",\r\n \"2603:1046:1401:1::1000:0/100\",\r\n \"2603:1046:1401:1::2000:0/99\",\r\n \"2603:1046:1401:1::4000:0/98\",\r\n \"2603:1046:1401:1::8000:0/97\",\r\n \"2603:1046:1401:1:0:1::/96\",\r\n \"2603:1046:1401:1:0:2::/95\",\r\n \"2603:1046:1401:1:0:4::/94\",\r\n \"2603:1046:1401:1:0:8::/93\",\r\n \"2603:1046:1401:1:0:10::/92\",\r\n \"2603:1046:1401:1:0:20::/91\",\r\n \"2603:1046:1401:1:0:40::/90\",\r\n \"2603:1046:1401:1:0:80::/89\",\r\n \"2603:1046:1401:1:0:100::/88\",\r\n \"2603:1046:1401:1:0:200::/87\",\r\n \"2603:1046:1401:1:0:400::/86\",\r\n \"2603:1046:1401:1:0:800::/85\",\r\n \"2603:1046:1401:1:0:1000::/84\",\r\n \"2603:1046:1401:1:0:2000::/83\",\r\n \"2603:1046:1401:1:0:4000::/82\",\r\n \"2603:1046:1401:1:0:8000::/81\",\r\n \"2603:1046:1401:1:1::/80\",\r\n \"2603:1046:1401:1:2::/79\",\r\n \"2603:1046:1401:1:4::/78\",\r\n \"2603:1046:1401:1:8::/77\",\r\n \"2603:1046:1401:1:10::/76\",\r\n \"2603:1046:1401:1:20::/75\",\r\n \"2603:1046:1401:1:40::/74\",\r\n \"2603:1046:1401:1:80::/73\",\r\n \"2603:1046:1401:1:100::/72\",\r\n \"2603:1046:1401:1:200::/71\",\r\n \"2603:1046:1401:1:400::/70\",\r\n \"2603:1046:1401:1:800::/69\",\r\n \"2603:1046:1401:1:1000::/68\",\r\n \"2603:1046:1401:1:2000::/67\",\r\n \"2603:1046:1401:1:4000::/66\",\r\n \"2603:1046:1401:1:8000::/65\",\r\n \"2603:1046:1401:2::/63\",\r\n \"2603:1046:1401:4::/62\",\r\n \"2603:1046:1401:8::/61\",\r\n \"2603:1046:1401:10::/60\",\r\n \"2603:1046:1401:20::/59\",\r\n \"2603:1046:1401:40::/58\",\r\n \"2603:1046:1401:80::/57\",\r\n \"2603:1046:1401:100::/56\",\r\n \"2603:1046:1401:200::/55\",\r\n \"2603:1046:1401:400::/54\",\r\n \"2603:1046:1401:800::/53\",\r\n \"2603:1046:1401:1000::/52\",\r\n \"2603:1046:1401:2000::/51\",\r\n \"2603:1046:1401:4000::/50\",\r\n \"2603:1046:1401:8000::/49\",\r\n \"2603:1061:1310:400::/54\",\r\n \"2603:1061:170c::/48\",\r\n \"2603:1061:2000:7c0::/62\",\r\n \"2603:1061:2002:8100::/57\",\r\n \"2603:1061:2004:6000::/57\",\r\n \"2603:1061:2010:8::/64\",\r\n \"2603:1090:305::/60\",\r\n \"2a01:111:f100:6000::/64\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US\",\r\n \"communityValue\": \"12076:51004\",\r\n \"communityPrefixes\": [\r\n \"4.156.0.0/15\",\r\n \"4.227.128.0/17\",\r\n \"4.236.128.0/17\",\r\n \"4.246.128.0/17\",\r\n \"4.255.0.0/17\",\r\n \"13.68.128.0/17\",\r\n \"13.72.64.0/21\",\r\n \"13.72.72.0/24\",\r\n \"13.72.73.0/26\",\r\n \"13.72.73.64/27\",\r\n \"13.72.73.96/29\",\r\n \"13.72.73.104/30\",\r\n \"13.72.73.108/31\",\r\n \"13.72.73.111/32\",\r\n \"13.72.73.112/28\",\r\n \"13.72.73.128/25\",\r\n \"13.72.74.0/23\",\r\n \"13.72.76.0/22\",\r\n \"13.72.80.0/20\",\r\n \"13.72.96.0/19\",\r\n \"13.82.0.0/16\",\r\n \"13.87.112.0/21\",\r\n \"13.90.0.0/18\",\r\n \"13.90.64.0/20\",\r\n \"13.90.80.0/22\",\r\n \"13.90.84.0/23\",\r\n \"13.90.86.0/32\",\r\n \"13.90.86.2/31\",\r\n \"13.90.86.4/30\",\r\n \"13.90.86.8/29\",\r\n \"13.90.86.16/28\",\r\n \"13.90.86.32/27\",\r\n \"13.90.86.64/26\",\r\n \"13.90.86.128/25\",\r\n \"13.90.87.0/24\",\r\n \"13.90.88.0/21\",\r\n \"13.90.96.0/19\",\r\n \"13.90.128.0/17\",\r\n \"13.92.0.0/18\",\r\n \"13.92.64.0/19\",\r\n \"13.92.96.0/24\",\r\n \"13.92.97.0/25\",\r\n \"13.92.97.128/26\",\r\n \"13.92.97.192/27\",\r\n \"13.92.97.224/28\",\r\n \"13.92.97.240/31\",\r\n \"13.92.97.242/32\",\r\n \"13.92.97.244/30\",\r\n \"13.92.97.248/29\",\r\n \"13.92.98.0/23\",\r\n \"13.92.100.0/22\",\r\n \"13.92.104.0/21\",\r\n \"13.92.112.0/20\",\r\n \"13.92.128.0/19\",\r\n \"13.92.160.0/20\",\r\n \"13.92.176.0/21\",\r\n \"13.92.184.0/22\",\r\n \"13.92.188.0/25\",\r\n \"13.92.188.128/26\",\r\n \"13.92.188.192/28\",\r\n \"13.92.188.208/32\",\r\n \"13.92.188.210/31\",\r\n \"13.92.188.212/30\",\r\n \"13.92.188.216/29\",\r\n \"13.92.188.224/27\",\r\n \"13.92.189.0/24\",\r\n \"13.92.190.0/25\",\r\n \"13.92.190.128/27\",\r\n \"13.92.190.160/28\",\r\n \"13.92.190.176/29\",\r\n \"13.92.190.184/32\",\r\n \"13.92.190.186/31\",\r\n \"13.92.190.188/30\",\r\n \"13.92.190.192/26\",\r\n \"13.92.191.0/24\",\r\n \"13.92.192.0/18\",\r\n \"13.104.192.0/21\",\r\n \"20.25.0.0/17\",\r\n \"20.38.98.0/24\",\r\n \"20.39.32.0/20\",\r\n \"20.39.48.0/21\",\r\n \"20.39.56.0/23\",\r\n \"20.39.60.0/22\",\r\n \"20.42.0.0/17\",\r\n \"20.49.104.0/21\",\r\n \"20.51.128.0/17\",\r\n \"20.55.0.0/17\",\r\n \"20.60.0.0/24\",\r\n \"20.60.2.0/23\",\r\n \"20.60.6.0/23\",\r\n \"20.60.60.0/22\",\r\n \"20.60.128.0/23\",\r\n \"20.60.134.0/23\",\r\n \"20.60.146.0/23\",\r\n \"20.60.220.0/23\",\r\n \"20.62.128.0/24\",\r\n \"20.62.129.32/27\",\r\n \"20.62.129.64/26\",\r\n \"20.62.129.128/26\",\r\n \"20.62.129.192/27\",\r\n \"20.62.129.224/28\",\r\n \"20.62.130.0/23\",\r\n \"20.62.132.0/23\",\r\n \"20.62.134.0/26\",\r\n \"20.62.134.64/29\",\r\n \"20.62.134.72/31\",\r\n \"20.62.134.76/30\",\r\n \"20.62.134.80/28\",\r\n \"20.62.134.96/27\",\r\n \"20.62.134.128/29\",\r\n \"20.62.134.160/27\",\r\n \"20.62.134.224/27\",\r\n \"20.62.135.0/24\",\r\n \"20.62.136.0/21\",\r\n \"20.62.144.0/20\",\r\n \"20.62.160.0/19\",\r\n \"20.62.192.0/18\",\r\n \"20.72.128.0/18\",\r\n \"20.75.128.0/17\",\r\n \"20.81.0.0/17\",\r\n \"20.83.128.0/18\",\r\n \"20.84.0.0/17\",\r\n \"20.85.128.0/17\",\r\n \"20.88.128.0/18\",\r\n \"20.95.0.0/24\",\r\n \"20.95.2.0/24\",\r\n \"20.95.4.0/24\",\r\n \"20.95.6.0/24\",\r\n \"20.95.19.0/24\",\r\n \"20.95.21.0/24\",\r\n \"20.95.31.0/24\",\r\n \"20.95.33.0/24\",\r\n \"20.95.34.0/24\",\r\n \"20.95.54.0/24\",\r\n \"20.95.58.0/24\",\r\n \"20.102.0.0/17\",\r\n \"20.106.128.0/17\",\r\n \"20.115.0.0/17\",\r\n \"20.119.0.0/17\",\r\n \"20.120.0.0/17\",\r\n \"20.121.0.0/16\",\r\n \"20.124.0.0/16\",\r\n \"20.127.0.0/16\",\r\n \"20.136.3.0/25\",\r\n \"20.136.4.0/24\",\r\n \"20.150.32.0/23\",\r\n \"20.150.90.0/24\",\r\n \"20.163.128.0/17\",\r\n \"20.168.192.0/18\",\r\n \"20.169.128.0/17\",\r\n \"20.172.128.0/17\",\r\n \"20.185.0.0/17\",\r\n \"20.185.128.0/18\",\r\n \"20.185.192.0/20\",\r\n \"20.185.208.0/22\",\r\n \"20.185.212.0/26\",\r\n \"20.185.212.64/27\",\r\n \"20.185.212.96/29\",\r\n \"20.185.212.104/31\",\r\n \"20.185.212.107/32\",\r\n \"20.185.212.108/30\",\r\n \"20.185.212.112/28\",\r\n \"20.185.212.128/25\",\r\n \"20.185.213.0/24\",\r\n \"20.185.214.0/25\",\r\n \"20.185.214.128/26\",\r\n \"20.185.214.192/27\",\r\n \"20.185.214.224/30\",\r\n \"20.185.214.228/31\",\r\n \"20.185.214.231/32\",\r\n \"20.185.214.232/29\",\r\n \"20.185.214.240/28\",\r\n \"20.185.215.0/24\",\r\n \"20.185.216.0/21\",\r\n \"20.185.224.0/19\",\r\n \"20.202.20.0/24\",\r\n \"20.202.39.0/24\",\r\n \"20.202.106.0/24\",\r\n \"20.202.110.0/24\",\r\n \"20.202.114.0/24\",\r\n \"20.202.118.0/24\",\r\n \"20.202.120.0/22\",\r\n \"20.202.124.0/24\",\r\n \"20.202.130.0/24\",\r\n \"20.202.134.0/24\",\r\n \"20.202.138.0/24\",\r\n \"20.202.184.0/21\",\r\n \"20.202.192.0/23\",\r\n \"20.209.0.0/23\",\r\n \"20.209.40.0/23\",\r\n \"20.209.52.0/23\",\r\n \"20.209.74.0/23\",\r\n \"20.209.84.0/23\",\r\n \"20.209.106.0/23\",\r\n \"20.209.146.0/23\",\r\n \"20.209.162.0/23\",\r\n \"20.209.226.0/23\",\r\n \"20.228.128.0/17\",\r\n \"20.231.0.0/17\",\r\n \"20.231.192.0/18\",\r\n \"20.232.0.0/16\",\r\n \"20.237.0.0/17\",\r\n \"20.241.128.0/17\",\r\n \"20.242.128.0/19\",\r\n \"20.242.160.0/20\",\r\n \"20.242.176.0/22\",\r\n \"20.242.180.0/24\",\r\n \"20.242.182.0/23\",\r\n \"20.242.184.0/21\",\r\n \"20.242.192.0/18\",\r\n \"20.246.128.0/17\",\r\n \"20.253.0.0/17\",\r\n \"23.96.0.0/17\",\r\n \"23.98.45.0/24\",\r\n \"23.100.16.0/20\",\r\n \"23.101.128.0/20\",\r\n \"40.64.146.80/28\",\r\n \"40.64.164.128/25\",\r\n \"40.71.0.0/21\",\r\n \"40.71.8.0/22\",\r\n \"40.71.12.0/24\",\r\n \"40.71.13.32/27\",\r\n \"40.71.13.64/26\",\r\n \"40.71.13.128/25\",\r\n \"40.71.14.0/23\",\r\n \"40.71.16.0/20\",\r\n \"40.71.32.0/19\",\r\n \"40.71.64.0/20\",\r\n \"40.71.80.0/22\",\r\n \"40.71.84.0/23\",\r\n \"40.71.86.0/26\",\r\n \"40.71.86.64/27\",\r\n \"40.71.86.96/29\",\r\n \"40.71.86.104/31\",\r\n \"40.71.86.106/32\",\r\n \"40.71.86.108/30\",\r\n \"40.71.86.112/28\",\r\n \"40.71.86.128/25\",\r\n \"40.71.87.0/24\",\r\n \"40.71.88.0/21\",\r\n \"40.71.96.0/19\",\r\n \"40.71.128.0/17\",\r\n \"40.76.0.0/16\",\r\n \"40.78.219.0/24\",\r\n \"40.78.224.0/21\",\r\n \"40.79.152.0/21\",\r\n \"40.80.144.0/21\",\r\n \"40.82.24.0/22\",\r\n \"40.82.60.0/22\",\r\n \"40.85.160.0/19\",\r\n \"40.87.0.0/17\",\r\n \"40.87.164.0/22\",\r\n \"40.88.0.0/16\",\r\n \"40.90.224.0/19\",\r\n \"40.91.4.0/22\",\r\n \"40.112.48.0/20\",\r\n \"40.114.0.0/17\",\r\n \"40.117.32.0/23\",\r\n \"40.117.34.0/24\",\r\n \"40.117.35.0/26\",\r\n \"40.117.35.64/27\",\r\n \"40.117.35.96/31\",\r\n \"40.117.35.98/32\",\r\n \"40.117.35.100/30\",\r\n \"40.117.35.104/29\",\r\n \"40.117.35.112/28\",\r\n \"40.117.35.128/25\",\r\n \"40.117.36.0/22\",\r\n \"40.117.40.0/21\",\r\n \"40.117.48.0/20\",\r\n \"40.117.64.0/18\",\r\n \"40.117.128.0/17\",\r\n \"40.120.148.0/25\",\r\n \"40.120.148.128/26\",\r\n \"40.120.148.192/27\",\r\n \"40.120.148.224/31\",\r\n \"40.121.0.0/17\",\r\n \"40.121.128.0/18\",\r\n \"40.121.192.0/20\",\r\n \"40.121.208.0/22\",\r\n \"40.121.212.0/23\",\r\n \"40.121.214.0/27\",\r\n \"40.121.214.32/28\",\r\n \"40.121.214.48/29\",\r\n \"40.121.214.56/31\",\r\n \"40.121.214.59/32\",\r\n \"40.121.214.60/30\",\r\n \"40.121.214.64/26\",\r\n \"40.121.214.128/25\",\r\n \"40.121.215.0/24\",\r\n \"40.121.216.0/21\",\r\n \"40.121.224.0/19\",\r\n \"40.123.132.0/22\",\r\n \"40.123.176.0/22\",\r\n \"52.120.32.0/19\",\r\n \"52.120.224.0/20\",\r\n \"52.136.64.0/18\",\r\n \"52.142.0.0/18\",\r\n \"52.143.207.0/24\",\r\n \"52.146.0.0/17\",\r\n \"52.147.192.0/18\",\r\n \"52.149.128.0/17\",\r\n \"52.150.0.0/17\",\r\n \"52.151.128.0/17\",\r\n \"52.152.128.0/17\",\r\n \"52.154.64.0/18\",\r\n \"52.168.0.0/18\",\r\n \"52.168.64.0/20\",\r\n \"52.168.80.0/21\",\r\n \"52.168.88.0/25\",\r\n \"52.168.88.128/26\",\r\n \"52.168.88.192/27\",\r\n \"52.168.88.224/28\",\r\n \"52.168.88.240/30\",\r\n \"52.168.88.244/31\",\r\n \"52.168.88.246/32\",\r\n \"52.168.88.248/29\",\r\n \"52.168.89.0/28\",\r\n \"52.168.89.16/29\",\r\n \"52.168.89.24/30\",\r\n \"52.168.89.28/31\",\r\n \"52.168.89.31/32\",\r\n \"52.168.89.32/27\",\r\n \"52.168.89.64/26\",\r\n \"52.168.89.128/25\",\r\n \"52.168.90.0/23\",\r\n \"52.168.92.0/25\",\r\n \"52.168.92.128/26\",\r\n \"52.168.92.192/27\",\r\n \"52.168.92.224/29\",\r\n \"52.168.92.232/31\",\r\n \"52.168.92.235/32\",\r\n \"52.168.92.236/30\",\r\n \"52.168.92.240/28\",\r\n \"52.168.93.0/24\",\r\n \"52.168.94.0/23\",\r\n \"52.168.96.0/20\",\r\n \"52.168.112.0/22\",\r\n \"52.168.116.64/26\",\r\n \"52.168.116.128/25\",\r\n \"52.168.117.0/24\",\r\n \"52.168.118.0/23\",\r\n \"52.168.120.0/21\",\r\n \"52.168.128.0/21\",\r\n \"52.168.136.0/25\",\r\n \"52.168.136.128/27\",\r\n \"52.168.136.160/28\",\r\n \"52.168.136.176/29\",\r\n \"52.168.136.184/31\",\r\n \"52.168.136.187/32\",\r\n \"52.168.136.188/30\",\r\n \"52.168.136.192/26\",\r\n \"52.168.137.0/24\",\r\n \"52.168.138.0/24\",\r\n \"52.168.139.0/26\",\r\n \"52.168.139.64/27\",\r\n \"52.168.139.97/32\",\r\n \"52.168.139.98/31\",\r\n \"52.168.139.100/30\",\r\n \"52.168.139.104/29\",\r\n \"52.168.139.112/28\",\r\n \"52.168.139.128/25\",\r\n \"52.168.140.0/24\",\r\n \"52.168.141.0/26\",\r\n \"52.168.141.64/28\",\r\n \"52.168.141.80/29\",\r\n \"52.168.141.88/31\",\r\n \"52.168.141.91/32\",\r\n \"52.168.141.92/30\",\r\n \"52.168.141.96/27\",\r\n \"52.168.141.128/25\",\r\n \"52.168.142.0/24\",\r\n \"52.168.143.0/26\",\r\n \"52.168.143.64/28\",\r\n \"52.168.143.80/30\",\r\n \"52.168.143.84/32\",\r\n \"52.168.143.86/31\",\r\n \"52.168.143.88/29\",\r\n \"52.168.143.96/27\",\r\n \"52.168.143.128/25\",\r\n \"52.168.144.0/20\",\r\n \"52.168.160.0/21\",\r\n \"52.168.168.0/25\",\r\n \"52.168.168.128/27\",\r\n \"52.168.168.160/30\",\r\n \"52.168.168.164/32\",\r\n \"52.168.168.166/31\",\r\n \"52.168.168.168/29\",\r\n \"52.168.168.176/28\",\r\n \"52.168.168.192/26\",\r\n \"52.168.169.0/24\",\r\n \"52.168.170.0/23\",\r\n \"52.168.172.0/22\",\r\n \"52.168.176.0/23\",\r\n \"52.168.178.0/26\",\r\n \"52.168.178.64/29\",\r\n \"52.168.178.72/30\",\r\n \"52.168.178.76/32\",\r\n \"52.168.178.78/31\",\r\n \"52.168.178.80/28\",\r\n \"52.168.178.96/27\",\r\n \"52.168.178.128/25\",\r\n \"52.168.179.0/26\",\r\n \"52.168.179.64/27\",\r\n \"52.168.179.96/28\",\r\n \"52.168.179.112/30\",\r\n \"52.168.179.116/32\",\r\n \"52.168.179.118/31\",\r\n \"52.168.179.120/29\",\r\n \"52.168.179.128/25\",\r\n \"52.168.180.0/25\",\r\n \"52.168.180.128/27\",\r\n \"52.168.180.160/29\",\r\n \"52.168.180.169/32\",\r\n \"52.168.180.170/31\",\r\n \"52.168.180.172/30\",\r\n \"52.168.180.176/28\",\r\n \"52.168.180.192/26\",\r\n \"52.168.181.0/24\",\r\n \"52.168.182.0/23\",\r\n \"52.168.184.0/21\",\r\n \"52.168.192.0/18\",\r\n \"52.170.0.0/20\",\r\n \"52.170.16.0/21\",\r\n \"52.170.24.0/22\",\r\n \"52.170.28.0/25\",\r\n \"52.170.28.128/27\",\r\n \"52.170.28.160/28\",\r\n \"52.170.28.176/29\",\r\n \"52.170.28.185/32\",\r\n \"52.170.28.186/31\",\r\n \"52.170.28.188/30\",\r\n \"52.170.28.192/26\",\r\n \"52.170.29.0/24\",\r\n \"52.170.30.0/23\",\r\n \"52.170.32.0/23\",\r\n \"52.170.34.0/25\",\r\n \"52.170.34.128/26\",\r\n \"52.170.34.192/28\",\r\n \"52.170.34.208/29\",\r\n \"52.170.34.216/32\",\r\n \"52.170.34.218/31\",\r\n \"52.170.34.220/30\",\r\n \"52.170.34.224/27\",\r\n \"52.170.35.0/24\",\r\n \"52.170.36.0/24\",\r\n \"52.170.37.0/25\",\r\n \"52.170.37.128/26\",\r\n \"52.170.37.192/27\",\r\n \"52.170.37.224/29\",\r\n \"52.170.37.232/30\",\r\n \"52.170.37.237/32\",\r\n \"52.170.37.238/31\",\r\n \"52.170.37.240/28\",\r\n \"52.170.38.0/23\",\r\n \"52.170.40.0/21\",\r\n \"52.170.48.0/20\",\r\n \"52.170.64.0/18\",\r\n \"52.170.128.0/18\",\r\n \"52.170.192.0/20\",\r\n \"52.170.208.0/24\",\r\n \"52.170.209.0/28\",\r\n \"52.170.209.16/30\",\r\n \"52.170.209.20/31\",\r\n \"52.170.209.23/32\",\r\n \"52.170.209.24/29\",\r\n \"52.170.209.32/27\",\r\n \"52.170.209.64/26\",\r\n \"52.170.209.128/25\",\r\n \"52.170.210.0/23\",\r\n \"52.170.212.0/22\",\r\n \"52.170.216.0/21\",\r\n \"52.170.224.0/19\",\r\n \"52.179.0.0/20\",\r\n \"52.179.16.0/22\",\r\n \"52.179.20.0/23\",\r\n \"52.179.22.0/24\",\r\n \"52.179.23.0/25\",\r\n \"52.179.23.128/26\",\r\n \"52.179.23.192/29\",\r\n \"52.179.23.201/32\",\r\n \"52.179.23.202/31\",\r\n \"52.179.23.204/30\",\r\n \"52.179.23.208/28\",\r\n \"52.179.23.224/27\",\r\n \"52.179.24.0/21\",\r\n \"52.179.32.0/19\",\r\n \"52.179.64.0/18\",\r\n \"52.186.0.0/16\",\r\n \"52.188.0.0/16\",\r\n \"52.190.0.0/17\",\r\n \"52.191.0.0/17\",\r\n \"52.191.192.0/18\",\r\n \"52.224.0.0/16\",\r\n \"52.226.0.0/16\",\r\n \"52.232.146.0/24\",\r\n \"52.234.128.0/17\",\r\n \"52.239.152.0/22\",\r\n \"52.239.168.0/22\",\r\n \"52.239.207.192/26\",\r\n \"52.239.214.0/23\",\r\n \"52.239.220.0/23\",\r\n \"52.239.246.0/23\",\r\n \"52.239.252.0/24\",\r\n \"52.240.0.0/17\",\r\n \"52.245.8.0/22\",\r\n \"52.245.104.0/22\",\r\n \"52.249.128.0/17\",\r\n \"52.253.160.0/24\",\r\n \"52.255.128.0/17\",\r\n \"57.150.0.0/23\",\r\n \"57.150.8.112/28\",\r\n \"57.150.8.128/25\",\r\n \"57.150.9.0/24\",\r\n \"57.150.10.0/26\",\r\n \"57.150.10.64/28\",\r\n \"57.150.18.80/28\",\r\n \"57.150.18.96/27\",\r\n \"57.150.18.128/26\",\r\n \"57.150.18.192/27\",\r\n \"57.150.18.224/28\",\r\n \"57.150.26.0/23\",\r\n \"57.151.0.0/17\",\r\n \"65.54.19.128/27\",\r\n \"68.220.88.0/21\",\r\n \"74.235.0.0/16\",\r\n \"104.41.128.0/19\",\r\n \"104.45.128.0/18\",\r\n \"104.45.192.0/20\",\r\n \"104.211.0.0/18\",\r\n \"137.116.112.0/20\",\r\n \"137.117.32.0/19\",\r\n \"137.117.64.0/19\",\r\n \"137.117.96.0/25\",\r\n \"137.117.96.128/27\",\r\n \"137.117.96.160/28\",\r\n \"137.117.96.176/29\",\r\n \"137.117.96.185/32\",\r\n \"137.117.96.186/31\",\r\n \"137.117.96.188/30\",\r\n \"137.117.96.192/26\",\r\n \"137.117.97.0/27\",\r\n \"137.117.97.32/28\",\r\n \"137.117.97.48/31\",\r\n \"137.117.97.50/32\",\r\n \"137.117.97.52/30\",\r\n \"137.117.97.56/29\",\r\n \"137.117.97.64/26\",\r\n \"137.117.97.128/25\",\r\n \"137.117.98.0/23\",\r\n \"137.117.100.0/22\",\r\n \"137.117.104.0/21\",\r\n \"137.117.112.0/20\",\r\n \"137.135.64.0/18\",\r\n \"138.91.96.0/19\",\r\n \"151.206.50.192/27\",\r\n \"151.206.96.0/23\",\r\n \"151.206.98.0/25\",\r\n \"151.206.98.128/26\",\r\n \"157.56.176.0/21\",\r\n \"168.61.32.0/20\",\r\n \"168.61.48.0/21\",\r\n \"168.62.32.0/19\",\r\n \"168.62.160.0/19\",\r\n \"172.171.32.0/19\",\r\n \"172.171.64.0/19\",\r\n \"172.171.128.0/17\",\r\n \"172.172.128.0/18\",\r\n \"172.172.192.0/19\",\r\n \"172.172.224.0/20\",\r\n \"172.172.240.0/21\",\r\n \"172.172.248.0/22\",\r\n \"172.172.252.0/23\",\r\n \"172.172.254.0/24\",\r\n \"172.172.255.0/26\",\r\n \"172.172.255.64/27\",\r\n \"172.172.255.112/28\",\r\n \"172.172.255.128/25\",\r\n \"172.173.128.0/17\",\r\n \"172.174.0.0/16\",\r\n \"172.178.0.0/17\",\r\n \"172.190.0.0/15\",\r\n \"172.203.128.0/17\",\r\n \"172.206.192.0/18\",\r\n \"172.208.0.0/17\",\r\n \"172.210.0.0/17\",\r\n \"172.212.0.0/17\",\r\n \"172.214.0.0/17\",\r\n \"191.234.32.0/19\",\r\n \"191.236.0.0/18\",\r\n \"191.237.0.0/17\",\r\n \"191.238.0.0/18\",\r\n \"204.152.18.0/31\",\r\n \"204.152.18.8/29\",\r\n \"204.152.18.32/27\",\r\n \"204.152.18.64/26\",\r\n \"204.152.19.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US IPv6\",\r\n \"communityValue\": \"12076:51004\",\r\n \"communityPrefixes\": [\r\n \"2602:fd5e:1::/63\",\r\n \"2602:fd5e:1:2::/64\",\r\n \"2603:1030:20c::/47\",\r\n \"2603:1030:20e::/48\",\r\n \"2603:1030:210::/47\",\r\n \"2603:1030:212::/56\",\r\n \"2603:1030:213::/48\",\r\n \"2603:1061:1312:c00::/54\",\r\n \"2603:1061:1312:3802::/63\",\r\n \"2603:1061:1312:3804::/62\",\r\n \"2603:1061:1312:3808::/61\",\r\n \"2603:1061:1312:3810::/60\",\r\n \"2603:1061:1312:3820::/59\",\r\n \"2603:1061:1312:3840::/58\",\r\n \"2603:1061:1312:3880::/57\",\r\n \"2603:1061:1312:3900::/56\",\r\n \"2603:1061:1312:3a00::/55\",\r\n \"2603:1061:170d::/48\",\r\n \"2603:1061:2000::/64\",\r\n \"2603:1061:2000:2::/64\",\r\n \"2603:1061:2000:100::/60\",\r\n \"2603:1061:2000:540::/62\",\r\n \"2603:1061:2002::/56\",\r\n \"2603:1061:2004:7000::/56\",\r\n \"2603:1061:2010:9::/64\",\r\n \"2603:1062:2:100::/57\",\r\n \"2603:1062:c:28::/63\",\r\n \"2603:1063:424::/56\",\r\n \"2603:10b0:315::/60\",\r\n \"2a01:111:f100:2000::/52\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"4.150.64.0/18\",\r\n \"4.152.0.0/15\",\r\n \"13.68.0.0/17\",\r\n \"13.77.64.0/18\",\r\n \"20.1.128.0/17\",\r\n \"20.7.0.0/16\",\r\n \"20.10.0.0/18\",\r\n \"20.10.64.0/19\",\r\n \"20.10.96.0/20\",\r\n \"20.10.112.0/21\",\r\n \"20.10.120.0/22\",\r\n \"20.10.124.0/23\",\r\n \"20.10.126.0/24\",\r\n \"20.10.128.0/17\",\r\n \"20.12.0.0/17\",\r\n \"20.14.128.0/17\",\r\n \"20.15.0.0/17\",\r\n \"20.22.0.0/16\",\r\n \"20.36.128.0/17\",\r\n \"20.38.100.0/23\",\r\n \"20.38.208.0/22\",\r\n \"20.41.0.0/18\",\r\n \"20.44.16.0/27\",\r\n \"20.44.16.64/26\",\r\n \"20.44.16.128/25\",\r\n \"20.44.17.0/24\",\r\n \"20.44.18.0/24\",\r\n \"20.44.19.0/27\",\r\n \"20.44.19.32/28\",\r\n \"20.44.19.56/29\",\r\n \"20.44.19.64/26\",\r\n \"20.44.19.128/25\",\r\n \"20.44.20.0/22\",\r\n \"20.44.64.0/18\",\r\n \"20.49.0.0/18\",\r\n \"20.49.96.0/21\",\r\n \"20.55.192.0/18\",\r\n \"20.57.0.0/17\",\r\n \"20.60.56.0/22\",\r\n \"20.60.88.0/22\",\r\n \"20.60.132.0/23\",\r\n \"20.60.180.0/23\",\r\n \"20.60.224.0/23\",\r\n \"20.60.236.0/23\",\r\n \"20.62.0.0/19\",\r\n \"20.62.32.0/20\",\r\n \"20.62.48.0/21\",\r\n \"20.62.56.0/23\",\r\n \"20.62.58.0/26\",\r\n \"20.62.58.64/28\",\r\n \"20.62.58.96/27\",\r\n \"20.62.58.128/25\",\r\n \"20.62.59.0/26\",\r\n \"20.62.59.64/27\",\r\n \"20.62.59.96/28\",\r\n \"20.62.59.128/25\",\r\n \"20.62.60.0/26\",\r\n \"20.62.60.104/29\",\r\n \"20.62.60.112/28\",\r\n \"20.62.60.128/25\",\r\n \"20.62.61.0/24\",\r\n \"20.62.62.0/23\",\r\n \"20.62.64.0/18\",\r\n \"20.65.0.0/17\",\r\n \"20.69.192.0/18\",\r\n \"20.72.64.0/18\",\r\n \"20.75.0.0/17\",\r\n \"20.80.192.0/18\",\r\n \"20.81.128.0/17\",\r\n \"20.85.0.0/17\",\r\n \"20.88.96.0/19\",\r\n \"20.94.0.0/17\",\r\n \"20.95.22.0/24\",\r\n \"20.95.25.0/24\",\r\n \"20.95.35.0/24\",\r\n \"20.95.36.0/24\",\r\n \"20.95.53.0/24\",\r\n \"20.95.56.0/24\",\r\n \"20.95.60.0/24\",\r\n \"20.95.255.0/29\",\r\n \"20.96.0.0/16\",\r\n \"20.97.128.0/17\",\r\n \"20.98.192.0/18\",\r\n \"20.109.0.0/17\",\r\n \"20.110.0.0/16\",\r\n \"20.114.128.0/17\",\r\n \"20.119.128.0/17\",\r\n \"20.122.0.0/16\",\r\n \"20.136.0.0/25\",\r\n \"20.136.1.0/24\",\r\n \"20.150.29.0/24\",\r\n \"20.150.36.0/24\",\r\n \"20.150.50.0/23\",\r\n \"20.150.72.0/24\",\r\n \"20.150.82.0/24\",\r\n \"20.150.88.0/24\",\r\n \"20.161.0.0/16\",\r\n \"20.186.0.0/17\",\r\n \"20.186.128.0/18\",\r\n \"20.190.192.0/18\",\r\n \"20.201.224.0/23\",\r\n \"20.202.21.0/24\",\r\n \"20.202.31.0/24\",\r\n \"20.202.32.0/23\",\r\n \"20.202.34.0/24\",\r\n \"20.202.84.0/24\",\r\n \"20.202.89.0/24\",\r\n \"20.202.93.0/24\",\r\n \"20.202.97.0/24\",\r\n \"20.202.125.0/24\",\r\n \"20.202.194.0/23\",\r\n \"20.202.196.0/22\",\r\n \"20.202.200.0/23\",\r\n \"20.209.68.0/23\",\r\n \"20.209.90.0/23\",\r\n \"20.209.110.0/23\",\r\n \"20.209.112.0/23\",\r\n \"20.209.178.0/23\",\r\n \"20.230.0.0/17\",\r\n \"20.242.0.0/17\",\r\n \"20.246.0.0/17\",\r\n \"23.100.64.0/21\",\r\n \"23.101.32.0/21\",\r\n \"23.101.80.0/21\",\r\n \"23.101.144.0/20\",\r\n \"23.102.96.0/19\",\r\n \"23.102.204.0/22\",\r\n \"23.102.208.0/20\",\r\n \"40.64.144.192/29\",\r\n \"40.64.145.0/28\",\r\n \"40.64.165.0/25\",\r\n \"40.65.192.0/18\",\r\n \"40.67.128.0/19\",\r\n \"40.70.0.0/18\",\r\n \"40.70.64.0/20\",\r\n \"40.70.80.0/21\",\r\n \"40.70.128.0/17\",\r\n \"40.75.0.0/19\",\r\n \"40.75.64.0/18\",\r\n \"40.77.167.0/24\",\r\n \"40.78.208.48/28\",\r\n \"40.78.220.0/24\",\r\n \"40.79.0.0/21\",\r\n \"40.79.8.0/27\",\r\n \"40.79.8.32/28\",\r\n \"40.79.8.64/27\",\r\n \"40.79.8.96/28\",\r\n \"40.79.9.0/24\",\r\n \"40.79.16.0/20\",\r\n \"40.79.32.0/20\",\r\n \"40.79.48.0/27\",\r\n \"40.79.48.32/28\",\r\n \"40.79.49.0/24\",\r\n \"40.79.56.0/21\",\r\n \"40.79.64.0/20\",\r\n \"40.79.80.0/21\",\r\n \"40.79.90.0/24\",\r\n \"40.79.91.0/28\",\r\n \"40.79.92.0/24\",\r\n \"40.79.93.0/28\",\r\n \"40.79.94.0/24\",\r\n \"40.79.95.0/28\",\r\n \"40.79.240.0/20\",\r\n \"40.82.4.0/22\",\r\n \"40.82.44.0/22\",\r\n \"40.84.0.0/17\",\r\n \"40.87.168.0/30\",\r\n \"40.87.168.8/29\",\r\n \"40.87.168.16/28\",\r\n \"40.87.168.32/29\",\r\n \"40.87.168.48/28\",\r\n \"40.87.168.64/30\",\r\n \"40.87.168.70/31\",\r\n \"40.87.168.72/29\",\r\n \"40.87.168.80/28\",\r\n \"40.87.168.96/27\",\r\n \"40.87.168.128/26\",\r\n \"40.87.168.192/28\",\r\n \"40.87.168.210/31\",\r\n \"40.87.168.212/30\",\r\n \"40.87.168.216/29\",\r\n \"40.87.168.224/27\",\r\n \"40.87.169.0/27\",\r\n \"40.87.169.32/29\",\r\n \"40.87.169.44/30\",\r\n \"40.87.169.48/29\",\r\n \"40.87.169.56/31\",\r\n \"40.87.169.60/30\",\r\n \"40.87.169.64/27\",\r\n \"40.87.169.96/31\",\r\n \"40.87.169.102/31\",\r\n \"40.87.169.104/29\",\r\n \"40.87.169.112/28\",\r\n \"40.87.169.128/29\",\r\n \"40.87.169.136/31\",\r\n \"40.87.169.140/30\",\r\n \"40.87.169.160/27\",\r\n \"40.87.169.192/26\",\r\n \"40.87.170.0/25\",\r\n \"40.87.170.128/28\",\r\n \"40.87.170.144/31\",\r\n \"40.87.170.152/29\",\r\n \"40.87.170.160/28\",\r\n \"40.87.170.176/29\",\r\n \"40.87.170.184/30\",\r\n \"40.87.170.194/31\",\r\n \"40.87.170.196/30\",\r\n \"40.87.170.214/31\",\r\n \"40.87.170.216/30\",\r\n \"40.87.170.228/30\",\r\n \"40.87.170.232/29\",\r\n \"40.87.170.240/29\",\r\n \"40.87.170.248/30\",\r\n \"40.87.171.2/31\",\r\n \"40.87.171.4/30\",\r\n \"40.87.171.8/29\",\r\n \"40.87.171.16/28\",\r\n \"40.87.171.36/30\",\r\n \"40.87.171.40/31\",\r\n \"40.87.171.72/29\",\r\n \"40.87.171.80/28\",\r\n \"40.87.171.96/27\",\r\n \"40.87.171.128/27\",\r\n \"40.87.171.160/31\",\r\n \"40.87.171.166/31\",\r\n \"40.87.171.168/29\",\r\n \"40.87.171.176/28\",\r\n \"40.87.171.192/27\",\r\n \"40.87.171.224/28\",\r\n \"40.87.171.240/29\",\r\n \"40.87.171.248/31\",\r\n \"40.91.12.16/28\",\r\n \"40.91.12.48/28\",\r\n \"40.91.12.64/26\",\r\n \"40.91.12.128/28\",\r\n \"40.91.12.160/27\",\r\n \"40.91.12.208/28\",\r\n \"40.91.12.240/28\",\r\n \"40.91.13.64/27\",\r\n \"40.91.13.96/28\",\r\n \"40.91.13.128/27\",\r\n \"40.91.13.240/28\",\r\n \"40.91.14.0/24\",\r\n \"40.120.156.0/28\",\r\n \"40.120.156.16/29\",\r\n \"40.120.156.24/30\",\r\n \"40.120.156.28/31\",\r\n \"40.120.156.40/31\",\r\n \"40.120.156.56/30\",\r\n \"40.123.0.0/17\",\r\n \"40.123.144.0/26\",\r\n \"40.123.144.64/29\",\r\n \"40.123.144.104/29\",\r\n \"40.123.144.112/28\",\r\n \"40.123.144.128/28\",\r\n \"40.123.144.144/29\",\r\n \"40.123.144.156/30\",\r\n \"40.123.144.160/27\",\r\n \"40.123.144.192/27\",\r\n \"40.123.144.224/28\",\r\n \"40.123.144.240/29\",\r\n \"40.123.144.248/30\",\r\n \"40.123.144.252/31\",\r\n \"40.123.145.6/31\",\r\n \"40.123.145.8/30\",\r\n \"40.123.145.12/31\",\r\n \"40.123.145.22/31\",\r\n \"40.123.145.24/29\",\r\n \"40.123.145.32/28\",\r\n \"40.123.145.48/29\",\r\n \"40.123.145.56/30\",\r\n \"40.123.145.68/30\",\r\n \"40.123.145.72/29\",\r\n \"40.123.145.80/28\",\r\n \"40.123.145.96/27\",\r\n \"40.123.145.128/27\",\r\n \"40.123.145.160/30\",\r\n \"40.123.145.166/31\",\r\n \"40.123.145.168/29\",\r\n \"40.123.145.176/28\",\r\n \"40.123.145.192/28\",\r\n \"40.123.145.208/30\",\r\n \"40.123.145.212/31\",\r\n \"40.123.145.222/31\",\r\n \"40.123.145.224/27\",\r\n \"40.123.146.0/28\",\r\n \"40.123.146.16/29\",\r\n \"40.123.146.24/30\",\r\n \"40.123.146.28/31\",\r\n \"40.123.146.42/31\",\r\n \"40.123.146.44/30\",\r\n \"40.123.146.48/31\",\r\n \"40.123.146.54/31\",\r\n \"40.123.146.56/29\",\r\n \"40.123.146.64/26\",\r\n \"40.123.146.128/27\",\r\n \"40.123.146.160/30\",\r\n \"40.123.146.164/31\",\r\n \"40.123.146.182/31\",\r\n \"40.123.146.184/29\",\r\n \"40.123.146.192/29\",\r\n \"40.123.146.200/30\",\r\n \"40.123.146.204/31\",\r\n \"40.123.146.210/31\",\r\n \"40.123.146.212/30\",\r\n \"40.123.146.216/29\",\r\n \"40.123.146.224/27\",\r\n \"40.123.147.0/27\",\r\n \"40.123.147.32/31\",\r\n \"40.123.147.38/31\",\r\n \"40.123.147.40/29\",\r\n \"40.123.147.48/28\",\r\n \"40.123.147.64/28\",\r\n \"40.123.147.80/30\",\r\n \"40.123.147.84/31\",\r\n \"40.123.147.104/29\",\r\n \"40.123.147.112/29\",\r\n \"40.123.147.138/31\",\r\n \"40.123.147.140/30\",\r\n \"40.123.147.144/31\",\r\n \"40.123.147.148/30\",\r\n \"40.123.147.152/29\",\r\n \"40.123.147.160/28\",\r\n \"40.123.147.176/30\",\r\n \"40.123.147.180/31\",\r\n \"40.123.147.184/29\",\r\n \"40.123.147.192/26\",\r\n \"40.123.184.0/26\",\r\n \"40.123.184.64/28\",\r\n \"40.123.184.80/29\",\r\n \"40.123.184.88/31\",\r\n \"40.123.184.98/31\",\r\n \"40.123.184.100/30\",\r\n \"40.123.184.104/29\",\r\n \"40.123.184.112/28\",\r\n \"40.123.184.128/27\",\r\n \"40.123.184.168/29\",\r\n \"40.123.184.176/29\",\r\n \"40.123.184.184/31\",\r\n \"40.123.184.194/31\",\r\n \"40.123.184.196/30\",\r\n \"40.123.184.200/30\",\r\n \"40.123.184.204/31\",\r\n \"40.123.184.208/29\",\r\n \"40.123.184.230/31\",\r\n \"40.123.184.232/29\",\r\n \"40.123.185.8/29\",\r\n \"40.123.185.16/28\",\r\n \"40.123.185.32/27\",\r\n \"40.123.185.64/30\",\r\n \"40.123.185.100/30\",\r\n \"40.123.185.104/30\",\r\n \"40.123.185.110/31\",\r\n \"40.123.185.112/28\",\r\n \"40.123.185.128/27\",\r\n \"40.123.185.192/27\",\r\n \"40.123.185.224/28\",\r\n \"40.123.185.240/29\",\r\n \"40.123.185.250/31\",\r\n \"40.123.185.254/31\",\r\n \"40.123.186.0/29\",\r\n \"40.123.186.8/31\",\r\n \"40.123.186.28/31\",\r\n \"40.123.186.42/31\",\r\n \"40.123.186.44/30\",\r\n \"40.123.186.48/31\",\r\n \"40.123.186.52/31\",\r\n \"40.123.186.56/29\",\r\n \"40.123.186.64/26\",\r\n \"40.123.186.128/25\",\r\n \"40.123.187.0/25\",\r\n \"40.123.187.128/27\",\r\n \"40.123.187.160/31\",\r\n \"40.123.187.170/31\",\r\n \"40.123.187.172/30\",\r\n \"40.123.187.176/29\",\r\n \"40.123.187.188/30\",\r\n \"40.123.187.192/29\",\r\n \"40.123.187.200/31\",\r\n \"40.123.187.204/30\",\r\n \"40.123.187.208/28\",\r\n \"40.123.187.226/31\",\r\n \"40.123.187.228/30\",\r\n \"40.123.187.232/29\",\r\n \"40.123.187.244/30\",\r\n \"40.123.187.248/29\",\r\n \"52.120.64.0/19\",\r\n \"52.121.32.0/22\",\r\n \"52.136.29.0/24\",\r\n \"52.138.80.0/21\",\r\n \"52.138.96.0/19\",\r\n \"52.143.192.0/24\",\r\n \"52.147.160.0/19\",\r\n \"52.167.0.0/16\",\r\n \"52.177.0.0/16\",\r\n \"52.179.128.0/17\",\r\n \"52.184.128.0/19\",\r\n \"52.184.160.0/21\",\r\n \"52.184.168.0/28\",\r\n \"52.184.168.80/28\",\r\n \"52.184.168.96/27\",\r\n \"52.184.168.128/28\",\r\n \"52.184.169.0/24\",\r\n \"52.184.170.0/24\",\r\n \"52.184.176.0/20\",\r\n \"52.184.192.0/18\",\r\n \"52.225.128.0/21\",\r\n \"52.225.136.0/27\",\r\n \"52.225.136.32/28\",\r\n \"52.225.136.64/28\",\r\n \"52.225.137.0/24\",\r\n \"52.225.192.0/18\",\r\n \"52.232.151.0/24\",\r\n \"52.232.160.0/19\",\r\n \"52.232.192.0/18\",\r\n \"52.239.156.0/24\",\r\n \"52.239.157.0/25\",\r\n \"52.239.157.128/26\",\r\n \"52.239.157.192/27\",\r\n \"52.239.172.0/22\",\r\n \"52.239.184.0/25\",\r\n \"52.239.184.160/28\",\r\n \"52.239.184.192/27\",\r\n \"52.239.185.32/27\",\r\n \"52.239.192.0/26\",\r\n \"52.239.192.64/28\",\r\n \"52.239.192.96/27\",\r\n \"52.239.192.160/27\",\r\n \"52.239.192.192/26\",\r\n \"52.239.198.0/25\",\r\n \"52.239.198.192/26\",\r\n \"52.239.206.0/24\",\r\n \"52.239.207.32/28\",\r\n \"52.239.207.64/26\",\r\n \"52.239.207.128/27\",\r\n \"52.239.222.0/23\",\r\n \"52.242.64.0/18\",\r\n \"52.245.44.0/24\",\r\n \"52.245.45.0/25\",\r\n \"52.245.45.128/28\",\r\n \"52.245.45.160/27\",\r\n \"52.245.45.192/26\",\r\n \"52.245.46.0/27\",\r\n \"52.245.46.48/28\",\r\n \"52.245.46.64/28\",\r\n \"52.245.46.112/28\",\r\n \"52.245.46.128/28\",\r\n \"52.245.46.160/27\",\r\n \"52.245.46.192/26\",\r\n \"52.247.0.0/17\",\r\n \"52.250.128.0/18\",\r\n \"52.251.0.0/17\",\r\n \"52.252.0.0/17\",\r\n \"52.253.64.0/20\",\r\n \"52.253.148.0/23\",\r\n \"52.253.154.0/23\",\r\n \"52.254.0.0/18\",\r\n \"52.254.64.0/19\",\r\n \"52.254.96.0/20\",\r\n \"52.254.112.0/21\",\r\n \"57.150.4.0/23\",\r\n \"65.52.108.31/32\",\r\n \"65.52.108.38/32\",\r\n \"68.154.0.0/17\",\r\n \"68.220.0.0/19\",\r\n \"68.220.128.0/17\",\r\n \"74.249.0.0/17\",\r\n \"104.44.88.106/31\",\r\n \"104.44.88.112/31\",\r\n \"104.46.0.0/21\",\r\n \"104.46.96.0/19\",\r\n \"104.46.192.0/20\",\r\n \"104.47.200.0/21\",\r\n \"104.208.128.0/17\",\r\n \"104.209.128.0/17\",\r\n \"104.210.0.0/20\",\r\n \"137.116.0.0/18\",\r\n \"137.116.64.0/19\",\r\n \"137.116.96.0/22\",\r\n \"151.206.50.48/28\",\r\n \"151.206.103.0/24\",\r\n \"151.206.104.0/24\",\r\n \"172.172.0.0/17\",\r\n \"172.175.0.0/16\",\r\n \"172.176.0.0/15\",\r\n \"172.200.0.0/16\",\r\n \"172.203.0.0/17\",\r\n \"172.206.0.0/17\",\r\n \"172.210.128.0/17\",\r\n \"191.236.192.0/18\",\r\n \"191.237.128.0/18\",\r\n \"191.239.224.0/20\",\r\n \"193.149.64.0/21\",\r\n \"199.30.16.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2 IPv6\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:400::/48\",\r\n \"2603:1030:401:2::/63\",\r\n \"2603:1030:401:4::/62\",\r\n \"2603:1030:401:8::/61\",\r\n \"2603:1030:401:10::/62\",\r\n \"2603:1030:401:14::/63\",\r\n \"2603:1030:401:17::/64\",\r\n \"2603:1030:401:18::/61\",\r\n \"2603:1030:401:20::/59\",\r\n \"2603:1030:401:40::/60\",\r\n \"2603:1030:401:50::/61\",\r\n \"2603:1030:401:58::/64\",\r\n \"2603:1030:401:5a::/63\",\r\n \"2603:1030:401:5c::/62\",\r\n \"2603:1030:401:60::/59\",\r\n \"2603:1030:401:80::/62\",\r\n \"2603:1030:401:84::/64\",\r\n \"2603:1030:401:87::/64\",\r\n \"2603:1030:401:88::/62\",\r\n \"2603:1030:401:8c::/63\",\r\n \"2603:1030:401:8f::/64\",\r\n \"2603:1030:401:90::/63\",\r\n \"2603:1030:401:94::/62\",\r\n \"2603:1030:401:98::/61\",\r\n \"2603:1030:401:a0::/62\",\r\n \"2603:1030:401:a4::/63\",\r\n \"2603:1030:401:a7::/64\",\r\n \"2603:1030:401:a8::/61\",\r\n \"2603:1030:401:b0::/60\",\r\n \"2603:1030:401:c0::/58\",\r\n \"2603:1030:401:100::/59\",\r\n \"2603:1030:401:120::/64\",\r\n \"2603:1030:401:124::/62\",\r\n \"2603:1030:401:128::/61\",\r\n \"2603:1030:401:130::/62\",\r\n \"2603:1030:401:134::/63\",\r\n \"2603:1030:401:139::/64\",\r\n \"2603:1030:401:13a::/63\",\r\n \"2603:1030:401:143::/64\",\r\n \"2603:1030:401:144::/63\",\r\n \"2603:1030:401:14a::/63\",\r\n \"2603:1030:401:14c::/62\",\r\n \"2603:1030:401:150::/62\",\r\n \"2603:1030:401:154::/63\",\r\n \"2603:1030:401:159::/64\",\r\n \"2603:1030:401:15a::/63\",\r\n \"2603:1030:401:15c::/62\",\r\n \"2603:1030:401:160::/61\",\r\n \"2603:1030:401:16a::/63\",\r\n \"2603:1030:401:16c::/64\",\r\n \"2603:1030:401:17c::/62\",\r\n \"2603:1030:401:180::/58\",\r\n \"2603:1030:401:1c0::/61\",\r\n \"2603:1030:401:1c8::/63\",\r\n \"2603:1030:401:1cc::/62\",\r\n \"2603:1030:401:1d0::/60\",\r\n \"2603:1030:401:1e0::/60\",\r\n \"2603:1030:401:1f0::/61\",\r\n \"2603:1030:401:1f8::/64\",\r\n \"2603:1030:401:20c::/62\",\r\n \"2603:1030:401:210::/60\",\r\n \"2603:1030:401:220::/62\",\r\n \"2603:1030:401:226::/63\",\r\n \"2603:1030:401:228::/61\",\r\n \"2603:1030:401:230::/60\",\r\n \"2603:1030:401:240::/60\",\r\n \"2603:1030:401:250::/62\",\r\n \"2603:1030:401:254::/63\",\r\n \"2603:1030:401:256::/64\",\r\n \"2603:1030:401:25b::/64\",\r\n \"2603:1030:401:25c::/63\",\r\n \"2603:1030:401:25e::/64\",\r\n \"2603:1030:401:263::/64\",\r\n \"2603:1030:401:264::/62\",\r\n \"2603:1030:401:268::/61\",\r\n \"2603:1030:401:270::/62\",\r\n \"2603:1030:401:274::/63\",\r\n \"2603:1030:401:27a::/63\",\r\n \"2603:1030:401:27c::/62\",\r\n \"2603:1030:401:280::/59\",\r\n \"2603:1030:401:2a0::/61\",\r\n \"2603:1030:401:2a8::/63\",\r\n \"2603:1030:401:2ab::/64\",\r\n \"2603:1030:401:2ac::/62\",\r\n \"2603:1030:401:2b0::/60\",\r\n \"2603:1030:401:2c0::/63\",\r\n \"2603:1030:401:2c2::/64\",\r\n \"2603:1030:401:2c7::/64\",\r\n \"2603:1030:401:2c8::/61\",\r\n \"2603:1030:401:2d0::/60\",\r\n \"2603:1030:401:2e0::/62\",\r\n \"2603:1030:401:2e4::/63\",\r\n \"2603:1030:401:2e6::/64\",\r\n \"2603:1030:401:2ed::/64\",\r\n \"2603:1030:401:2ee::/63\",\r\n \"2603:1030:401:2f0::/64\",\r\n \"2603:1030:401:2f3::/64\",\r\n \"2603:1030:401:2f4::/62\",\r\n \"2603:1030:401:2f8::/61\",\r\n \"2603:1030:401:300::/59\",\r\n \"2603:1030:401:320::/61\",\r\n \"2603:1030:401:328::/63\",\r\n \"2603:1030:401:32a::/64\",\r\n \"2603:1030:401:333::/64\",\r\n \"2603:1030:401:334::/62\",\r\n \"2603:1030:401:338::/62\",\r\n \"2603:1030:401:33c::/63\",\r\n \"2603:1030:401:33e::/64\",\r\n \"2603:1030:401:341::/64\",\r\n \"2603:1030:401:342::/63\",\r\n \"2603:1030:401:344::/62\",\r\n \"2603:1030:401:348::/61\",\r\n \"2603:1030:401:350::/60\",\r\n \"2603:1030:401:360::/61\",\r\n \"2603:1030:401:368::/64\",\r\n \"2603:1030:401:36b::/64\",\r\n \"2603:1030:401:36c::/62\",\r\n \"2603:1030:401:370::/60\",\r\n \"2603:1030:401:380::/63\",\r\n \"2603:1030:401:382::/64\",\r\n \"2603:1030:401:38c::/62\",\r\n \"2603:1030:401:390::/62\",\r\n \"2603:1030:401:39d::/64\",\r\n \"2603:1030:401:39e::/63\",\r\n \"2603:1030:401:3a0::/64\",\r\n \"2603:1030:401:3a2::/63\",\r\n \"2603:1030:401:3a4::/62\",\r\n \"2603:1030:401:3a8::/61\",\r\n \"2603:1030:401:3b0::/63\",\r\n \"2603:1030:401:3b2::/64\",\r\n \"2603:1030:401:3b4::/62\",\r\n \"2603:1030:401:3b8::/61\",\r\n \"2603:1030:401:3c0::/58\",\r\n \"2603:1030:401:400::/62\",\r\n \"2603:1030:401:404::/64\",\r\n \"2603:1030:401:409::/64\",\r\n \"2603:1030:401:40a::/63\",\r\n \"2603:1030:401:40c::/62\",\r\n \"2603:1030:401:410::/60\",\r\n \"2603:1030:401:420::/61\",\r\n \"2603:1030:401:42c::/62\",\r\n \"2603:1030:401:430::/62\",\r\n \"2603:1030:401:434::/64\",\r\n \"2603:1030:401:439::/64\",\r\n \"2603:1030:401:43a::/63\",\r\n \"2603:1030:401:43c::/63\",\r\n \"2603:1030:401:43e::/64\",\r\n \"2603:1030:401:440::/62\",\r\n \"2603:1030:401:44b::/64\",\r\n \"2603:1030:401:44c::/62\",\r\n \"2603:1030:401:45c::/62\",\r\n \"2603:1030:401:460::/60\",\r\n \"2603:1030:401:470::/61\",\r\n \"2603:1030:401:478::/63\",\r\n \"2603:1030:401:48a::/63\",\r\n \"2603:1030:401:48c::/63\",\r\n \"2603:1030:401:48f::/64\",\r\n \"2603:1030:401:490::/60\",\r\n \"2603:1030:401:4a0::/61\",\r\n \"2603:1030:401:4b8::/61\",\r\n \"2603:1030:401:4c0::/60\",\r\n \"2603:1030:401:4d0::/62\",\r\n \"2603:1030:401:4d5::/64\",\r\n \"2603:1030:401:4d7::/64\",\r\n \"2603:1030:401:4d8::/62\",\r\n \"2603:1030:401:4dc::/64\",\r\n \"2603:1030:401:4e6::/64\",\r\n \"2603:1030:401:4ee::/63\",\r\n \"2603:1030:401:4f0::/63\",\r\n \"2603:1030:401:4f3::/64\",\r\n \"2603:1030:401:4f5::/64\",\r\n \"2603:1030:401:4f6::/63\",\r\n \"2603:1030:401:4f8::/61\",\r\n \"2603:1030:401:500::/57\",\r\n \"2603:1030:401:580::/59\",\r\n \"2603:1030:401:5a0::/61\",\r\n \"2603:1030:401:5a8::/63\",\r\n \"2603:1030:401:5ae::/63\",\r\n \"2603:1030:401:5b0::/62\",\r\n \"2603:1030:401:5b4::/64\",\r\n \"2603:1030:401:5b7::/64\",\r\n \"2603:1030:401:5b8::/62\",\r\n \"2603:1030:401:5bc::/63\",\r\n \"2603:1030:401:5bf::/64\",\r\n \"2603:1030:401:5c0::/61\",\r\n \"2603:1030:401:5c8::/64\",\r\n \"2603:1030:401:5ca::/63\",\r\n \"2603:1030:401:5cc::/62\",\r\n \"2603:1030:401:5d0::/64\",\r\n \"2603:1030:401:5d3::/64\",\r\n \"2603:1030:401:5d4::/62\",\r\n \"2603:1030:401:5d8::/61\",\r\n \"2603:1030:401:5e0::/61\",\r\n \"2603:1030:401:5ed::/64\",\r\n \"2603:1030:401:5f5::/64\",\r\n \"2603:1030:401:5f6::/64\",\r\n \"2603:1030:402::/47\",\r\n \"2603:1030:406::/47\",\r\n \"2603:1030:408::/48\",\r\n \"2603:1030:40a:1::/64\",\r\n \"2603:1030:40a:2::/64\",\r\n \"2603:1030:40c::/48\",\r\n \"2603:1030:40d:8000::/49\",\r\n \"2603:1030:40e::/56\",\r\n \"2603:1030:40f::/48\",\r\n \"2603:1061:1312:1002::/63\",\r\n \"2603:1061:1312:1004::/62\",\r\n \"2603:1061:1312:1008::/61\",\r\n \"2603:1061:1312:1010::/60\",\r\n \"2603:1061:1312:1020::/59\",\r\n \"2603:1061:1312:1040::/58\",\r\n \"2603:1061:1312:1080::/57\",\r\n \"2603:1061:1312:1100::/56\",\r\n \"2603:1061:1312:1200::/55\",\r\n \"2603:1061:170e::/48\",\r\n \"2603:1061:2010:a::/64\",\r\n \"2603:1062:2::/57\",\r\n \"2603:1062:c:2c::/63\",\r\n \"2603:1063:425::/56\",\r\n \"2603:10b0:509:1::/64\",\r\n \"2603:10b0:509:10::/60\",\r\n \"2603:10e2:1107:3b::/64\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2 EUAP\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"13.105.114.88/29\",\r\n \"13.105.114.96/27\",\r\n \"13.105.114.128/26\",\r\n \"13.105.114.192/28\",\r\n \"13.105.114.208/29\",\r\n \"20.1.0.0/17\",\r\n \"20.39.0.0/21\",\r\n \"20.39.8.0/24\",\r\n \"20.39.10.0/23\",\r\n \"20.39.12.0/22\",\r\n \"20.39.16.0/20\",\r\n \"20.47.128.0/17\",\r\n \"20.51.16.0/25\",\r\n \"20.51.16.160/27\",\r\n \"20.51.16.192/26\",\r\n \"20.51.17.0/24\",\r\n \"20.51.18.0/23\",\r\n \"20.51.20.0/22\",\r\n \"20.60.154.0/23\",\r\n \"20.60.184.0/23\",\r\n \"20.60.238.0/23\",\r\n \"20.102.128.0/18\",\r\n \"20.150.108.0/24\",\r\n \"20.168.168.0/21\",\r\n \"20.187.200.0/21\",\r\n \"20.201.151.0/24\",\r\n \"20.209.136.0/23\",\r\n \"20.209.148.0/23\",\r\n \"20.209.248.0/23\",\r\n \"20.221.128.0/18\",\r\n \"20.252.128.0/17\",\r\n \"40.64.147.160/30\",\r\n \"40.64.174.128/25\",\r\n \"40.70.88.0/28\",\r\n \"40.74.144.0/23\",\r\n \"40.74.146.0/25\",\r\n \"40.74.146.128/26\",\r\n \"40.74.146.224/27\",\r\n \"40.74.147.0/24\",\r\n \"40.74.148.0/22\",\r\n \"40.74.152.0/21\",\r\n \"40.75.32.0/22\",\r\n \"40.75.37.0/24\",\r\n \"40.75.38.0/23\",\r\n \"40.78.208.0/28\",\r\n \"40.79.88.0/27\",\r\n \"40.79.88.32/28\",\r\n \"40.79.89.0/24\",\r\n \"40.79.96.0/19\",\r\n \"40.80.161.0/31\",\r\n \"40.87.168.4/30\",\r\n \"40.87.168.40/29\",\r\n \"40.87.168.68/31\",\r\n \"40.87.168.208/31\",\r\n \"40.87.169.40/30\",\r\n \"40.87.169.58/31\",\r\n \"40.87.169.98/31\",\r\n \"40.87.169.100/31\",\r\n \"40.87.169.138/31\",\r\n \"40.87.169.144/28\",\r\n \"40.87.170.146/31\",\r\n \"40.87.170.148/30\",\r\n \"40.87.170.188/30\",\r\n \"40.87.170.192/31\",\r\n \"40.87.170.200/29\",\r\n \"40.87.170.208/30\",\r\n \"40.87.170.212/31\",\r\n \"40.87.170.220/30\",\r\n \"40.87.170.224/30\",\r\n \"40.87.170.252/30\",\r\n \"40.87.171.0/31\",\r\n \"40.87.171.32/30\",\r\n \"40.87.171.42/31\",\r\n \"40.87.171.44/30\",\r\n \"40.87.171.48/28\",\r\n \"40.87.171.64/29\",\r\n \"40.87.171.162/31\",\r\n \"40.87.171.164/31\",\r\n \"40.87.171.250/31\",\r\n \"40.87.171.252/30\",\r\n \"40.89.64.0/19\",\r\n \"40.89.96.0/20\",\r\n \"40.89.112.0/21\",\r\n \"40.89.120.0/24\",\r\n \"40.89.121.0/25\",\r\n \"40.89.121.128/27\",\r\n \"40.89.121.168/29\",\r\n \"40.89.121.176/28\",\r\n \"40.89.121.192/26\",\r\n \"40.89.122.0/23\",\r\n \"40.89.124.0/22\",\r\n \"40.91.12.0/28\",\r\n \"40.91.12.32/28\",\r\n \"40.91.13.0/28\",\r\n \"40.120.156.30/31\",\r\n \"40.120.156.32/29\",\r\n \"40.120.156.42/31\",\r\n \"40.120.156.44/30\",\r\n \"40.120.156.48/29\",\r\n \"40.120.156.60/30\",\r\n \"40.120.156.64/29\",\r\n \"40.123.144.72/29\",\r\n \"40.123.144.80/28\",\r\n \"40.123.144.96/29\",\r\n \"40.123.144.152/30\",\r\n \"40.123.144.254/31\",\r\n \"40.123.145.0/30\",\r\n \"40.123.145.4/31\",\r\n \"40.123.145.14/31\",\r\n \"40.123.145.16/30\",\r\n \"40.123.145.20/31\",\r\n \"40.123.145.60/30\",\r\n \"40.123.145.64/30\",\r\n \"40.123.145.164/31\",\r\n \"40.123.145.214/31\",\r\n \"40.123.145.216/30\",\r\n \"40.123.145.220/31\",\r\n \"40.123.146.30/31\",\r\n \"40.123.146.32/29\",\r\n \"40.123.146.40/31\",\r\n \"40.123.146.50/31\",\r\n \"40.123.146.52/31\",\r\n \"40.123.146.166/31\",\r\n \"40.123.146.168/29\",\r\n \"40.123.146.176/30\",\r\n \"40.123.146.180/31\",\r\n \"40.123.146.206/31\",\r\n \"40.123.146.208/31\",\r\n \"40.123.147.34/31\",\r\n \"40.123.147.36/31\",\r\n \"40.123.147.86/31\",\r\n \"40.123.147.88/29\",\r\n \"40.123.147.96/29\",\r\n \"40.123.147.120/29\",\r\n \"40.123.147.128/29\",\r\n \"40.123.147.136/31\",\r\n \"40.123.147.146/31\",\r\n \"40.123.147.182/31\",\r\n \"40.123.184.90/31\",\r\n \"40.123.184.92/30\",\r\n \"40.123.184.96/31\",\r\n \"40.123.184.160/29\",\r\n \"40.123.184.186/31\",\r\n \"40.123.184.188/30\",\r\n \"40.123.184.192/31\",\r\n \"40.123.184.206/31\",\r\n \"40.123.184.216/29\",\r\n \"40.123.184.224/30\",\r\n \"40.123.184.228/31\",\r\n \"40.123.184.240/28\",\r\n \"40.123.185.0/29\",\r\n \"40.123.185.68/30\",\r\n \"40.123.185.72/29\",\r\n \"40.123.185.80/28\",\r\n \"40.123.185.96/30\",\r\n \"40.123.185.108/31\",\r\n \"40.123.185.160/27\",\r\n \"40.123.185.248/31\",\r\n \"40.123.185.252/31\",\r\n \"40.123.186.10/31\",\r\n \"40.123.186.12/30\",\r\n \"40.123.186.16/29\",\r\n \"40.123.186.24/30\",\r\n \"40.123.186.30/31\",\r\n \"40.123.186.32/29\",\r\n \"40.123.186.40/31\",\r\n \"40.123.186.50/31\",\r\n \"40.123.186.54/31\",\r\n \"40.123.187.162/31\",\r\n \"40.123.187.164/30\",\r\n \"40.123.187.168/31\",\r\n \"40.123.187.184/30\",\r\n \"40.123.187.202/31\",\r\n \"40.123.187.224/31\",\r\n \"40.123.187.240/30\",\r\n \"52.138.64.0/20\",\r\n \"52.138.88.0/21\",\r\n \"52.143.212.0/23\",\r\n \"52.147.128.0/19\",\r\n \"52.184.168.16/28\",\r\n \"52.184.168.32/28\",\r\n \"52.225.136.48/28\",\r\n \"52.225.144.0/20\",\r\n \"52.225.160.0/19\",\r\n \"52.232.150.0/24\",\r\n \"52.239.157.224/27\",\r\n \"52.239.165.192/26\",\r\n \"52.239.184.176/28\",\r\n \"52.239.184.224/27\",\r\n \"52.239.185.0/28\",\r\n \"52.239.192.128/27\",\r\n \"52.239.198.128/27\",\r\n \"52.239.230.0/24\",\r\n \"52.239.239.0/24\",\r\n \"52.245.45.144/28\",\r\n \"52.245.46.32/28\",\r\n \"52.245.46.80/28\",\r\n \"52.245.46.96/28\",\r\n \"52.253.150.0/23\",\r\n \"52.253.152.0/23\",\r\n \"52.253.224.0/21\",\r\n \"52.254.120.0/21\",\r\n \"57.150.12.144/28\",\r\n \"57.150.12.160/27\",\r\n \"57.150.12.192/26\",\r\n \"57.150.13.0/25\",\r\n \"57.150.19.176/28\",\r\n \"57.150.19.192/26\",\r\n \"68.220.64.0/20\",\r\n \"68.220.80.0/21\",\r\n \"68.220.96.0/19\",\r\n \"172.173.0.0/21\",\r\n \"172.173.32.0/19\",\r\n \"198.180.97.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:401::/63\",\r\n \"2603:1030:401:16::/64\",\r\n \"2603:1030:401:59::/64\",\r\n \"2603:1030:401:85::/64\",\r\n \"2603:1030:401:86::/64\",\r\n \"2603:1030:401:8e::/64\",\r\n \"2603:1030:401:92::/63\",\r\n \"2603:1030:401:a6::/64\",\r\n \"2603:1030:401:121::/64\",\r\n \"2603:1030:401:122::/63\",\r\n \"2603:1030:401:136::/63\",\r\n \"2603:1030:401:138::/64\",\r\n \"2603:1030:401:13c::/62\",\r\n \"2603:1030:401:140::/63\",\r\n \"2603:1030:401:142::/64\",\r\n \"2603:1030:401:146::/63\",\r\n \"2603:1030:401:148::/63\",\r\n \"2603:1030:401:156::/63\",\r\n \"2603:1030:401:158::/64\",\r\n \"2603:1030:401:168::/63\",\r\n \"2603:1030:401:16d::/64\",\r\n \"2603:1030:401:16e::/63\",\r\n \"2603:1030:401:170::/61\",\r\n \"2603:1030:401:178::/62\",\r\n \"2603:1030:401:1ca::/63\",\r\n \"2603:1030:401:1f9::/64\",\r\n \"2603:1030:401:1fa::/63\",\r\n \"2603:1030:401:1fc::/62\",\r\n \"2603:1030:401:200::/61\",\r\n \"2603:1030:401:208::/62\",\r\n \"2603:1030:401:224::/63\",\r\n \"2603:1030:401:257::/64\",\r\n \"2603:1030:401:258::/63\",\r\n \"2603:1030:401:25a::/64\",\r\n \"2603:1030:401:25f::/64\",\r\n \"2603:1030:401:260::/63\",\r\n \"2603:1030:401:262::/64\",\r\n \"2603:1030:401:276::/63\",\r\n \"2603:1030:401:278::/63\",\r\n \"2603:1030:401:2aa::/64\",\r\n \"2603:1030:401:2c3::/64\",\r\n \"2603:1030:401:2c4::/63\",\r\n \"2603:1030:401:2c6::/64\",\r\n \"2603:1030:401:2e7::/64\",\r\n \"2603:1030:401:2e8::/62\",\r\n \"2603:1030:401:2ec::/64\",\r\n \"2603:1030:401:2f1::/64\",\r\n \"2603:1030:401:2f2::/64\",\r\n \"2603:1030:401:32b::/64\",\r\n \"2603:1030:401:32c::/62\",\r\n \"2603:1030:401:330::/63\",\r\n \"2603:1030:401:332::/64\",\r\n \"2603:1030:401:33f::/64\",\r\n \"2603:1030:401:340::/64\",\r\n \"2603:1030:401:369::/64\",\r\n \"2603:1030:401:36a::/64\",\r\n \"2603:1030:401:383::/64\",\r\n \"2603:1030:401:384::/62\",\r\n \"2603:1030:401:388::/62\",\r\n \"2603:1030:401:394::/62\",\r\n \"2603:1030:401:398::/62\",\r\n \"2603:1030:401:39c::/64\",\r\n \"2603:1030:401:3a1::/64\",\r\n \"2603:1030:401:3b3::/64\",\r\n \"2603:1030:401:405::/64\",\r\n \"2603:1030:401:406::/63\",\r\n \"2603:1030:401:408::/64\",\r\n \"2603:1030:401:428::/62\",\r\n \"2603:1030:401:435::/64\",\r\n \"2603:1030:401:436::/63\",\r\n \"2603:1030:401:438::/64\",\r\n \"2603:1030:401:43f::/64\",\r\n \"2603:1030:401:444::/62\",\r\n \"2603:1030:401:448::/63\",\r\n \"2603:1030:401:44a::/64\",\r\n \"2603:1030:401:450::/61\",\r\n \"2603:1030:401:458::/62\",\r\n \"2603:1030:401:47a::/63\",\r\n \"2603:1030:401:47c::/62\",\r\n \"2603:1030:401:480::/61\",\r\n \"2603:1030:401:488::/63\",\r\n \"2603:1030:401:48e::/64\",\r\n \"2603:1030:401:4a8::/61\",\r\n \"2603:1030:401:4b0::/61\",\r\n \"2603:1030:401:4d4::/64\",\r\n \"2603:1030:401:4d6::/64\",\r\n \"2603:1030:401:4dd::/64\",\r\n \"2603:1030:401:4de::/63\",\r\n \"2603:1030:401:4e0::/62\",\r\n \"2603:1030:401:4e4::/63\",\r\n \"2603:1030:401:4e7::/64\",\r\n \"2603:1030:401:4e8::/62\",\r\n \"2603:1030:401:4ec::/63\",\r\n \"2603:1030:401:4f2::/64\",\r\n \"2603:1030:401:4f4::/64\",\r\n \"2603:1030:401:5aa::/63\",\r\n \"2603:1030:401:5ac::/63\",\r\n \"2603:1030:401:5b5::/64\",\r\n \"2603:1030:401:5b6::/64\",\r\n \"2603:1030:401:5be::/64\",\r\n \"2603:1030:401:5c9::/64\",\r\n \"2603:1030:401:5d1::/64\",\r\n \"2603:1030:401:5d2::/64\",\r\n \"2603:1030:401:5e8::/62\",\r\n \"2603:1030:401:5ec::/64\",\r\n \"2603:1030:401:5ee::/63\",\r\n \"2603:1030:401:5f0::/62\",\r\n \"2603:1030:401:5f4::/64\",\r\n \"2603:1030:401:5f7::/64\",\r\n \"2603:1030:401:5f8::/62\",\r\n \"2603:1030:401:5fc::/64\",\r\n \"2603:1030:409::/64\",\r\n \"2603:1030:409:2::/63\",\r\n \"2603:1030:409:4::/62\",\r\n \"2603:1030:409:8::/61\",\r\n \"2603:1030:409:10::/60\",\r\n \"2603:1030:409:20::/59\",\r\n \"2603:1030:409:40::/58\",\r\n \"2603:1030:409:80::/57\",\r\n \"2603:1030:409:100::/56\",\r\n \"2603:1030:409:200::/55\",\r\n \"2603:1030:409:400::/54\",\r\n \"2603:1030:409:800::/53\",\r\n \"2603:1030:409:1000::/52\",\r\n \"2603:1030:409:2000::/51\",\r\n \"2603:1030:409:4000::/50\",\r\n \"2603:1030:409:8000::/49\",\r\n \"2603:1030:40a::/64\",\r\n \"2603:1030:40a:3::/64\",\r\n \"2603:1030:40a:4::/62\",\r\n \"2603:1030:40a:8::/63\",\r\n \"2603:1030:40b::800/117\",\r\n \"2603:1030:40b::1000/116\",\r\n \"2603:1030:40b::2000/115\",\r\n \"2603:1030:40b::4000/114\",\r\n \"2603:1030:40b::8000/113\",\r\n \"2603:1030:40b::1:0/112\",\r\n \"2603:1030:40b::2:0/111\",\r\n \"2603:1030:40b::4:0/110\",\r\n \"2603:1030:40b::8:0/109\",\r\n \"2603:1030:40b::10:0/108\",\r\n \"2603:1030:40b::20:0/107\",\r\n \"2603:1030:40b::40:0/106\",\r\n \"2603:1030:40b::80:0/105\",\r\n \"2603:1030:40b::100:0/104\",\r\n \"2603:1030:40b::200:0/103\",\r\n \"2603:1030:40b::400:0/102\",\r\n \"2603:1030:40b::800:0/101\",\r\n \"2603:1030:40b::1000:0/100\",\r\n \"2603:1030:40b::2000:0/99\",\r\n \"2603:1030:40b::4000:0/98\",\r\n \"2603:1030:40b::8000:0/97\",\r\n \"2603:1030:40b::1:0:0/96\",\r\n \"2603:1030:40b::2:0:0/95\",\r\n \"2603:1030:40b::4:0:0/94\",\r\n \"2603:1030:40b::8:0:0/93\",\r\n \"2603:1030:40b::10:0:0/92\",\r\n \"2603:1030:40b::20:0:0/91\",\r\n \"2603:1030:40b::40:0:0/90\",\r\n \"2603:1030:40b::80:0:0/89\",\r\n \"2603:1030:40b::100:0:0/88\",\r\n \"2603:1030:40b::200:0:0/87\",\r\n \"2603:1030:40b::400:0:0/86\",\r\n \"2603:1030:40b::800:0:0/85\",\r\n \"2603:1030:40b::1000:0:0/84\",\r\n \"2603:1030:40b::2000:0:0/83\",\r\n \"2603:1030:40b::4000:0:0/82\",\r\n \"2603:1030:40b::8000:0:0/81\",\r\n \"2603:1030:40b:0:1::/80\",\r\n \"2603:1030:40b:0:2::/79\",\r\n \"2603:1030:40b:0:4::/78\",\r\n \"2603:1030:40b:0:8::/77\",\r\n \"2603:1030:40b:0:10::/76\",\r\n \"2603:1030:40b:0:20::/75\",\r\n \"2603:1030:40b:0:40::/74\",\r\n \"2603:1030:40b:0:80::/73\",\r\n \"2603:1030:40b:0:100::/72\",\r\n \"2603:1030:40b:0:200::/71\",\r\n \"2603:1030:40b:0:400::/70\",\r\n \"2603:1030:40b:0:800::/69\",\r\n \"2603:1030:40b:0:1000::/68\",\r\n \"2603:1030:40b:0:2000::/67\",\r\n \"2603:1030:40b:0:4000::/66\",\r\n \"2603:1030:40b:0:8000::/65\",\r\n \"2603:1030:40b:1::/64\",\r\n \"2603:1030:40b:2::/63\",\r\n \"2603:1030:40b:4::/62\",\r\n \"2603:1030:40b:8::/61\",\r\n \"2603:1030:40b:10::/60\",\r\n \"2603:1030:40b:20::/59\",\r\n \"2603:1030:40b:40::/58\",\r\n \"2603:1030:40b:80::/57\",\r\n \"2603:1030:40b:100::/56\",\r\n \"2603:1030:40b:200::/55\",\r\n \"2603:1030:40b:400::800/117\",\r\n \"2603:1030:40b:400::1000/116\",\r\n \"2603:1030:40b:400::2000/115\",\r\n \"2603:1030:40b:400::4000/114\",\r\n \"2603:1030:40b:400::8000/113\",\r\n \"2603:1030:40b:400::1:0/112\",\r\n \"2603:1030:40b:400::2:0/111\",\r\n \"2603:1030:40b:400::4:0/110\",\r\n \"2603:1030:40b:400::8:0/109\",\r\n \"2603:1030:40b:400::10:0/108\",\r\n \"2603:1030:40b:400::20:0/107\",\r\n \"2603:1030:40b:400::40:0/106\",\r\n \"2603:1030:40b:400::80:0/105\",\r\n \"2603:1030:40b:400::100:0/104\",\r\n \"2603:1030:40b:400::200:0/103\",\r\n \"2603:1030:40b:400::400:0/102\",\r\n \"2603:1030:40b:400::800:0/101\",\r\n \"2603:1030:40b:400::1000:0/100\",\r\n \"2603:1030:40b:400::2000:0/99\",\r\n \"2603:1030:40b:400::4000:0/98\",\r\n \"2603:1030:40b:400::8000:0/97\",\r\n \"2603:1030:40b:400:0:1::/96\",\r\n \"2603:1030:40b:400:0:2::/95\",\r\n \"2603:1030:40b:400:0:4::/94\",\r\n \"2603:1030:40b:400:0:8::/93\",\r\n \"2603:1030:40b:400:0:10::/92\",\r\n \"2603:1030:40b:400:0:20::/91\",\r\n \"2603:1030:40b:400:0:40::/90\",\r\n \"2603:1030:40b:400:0:80::/89\",\r\n \"2603:1030:40b:400:0:100::/88\",\r\n \"2603:1030:40b:400:0:200::/87\",\r\n \"2603:1030:40b:400:0:400::/86\",\r\n \"2603:1030:40b:400:0:800::/85\",\r\n \"2603:1030:40b:400:0:1000::/84\",\r\n \"2603:1030:40b:400:0:2000::/83\",\r\n \"2603:1030:40b:400:0:4000::/82\",\r\n \"2603:1030:40b:400:0:8000::/81\",\r\n \"2603:1030:40b:400:1::/80\",\r\n \"2603:1030:40b:400:2::/79\",\r\n \"2603:1030:40b:400:4::/78\",\r\n \"2603:1030:40b:400:8::/77\",\r\n \"2603:1030:40b:400:10::/76\",\r\n \"2603:1030:40b:400:20::/75\",\r\n \"2603:1030:40b:400:40::/74\",\r\n \"2603:1030:40b:400:80::/73\",\r\n \"2603:1030:40b:400:100::/72\",\r\n \"2603:1030:40b:400:200::/71\",\r\n \"2603:1030:40b:400:400::/70\",\r\n \"2603:1030:40b:400:800::/69\",\r\n \"2603:1030:40b:400:1000::/68\",\r\n \"2603:1030:40b:400:2000::/67\",\r\n \"2603:1030:40b:400:4000::/66\",\r\n \"2603:1030:40b:400:8000::/65\",\r\n \"2603:1030:40b:401::/64\",\r\n \"2603:1030:40b:402::/63\",\r\n \"2603:1030:40b:404::/62\",\r\n \"2603:1030:40b:408::/61\",\r\n \"2603:1030:40b:410::/60\",\r\n \"2603:1030:40b:420::/59\",\r\n \"2603:1030:40b:440::/58\",\r\n \"2603:1030:40b:480::/57\",\r\n \"2603:1030:40b:500::/56\",\r\n \"2603:1030:40b:600::/55\",\r\n \"2603:1030:40b:800::/53\",\r\n \"2603:1030:40b:1000::/52\",\r\n \"2603:1030:40b:2000::/51\",\r\n \"2603:1030:40b:4000::/50\",\r\n \"2603:1030:40b:8000::/49\",\r\n \"2603:1030:40d::/60\",\r\n \"2603:1030:40d:4000::/50\",\r\n \"2603:1030:40e:100::/56\",\r\n \"2603:1030:410::/47\",\r\n \"2603:1061:1702::/48\",\r\n \"2603:1061:2010:1d::/64\",\r\n \"2603:1063:426::/56\",\r\n \"2603:10b0:509::/64\",\r\n \"2603:10b0:509:8::/62\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France Central\",\r\n \"communityValue\": \"12076:51030\",\r\n \"communityPrefixes\": [\r\n \"4.176.0.0/16\",\r\n \"4.178.0.0/17\",\r\n \"4.211.0.0/16\",\r\n \"4.212.0.0/16\",\r\n \"4.233.0.0/16\",\r\n \"4.251.128.0/18\",\r\n \"4.251.192.0/20\",\r\n \"20.19.0.0/20\",\r\n \"20.19.16.0/21\",\r\n \"20.19.24.0/22\",\r\n \"20.19.28.0/23\",\r\n \"20.19.30.0/24\",\r\n \"20.19.31.0/25\",\r\n \"20.19.31.128/28\",\r\n \"20.19.31.160/27\",\r\n \"20.19.31.192/26\",\r\n \"20.19.32.0/19\",\r\n \"20.19.64.0/18\",\r\n \"20.19.128.0/17\",\r\n \"20.38.196.0/22\",\r\n \"20.39.232.0/21\",\r\n \"20.39.240.0/20\",\r\n \"20.40.128.0/19\",\r\n \"20.43.32.0/19\",\r\n \"20.60.13.0/24\",\r\n \"20.60.156.0/23\",\r\n \"20.74.0.0/17\",\r\n \"20.95.85.0/24\",\r\n \"20.95.108.0/23\",\r\n \"20.111.0.0/18\",\r\n \"20.150.61.0/24\",\r\n \"20.188.32.0/19\",\r\n \"20.199.0.0/17\",\r\n \"20.202.0.0/24\",\r\n \"20.202.5.0/24\",\r\n \"20.202.6.0/23\",\r\n \"20.202.8.0/22\",\r\n \"20.202.104.0/24\",\r\n \"20.202.108.0/24\",\r\n \"20.202.112.0/24\",\r\n \"20.202.116.0/24\",\r\n \"20.202.128.0/24\",\r\n \"20.202.132.0/24\",\r\n \"20.202.136.0/24\",\r\n \"20.202.169.0/24\",\r\n \"20.202.244.0/24\",\r\n \"20.209.8.0/23\",\r\n \"20.209.214.0/23\",\r\n \"20.216.128.0/18\",\r\n \"20.216.192.0/19\",\r\n \"40.64.145.224/28\",\r\n \"40.64.165.128/25\",\r\n \"40.66.32.0/19\",\r\n \"40.79.128.0/23\",\r\n \"40.79.130.0/24\",\r\n \"40.79.131.0/25\",\r\n \"40.79.131.160/27\",\r\n \"40.79.131.192/26\",\r\n \"40.79.132.0/22\",\r\n \"40.79.136.0/23\",\r\n \"40.79.138.0/25\",\r\n \"40.79.138.128/26\",\r\n \"40.79.139.0/25\",\r\n \"40.79.139.128/26\",\r\n \"40.79.139.192/29\",\r\n \"40.79.139.208/28\",\r\n \"40.79.139.224/27\",\r\n \"40.79.140.0/22\",\r\n \"40.79.144.0/21\",\r\n \"40.79.222.0/24\",\r\n \"40.80.24.0/22\",\r\n \"40.89.128.0/18\",\r\n \"51.11.192.0/18\",\r\n \"51.103.0.0/17\",\r\n \"51.138.192.0/19\",\r\n \"52.121.88.0/21\",\r\n \"52.121.96.0/22\",\r\n \"52.121.178.0/23\",\r\n \"52.121.180.0/23\",\r\n \"52.143.128.0/18\",\r\n \"52.143.215.0/24\",\r\n \"52.143.216.0/23\",\r\n \"52.239.134.0/24\",\r\n \"52.239.194.0/24\",\r\n \"52.239.241.0/24\",\r\n \"52.245.116.0/22\",\r\n \"98.66.128.0/22\",\r\n \"98.66.132.0/24\",\r\n \"98.66.133.0/25\",\r\n \"98.66.133.144/28\",\r\n \"98.66.133.160/27\",\r\n \"98.66.133.192/26\",\r\n \"98.66.134.0/23\",\r\n \"98.66.136.0/21\",\r\n \"98.66.144.0/20\",\r\n \"98.66.160.0/19\",\r\n \"98.66.192.0/18\",\r\n \"151.206.49.96/27\",\r\n \"151.206.78.128/25\",\r\n \"151.206.79.0/24\",\r\n \"151.206.80.0/24\",\r\n \"151.206.81.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France Central IPv6\",\r\n \"communityValue\": \"12076:51030\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:800::/47\",\r\n \"2603:1020:802::/48\",\r\n \"2603:1020:805::/48\",\r\n \"2603:1020:806::/48\",\r\n \"2603:1026:2400::800/117\",\r\n \"2603:1026:2400::1000/116\",\r\n \"2603:1026:2400::2000/115\",\r\n \"2603:1026:2400::4000/114\",\r\n \"2603:1026:2400::8000/113\",\r\n \"2603:1026:2400::1:0/112\",\r\n \"2603:1026:2400::2:0/111\",\r\n \"2603:1026:2400::4:0/110\",\r\n \"2603:1026:2400::8:0/109\",\r\n \"2603:1026:2400::10:0/108\",\r\n \"2603:1026:2400::20:0/107\",\r\n \"2603:1026:2400::40:0/106\",\r\n \"2603:1026:2400::80:0/105\",\r\n \"2603:1026:2400::100:0/104\",\r\n \"2603:1026:2400::200:0/103\",\r\n \"2603:1026:2400::400:0/102\",\r\n \"2603:1026:2400::800:0/101\",\r\n \"2603:1026:2400::1000:0/100\",\r\n \"2603:1026:2400::2000:0/99\",\r\n \"2603:1026:2400::4000:0/98\",\r\n \"2603:1026:2400::8000:0/97\",\r\n \"2603:1026:2400::1:0:0/96\",\r\n \"2603:1026:2400::2:0:0/95\",\r\n \"2603:1026:2400::4:0:0/94\",\r\n \"2603:1026:2400::8:0:0/93\",\r\n \"2603:1026:2400::10:0:0/92\",\r\n \"2603:1026:2400::20:0:0/91\",\r\n \"2603:1026:2400::40:0:0/90\",\r\n \"2603:1026:2400::80:0:0/89\",\r\n \"2603:1026:2400::100:0:0/88\",\r\n \"2603:1026:2400::200:0:0/87\",\r\n \"2603:1026:2400::400:0:0/86\",\r\n \"2603:1026:2400::800:0:0/85\",\r\n \"2603:1026:2400::1000:0:0/84\",\r\n \"2603:1026:2400::2000:0:0/83\",\r\n \"2603:1026:2400::4000:0:0/82\",\r\n \"2603:1026:2400::8000:0:0/81\",\r\n \"2603:1026:2400:0:1::/80\",\r\n \"2603:1026:2400:0:2::/79\",\r\n \"2603:1026:2400:0:4::/78\",\r\n \"2603:1026:2400:0:8::/77\",\r\n \"2603:1026:2400:0:10::/76\",\r\n \"2603:1026:2400:0:20::/75\",\r\n \"2603:1026:2400:0:40::/74\",\r\n \"2603:1026:2400:0:80::/73\",\r\n \"2603:1026:2400:0:100::/72\",\r\n \"2603:1026:2400:0:200::/71\",\r\n \"2603:1026:2400:0:400::/70\",\r\n \"2603:1026:2400:0:800::/69\",\r\n \"2603:1026:2400:0:1000::/68\",\r\n \"2603:1026:2400:0:2000::/67\",\r\n \"2603:1026:2400:0:4000::/66\",\r\n \"2603:1026:2400:0:8000::/65\",\r\n \"2603:1026:2400:1::800/117\",\r\n \"2603:1026:2400:1::1000/116\",\r\n \"2603:1026:2400:1::2000/115\",\r\n \"2603:1026:2400:1::4000/114\",\r\n \"2603:1026:2400:1::8000/113\",\r\n \"2603:1026:2400:1::1:0/112\",\r\n \"2603:1026:2400:1::2:0/111\",\r\n \"2603:1026:2400:1::4:0/110\",\r\n \"2603:1026:2400:1::8:0/109\",\r\n \"2603:1026:2400:1::10:0/108\",\r\n \"2603:1026:2400:1::20:0/107\",\r\n \"2603:1026:2400:1::40:0/106\",\r\n \"2603:1026:2400:1::80:0/105\",\r\n \"2603:1026:2400:1::100:0/104\",\r\n \"2603:1026:2400:1::200:0/103\",\r\n \"2603:1026:2400:1::400:0/102\",\r\n \"2603:1026:2400:1::800:0/101\",\r\n \"2603:1026:2400:1::1000:0/100\",\r\n \"2603:1026:2400:1::2000:0/99\",\r\n \"2603:1026:2400:1::4000:0/98\",\r\n \"2603:1026:2400:1::8000:0/97\",\r\n \"2603:1026:2400:1:0:1::/96\",\r\n \"2603:1026:2400:1:0:2::/95\",\r\n \"2603:1026:2400:1:0:4::/94\",\r\n \"2603:1026:2400:1:0:8::/93\",\r\n \"2603:1026:2400:1:0:10::/92\",\r\n \"2603:1026:2400:1:0:20::/91\",\r\n \"2603:1026:2400:1:0:40::/90\",\r\n \"2603:1026:2400:1:0:80::/89\",\r\n \"2603:1026:2400:1:0:100::/88\",\r\n \"2603:1026:2400:1:0:200::/87\",\r\n \"2603:1026:2400:1:0:400::/86\",\r\n \"2603:1026:2400:1:0:800::/85\",\r\n \"2603:1026:2400:1:0:1000::/84\",\r\n \"2603:1026:2400:1:0:2000::/83\",\r\n \"2603:1026:2400:1:0:4000::/82\",\r\n \"2603:1026:2400:1:0:8000::/81\",\r\n \"2603:1026:2400:1:1::/80\",\r\n \"2603:1026:2400:1:2::/79\",\r\n \"2603:1026:2400:1:4::/78\",\r\n \"2603:1026:2400:1:8::/77\",\r\n \"2603:1026:2400:1:10::/76\",\r\n \"2603:1026:2400:1:20::/75\",\r\n \"2603:1026:2400:1:40::/74\",\r\n \"2603:1026:2400:1:80::/73\",\r\n \"2603:1026:2400:1:100::/72\",\r\n \"2603:1026:2400:1:200::/71\",\r\n \"2603:1026:2400:1:400::/70\",\r\n \"2603:1026:2400:1:800::/69\",\r\n \"2603:1026:2400:1:1000::/68\",\r\n \"2603:1026:2400:1:2000::/67\",\r\n \"2603:1026:2400:1:4000::/66\",\r\n \"2603:1026:2400:1:8000::/65\",\r\n \"2603:1026:2400:2::/63\",\r\n \"2603:1026:2400:4::/62\",\r\n \"2603:1026:2400:8::/61\",\r\n \"2603:1026:2400:10::/60\",\r\n \"2603:1026:2400:20::/59\",\r\n \"2603:1026:2400:40::/58\",\r\n \"2603:1026:2400:80::/57\",\r\n \"2603:1026:2400:100::/56\",\r\n \"2603:1026:2400:200::/55\",\r\n \"2603:1026:2400:400::/54\",\r\n \"2603:1026:2400:800::/53\",\r\n \"2603:1026:2400:1000::/52\",\r\n \"2603:1026:2400:2000::/51\",\r\n \"2603:1026:2400:4000::/50\",\r\n \"2603:1026:2400:8000::/49\",\r\n \"2603:1061:1311:c00::/54\",\r\n \"2603:1061:170f::/48\",\r\n \"2603:1061:2000:640::/62\",\r\n \"2603:1061:2002:4800::/57\",\r\n \"2603:1061:2004:4000::/57\",\r\n \"2603:1061:2010:b::/64\",\r\n \"2603:1062:c:18::/63\",\r\n \"2603:1063:408::/56\",\r\n \"2603:10a0:705::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France South\",\r\n \"communityValue\": \"12076:51031\",\r\n \"communityPrefixes\": [\r\n \"4.251.208.0/20\",\r\n \"4.251.224.0/19\",\r\n \"20.38.188.0/22\",\r\n \"20.39.80.0/20\",\r\n \"20.60.11.0/24\",\r\n \"20.60.188.0/23\",\r\n \"20.111.64.0/21\",\r\n \"20.111.72.0/22\",\r\n \"20.111.76.0/23\",\r\n \"20.111.78.0/25\",\r\n \"20.111.78.144/28\",\r\n \"20.111.78.160/27\",\r\n \"20.111.78.192/26\",\r\n \"20.111.79.0/24\",\r\n \"20.111.80.0/20\",\r\n \"20.111.96.0/19\",\r\n \"20.150.19.0/24\",\r\n \"20.216.224.0/21\",\r\n \"40.64.166.0/25\",\r\n \"40.79.176.0/23\",\r\n \"40.79.178.0/24\",\r\n \"40.79.179.0/25\",\r\n \"40.79.179.160/27\",\r\n \"40.79.179.192/26\",\r\n \"40.79.180.0/22\",\r\n \"40.79.223.0/24\",\r\n \"40.80.20.0/22\",\r\n \"40.80.96.0/22\",\r\n \"40.80.100.0/23\",\r\n \"40.80.102.0/24\",\r\n \"40.80.103.0/25\",\r\n \"40.80.103.128/26\",\r\n \"40.80.103.208/28\",\r\n \"40.80.103.224/27\",\r\n \"40.80.104.0/21\",\r\n \"40.82.224.0/20\",\r\n \"51.105.88.0/21\",\r\n \"51.138.128.0/19\",\r\n \"51.138.160.0/29\",\r\n \"51.138.160.16/28\",\r\n \"51.138.160.32/27\",\r\n \"51.138.160.64/26\",\r\n \"51.138.160.128/25\",\r\n \"51.138.161.0/24\",\r\n \"51.138.162.0/23\",\r\n \"51.138.164.0/22\",\r\n \"52.136.8.0/21\",\r\n \"52.136.28.0/24\",\r\n \"52.136.128.0/18\",\r\n \"52.239.135.0/26\",\r\n \"52.239.196.0/24\",\r\n \"52.245.120.0/22\",\r\n \"57.150.21.0/24\",\r\n \"98.65.0.0/16\",\r\n \"98.66.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France South IPv6\",\r\n \"communityValue\": \"12076:51031\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:900::/47\",\r\n \"2603:1020:902::/48\",\r\n \"2603:1020:905::/54\",\r\n \"2603:1020:905:400::/63\",\r\n \"2603:1020:905:402::/120\",\r\n \"2603:1020:905:402::100/122\",\r\n \"2603:1020:905:402::140/123\",\r\n \"2603:1020:905:402::162/127\",\r\n \"2603:1020:905:402::164/126\",\r\n \"2603:1020:905:402::168/125\",\r\n \"2603:1020:905:402::170/124\",\r\n \"2603:1020:905:402::180/121\",\r\n \"2603:1020:905:402::200/119\",\r\n \"2603:1020:905:402::400/118\",\r\n \"2603:1020:905:402::800/117\",\r\n \"2603:1020:905:402::1000/116\",\r\n \"2603:1020:905:402::2000/115\",\r\n \"2603:1020:905:402::4000/114\",\r\n \"2603:1020:905:402::8000/113\",\r\n \"2603:1020:905:402::1:0/112\",\r\n \"2603:1020:905:402::2:0/111\",\r\n \"2603:1020:905:402::4:0/110\",\r\n \"2603:1020:905:402::8:0/109\",\r\n \"2603:1020:905:402::10:0/108\",\r\n \"2603:1020:905:402::20:0/107\",\r\n \"2603:1020:905:402::40:0/106\",\r\n \"2603:1020:905:402::80:0/105\",\r\n \"2603:1020:905:402::100:0/104\",\r\n \"2603:1020:905:402::200:0/103\",\r\n \"2603:1020:905:402::400:0/102\",\r\n \"2603:1020:905:402::800:0/101\",\r\n \"2603:1020:905:402::1000:0/100\",\r\n \"2603:1020:905:402::2000:0/99\",\r\n \"2603:1020:905:402::4000:0/98\",\r\n \"2603:1020:905:402::8000:0/97\",\r\n \"2603:1020:905:402:0:1::/96\",\r\n \"2603:1020:905:402:0:2::/95\",\r\n \"2603:1020:905:402:0:4::/94\",\r\n \"2603:1020:905:402:0:8::/93\",\r\n \"2603:1020:905:402:0:10::/92\",\r\n \"2603:1020:905:402:0:20::/91\",\r\n \"2603:1020:905:402:0:40::/90\",\r\n \"2603:1020:905:402:0:80::/89\",\r\n \"2603:1020:905:402:0:100::/88\",\r\n \"2603:1020:905:402:0:200::/87\",\r\n \"2603:1020:905:402:0:400::/86\",\r\n \"2603:1020:905:402:0:800::/85\",\r\n \"2603:1020:905:402:0:1000::/84\",\r\n \"2603:1020:905:402:0:2000::/83\",\r\n \"2603:1020:905:402:0:4000::/82\",\r\n \"2603:1020:905:402:0:8000::/81\",\r\n \"2603:1020:905:402:1::/80\",\r\n \"2603:1020:905:402:2::/79\",\r\n \"2603:1020:905:402:4::/78\",\r\n \"2603:1020:905:402:8::/77\",\r\n \"2603:1020:905:402:10::/76\",\r\n \"2603:1020:905:402:20::/75\",\r\n \"2603:1020:905:402:40::/74\",\r\n \"2603:1020:905:402:80::/73\",\r\n \"2603:1020:905:402:100::/72\",\r\n \"2603:1020:905:402:200::/71\",\r\n \"2603:1020:905:402:400::/70\",\r\n \"2603:1020:905:402:800::/69\",\r\n \"2603:1020:905:402:1000::/68\",\r\n \"2603:1020:905:402:2000::/67\",\r\n \"2603:1020:905:402:4000::/66\",\r\n \"2603:1020:905:402:8000::/65\",\r\n \"2603:1020:905:403::/64\",\r\n \"2603:1020:905:404::/62\",\r\n \"2603:1020:905:408::/61\",\r\n \"2603:1020:905:410::/60\",\r\n \"2603:1020:905:420::/59\",\r\n \"2603:1020:905:440::/58\",\r\n \"2603:1020:905:480::/57\",\r\n \"2603:1020:905:500::/56\",\r\n \"2603:1020:905:600::/55\",\r\n \"2603:1020:905:800::/53\",\r\n \"2603:1020:905:1000::/52\",\r\n \"2603:1020:905:2000::/51\",\r\n \"2603:1020:905:4000::/50\",\r\n \"2603:1020:905:8000::/49\",\r\n \"2603:1020:906::/48\",\r\n \"2603:1026:2401::/64\",\r\n \"2603:1026:2401:1::800/117\",\r\n \"2603:1026:2401:1::1000/116\",\r\n \"2603:1026:2401:1::2000/115\",\r\n \"2603:1026:2401:1::4000/114\",\r\n \"2603:1026:2401:1::8000/113\",\r\n \"2603:1026:2401:1::1:0/112\",\r\n \"2603:1026:2401:1::2:0/111\",\r\n \"2603:1026:2401:1::4:0/110\",\r\n \"2603:1026:2401:1::8:0/109\",\r\n \"2603:1026:2401:1::10:0/108\",\r\n \"2603:1026:2401:1::20:0/107\",\r\n \"2603:1026:2401:1::40:0/106\",\r\n \"2603:1026:2401:1::80:0/105\",\r\n \"2603:1026:2401:1::100:0/104\",\r\n \"2603:1026:2401:1::200:0/103\",\r\n \"2603:1026:2401:1::400:0/102\",\r\n \"2603:1026:2401:1::800:0/101\",\r\n \"2603:1026:2401:1::1000:0/100\",\r\n \"2603:1026:2401:1::2000:0/99\",\r\n \"2603:1026:2401:1::4000:0/98\",\r\n \"2603:1026:2401:1::8000:0/97\",\r\n \"2603:1026:2401:1:0:1::/96\",\r\n \"2603:1026:2401:1:0:2::/95\",\r\n \"2603:1026:2401:1:0:4::/94\",\r\n \"2603:1026:2401:1:0:8::/93\",\r\n \"2603:1026:2401:1:0:10::/92\",\r\n \"2603:1026:2401:1:0:20::/91\",\r\n \"2603:1026:2401:1:0:40::/90\",\r\n \"2603:1026:2401:1:0:80::/89\",\r\n \"2603:1026:2401:1:0:100::/88\",\r\n \"2603:1026:2401:1:0:200::/87\",\r\n \"2603:1026:2401:1:0:400::/86\",\r\n \"2603:1026:2401:1:0:800::/85\",\r\n \"2603:1026:2401:1:0:1000::/84\",\r\n \"2603:1026:2401:1:0:2000::/83\",\r\n \"2603:1026:2401:1:0:4000::/82\",\r\n \"2603:1026:2401:1:0:8000::/81\",\r\n \"2603:1026:2401:1:1::/80\",\r\n \"2603:1026:2401:1:2::/79\",\r\n \"2603:1026:2401:1:4::/78\",\r\n \"2603:1026:2401:1:8::/77\",\r\n \"2603:1026:2401:1:10::/76\",\r\n \"2603:1026:2401:1:20::/75\",\r\n \"2603:1026:2401:1:40::/74\",\r\n \"2603:1026:2401:1:80::/73\",\r\n \"2603:1026:2401:1:100::/72\",\r\n \"2603:1026:2401:1:200::/71\",\r\n \"2603:1026:2401:1:400::/70\",\r\n \"2603:1026:2401:1:800::/69\",\r\n \"2603:1026:2401:1:1000::/68\",\r\n \"2603:1026:2401:1:2000::/67\",\r\n \"2603:1026:2401:1:4000::/66\",\r\n \"2603:1026:2401:1:8000::/65\",\r\n \"2603:1026:2401:2::/63\",\r\n \"2603:1026:2401:4::/62\",\r\n \"2603:1026:2401:8::/61\",\r\n \"2603:1026:2401:10::/60\",\r\n \"2603:1026:2401:20::/59\",\r\n \"2603:1026:2401:40::/58\",\r\n \"2603:1026:2401:80::/57\",\r\n \"2603:1026:2401:100::/56\",\r\n \"2603:1026:2401:200::/55\",\r\n \"2603:1026:2401:400::/54\",\r\n \"2603:1026:2401:800::/53\",\r\n \"2603:1026:2401:1000::/52\",\r\n \"2603:1026:2401:2000::/51\",\r\n \"2603:1026:2401:4000::/50\",\r\n \"2603:1026:2401:8000::/49\",\r\n \"2603:1061:1311:1000::/54\",\r\n \"2603:1061:1710::/48\",\r\n \"2603:1061:2000:648::/62\",\r\n \"2603:1061:2002:4900::/57\",\r\n \"2603:1061:2004:4100::/57\",\r\n \"2603:1061:2010:c::/64\",\r\n \"2603:1063:409::/56\",\r\n \"2603:10a0:903::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany North\",\r\n \"communityValue\": \"12076:51040\",\r\n \"communityPrefixes\": [\r\n \"20.38.115.0/24\",\r\n \"20.52.72.0/21\",\r\n \"20.52.80.32/27\",\r\n \"20.113.192.0/18\",\r\n \"20.150.60.0/24\",\r\n \"20.150.112.0/24\",\r\n \"20.170.160.0/19\",\r\n \"20.170.192.0/18\",\r\n \"20.209.206.0/23\",\r\n \"20.218.0.0/18\",\r\n \"40.64.182.0/25\",\r\n \"40.119.96.0/22\",\r\n \"40.126.198.0/24\",\r\n \"51.116.0.0/19\",\r\n \"51.116.32.0/20\",\r\n \"51.116.48.0/21\",\r\n \"51.116.56.0/22\",\r\n \"51.116.60.0/25\",\r\n \"51.116.60.128/26\",\r\n \"51.116.60.192/27\",\r\n \"51.116.60.224/28\",\r\n \"51.116.60.240/29\",\r\n \"51.116.61.0/24\",\r\n \"51.116.62.0/23\",\r\n \"51.116.64.0/19\",\r\n \"51.116.200.0/21\",\r\n \"51.116.208.0/20\",\r\n \"52.253.172.0/24\",\r\n \"98.67.0.0/18\",\r\n \"98.67.64.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany North IPv6\",\r\n \"communityValue\": \"12076:51040\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:d00::/47\",\r\n \"2603:1020:d04::/47\",\r\n \"2603:1061:1311:1400::/54\",\r\n \"2603:1061:172c::/48\",\r\n \"2603:1061:2000:6c0::/62\",\r\n \"2603:1061:2002:5000::/57\",\r\n \"2603:1061:2004:4800::/57\",\r\n \"2603:1061:2010:2c::/64\",\r\n \"2603:10a0:1202::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany West Central\",\r\n \"communityValue\": \"12076:51041\",\r\n \"communityPrefixes\": [\r\n \"4.182.0.0/16\",\r\n \"4.184.56.0/21\",\r\n \"4.184.64.0/18\",\r\n \"4.184.128.0/17\",\r\n \"4.185.0.0/16\",\r\n \"20.38.118.0/24\",\r\n \"20.52.0.0/18\",\r\n \"20.52.64.0/21\",\r\n \"20.52.80.0/27\",\r\n \"20.52.80.64/27\",\r\n \"20.52.88.0/21\",\r\n \"20.52.96.0/19\",\r\n \"20.52.128.0/17\",\r\n \"20.60.22.0/23\",\r\n \"20.79.0.0/16\",\r\n \"20.95.70.0/24\",\r\n \"20.95.78.0/23\",\r\n \"20.95.80.0/24\",\r\n \"20.95.102.0/24\",\r\n \"20.113.0.0/17\",\r\n \"20.113.128.0/18\",\r\n \"20.150.54.0/24\",\r\n \"20.150.125.0/24\",\r\n \"20.170.0.0/17\",\r\n \"20.170.128.0/19\",\r\n \"20.209.32.0/23\",\r\n \"20.209.176.0/23\",\r\n \"20.209.242.0/23\",\r\n \"20.218.64.0/18\",\r\n \"20.218.128.0/17\",\r\n \"40.64.145.240/28\",\r\n \"40.64.180.128/25\",\r\n \"40.119.92.0/22\",\r\n \"40.126.197.0/24\",\r\n \"51.116.96.0/19\",\r\n \"51.116.128.0/18\",\r\n \"51.116.192.0/21\",\r\n \"51.116.224.0/20\",\r\n \"51.116.240.0/22\",\r\n \"51.116.244.0/23\",\r\n \"51.116.246.8/29\",\r\n \"51.116.246.16/28\",\r\n \"51.116.246.32/27\",\r\n \"51.116.246.64/26\",\r\n \"51.116.246.128/25\",\r\n \"51.116.247.0/24\",\r\n \"51.116.248.0/21\",\r\n \"52.253.169.0/24\",\r\n \"52.253.170.0/23\",\r\n \"98.67.128.0/17\",\r\n \"151.206.49.128/27\",\r\n \"151.206.81.64/26\",\r\n \"151.206.81.128/25\",\r\n \"151.206.82.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany West Central IPv6\",\r\n \"communityValue\": \"12076:51041\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:c00::/47\",\r\n \"2603:1020:c04::/47\",\r\n \"2603:1061:1311:1800::/54\",\r\n \"2603:1061:1729::/48\",\r\n \"2603:1061:2000:6c8::/62\",\r\n \"2603:1061:2002:5100::/57\",\r\n \"2603:1061:2004:4900::/57\",\r\n \"2603:1061:2010:29::/64\",\r\n \"2603:1062:c:1a::/63\",\r\n \"2603:10a0:1002::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureGlobalServices\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureGlobalServices\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureGlobalServices\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Global Services\",\r\n \"communityValue\": \"12076:5050\",\r\n \"communityPrefixes\": [\r\n \"13.107.6.175/32\",\r\n \"13.107.6.176/32\",\r\n \"13.107.6.183/32\",\r\n \"13.107.9.175/32\",\r\n \"13.107.9.176/32\",\r\n \"13.107.9.183/32\",\r\n \"13.107.42.18/31\",\r\n \"13.107.42.20/32\",\r\n \"13.107.43.18/31\",\r\n \"13.107.43.20/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Israel Central\",\r\n \"communityValue\": \"12076:51053\",\r\n \"communityPrefixes\": [\r\n \"20.38.18.0/24\",\r\n \"20.60.94.0/23\",\r\n \"20.201.129.0/24\",\r\n \"20.201.130.0/23\",\r\n \"20.209.118.0/23\",\r\n \"20.209.134.0/23\",\r\n \"20.209.212.0/23\",\r\n \"20.217.0.0/19\",\r\n \"20.217.32.0/22\",\r\n \"20.217.40.0/21\",\r\n \"20.217.48.0/20\",\r\n \"20.217.64.0/19\",\r\n \"20.217.128.0/21\",\r\n \"20.217.160.0/19\",\r\n \"20.217.192.0/19\",\r\n \"40.64.144.248/29\",\r\n \"40.64.187.128/25\",\r\n \"40.123.173.0/24\",\r\n \"151.206.49.0/28\",\r\n \"151.206.70.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Israel Central IPv6\",\r\n \"communityValue\": \"12076:51053\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1401::/48\",\r\n \"2603:1040:1402::/47\",\r\n \"2603:1046:140d::800/117\",\r\n \"2603:1046:140d::1000/116\",\r\n \"2603:1046:140d::2000/115\",\r\n \"2603:1046:140d::4000/114\",\r\n \"2603:1046:140d::8000/113\",\r\n \"2603:1046:140d::1:0/112\",\r\n \"2603:1046:140d::2:0/111\",\r\n \"2603:1046:140d::4:0/110\",\r\n \"2603:1046:140d::8:0/109\",\r\n \"2603:1046:140d::10:0/108\",\r\n \"2603:1046:140d::20:0/107\",\r\n \"2603:1046:140d::40:0/106\",\r\n \"2603:1046:140d::80:0/105\",\r\n \"2603:1046:140d::100:0/104\",\r\n \"2603:1046:140d::200:0/103\",\r\n \"2603:1046:140d::400:0/102\",\r\n \"2603:1046:140d::800:0/101\",\r\n \"2603:1046:140d::1000:0/100\",\r\n \"2603:1046:140d::2000:0/99\",\r\n \"2603:1046:140d::4000:0/98\",\r\n \"2603:1046:140d::8000:0/97\",\r\n \"2603:1046:140d::1:0:0/96\",\r\n \"2603:1046:140d::2:0:0/95\",\r\n \"2603:1046:140d::4:0:0/94\",\r\n \"2603:1046:140d::8:0:0/93\",\r\n \"2603:1046:140d::10:0:0/92\",\r\n \"2603:1046:140d::20:0:0/91\",\r\n \"2603:1046:140d::40:0:0/90\",\r\n \"2603:1046:140d::80:0:0/89\",\r\n \"2603:1046:140d::100:0:0/88\",\r\n \"2603:1046:140d::200:0:0/87\",\r\n \"2603:1046:140d::400:0:0/86\",\r\n \"2603:1046:140d::800:0:0/85\",\r\n \"2603:1046:140d::1000:0:0/84\",\r\n \"2603:1046:140d::2000:0:0/83\",\r\n \"2603:1046:140d::4000:0:0/82\",\r\n \"2603:1046:140d::8000:0:0/81\",\r\n \"2603:1046:140d:0:1::/80\",\r\n \"2603:1046:140d:0:2::/79\",\r\n \"2603:1046:140d:0:4::/78\",\r\n \"2603:1046:140d:0:8::/77\",\r\n \"2603:1046:140d:0:10::/76\",\r\n \"2603:1046:140d:0:20::/75\",\r\n \"2603:1046:140d:0:40::/74\",\r\n \"2603:1046:140d:0:80::/73\",\r\n \"2603:1046:140d:0:100::/72\",\r\n \"2603:1046:140d:0:200::/71\",\r\n \"2603:1046:140d:0:400::/70\",\r\n \"2603:1046:140d:0:800::/69\",\r\n \"2603:1046:140d:0:1000::/68\",\r\n \"2603:1046:140d:0:2000::/67\",\r\n \"2603:1046:140d:0:4000::/66\",\r\n \"2603:1046:140d:0:8000::/65\",\r\n \"2603:1046:140d:1::/64\",\r\n \"2603:1046:140d:2::/63\",\r\n \"2603:1046:140d:4::/62\",\r\n \"2603:1046:140d:8::/61\",\r\n \"2603:1046:140d:10::/60\",\r\n \"2603:1046:140d:20::/59\",\r\n \"2603:1046:140d:40::/58\",\r\n \"2603:1046:140d:80::/57\",\r\n \"2603:1046:140d:100::/56\",\r\n \"2603:1046:140d:200::/55\",\r\n \"2603:1046:140d:400::/54\",\r\n \"2603:1046:140d:800::/53\",\r\n \"2603:1046:140d:1000::/52\",\r\n \"2603:1046:140d:2000::/51\",\r\n \"2603:1046:140d:4000::/50\",\r\n \"2603:1046:140d:8000::/49\",\r\n \"2603:1061:1007::/58\",\r\n \"2603:1061:1007:40::/59\",\r\n \"2603:1061:1007:60::/60\",\r\n \"2603:1061:1007:70::/63\",\r\n \"2603:1061:1007:72::/64\",\r\n \"2603:1061:1310:800::/54\",\r\n \"2603:1061:1737::/48\",\r\n \"2603:1061:2002:9000::/57\",\r\n \"2603:1061:2004:a000::/57\",\r\n \"2603:1061:2010:37::/64\",\r\n \"2603:1062:c:c::/63\",\r\n \"2603:1090:1600::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Italy North\",\r\n \"communityValue\": \"12076:51054\",\r\n \"communityPrefixes\": [\r\n \"4.232.0.0/17\",\r\n \"4.232.128.0/18\",\r\n \"4.232.192.0/21\",\r\n \"4.232.208.0/20\",\r\n \"4.232.224.0/19\",\r\n \"20.38.22.0/24\",\r\n \"20.95.104.0/24\",\r\n \"20.209.80.0/23\",\r\n \"20.209.86.0/23\",\r\n \"20.209.120.0/23\",\r\n \"40.64.189.128/25\",\r\n \"40.120.132.0/25\",\r\n \"40.120.132.128/26\",\r\n \"40.120.132.192/27\",\r\n \"40.120.132.224/28\",\r\n \"52.253.216.0/23\",\r\n \"52.253.218.0/24\",\r\n \"172.213.0.0/19\",\r\n \"172.213.128.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Italy North IPv6\",\r\n \"communityValue\": \"12076:51054\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1200::/47\",\r\n \"2603:1020:1204::/48\",\r\n \"2603:1026:2412::800/117\",\r\n \"2603:1026:2412::1000/116\",\r\n \"2603:1026:2412::2000/115\",\r\n \"2603:1026:2412::4000/114\",\r\n \"2603:1026:2412::8000/113\",\r\n \"2603:1026:2412::1:0/112\",\r\n \"2603:1026:2412::2:0/111\",\r\n \"2603:1026:2412::4:0/110\",\r\n \"2603:1026:2412::8:0/109\",\r\n \"2603:1026:2412::10:0/108\",\r\n \"2603:1026:2412::20:0/107\",\r\n \"2603:1026:2412::40:0/106\",\r\n \"2603:1026:2412::80:0/105\",\r\n \"2603:1026:2412::100:0/104\",\r\n \"2603:1026:2412::200:0/103\",\r\n \"2603:1026:2412::400:0/102\",\r\n \"2603:1026:2412::800:0/101\",\r\n \"2603:1026:2412::1000:0/100\",\r\n \"2603:1026:2412::2000:0/99\",\r\n \"2603:1026:2412::4000:0/98\",\r\n \"2603:1026:2412::8000:0/97\",\r\n \"2603:1026:2412::1:0:0/96\",\r\n \"2603:1026:2412::2:0:0/95\",\r\n \"2603:1026:2412::4:0:0/94\",\r\n \"2603:1026:2412::8:0:0/93\",\r\n \"2603:1026:2412::10:0:0/92\",\r\n \"2603:1026:2412::20:0:0/91\",\r\n \"2603:1026:2412::40:0:0/90\",\r\n \"2603:1026:2412::80:0:0/89\",\r\n \"2603:1026:2412::100:0:0/88\",\r\n \"2603:1026:2412::200:0:0/87\",\r\n \"2603:1026:2412::400:0:0/86\",\r\n \"2603:1026:2412::800:0:0/85\",\r\n \"2603:1026:2412::1000:0:0/84\",\r\n \"2603:1026:2412::2000:0:0/83\",\r\n \"2603:1026:2412::4000:0:0/82\",\r\n \"2603:1026:2412::8000:0:0/81\",\r\n \"2603:1026:2412:0:1::/80\",\r\n \"2603:1026:2412:0:2::/79\",\r\n \"2603:1026:2412:0:4::/78\",\r\n \"2603:1026:2412:0:8::/77\",\r\n \"2603:1026:2412:0:10::/76\",\r\n \"2603:1026:2412:0:20::/75\",\r\n \"2603:1026:2412:0:40::/74\",\r\n \"2603:1026:2412:0:80::/73\",\r\n \"2603:1026:2412:0:100::/72\",\r\n \"2603:1026:2412:0:200::/71\",\r\n \"2603:1026:2412:0:400::/70\",\r\n \"2603:1026:2412:0:800::/69\",\r\n \"2603:1026:2412:0:1000::/68\",\r\n \"2603:1026:2412:0:2000::/67\",\r\n \"2603:1026:2412:0:4000::/66\",\r\n \"2603:1026:2412:0:8000::/65\",\r\n \"2603:1026:2412:1::800/117\",\r\n \"2603:1026:2412:1::1000/116\",\r\n \"2603:1026:2412:1::2000/115\",\r\n \"2603:1026:2412:1::4000/114\",\r\n \"2603:1026:2412:1::8000/113\",\r\n \"2603:1026:2412:1::1:0/112\",\r\n \"2603:1026:2412:1::2:0/111\",\r\n \"2603:1026:2412:1::4:0/110\",\r\n \"2603:1026:2412:1::8:0/109\",\r\n \"2603:1026:2412:1::10:0/108\",\r\n \"2603:1026:2412:1::20:0/107\",\r\n \"2603:1026:2412:1::40:0/106\",\r\n \"2603:1026:2412:1::80:0/105\",\r\n \"2603:1026:2412:1::100:0/104\",\r\n \"2603:1026:2412:1::200:0/103\",\r\n \"2603:1026:2412:1::400:0/102\",\r\n \"2603:1026:2412:1::800:0/101\",\r\n \"2603:1026:2412:1::1000:0/100\",\r\n \"2603:1026:2412:1::2000:0/99\",\r\n \"2603:1026:2412:1::4000:0/98\",\r\n \"2603:1026:2412:1::8000:0/97\",\r\n \"2603:1026:2412:1:0:1::/96\",\r\n \"2603:1026:2412:1:0:2::/95\",\r\n \"2603:1026:2412:1:0:4::/94\",\r\n \"2603:1026:2412:1:0:8::/93\",\r\n \"2603:1026:2412:1:0:10::/92\",\r\n \"2603:1026:2412:1:0:20::/91\",\r\n \"2603:1026:2412:1:0:40::/90\",\r\n \"2603:1026:2412:1:0:80::/89\",\r\n \"2603:1026:2412:1:0:100::/88\",\r\n \"2603:1026:2412:1:0:200::/87\",\r\n \"2603:1026:2412:1:0:400::/86\",\r\n \"2603:1026:2412:1:0:800::/85\",\r\n \"2603:1026:2412:1:0:1000::/84\",\r\n \"2603:1026:2412:1:0:2000::/83\",\r\n \"2603:1026:2412:1:0:4000::/82\",\r\n \"2603:1026:2412:1:0:8000::/81\",\r\n \"2603:1026:2412:1:1::/80\",\r\n \"2603:1026:2412:1:2::/79\",\r\n \"2603:1026:2412:1:4::/78\",\r\n \"2603:1026:2412:1:8::/77\",\r\n \"2603:1026:2412:1:10::/76\",\r\n \"2603:1026:2412:1:20::/75\",\r\n \"2603:1026:2412:1:40::/74\",\r\n \"2603:1026:2412:1:80::/73\",\r\n \"2603:1026:2412:1:100::/72\",\r\n \"2603:1026:2412:1:200::/71\",\r\n \"2603:1026:2412:1:400::/70\",\r\n \"2603:1026:2412:1:800::/69\",\r\n \"2603:1026:2412:1:1000::/68\",\r\n \"2603:1026:2412:1:2000::/67\",\r\n \"2603:1026:2412:1:4000::/66\",\r\n \"2603:1026:2412:1:8000::/65\",\r\n \"2603:1026:2412:2::/63\",\r\n \"2603:1026:2412:4::/62\",\r\n \"2603:1026:2412:8::/61\",\r\n \"2603:1026:2412:10::/60\",\r\n \"2603:1026:2412:20::/59\",\r\n \"2603:1026:2412:40::/58\",\r\n \"2603:1026:2412:80::/57\",\r\n \"2603:1026:2412:100::/56\",\r\n \"2603:1026:2412:200::/55\",\r\n \"2603:1026:2412:400::/54\",\r\n \"2603:1026:2412:800::/53\",\r\n \"2603:1026:2412:1000::/52\",\r\n \"2603:1026:2412:2000::/51\",\r\n \"2603:1026:2412:4000::/50\",\r\n \"2603:1026:2412:8000::/49\",\r\n \"2603:1061:100b::/58\",\r\n \"2603:1061:100b:40::/59\",\r\n \"2603:1061:100b:60::/61\",\r\n \"2603:1061:100b:68::/62\",\r\n \"2603:1061:1311:1c00::/54\",\r\n \"2603:1061:173b::/48\",\r\n \"2603:1061:2010:3b::/64\",\r\n \"2603:10a0:1800::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan East\",\r\n \"communityValue\": \"12076:51012\",\r\n \"communityPrefixes\": [\r\n \"4.189.0.0/16\",\r\n \"4.190.0.0/17\",\r\n \"4.214.0.0/15\",\r\n \"4.216.0.0/16\",\r\n \"4.241.0.0/16\",\r\n \"13.71.128.0/19\",\r\n \"13.73.0.0/19\",\r\n \"13.78.0.0/18\",\r\n \"13.78.64.0/19\",\r\n \"13.78.96.0/21\",\r\n \"13.78.104.0/23\",\r\n \"13.78.106.0/24\",\r\n \"13.78.108.0/25\",\r\n \"13.78.108.128/26\",\r\n \"13.78.108.224/27\",\r\n \"13.78.109.0/24\",\r\n \"13.78.110.0/24\",\r\n \"13.78.111.0/25\",\r\n \"13.78.111.128/26\",\r\n \"13.78.111.192/29\",\r\n \"13.78.111.208/28\",\r\n \"13.78.111.224/27\",\r\n \"13.78.112.0/20\",\r\n \"20.18.0.0/22\",\r\n \"20.18.4.0/25\",\r\n \"20.18.4.128/27\",\r\n \"20.18.4.176/28\",\r\n \"20.18.4.192/26\",\r\n \"20.18.5.0/24\",\r\n \"20.18.6.0/23\",\r\n \"20.18.8.0/21\",\r\n \"20.18.16.0/20\",\r\n \"20.18.32.0/19\",\r\n \"20.18.64.0/18\",\r\n \"20.18.144.0/20\",\r\n \"20.18.192.0/18\",\r\n \"20.27.0.0/18\",\r\n \"20.27.128.0/18\",\r\n \"20.37.96.0/19\",\r\n \"20.38.116.0/23\",\r\n \"20.40.88.0/21\",\r\n \"20.40.96.0/21\",\r\n \"20.43.64.0/19\",\r\n \"20.44.128.0/18\",\r\n \"20.46.112.0/20\",\r\n \"20.46.160.0/19\",\r\n \"20.48.0.0/17\",\r\n \"20.60.172.0/23\",\r\n \"20.60.248.0/23\",\r\n \"20.63.128.0/18\",\r\n \"20.78.0.0/17\",\r\n \"20.78.192.0/18\",\r\n \"20.89.0.0/17\",\r\n \"20.89.128.0/18\",\r\n \"20.95.138.0/24\",\r\n \"20.150.85.0/24\",\r\n \"20.150.105.0/24\",\r\n \"20.188.0.0/19\",\r\n \"20.191.160.0/19\",\r\n \"20.194.128.0/17\",\r\n \"20.202.54.0/23\",\r\n \"20.202.58.0/24\",\r\n \"20.202.66.0/23\",\r\n \"20.202.78.0/24\",\r\n \"20.202.86.0/24\",\r\n \"20.202.91.0/24\",\r\n \"20.202.95.0/24\",\r\n \"20.202.127.0/24\",\r\n \"20.202.181.0/24\",\r\n \"20.209.22.0/23\",\r\n \"20.209.170.0/23\",\r\n \"20.209.234.0/23\",\r\n \"20.210.0.0/17\",\r\n \"20.210.192.0/18\",\r\n \"20.222.0.0/16\",\r\n \"20.243.0.0/16\",\r\n \"23.98.57.64/26\",\r\n \"23.100.96.0/21\",\r\n \"23.102.64.0/19\",\r\n \"40.64.146.32/28\",\r\n \"40.64.166.128/25\",\r\n \"40.79.184.0/21\",\r\n \"40.79.192.0/21\",\r\n \"40.79.208.0/24\",\r\n \"40.81.192.0/19\",\r\n \"40.82.48.0/22\",\r\n \"40.87.200.0/22\",\r\n \"40.115.128.0/17\",\r\n \"52.121.120.0/23\",\r\n \"52.121.152.0/21\",\r\n \"52.121.160.0/22\",\r\n \"52.121.164.0/24\",\r\n \"52.136.31.0/24\",\r\n \"52.140.192.0/18\",\r\n \"52.155.96.0/19\",\r\n \"52.156.32.0/19\",\r\n \"52.185.128.0/18\",\r\n \"52.232.155.0/24\",\r\n \"52.239.144.0/23\",\r\n \"52.243.32.0/19\",\r\n \"52.245.36.0/22\",\r\n \"52.246.160.0/19\",\r\n \"52.253.96.0/19\",\r\n \"52.253.161.0/24\",\r\n \"74.226.128.0/17\",\r\n \"104.41.160.0/19\",\r\n \"104.46.208.0/20\",\r\n \"138.91.0.0/20\",\r\n \"151.206.48.128/27\",\r\n \"151.206.65.0/24\",\r\n \"151.206.66.0/25\",\r\n \"172.207.0.0/16\",\r\n \"191.237.240.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan East IPv6\",\r\n \"communityValue\": \"12076:51012\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:400::/46\",\r\n \"2603:1040:404::/48\",\r\n \"2603:1040:407::/48\",\r\n \"2603:1040:408::/48\",\r\n \"2603:1046:1402::800/117\",\r\n \"2603:1046:1402::1000/116\",\r\n \"2603:1046:1402::2000/115\",\r\n \"2603:1046:1402::4000/114\",\r\n \"2603:1046:1402::8000/113\",\r\n \"2603:1046:1402::1:0/112\",\r\n \"2603:1046:1402::2:0/111\",\r\n \"2603:1046:1402::4:0/110\",\r\n \"2603:1046:1402::8:0/109\",\r\n \"2603:1046:1402::10:0/108\",\r\n \"2603:1046:1402::20:0/107\",\r\n \"2603:1046:1402::40:0/106\",\r\n \"2603:1046:1402::80:0/105\",\r\n \"2603:1046:1402::100:0/104\",\r\n \"2603:1046:1402::200:0/103\",\r\n \"2603:1046:1402::400:0/102\",\r\n \"2603:1046:1402::800:0/101\",\r\n \"2603:1046:1402::1000:0/100\",\r\n \"2603:1046:1402::2000:0/99\",\r\n \"2603:1046:1402::4000:0/98\",\r\n \"2603:1046:1402::8000:0/97\",\r\n \"2603:1046:1402::1:0:0/96\",\r\n \"2603:1046:1402::2:0:0/95\",\r\n \"2603:1046:1402::4:0:0/94\",\r\n \"2603:1046:1402::8:0:0/93\",\r\n \"2603:1046:1402::10:0:0/92\",\r\n \"2603:1046:1402::20:0:0/91\",\r\n \"2603:1046:1402::40:0:0/90\",\r\n \"2603:1046:1402::80:0:0/89\",\r\n \"2603:1046:1402::100:0:0/88\",\r\n \"2603:1046:1402::200:0:0/87\",\r\n \"2603:1046:1402::400:0:0/86\",\r\n \"2603:1046:1402::800:0:0/85\",\r\n \"2603:1046:1402::1000:0:0/84\",\r\n \"2603:1046:1402::2000:0:0/83\",\r\n \"2603:1046:1402::4000:0:0/82\",\r\n \"2603:1046:1402::8000:0:0/81\",\r\n \"2603:1046:1402:0:1::/80\",\r\n \"2603:1046:1402:0:2::/79\",\r\n \"2603:1046:1402:0:4::/78\",\r\n \"2603:1046:1402:0:8::/77\",\r\n \"2603:1046:1402:0:10::/76\",\r\n \"2603:1046:1402:0:20::/75\",\r\n \"2603:1046:1402:0:40::/74\",\r\n \"2603:1046:1402:0:80::/73\",\r\n \"2603:1046:1402:0:100::/72\",\r\n \"2603:1046:1402:0:200::/71\",\r\n \"2603:1046:1402:0:400::/70\",\r\n \"2603:1046:1402:0:800::/69\",\r\n \"2603:1046:1402:0:1000::/68\",\r\n \"2603:1046:1402:0:2000::/67\",\r\n \"2603:1046:1402:0:4000::/66\",\r\n \"2603:1046:1402:0:8000::/65\",\r\n \"2603:1046:1402:1::800/117\",\r\n \"2603:1046:1402:1::1000/116\",\r\n \"2603:1046:1402:1::2000/115\",\r\n \"2603:1046:1402:1::4000/114\",\r\n \"2603:1046:1402:1::8000/113\",\r\n \"2603:1046:1402:1::1:0/112\",\r\n \"2603:1046:1402:1::2:0/111\",\r\n \"2603:1046:1402:1::4:0/110\",\r\n \"2603:1046:1402:1::8:0/109\",\r\n \"2603:1046:1402:1::10:0/108\",\r\n \"2603:1046:1402:1::20:0/107\",\r\n \"2603:1046:1402:1::40:0/106\",\r\n \"2603:1046:1402:1::80:0/105\",\r\n \"2603:1046:1402:1::100:0/104\",\r\n \"2603:1046:1402:1::200:0/103\",\r\n \"2603:1046:1402:1::400:0/102\",\r\n \"2603:1046:1402:1::800:0/101\",\r\n \"2603:1046:1402:1::1000:0/100\",\r\n \"2603:1046:1402:1::2000:0/99\",\r\n \"2603:1046:1402:1::4000:0/98\",\r\n \"2603:1046:1402:1::8000:0/97\",\r\n \"2603:1046:1402:1:0:1::/96\",\r\n \"2603:1046:1402:1:0:2::/95\",\r\n \"2603:1046:1402:1:0:4::/94\",\r\n \"2603:1046:1402:1:0:8::/93\",\r\n \"2603:1046:1402:1:0:10::/92\",\r\n \"2603:1046:1402:1:0:20::/91\",\r\n \"2603:1046:1402:1:0:40::/90\",\r\n \"2603:1046:1402:1:0:80::/89\",\r\n \"2603:1046:1402:1:0:100::/88\",\r\n \"2603:1046:1402:1:0:200::/87\",\r\n \"2603:1046:1402:1:0:400::/86\",\r\n \"2603:1046:1402:1:0:800::/85\",\r\n \"2603:1046:1402:1:0:1000::/84\",\r\n \"2603:1046:1402:1:0:2000::/83\",\r\n \"2603:1046:1402:1:0:4000::/82\",\r\n \"2603:1046:1402:1:0:8000::/81\",\r\n \"2603:1046:1402:1:1::/80\",\r\n \"2603:1046:1402:1:2::/79\",\r\n \"2603:1046:1402:1:4::/78\",\r\n \"2603:1046:1402:1:8::/77\",\r\n \"2603:1046:1402:1:10::/76\",\r\n \"2603:1046:1402:1:20::/75\",\r\n \"2603:1046:1402:1:40::/74\",\r\n \"2603:1046:1402:1:80::/73\",\r\n \"2603:1046:1402:1:100::/72\",\r\n \"2603:1046:1402:1:200::/71\",\r\n \"2603:1046:1402:1:400::/70\",\r\n \"2603:1046:1402:1:800::/69\",\r\n \"2603:1046:1402:1:1000::/68\",\r\n \"2603:1046:1402:1:2000::/67\",\r\n \"2603:1046:1402:1:4000::/66\",\r\n \"2603:1046:1402:1:8000::/65\",\r\n \"2603:1046:1402:2::/63\",\r\n \"2603:1046:1402:4::/62\",\r\n \"2603:1046:1402:8::/61\",\r\n \"2603:1046:1402:10::/60\",\r\n \"2603:1046:1402:20::/59\",\r\n \"2603:1046:1402:40::/58\",\r\n \"2603:1046:1402:80::/57\",\r\n \"2603:1046:1402:100::/56\",\r\n \"2603:1046:1402:200::/55\",\r\n \"2603:1046:1402:400::/54\",\r\n \"2603:1046:1402:800::/53\",\r\n \"2603:1046:1402:1000::/52\",\r\n \"2603:1046:1402:2000::/51\",\r\n \"2603:1046:1402:4000::/50\",\r\n \"2603:1046:1402:8000::/49\",\r\n \"2603:1061:1310:c00::/54\",\r\n \"2603:1061:1711::/48\",\r\n \"2603:1061:2000:5c0::/62\",\r\n \"2603:1061:2002:3900::/57\",\r\n \"2603:1061:2004:3000::/57\",\r\n \"2603:1061:2010:d::/64\",\r\n \"2603:1062:c:2::/63\",\r\n \"2603:1063:40a::/56\",\r\n \"2603:1090:f09::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan West\",\r\n \"communityValue\": \"12076:51013\",\r\n \"communityPrefixes\": [\r\n \"4.190.128.0/23\",\r\n \"4.190.130.0/27\",\r\n \"4.190.130.48/28\",\r\n \"4.190.130.64/26\",\r\n \"4.190.130.128/25\",\r\n \"4.190.131.0/24\",\r\n \"4.190.132.0/22\",\r\n \"4.190.136.0/21\",\r\n \"4.190.144.0/20\",\r\n \"4.190.160.0/19\",\r\n \"4.190.192.0/18\",\r\n \"13.73.232.0/21\",\r\n \"20.18.128.0/20\",\r\n \"20.18.160.0/20\",\r\n \"20.18.176.0/21\",\r\n \"20.27.64.0/18\",\r\n \"20.27.192.0/18\",\r\n \"20.39.176.0/21\",\r\n \"20.60.12.0/24\",\r\n \"20.60.105.0/24\",\r\n \"20.60.118.0/24\",\r\n \"20.60.186.0/23\",\r\n \"20.63.192.0/18\",\r\n \"20.78.128.0/18\",\r\n \"20.89.192.0/18\",\r\n \"20.95.128.0/24\",\r\n \"20.150.10.0/23\",\r\n \"20.189.192.0/18\",\r\n \"20.201.149.0/24\",\r\n \"20.201.150.0/24\",\r\n \"20.202.42.0/24\",\r\n \"20.202.50.0/23\",\r\n \"20.202.52.0/23\",\r\n \"20.202.79.0/24\",\r\n \"20.202.87.0/24\",\r\n \"20.202.88.0/24\",\r\n \"20.202.92.0/24\",\r\n \"20.202.96.0/24\",\r\n \"20.202.182.0/24\",\r\n \"20.209.16.0/23\",\r\n \"20.209.236.0/23\",\r\n \"20.210.128.0/18\",\r\n \"23.98.56.0/24\",\r\n \"23.100.104.0/21\",\r\n \"40.64.146.48/28\",\r\n \"40.64.167.0/25\",\r\n \"40.74.64.0/19\",\r\n \"40.74.96.0/22\",\r\n \"40.74.100.0/24\",\r\n \"40.74.101.0/26\",\r\n \"40.74.101.96/27\",\r\n \"40.74.101.128/25\",\r\n \"40.74.102.0/23\",\r\n \"40.74.104.0/21\",\r\n \"40.74.112.0/20\",\r\n \"40.74.128.0/20\",\r\n \"40.79.209.0/24\",\r\n \"40.80.56.0/21\",\r\n \"40.80.176.0/22\",\r\n \"40.80.180.0/26\",\r\n \"40.80.180.64/27\",\r\n \"40.80.180.96/28\",\r\n \"40.80.180.120/29\",\r\n \"40.80.180.128/25\",\r\n \"40.80.181.0/24\",\r\n \"40.80.182.0/23\",\r\n \"40.81.176.0/20\",\r\n \"40.87.204.0/22\",\r\n \"52.121.80.0/22\",\r\n \"52.121.84.0/23\",\r\n \"52.121.116.0/22\",\r\n \"52.121.165.0/24\",\r\n \"52.121.168.0/22\",\r\n \"52.147.64.0/19\",\r\n \"52.175.128.0/18\",\r\n \"52.232.158.0/24\",\r\n \"52.239.146.0/23\",\r\n \"52.245.92.0/22\",\r\n \"74.226.0.0/17\",\r\n \"104.46.224.0/20\",\r\n \"104.214.128.0/19\",\r\n \"104.215.0.0/18\",\r\n \"138.91.16.0/20\",\r\n \"151.206.48.96/27\",\r\n \"151.206.64.0/24\",\r\n \"191.233.32.0/20\",\r\n \"191.237.236.0/24\",\r\n \"191.238.68.0/24\",\r\n \"191.238.80.0/21\",\r\n \"191.238.88.0/22\",\r\n \"191.238.92.0/23\",\r\n \"191.239.96.0/20\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan West IPv6\",\r\n \"communityValue\": \"12076:51013\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:600::/46\",\r\n \"2603:1040:606::/47\",\r\n \"2603:1046:1403::800/117\",\r\n \"2603:1046:1403::1000/116\",\r\n \"2603:1046:1403::2000/115\",\r\n \"2603:1046:1403::4000/114\",\r\n \"2603:1046:1403::8000/113\",\r\n \"2603:1046:1403::1:0/112\",\r\n \"2603:1046:1403::2:0/111\",\r\n \"2603:1046:1403::4:0/110\",\r\n \"2603:1046:1403::8:0/109\",\r\n \"2603:1046:1403::10:0/108\",\r\n \"2603:1046:1403::20:0/107\",\r\n \"2603:1046:1403::40:0/106\",\r\n \"2603:1046:1403::80:0/105\",\r\n \"2603:1046:1403::100:0/104\",\r\n \"2603:1046:1403::200:0/103\",\r\n \"2603:1046:1403::400:0/102\",\r\n \"2603:1046:1403::800:0/101\",\r\n \"2603:1046:1403::1000:0/100\",\r\n \"2603:1046:1403::2000:0/99\",\r\n \"2603:1046:1403::4000:0/98\",\r\n \"2603:1046:1403::8000:0/97\",\r\n \"2603:1046:1403::1:0:0/96\",\r\n \"2603:1046:1403::2:0:0/95\",\r\n \"2603:1046:1403::4:0:0/94\",\r\n \"2603:1046:1403::8:0:0/93\",\r\n \"2603:1046:1403::10:0:0/92\",\r\n \"2603:1046:1403::20:0:0/91\",\r\n \"2603:1046:1403::40:0:0/90\",\r\n \"2603:1046:1403::80:0:0/89\",\r\n \"2603:1046:1403::100:0:0/88\",\r\n \"2603:1046:1403::200:0:0/87\",\r\n \"2603:1046:1403::400:0:0/86\",\r\n \"2603:1046:1403::800:0:0/85\",\r\n \"2603:1046:1403::1000:0:0/84\",\r\n \"2603:1046:1403::2000:0:0/83\",\r\n \"2603:1046:1403::4000:0:0/82\",\r\n \"2603:1046:1403::8000:0:0/81\",\r\n \"2603:1046:1403:0:1::/80\",\r\n \"2603:1046:1403:0:2::/79\",\r\n \"2603:1046:1403:0:4::/78\",\r\n \"2603:1046:1403:0:8::/77\",\r\n \"2603:1046:1403:0:10::/76\",\r\n \"2603:1046:1403:0:20::/75\",\r\n \"2603:1046:1403:0:40::/74\",\r\n \"2603:1046:1403:0:80::/73\",\r\n \"2603:1046:1403:0:100::/72\",\r\n \"2603:1046:1403:0:200::/71\",\r\n \"2603:1046:1403:0:400::/70\",\r\n \"2603:1046:1403:0:800::/69\",\r\n \"2603:1046:1403:0:1000::/68\",\r\n \"2603:1046:1403:0:2000::/67\",\r\n \"2603:1046:1403:0:4000::/66\",\r\n \"2603:1046:1403:0:8000::/65\",\r\n \"2603:1046:1403:1::800/117\",\r\n \"2603:1046:1403:1::1000/116\",\r\n \"2603:1046:1403:1::2000/115\",\r\n \"2603:1046:1403:1::4000/114\",\r\n \"2603:1046:1403:1::8000/113\",\r\n \"2603:1046:1403:1::1:0/112\",\r\n \"2603:1046:1403:1::2:0/111\",\r\n \"2603:1046:1403:1::4:0/110\",\r\n \"2603:1046:1403:1::8:0/109\",\r\n \"2603:1046:1403:1::10:0/108\",\r\n \"2603:1046:1403:1::20:0/107\",\r\n \"2603:1046:1403:1::40:0/106\",\r\n \"2603:1046:1403:1::80:0/105\",\r\n \"2603:1046:1403:1::100:0/104\",\r\n \"2603:1046:1403:1::200:0/103\",\r\n \"2603:1046:1403:1::400:0/102\",\r\n \"2603:1046:1403:1::800:0/101\",\r\n \"2603:1046:1403:1::1000:0/100\",\r\n \"2603:1046:1403:1::2000:0/99\",\r\n \"2603:1046:1403:1::4000:0/98\",\r\n \"2603:1046:1403:1::8000:0/97\",\r\n \"2603:1046:1403:1:0:1::/96\",\r\n \"2603:1046:1403:1:0:2::/95\",\r\n \"2603:1046:1403:1:0:4::/94\",\r\n \"2603:1046:1403:1:0:8::/93\",\r\n \"2603:1046:1403:1:0:10::/92\",\r\n \"2603:1046:1403:1:0:20::/91\",\r\n \"2603:1046:1403:1:0:40::/90\",\r\n \"2603:1046:1403:1:0:80::/89\",\r\n \"2603:1046:1403:1:0:100::/88\",\r\n \"2603:1046:1403:1:0:200::/87\",\r\n \"2603:1046:1403:1:0:400::/86\",\r\n \"2603:1046:1403:1:0:800::/85\",\r\n \"2603:1046:1403:1:0:1000::/84\",\r\n \"2603:1046:1403:1:0:2000::/83\",\r\n \"2603:1046:1403:1:0:4000::/82\",\r\n \"2603:1046:1403:1:0:8000::/81\",\r\n \"2603:1046:1403:1:1::/80\",\r\n \"2603:1046:1403:1:2::/79\",\r\n \"2603:1046:1403:1:4::/78\",\r\n \"2603:1046:1403:1:8::/77\",\r\n \"2603:1046:1403:1:10::/76\",\r\n \"2603:1046:1403:1:20::/75\",\r\n \"2603:1046:1403:1:40::/74\",\r\n \"2603:1046:1403:1:80::/73\",\r\n \"2603:1046:1403:1:100::/72\",\r\n \"2603:1046:1403:1:200::/71\",\r\n \"2603:1046:1403:1:400::/70\",\r\n \"2603:1046:1403:1:800::/69\",\r\n \"2603:1046:1403:1:1000::/68\",\r\n \"2603:1046:1403:1:2000::/67\",\r\n \"2603:1046:1403:1:4000::/66\",\r\n \"2603:1046:1403:1:8000::/65\",\r\n \"2603:1046:1403:2::/63\",\r\n \"2603:1046:1403:4::/62\",\r\n \"2603:1046:1403:8::/61\",\r\n \"2603:1046:1403:10::/60\",\r\n \"2603:1046:1403:20::/59\",\r\n \"2603:1046:1403:40::/58\",\r\n \"2603:1046:1403:80::/57\",\r\n \"2603:1046:1403:100::/56\",\r\n \"2603:1046:1403:200::/55\",\r\n \"2603:1046:1403:400::/54\",\r\n \"2603:1046:1403:800::/53\",\r\n \"2603:1046:1403:1000::/52\",\r\n \"2603:1046:1403:2000::/51\",\r\n \"2603:1046:1403:4000::/50\",\r\n \"2603:1046:1403:8000::/49\",\r\n \"2603:1061:1310:1000::/54\",\r\n \"2603:1061:1712::/48\",\r\n \"2603:1061:2000:5c8::/62\",\r\n \"2603:1061:2002:3800::/57\",\r\n \"2603:1061:2004:3100::/57\",\r\n \"2603:1061:2010:e::/64\",\r\n \"2603:1062:c::/63\",\r\n \"2603:1063:40b::/56\",\r\n \"2603:1090:903::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea Central\",\r\n \"communityValue\": \"12076:51029\",\r\n \"communityPrefixes\": [\r\n \"4.181.0.0/16\",\r\n \"4.183.0.0/16\",\r\n \"4.217.0.0/16\",\r\n \"4.218.0.0/16\",\r\n \"4.230.0.0/16\",\r\n \"20.39.184.0/21\",\r\n \"20.39.192.0/20\",\r\n \"20.41.64.0/18\",\r\n \"20.44.24.0/21\",\r\n \"20.60.16.0/24\",\r\n \"20.60.200.0/23\",\r\n \"20.95.140.0/24\",\r\n \"20.150.4.0/23\",\r\n \"20.194.0.0/18\",\r\n \"20.194.64.0/21\",\r\n \"20.194.72.0/24\",\r\n \"20.194.73.16/28\",\r\n \"20.194.73.32/27\",\r\n \"20.194.73.64/26\",\r\n \"20.194.73.128/25\",\r\n \"20.194.74.0/23\",\r\n \"20.194.76.0/22\",\r\n \"20.194.80.0/21\",\r\n \"20.194.96.0/19\",\r\n \"20.196.64.0/18\",\r\n \"20.196.128.0/17\",\r\n \"20.200.192.0/18\",\r\n \"20.202.238.0/23\",\r\n \"20.202.240.0/22\",\r\n \"20.209.46.0/23\",\r\n \"20.209.250.0/23\",\r\n \"20.214.64.0/18\",\r\n \"20.214.128.0/17\",\r\n \"20.249.0.0/16\",\r\n \"40.64.147.0/28\",\r\n \"40.64.167.128/25\",\r\n \"40.79.221.0/24\",\r\n \"40.80.36.0/22\",\r\n \"40.82.128.0/19\",\r\n \"51.53.200.0/21\",\r\n \"52.121.172.0/22\",\r\n \"52.121.176.0/23\",\r\n \"52.141.0.0/18\",\r\n \"52.231.0.0/20\",\r\n \"52.231.16.0/23\",\r\n \"52.231.18.0/24\",\r\n \"52.231.19.0/25\",\r\n \"52.231.19.160/27\",\r\n \"52.231.19.192/26\",\r\n \"52.231.20.0/23\",\r\n \"52.231.22.0/24\",\r\n \"52.231.23.0/26\",\r\n \"52.231.23.64/27\",\r\n \"52.231.23.104/29\",\r\n \"52.231.23.112/28\",\r\n \"52.231.23.128/25\",\r\n \"52.231.24.0/21\",\r\n \"52.231.32.0/19\",\r\n \"52.231.64.0/18\",\r\n \"52.232.145.0/24\",\r\n \"52.239.148.0/27\",\r\n \"52.239.164.192/26\",\r\n \"52.239.190.128/26\",\r\n \"52.245.112.0/22\",\r\n \"52.253.173.0/24\",\r\n \"52.253.174.0/24\",\r\n \"74.227.136.0/21\",\r\n \"151.206.48.224/28\",\r\n \"151.206.69.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea Central IPv6\",\r\n \"communityValue\": \"12076:51029\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:f00::/47\",\r\n \"2603:1040:f02::/48\",\r\n \"2603:1040:f05::/48\",\r\n \"2603:1040:f06::/48\",\r\n \"2603:1046:1404::800/117\",\r\n \"2603:1046:1404::1000/116\",\r\n \"2603:1046:1404::2000/115\",\r\n \"2603:1046:1404::4000/114\",\r\n \"2603:1046:1404::8000/113\",\r\n \"2603:1046:1404::1:0/112\",\r\n \"2603:1046:1404::2:0/111\",\r\n \"2603:1046:1404::4:0/110\",\r\n \"2603:1046:1404::8:0/109\",\r\n \"2603:1046:1404::10:0/108\",\r\n \"2603:1046:1404::20:0/107\",\r\n \"2603:1046:1404::40:0/106\",\r\n \"2603:1046:1404::80:0/105\",\r\n \"2603:1046:1404::100:0/104\",\r\n \"2603:1046:1404::200:0/103\",\r\n \"2603:1046:1404::400:0/102\",\r\n \"2603:1046:1404::800:0/101\",\r\n \"2603:1046:1404::1000:0/100\",\r\n \"2603:1046:1404::2000:0/99\",\r\n \"2603:1046:1404::4000:0/98\",\r\n \"2603:1046:1404::8000:0/97\",\r\n \"2603:1046:1404::1:0:0/96\",\r\n \"2603:1046:1404::2:0:0/95\",\r\n \"2603:1046:1404::4:0:0/94\",\r\n \"2603:1046:1404::8:0:0/93\",\r\n \"2603:1046:1404::10:0:0/92\",\r\n \"2603:1046:1404::20:0:0/91\",\r\n \"2603:1046:1404::40:0:0/90\",\r\n \"2603:1046:1404::80:0:0/89\",\r\n \"2603:1046:1404::100:0:0/88\",\r\n \"2603:1046:1404::200:0:0/87\",\r\n \"2603:1046:1404::400:0:0/86\",\r\n \"2603:1046:1404::800:0:0/85\",\r\n \"2603:1046:1404::1000:0:0/84\",\r\n \"2603:1046:1404::2000:0:0/83\",\r\n \"2603:1046:1404::4000:0:0/82\",\r\n \"2603:1046:1404::8000:0:0/81\",\r\n \"2603:1046:1404:0:1::/80\",\r\n \"2603:1046:1404:0:2::/79\",\r\n \"2603:1046:1404:0:4::/78\",\r\n \"2603:1046:1404:0:8::/77\",\r\n \"2603:1046:1404:0:10::/76\",\r\n \"2603:1046:1404:0:20::/75\",\r\n \"2603:1046:1404:0:40::/74\",\r\n \"2603:1046:1404:0:80::/73\",\r\n \"2603:1046:1404:0:100::/72\",\r\n \"2603:1046:1404:0:200::/71\",\r\n \"2603:1046:1404:0:400::/70\",\r\n \"2603:1046:1404:0:800::/69\",\r\n \"2603:1046:1404:0:1000::/68\",\r\n \"2603:1046:1404:0:2000::/67\",\r\n \"2603:1046:1404:0:4000::/66\",\r\n \"2603:1046:1404:0:8000::/65\",\r\n \"2603:1046:1404:1::800/117\",\r\n \"2603:1046:1404:1::1000/116\",\r\n \"2603:1046:1404:1::2000/115\",\r\n \"2603:1046:1404:1::4000/114\",\r\n \"2603:1046:1404:1::8000/113\",\r\n \"2603:1046:1404:1::1:0/112\",\r\n \"2603:1046:1404:1::2:0/111\",\r\n \"2603:1046:1404:1::4:0/110\",\r\n \"2603:1046:1404:1::8:0/109\",\r\n \"2603:1046:1404:1::10:0/108\",\r\n \"2603:1046:1404:1::20:0/107\",\r\n \"2603:1046:1404:1::40:0/106\",\r\n \"2603:1046:1404:1::80:0/105\",\r\n \"2603:1046:1404:1::100:0/104\",\r\n \"2603:1046:1404:1::200:0/103\",\r\n \"2603:1046:1404:1::400:0/102\",\r\n \"2603:1046:1404:1::800:0/101\",\r\n \"2603:1046:1404:1::1000:0/100\",\r\n \"2603:1046:1404:1::2000:0/99\",\r\n \"2603:1046:1404:1::4000:0/98\",\r\n \"2603:1046:1404:1::8000:0/97\",\r\n \"2603:1046:1404:1:0:1::/96\",\r\n \"2603:1046:1404:1:0:2::/95\",\r\n \"2603:1046:1404:1:0:4::/94\",\r\n \"2603:1046:1404:1:0:8::/93\",\r\n \"2603:1046:1404:1:0:10::/92\",\r\n \"2603:1046:1404:1:0:20::/91\",\r\n \"2603:1046:1404:1:0:40::/90\",\r\n \"2603:1046:1404:1:0:80::/89\",\r\n \"2603:1046:1404:1:0:100::/88\",\r\n \"2603:1046:1404:1:0:200::/87\",\r\n \"2603:1046:1404:1:0:400::/86\",\r\n \"2603:1046:1404:1:0:800::/85\",\r\n \"2603:1046:1404:1:0:1000::/84\",\r\n \"2603:1046:1404:1:0:2000::/83\",\r\n \"2603:1046:1404:1:0:4000::/82\",\r\n \"2603:1046:1404:1:0:8000::/81\",\r\n \"2603:1046:1404:1:1::/80\",\r\n \"2603:1046:1404:1:2::/79\",\r\n \"2603:1046:1404:1:4::/78\",\r\n \"2603:1046:1404:1:8::/77\",\r\n \"2603:1046:1404:1:10::/76\",\r\n \"2603:1046:1404:1:20::/75\",\r\n \"2603:1046:1404:1:40::/74\",\r\n \"2603:1046:1404:1:80::/73\",\r\n \"2603:1046:1404:1:100::/72\",\r\n \"2603:1046:1404:1:200::/71\",\r\n \"2603:1046:1404:1:400::/70\",\r\n \"2603:1046:1404:1:800::/69\",\r\n \"2603:1046:1404:1:1000::/68\",\r\n \"2603:1046:1404:1:2000::/67\",\r\n \"2603:1046:1404:1:4000::/66\",\r\n \"2603:1046:1404:1:8000::/65\",\r\n \"2603:1046:1404:2::/63\",\r\n \"2603:1046:1404:4::/62\",\r\n \"2603:1046:1404:8::/61\",\r\n \"2603:1046:1404:10::/60\",\r\n \"2603:1046:1404:20::/59\",\r\n \"2603:1046:1404:40::/58\",\r\n \"2603:1046:1404:80::/57\",\r\n \"2603:1046:1404:100::/56\",\r\n \"2603:1046:1404:200::/55\",\r\n \"2603:1046:1404:400::/54\",\r\n \"2603:1046:1404:800::/53\",\r\n \"2603:1046:1404:1000::/52\",\r\n \"2603:1046:1404:2000::/51\",\r\n \"2603:1046:1404:4000::/50\",\r\n \"2603:1046:1404:8000::/49\",\r\n \"2603:1061:1310:1c00::/54\",\r\n \"2603:1061:1713::/48\",\r\n \"2603:1061:2000:4c0::/62\",\r\n \"2603:1061:2002:2000::/57\",\r\n \"2603:1061:2004:1800::/57\",\r\n \"2603:1061:2010:f::/64\",\r\n \"2603:1062:c:8::/63\",\r\n \"2603:1063:40c::/56\",\r\n \"2603:1090:604::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea South\",\r\n \"communityValue\": \"12076:51028\",\r\n \"communityPrefixes\": [\r\n \"4.243.0.0/16\",\r\n \"20.39.168.0/21\",\r\n \"20.60.45.0/24\",\r\n \"20.60.202.0/23\",\r\n \"20.150.14.0/23\",\r\n \"20.194.88.0/21\",\r\n \"20.200.128.0/18\",\r\n \"20.202.40.0/24\",\r\n \"20.214.0.0/18\",\r\n \"40.64.147.16/28\",\r\n \"40.64.168.0/25\",\r\n \"40.79.220.0/24\",\r\n \"40.80.32.0/22\",\r\n \"40.80.168.0/21\",\r\n \"40.80.224.0/20\",\r\n \"40.89.192.0/19\",\r\n \"52.147.96.0/19\",\r\n \"52.231.128.0/20\",\r\n \"52.231.144.0/23\",\r\n \"52.231.146.0/24\",\r\n \"52.231.147.0/25\",\r\n \"52.231.147.128/26\",\r\n \"52.231.147.224/27\",\r\n \"52.231.148.0/23\",\r\n \"52.231.150.0/24\",\r\n \"52.231.151.0/27\",\r\n \"52.231.151.32/28\",\r\n \"52.231.151.56/29\",\r\n \"52.231.151.64/26\",\r\n \"52.231.151.128/25\",\r\n \"52.231.152.0/21\",\r\n \"52.231.160.0/19\",\r\n \"52.231.192.0/18\",\r\n \"52.232.144.0/24\",\r\n \"52.239.165.0/26\",\r\n \"52.239.165.160/27\",\r\n \"52.239.190.192/26\",\r\n \"52.239.204.0/24\",\r\n \"52.245.100.0/22\",\r\n \"74.227.0.0/17\",\r\n \"74.227.128.0/21\",\r\n \"151.206.48.192/27\",\r\n \"151.206.68.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea South IPv6\",\r\n \"communityValue\": \"12076:51028\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:e00::/47\",\r\n \"2603:1040:e02::/48\",\r\n \"2603:1040:e05::/48\",\r\n \"2603:1040:e06::/48\",\r\n \"2603:1046:1405::800/117\",\r\n \"2603:1046:1405::1000/116\",\r\n \"2603:1046:1405::2000/115\",\r\n \"2603:1046:1405::4000/114\",\r\n \"2603:1046:1405::8000/113\",\r\n \"2603:1046:1405::1:0/112\",\r\n \"2603:1046:1405::2:0/111\",\r\n \"2603:1046:1405::4:0/110\",\r\n \"2603:1046:1405::8:0/109\",\r\n \"2603:1046:1405::10:0/108\",\r\n \"2603:1046:1405::20:0/107\",\r\n \"2603:1046:1405::40:0/106\",\r\n \"2603:1046:1405::80:0/105\",\r\n \"2603:1046:1405::100:0/104\",\r\n \"2603:1046:1405::200:0/103\",\r\n \"2603:1046:1405::400:0/102\",\r\n \"2603:1046:1405::800:0/101\",\r\n \"2603:1046:1405::1000:0/100\",\r\n \"2603:1046:1405::2000:0/99\",\r\n \"2603:1046:1405::4000:0/98\",\r\n \"2603:1046:1405::8000:0/97\",\r\n \"2603:1046:1405::1:0:0/96\",\r\n \"2603:1046:1405::2:0:0/95\",\r\n \"2603:1046:1405::4:0:0/94\",\r\n \"2603:1046:1405::8:0:0/93\",\r\n \"2603:1046:1405::10:0:0/92\",\r\n \"2603:1046:1405::20:0:0/91\",\r\n \"2603:1046:1405::40:0:0/90\",\r\n \"2603:1046:1405::80:0:0/89\",\r\n \"2603:1046:1405::100:0:0/88\",\r\n \"2603:1046:1405::200:0:0/87\",\r\n \"2603:1046:1405::400:0:0/86\",\r\n \"2603:1046:1405::800:0:0/85\",\r\n \"2603:1046:1405::1000:0:0/84\",\r\n \"2603:1046:1405::2000:0:0/83\",\r\n \"2603:1046:1405::4000:0:0/82\",\r\n \"2603:1046:1405::8000:0:0/81\",\r\n \"2603:1046:1405:0:1::/80\",\r\n \"2603:1046:1405:0:2::/79\",\r\n \"2603:1046:1405:0:4::/78\",\r\n \"2603:1046:1405:0:8::/77\",\r\n \"2603:1046:1405:0:10::/76\",\r\n \"2603:1046:1405:0:20::/75\",\r\n \"2603:1046:1405:0:40::/74\",\r\n \"2603:1046:1405:0:80::/73\",\r\n \"2603:1046:1405:0:100::/72\",\r\n \"2603:1046:1405:0:200::/71\",\r\n \"2603:1046:1405:0:400::/70\",\r\n \"2603:1046:1405:0:800::/69\",\r\n \"2603:1046:1405:0:1000::/68\",\r\n \"2603:1046:1405:0:2000::/67\",\r\n \"2603:1046:1405:0:4000::/66\",\r\n \"2603:1046:1405:0:8000::/65\",\r\n \"2603:1046:1405:1::800/117\",\r\n \"2603:1046:1405:1::1000/116\",\r\n \"2603:1046:1405:1::2000/115\",\r\n \"2603:1046:1405:1::4000/114\",\r\n \"2603:1046:1405:1::8000/113\",\r\n \"2603:1046:1405:1::1:0/112\",\r\n \"2603:1046:1405:1::2:0/111\",\r\n \"2603:1046:1405:1::4:0/110\",\r\n \"2603:1046:1405:1::8:0/109\",\r\n \"2603:1046:1405:1::10:0/108\",\r\n \"2603:1046:1405:1::20:0/107\",\r\n \"2603:1046:1405:1::40:0/106\",\r\n \"2603:1046:1405:1::80:0/105\",\r\n \"2603:1046:1405:1::100:0/104\",\r\n \"2603:1046:1405:1::200:0/103\",\r\n \"2603:1046:1405:1::400:0/102\",\r\n \"2603:1046:1405:1::800:0/101\",\r\n \"2603:1046:1405:1::1000:0/100\",\r\n \"2603:1046:1405:1::2000:0/99\",\r\n \"2603:1046:1405:1::4000:0/98\",\r\n \"2603:1046:1405:1::8000:0/97\",\r\n \"2603:1046:1405:1:0:1::/96\",\r\n \"2603:1046:1405:1:0:2::/95\",\r\n \"2603:1046:1405:1:0:4::/94\",\r\n \"2603:1046:1405:1:0:8::/93\",\r\n \"2603:1046:1405:1:0:10::/92\",\r\n \"2603:1046:1405:1:0:20::/91\",\r\n \"2603:1046:1405:1:0:40::/90\",\r\n \"2603:1046:1405:1:0:80::/89\",\r\n \"2603:1046:1405:1:0:100::/88\",\r\n \"2603:1046:1405:1:0:200::/87\",\r\n \"2603:1046:1405:1:0:400::/86\",\r\n \"2603:1046:1405:1:0:800::/85\",\r\n \"2603:1046:1405:1:0:1000::/84\",\r\n \"2603:1046:1405:1:0:2000::/83\",\r\n \"2603:1046:1405:1:0:4000::/82\",\r\n \"2603:1046:1405:1:0:8000::/81\",\r\n \"2603:1046:1405:1:1::/80\",\r\n \"2603:1046:1405:1:2::/79\",\r\n \"2603:1046:1405:1:4::/78\",\r\n \"2603:1046:1405:1:8::/77\",\r\n \"2603:1046:1405:1:10::/76\",\r\n \"2603:1046:1405:1:20::/75\",\r\n \"2603:1046:1405:1:40::/74\",\r\n \"2603:1046:1405:1:80::/73\",\r\n \"2603:1046:1405:1:100::/72\",\r\n \"2603:1046:1405:1:200::/71\",\r\n \"2603:1046:1405:1:400::/70\",\r\n \"2603:1046:1405:1:800::/69\",\r\n \"2603:1046:1405:1:1000::/68\",\r\n \"2603:1046:1405:1:2000::/67\",\r\n \"2603:1046:1405:1:4000::/66\",\r\n \"2603:1046:1405:1:8000::/65\",\r\n \"2603:1046:1405:2::/63\",\r\n \"2603:1046:1405:4::/62\",\r\n \"2603:1046:1405:8::/61\",\r\n \"2603:1046:1405:10::/60\",\r\n \"2603:1046:1405:20::/59\",\r\n \"2603:1046:1405:40::/58\",\r\n \"2603:1046:1405:80::/57\",\r\n \"2603:1046:1405:100::/56\",\r\n \"2603:1046:1405:200::/55\",\r\n \"2603:1046:1405:400::/54\",\r\n \"2603:1046:1405:800::/53\",\r\n \"2603:1046:1405:1000::/52\",\r\n \"2603:1046:1405:2000::/51\",\r\n \"2603:1046:1405:4000::/50\",\r\n \"2603:1046:1405:8000::/49\",\r\n \"2603:1061:1310:2000::/54\",\r\n \"2603:1061:1714::/48\",\r\n \"2603:1061:2000:4c8::/62\",\r\n \"2603:1061:2002:2100::/57\",\r\n \"2603:1061:2004:1900::/57\",\r\n \"2603:1061:2010:10::/64\",\r\n \"2603:1062:c:6::/63\",\r\n \"2603:1063:40d::/56\",\r\n \"2603:1090:505::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Malaysia South\",\r\n \"communityValue\": \"12076:51055\",\r\n \"communityPrefixes\": [\r\n \"20.17.0.0/18\",\r\n \"20.17.64.0/21\",\r\n \"20.17.192.0/18\",\r\n \"20.38.21.0/24\",\r\n \"20.201.146.0/24\",\r\n \"20.209.66.0/23\",\r\n \"20.209.78.0/23\",\r\n \"40.64.192.0/25\",\r\n \"40.112.0.0/19\",\r\n \"40.120.128.0/26\",\r\n \"40.120.128.64/28\",\r\n \"40.120.128.80/29\",\r\n \"40.120.128.88/30\",\r\n \"52.121.8.0/22\",\r\n \"52.121.12.0/23\",\r\n \"52.121.14.0/24\",\r\n \"52.121.167.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Malaysia South IPv6\",\r\n \"communityValue\": \"12076:51055\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1502::/47\",\r\n \"2603:1040:1504::/48\",\r\n \"2603:1061:100a::/59\",\r\n \"2603:1061:100a:20::/63\",\r\n \"2603:1061:1740::/48\",\r\n \"2603:1061:2010:40::/64\",\r\n \"2603:1063:415::/64\",\r\n \"2603:1090:1700::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Central US\",\r\n \"communityValue\": \"12076:51007\",\r\n \"communityPrefixes\": [\r\n \"20.25.192.0/18\",\r\n \"20.36.96.0/21\",\r\n \"20.41.128.0/18\",\r\n \"20.49.112.0/21\",\r\n \"20.51.0.0/25\",\r\n \"20.51.0.196/30\",\r\n \"20.51.0.200/29\",\r\n \"20.51.0.208/28\",\r\n \"20.51.0.224/27\",\r\n \"20.51.1.0/24\",\r\n \"20.51.2.0/23\",\r\n \"20.51.4.0/22\",\r\n \"20.59.192.0/18\",\r\n \"20.60.28.0/23\",\r\n \"20.60.82.0/23\",\r\n \"20.66.128.0/17\",\r\n \"20.72.32.0/19\",\r\n \"20.80.0.0/18\",\r\n \"20.88.0.0/18\",\r\n \"20.95.7.0/24\",\r\n \"20.95.8.0/21\",\r\n \"20.95.18.0/24\",\r\n \"20.98.0.0/18\",\r\n \"20.102.192.0/18\",\r\n \"20.112.160.0/20\",\r\n \"20.112.176.0/21\",\r\n \"20.125.160.0/19\",\r\n \"20.125.192.0/19\",\r\n \"20.125.224.0/20\",\r\n \"20.150.17.0/25\",\r\n \"20.150.25.0/24\",\r\n \"20.150.49.0/24\",\r\n \"20.150.67.0/24\",\r\n \"20.150.126.0/24\",\r\n \"20.201.135.0/24\",\r\n \"20.201.136.0/24\",\r\n \"20.209.38.0/23\",\r\n \"20.209.114.0/23\",\r\n \"20.209.218.0/24\",\r\n \"20.221.192.0/18\",\r\n \"20.236.64.0/18\",\r\n \"20.241.0.0/17\",\r\n \"23.96.128.0/17\",\r\n \"23.98.48.0/21\",\r\n \"23.100.72.0/21\",\r\n \"23.100.224.0/20\",\r\n \"23.101.160.0/20\",\r\n \"40.64.146.96/28\",\r\n \"40.64.168.128/25\",\r\n \"40.78.208.64/28\",\r\n \"40.78.222.0/24\",\r\n \"40.80.184.0/21\",\r\n \"40.81.32.0/20\",\r\n \"40.87.172.0/22\",\r\n \"40.91.24.0/22\",\r\n \"40.116.0.0/16\",\r\n \"52.141.128.0/18\",\r\n \"52.159.64.0/18\",\r\n \"52.162.0.0/18\",\r\n \"52.162.64.0/19\",\r\n \"52.162.96.0/21\",\r\n \"52.162.104.0/22\",\r\n \"52.162.108.0/23\",\r\n \"52.162.110.0/26\",\r\n \"52.162.110.64/27\",\r\n \"52.162.110.128/25\",\r\n \"52.162.111.0/24\",\r\n \"52.162.112.0/20\",\r\n \"52.162.128.0/17\",\r\n \"52.232.156.0/24\",\r\n \"52.237.128.0/18\",\r\n \"52.239.149.0/24\",\r\n \"52.239.186.0/24\",\r\n \"52.239.253.0/24\",\r\n \"52.240.128.0/18\",\r\n \"52.240.192.0/19\",\r\n \"52.240.224.0/20\",\r\n \"52.240.240.0/24\",\r\n \"52.240.241.0/26\",\r\n \"52.240.241.64/28\",\r\n \"52.240.241.80/29\",\r\n \"52.240.241.96/27\",\r\n \"52.240.241.128/25\",\r\n \"52.240.242.0/23\",\r\n \"52.240.244.0/22\",\r\n \"52.240.248.0/21\",\r\n \"52.245.72.0/22\",\r\n \"52.252.128.0/17\",\r\n \"57.150.11.112/28\",\r\n \"57.150.11.128/25\",\r\n \"57.150.12.0/25\",\r\n \"57.150.12.128/28\",\r\n \"57.150.19.80/28\",\r\n \"57.150.19.96/27\",\r\n \"57.150.19.128/27\",\r\n \"57.150.19.160/28\",\r\n \"65.52.0.0/19\",\r\n \"65.52.48.0/20\",\r\n \"65.52.104.0/24\",\r\n \"65.52.106.16/28\",\r\n \"65.52.106.32/27\",\r\n \"65.52.106.64/26\",\r\n \"65.52.106.128/25\",\r\n \"65.52.192.0/19\",\r\n \"65.52.232.0/21\",\r\n \"65.52.240.0/21\",\r\n \"104.47.220.0/22\",\r\n \"151.206.50.160/27\",\r\n \"151.206.94.0/23\",\r\n \"157.55.24.0/21\",\r\n \"157.55.60.224/27\",\r\n \"157.55.64.0/20\",\r\n \"157.55.115.0/25\",\r\n \"157.55.136.0/21\",\r\n \"157.55.151.0/28\",\r\n \"157.55.160.0/20\",\r\n \"157.55.208.0/21\",\r\n \"157.55.248.0/21\",\r\n \"157.56.8.0/21\",\r\n \"157.56.24.160/27\",\r\n \"157.56.24.192/28\",\r\n \"157.56.28.0/22\",\r\n \"157.56.216.0/26\",\r\n \"168.62.96.0/19\",\r\n \"168.62.224.0/19\",\r\n \"172.183.0.0/16\",\r\n \"172.214.128.0/17\",\r\n \"191.233.144.0/20\",\r\n \"191.236.128.0/18\",\r\n \"207.46.193.192/28\",\r\n \"207.46.193.224/27\",\r\n \"207.46.198.128/25\",\r\n \"207.46.200.96/27\",\r\n \"207.46.200.176/28\",\r\n \"207.46.202.128/28\",\r\n \"207.46.205.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Central US IPv6\",\r\n \"communityValue\": \"12076:51007\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:600::/46\",\r\n \"2603:1030:604::/47\",\r\n \"2603:1030:608::/47\",\r\n \"2603:1061:1312:1800::/54\",\r\n \"2603:1061:1715::/48\",\r\n \"2603:1061:2010:11::/64\",\r\n \"2603:1062:c:26::/63\",\r\n \"2603:1063:40e::/56\",\r\n \"2603:10b0:70d::/60\",\r\n \"2603:10b0:70d:10::/64\",\r\n \"2a01:111:f100:1000::/62\",\r\n \"2a01:111:f100:1004::/63\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Europe\",\r\n \"communityValue\": \"12076:51003\",\r\n \"communityPrefixes\": [\r\n \"4.207.0.0/16\",\r\n \"4.208.0.0/21\",\r\n \"4.208.8.0/22\",\r\n \"4.208.12.0/24\",\r\n \"4.208.14.0/23\",\r\n \"4.208.16.0/20\",\r\n \"4.208.32.0/19\",\r\n \"4.208.64.0/18\",\r\n \"4.208.128.0/17\",\r\n \"4.209.0.0/16\",\r\n \"4.210.0.0/17\",\r\n \"4.231.128.0/17\",\r\n \"4.245.128.0/17\",\r\n \"13.69.128.0/18\",\r\n \"13.69.192.0/19\",\r\n \"13.69.224.0/23\",\r\n \"13.69.226.0/25\",\r\n \"13.69.227.0/24\",\r\n \"13.69.228.0/24\",\r\n \"13.69.229.0/26\",\r\n \"13.69.229.64/27\",\r\n \"13.69.229.128/25\",\r\n \"13.69.230.0/23\",\r\n \"13.69.232.0/24\",\r\n \"13.69.233.0/27\",\r\n \"13.69.233.32/28\",\r\n \"13.69.233.56/29\",\r\n \"13.69.233.64/26\",\r\n \"13.69.233.128/25\",\r\n \"13.69.234.0/23\",\r\n \"13.69.236.0/22\",\r\n \"13.69.240.0/20\",\r\n \"13.70.192.0/18\",\r\n \"13.74.0.0/18\",\r\n \"13.74.64.0/19\",\r\n \"13.74.96.0/21\",\r\n \"13.74.104.0/23\",\r\n \"13.74.106.0/25\",\r\n \"13.74.107.0/24\",\r\n \"13.74.108.0/22\",\r\n \"13.74.112.0/20\",\r\n \"13.74.128.0/17\",\r\n \"13.79.0.0/16\",\r\n \"13.94.64.0/18\",\r\n \"20.13.128.0/17\",\r\n \"20.38.64.0/19\",\r\n \"20.38.102.0/23\",\r\n \"20.50.64.0/20\",\r\n \"20.50.80.0/21\",\r\n \"20.54.0.0/17\",\r\n \"20.60.19.0/24\",\r\n \"20.60.40.0/23\",\r\n \"20.60.144.0/23\",\r\n \"20.60.204.0/23\",\r\n \"20.60.246.0/23\",\r\n \"20.67.128.0/17\",\r\n \"20.82.128.0/17\",\r\n \"20.93.0.0/17\",\r\n \"20.95.88.0/21\",\r\n \"20.105.0.0/17\",\r\n \"20.107.128.0/17\",\r\n \"20.123.0.0/17\",\r\n \"20.150.26.0/24\",\r\n \"20.150.47.128/25\",\r\n \"20.150.48.0/24\",\r\n \"20.150.75.0/24\",\r\n \"20.150.84.0/24\",\r\n \"20.150.104.0/24\",\r\n \"20.166.0.0/16\",\r\n \"20.191.0.0/18\",\r\n \"20.202.1.0/24\",\r\n \"20.202.119.0/24\",\r\n \"20.202.141.0/24\",\r\n \"20.202.142.0/23\",\r\n \"20.202.144.0/22\",\r\n \"20.202.148.0/23\",\r\n \"20.202.151.0/24\",\r\n \"20.202.153.0/24\",\r\n \"20.202.155.0/24\",\r\n \"20.202.157.0/24\",\r\n \"20.202.159.0/24\",\r\n \"20.202.161.0/24\",\r\n \"20.202.163.0/24\",\r\n \"20.202.165.0/24\",\r\n \"20.202.167.0/24\",\r\n \"20.209.14.0/23\",\r\n \"20.209.58.0/23\",\r\n \"20.209.96.0/23\",\r\n \"20.209.104.0/23\",\r\n \"20.209.160.0/23\",\r\n \"20.209.220.0/23\",\r\n \"20.223.0.0/16\",\r\n \"20.234.0.0/17\",\r\n \"20.238.0.0/17\",\r\n \"23.100.48.0/20\",\r\n \"23.100.128.0/18\",\r\n \"23.101.48.0/20\",\r\n \"23.102.0.0/18\",\r\n \"40.64.144.64/27\",\r\n \"40.64.169.0/25\",\r\n \"40.67.224.0/19\",\r\n \"40.69.0.0/18\",\r\n \"40.69.64.0/19\",\r\n \"40.69.192.0/19\",\r\n \"40.78.211.0/24\",\r\n \"40.85.0.0/17\",\r\n \"40.85.128.0/20\",\r\n \"40.87.128.0/19\",\r\n \"40.87.188.0/22\",\r\n \"40.90.141.128/29\",\r\n \"40.90.145.224/27\",\r\n \"40.91.20.0/22\",\r\n \"40.91.32.0/22\",\r\n \"40.112.36.0/25\",\r\n \"40.112.37.64/26\",\r\n \"40.112.64.0/19\",\r\n \"40.113.0.0/18\",\r\n \"40.113.64.0/19\",\r\n \"40.115.96.0/19\",\r\n \"40.120.160.0/22\",\r\n \"40.123.156.0/22\",\r\n \"40.127.96.0/20\",\r\n \"40.127.128.0/17\",\r\n \"51.104.64.0/18\",\r\n \"51.104.128.0/18\",\r\n \"51.138.176.0/20\",\r\n \"51.138.224.0/20\",\r\n \"52.120.136.0/21\",\r\n \"52.120.192.0/20\",\r\n \"52.121.16.0/21\",\r\n \"52.121.48.0/20\",\r\n \"52.138.128.0/17\",\r\n \"52.142.64.0/18\",\r\n \"52.143.195.0/24\",\r\n \"52.143.209.0/24\",\r\n \"52.146.128.0/22\",\r\n \"52.146.132.0/26\",\r\n \"52.146.132.64/27\",\r\n \"52.146.132.128/25\",\r\n \"52.146.133.0/26\",\r\n \"52.146.133.64/28\",\r\n \"52.146.133.96/27\",\r\n \"52.146.133.128/25\",\r\n \"52.146.134.0/23\",\r\n \"52.146.136.0/24\",\r\n \"52.146.137.0/26\",\r\n \"52.146.137.64/31\",\r\n \"52.146.137.68/30\",\r\n \"52.146.137.72/29\",\r\n \"52.146.137.96/27\",\r\n \"52.146.137.168/29\",\r\n \"52.146.137.176/28\",\r\n \"52.146.137.192/26\",\r\n \"52.146.138.0/23\",\r\n \"52.146.140.0/22\",\r\n \"52.146.144.0/20\",\r\n \"52.146.160.0/19\",\r\n \"52.146.192.0/18\",\r\n \"52.155.64.0/19\",\r\n \"52.155.128.0/17\",\r\n \"52.156.192.0/18\",\r\n \"52.158.0.0/17\",\r\n \"52.164.0.0/16\",\r\n \"52.169.0.0/16\",\r\n \"52.178.128.0/17\",\r\n \"52.232.148.0/24\",\r\n \"52.236.0.0/17\",\r\n \"52.239.136.0/22\",\r\n \"52.239.205.0/24\",\r\n \"52.239.248.0/24\",\r\n \"52.245.40.0/22\",\r\n \"52.245.88.0/22\",\r\n \"57.150.13.128/27\",\r\n \"57.150.13.160/28\",\r\n \"57.150.20.0/28\",\r\n \"65.52.64.0/20\",\r\n \"65.52.224.0/21\",\r\n \"68.219.0.0/17\",\r\n \"68.219.128.0/19\",\r\n \"68.219.192.0/18\",\r\n \"74.234.0.0/17\",\r\n \"94.245.88.0/21\",\r\n \"94.245.104.0/21\",\r\n \"94.245.117.96/27\",\r\n \"94.245.118.0/27\",\r\n \"94.245.120.128/28\",\r\n \"94.245.122.0/24\",\r\n \"94.245.123.144/28\",\r\n \"94.245.123.176/28\",\r\n \"98.71.0.0/17\",\r\n \"104.41.64.0/18\",\r\n \"104.41.192.0/18\",\r\n \"104.44.88.66/31\",\r\n \"104.45.80.0/20\",\r\n \"104.45.96.0/19\",\r\n \"104.46.8.0/21\",\r\n \"104.46.64.0/19\",\r\n \"104.47.218.0/23\",\r\n \"134.170.80.64/28\",\r\n \"137.116.224.0/19\",\r\n \"137.135.128.0/17\",\r\n \"138.91.48.0/20\",\r\n \"151.206.49.64/27\",\r\n \"151.206.75.192/26\",\r\n \"151.206.76.0/23\",\r\n \"151.206.78.0/25\",\r\n \"157.55.3.0/24\",\r\n \"157.55.10.160/29\",\r\n \"157.55.10.176/28\",\r\n \"157.55.204.128/25\",\r\n \"168.61.80.0/20\",\r\n \"168.61.96.0/19\",\r\n \"168.63.32.0/19\",\r\n \"168.63.64.0/20\",\r\n \"168.63.80.0/21\",\r\n \"168.63.92.0/22\",\r\n \"172.205.0.0/17\",\r\n \"191.235.128.0/18\",\r\n \"191.235.192.0/22\",\r\n \"191.235.208.0/20\",\r\n \"191.235.255.0/24\",\r\n \"191.237.192.0/23\",\r\n \"191.237.194.0/24\",\r\n \"191.237.196.0/24\",\r\n \"191.237.208.0/20\",\r\n \"191.238.96.0/19\",\r\n \"191.239.208.0/20\",\r\n \"193.149.88.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Europe IPv6\",\r\n \"communityValue\": \"12076:51003\",\r\n \"communityPrefixes\": [\r\n \"2603:1020::/47\",\r\n \"2603:1020:2::/48\",\r\n \"2603:1020:5::/48\",\r\n \"2603:1020:6::/48\",\r\n \"2603:1026:2404::800/117\",\r\n \"2603:1026:2404::1000/116\",\r\n \"2603:1026:2404::2000/115\",\r\n \"2603:1026:2404::4000/114\",\r\n \"2603:1026:2404::8000/113\",\r\n \"2603:1026:2404::1:0/112\",\r\n \"2603:1026:2404::2:0/111\",\r\n \"2603:1026:2404::4:0/110\",\r\n \"2603:1026:2404::8:0/109\",\r\n \"2603:1026:2404::10:0/108\",\r\n \"2603:1026:2404::20:0/107\",\r\n \"2603:1026:2404::40:0/106\",\r\n \"2603:1026:2404::80:0/105\",\r\n \"2603:1026:2404::100:0/104\",\r\n \"2603:1026:2404::200:0/103\",\r\n \"2603:1026:2404::400:0/102\",\r\n \"2603:1026:2404::800:0/101\",\r\n \"2603:1026:2404::1000:0/100\",\r\n \"2603:1026:2404::2000:0/99\",\r\n \"2603:1026:2404::4000:0/98\",\r\n \"2603:1026:2404::8000:0/97\",\r\n \"2603:1026:2404::1:0:0/96\",\r\n \"2603:1026:2404::2:0:0/95\",\r\n \"2603:1026:2404::4:0:0/94\",\r\n \"2603:1026:2404::8:0:0/93\",\r\n \"2603:1026:2404::10:0:0/92\",\r\n \"2603:1026:2404::20:0:0/91\",\r\n \"2603:1026:2404::40:0:0/90\",\r\n \"2603:1026:2404::80:0:0/89\",\r\n \"2603:1026:2404::100:0:0/88\",\r\n \"2603:1026:2404::200:0:0/87\",\r\n \"2603:1026:2404::400:0:0/86\",\r\n \"2603:1026:2404::800:0:0/85\",\r\n \"2603:1026:2404::1000:0:0/84\",\r\n \"2603:1026:2404::2000:0:0/83\",\r\n \"2603:1026:2404::4000:0:0/82\",\r\n \"2603:1026:2404::8000:0:0/81\",\r\n \"2603:1026:2404:0:1::/80\",\r\n \"2603:1026:2404:0:2::/79\",\r\n \"2603:1026:2404:0:4::/78\",\r\n \"2603:1026:2404:0:8::/77\",\r\n \"2603:1026:2404:0:10::/76\",\r\n \"2603:1026:2404:0:20::/75\",\r\n \"2603:1026:2404:0:40::/74\",\r\n \"2603:1026:2404:0:80::/73\",\r\n \"2603:1026:2404:0:100::/72\",\r\n \"2603:1026:2404:0:200::/71\",\r\n \"2603:1026:2404:0:400::/70\",\r\n \"2603:1026:2404:0:800::/69\",\r\n \"2603:1026:2404:0:1000::/68\",\r\n \"2603:1026:2404:0:2000::/67\",\r\n \"2603:1026:2404:0:4000::/66\",\r\n \"2603:1026:2404:0:8000::/65\",\r\n \"2603:1026:2404:1::800/117\",\r\n \"2603:1026:2404:1::1000/116\",\r\n \"2603:1026:2404:1::2000/115\",\r\n \"2603:1026:2404:1::4000/114\",\r\n \"2603:1026:2404:1::8000/113\",\r\n \"2603:1026:2404:1::1:0/112\",\r\n \"2603:1026:2404:1::2:0/111\",\r\n \"2603:1026:2404:1::4:0/110\",\r\n \"2603:1026:2404:1::8:0/109\",\r\n \"2603:1026:2404:1::10:0/108\",\r\n \"2603:1026:2404:1::20:0/107\",\r\n \"2603:1026:2404:1::40:0/106\",\r\n \"2603:1026:2404:1::80:0/105\",\r\n \"2603:1026:2404:1::100:0/104\",\r\n \"2603:1026:2404:1::200:0/103\",\r\n \"2603:1026:2404:1::400:0/102\",\r\n \"2603:1026:2404:1::800:0/101\",\r\n \"2603:1026:2404:1::1000:0/100\",\r\n \"2603:1026:2404:1::2000:0/99\",\r\n \"2603:1026:2404:1::4000:0/98\",\r\n \"2603:1026:2404:1::8000:0/97\",\r\n \"2603:1026:2404:1:0:1::/96\",\r\n \"2603:1026:2404:1:0:2::/95\",\r\n \"2603:1026:2404:1:0:4::/94\",\r\n \"2603:1026:2404:1:0:8::/93\",\r\n \"2603:1026:2404:1:0:10::/92\",\r\n \"2603:1026:2404:1:0:20::/91\",\r\n \"2603:1026:2404:1:0:40::/90\",\r\n \"2603:1026:2404:1:0:80::/89\",\r\n \"2603:1026:2404:1:0:100::/88\",\r\n \"2603:1026:2404:1:0:200::/87\",\r\n \"2603:1026:2404:1:0:400::/86\",\r\n \"2603:1026:2404:1:0:800::/85\",\r\n \"2603:1026:2404:1:0:1000::/84\",\r\n \"2603:1026:2404:1:0:2000::/83\",\r\n \"2603:1026:2404:1:0:4000::/82\",\r\n \"2603:1026:2404:1:0:8000::/81\",\r\n \"2603:1026:2404:1:1::/80\",\r\n \"2603:1026:2404:1:2::/79\",\r\n \"2603:1026:2404:1:4::/78\",\r\n \"2603:1026:2404:1:8::/77\",\r\n \"2603:1026:2404:1:10::/76\",\r\n \"2603:1026:2404:1:20::/75\",\r\n \"2603:1026:2404:1:40::/74\",\r\n \"2603:1026:2404:1:80::/73\",\r\n \"2603:1026:2404:1:100::/72\",\r\n \"2603:1026:2404:1:200::/71\",\r\n \"2603:1026:2404:1:400::/70\",\r\n \"2603:1026:2404:1:800::/69\",\r\n \"2603:1026:2404:1:1000::/68\",\r\n \"2603:1026:2404:1:2000::/67\",\r\n \"2603:1026:2404:1:4000::/66\",\r\n \"2603:1026:2404:1:8000::/65\",\r\n \"2603:1026:2404:2::/63\",\r\n \"2603:1026:2404:4::/62\",\r\n \"2603:1026:2404:8::/61\",\r\n \"2603:1026:2404:10::/60\",\r\n \"2603:1026:2404:20::/59\",\r\n \"2603:1026:2404:40::/58\",\r\n \"2603:1026:2404:80::/57\",\r\n \"2603:1026:2404:100::/56\",\r\n \"2603:1026:2404:200::/55\",\r\n \"2603:1026:2404:400::/54\",\r\n \"2603:1026:2404:800::/53\",\r\n \"2603:1026:2404:1000::/52\",\r\n \"2603:1026:2404:2000::/51\",\r\n \"2603:1026:2404:4000::/50\",\r\n \"2603:1026:2404:8000::/49\",\r\n \"2603:1061:1311:2000::/54\",\r\n \"2603:1061:1716::/48\",\r\n \"2603:1061:2000:688::/62\",\r\n \"2603:1061:2002:900::/56\",\r\n \"2603:1061:2004:7900::/56\",\r\n \"2603:1061:2010:12::/64\",\r\n \"2603:1062:c:16::/63\",\r\n \"2603:1063:40f::/56\",\r\n \"2603:10a0:10c::/60\",\r\n \"2a01:111:f100:a000::/63\",\r\n \"2a01:111:f100:a002::/64\",\r\n \"2a01:111:f100:a004::/64\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway East\",\r\n \"communityValue\": \"12076:51042\",\r\n \"communityPrefixes\": [\r\n \"4.177.0.0/16\",\r\n \"4.179.0.0/16\",\r\n \"4.219.0.0/16\",\r\n \"4.220.0.0/17\",\r\n \"4.235.0.0/16\",\r\n \"20.38.120.0/24\",\r\n \"20.60.206.0/23\",\r\n \"20.95.65.0/24\",\r\n \"20.100.0.0/18\",\r\n \"20.100.128.0/17\",\r\n \"20.150.53.0/24\",\r\n \"20.150.121.0/24\",\r\n \"20.209.24.0/23\",\r\n \"20.209.252.0/23\",\r\n \"20.251.0.0/16\",\r\n \"40.64.146.224/28\",\r\n \"40.64.181.0/25\",\r\n \"40.119.104.0/22\",\r\n \"40.126.200.0/24\",\r\n \"51.13.0.0/17\",\r\n \"51.13.160.0/19\",\r\n \"51.107.208.0/20\",\r\n \"51.120.0.0/18\",\r\n \"51.120.64.0/19\",\r\n \"51.120.96.0/21\",\r\n \"51.120.104.0/22\",\r\n \"51.120.108.0/24\",\r\n \"51.120.109.0/26\",\r\n \"51.120.109.64/27\",\r\n \"51.120.109.96/28\",\r\n \"51.120.109.120/29\",\r\n \"51.120.109.128/25\",\r\n \"51.120.110.0/23\",\r\n \"51.120.112.0/20\",\r\n \"51.120.208.0/21\",\r\n \"51.120.232.0/21\",\r\n \"51.120.240.0/20\",\r\n \"52.253.168.0/24\",\r\n \"52.253.177.0/24\",\r\n \"52.253.178.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway East IPv6\",\r\n \"communityValue\": \"12076:51042\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:e00::/47\",\r\n \"2603:1020:e04::/47\",\r\n \"2603:1061:1311:2800::/54\",\r\n \"2603:1061:172a::/48\",\r\n \"2603:1061:2000:480::/62\",\r\n \"2603:1061:2002:1800::/57\",\r\n \"2603:1061:2004:1000::/57\",\r\n \"2603:1061:2010:2a::/64\",\r\n \"2603:1063:410::/56\",\r\n \"2603:10a0:402::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway West\",\r\n \"communityValue\": \"12076:51043\",\r\n \"communityPrefixes\": [\r\n \"4.220.128.0/17\",\r\n \"20.60.15.0/24\",\r\n \"20.100.64.0/18\",\r\n \"20.150.0.0/24\",\r\n \"20.150.56.0/24\",\r\n \"40.64.181.128/25\",\r\n \"40.119.108.0/22\",\r\n \"40.126.201.0/24\",\r\n \"51.13.128.0/28\",\r\n \"51.13.128.24/29\",\r\n \"51.13.128.32/27\",\r\n \"51.13.128.64/26\",\r\n \"51.13.128.128/25\",\r\n \"51.13.129.0/24\",\r\n \"51.13.130.0/23\",\r\n \"51.13.132.0/22\",\r\n \"51.13.136.0/21\",\r\n \"51.13.144.0/20\",\r\n \"51.120.128.0/18\",\r\n \"51.120.192.0/20\",\r\n \"51.120.216.0/21\",\r\n \"51.120.224.0/21\",\r\n \"52.253.167.0/24\",\r\n \"74.240.0.0/17\",\r\n \"74.240.128.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway West IPv6\",\r\n \"communityValue\": \"12076:51043\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:f00::/47\",\r\n \"2603:1020:f04::/47\",\r\n \"2603:1061:1311:2c00::/54\",\r\n \"2603:1061:172b::/48\",\r\n \"2603:1061:2000:488::/62\",\r\n \"2603:1061:2002:1900::/57\",\r\n \"2603:1061:2004:1100::/57\",\r\n \"2603:1061:2010:2b::/64\",\r\n \"2603:1063:411::/56\",\r\n \"2603:10a0:501::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzurePolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzurePolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Poland Central\",\r\n \"communityValue\": \"12076:51051\",\r\n \"communityPrefixes\": [\r\n \"20.38.17.0/24\",\r\n \"20.60.92.0/23\",\r\n \"20.209.60.0/23\",\r\n \"20.209.94.0/23\",\r\n \"20.215.0.0/16\",\r\n \"40.64.186.128/25\",\r\n \"40.123.172.0/25\",\r\n \"40.123.172.128/26\",\r\n \"40.123.172.192/27\",\r\n \"40.123.172.224/29\",\r\n \"40.123.172.232/30\",\r\n \"52.253.204.0/23\",\r\n \"52.253.206.0/24\",\r\n \"74.248.0.0/17\",\r\n \"151.206.49.160/28\",\r\n \"151.206.84.0/24\",\r\n \"151.206.85.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Poland Central IPv6\",\r\n \"communityValue\": \"12076:51051\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1300::/47\",\r\n \"2603:1020:1302::/48\",\r\n \"2603:1026:2413::800/117\",\r\n \"2603:1026:2413::1000/116\",\r\n \"2603:1026:2413::2000/115\",\r\n \"2603:1026:2413::4000/114\",\r\n \"2603:1026:2413::8000/113\",\r\n \"2603:1026:2413::1:0/112\",\r\n \"2603:1026:2413::2:0/111\",\r\n \"2603:1026:2413::4:0/110\",\r\n \"2603:1026:2413::8:0/109\",\r\n \"2603:1026:2413::10:0/108\",\r\n \"2603:1026:2413::20:0/107\",\r\n \"2603:1026:2413::40:0/106\",\r\n \"2603:1026:2413::80:0/105\",\r\n \"2603:1026:2413::100:0/104\",\r\n \"2603:1026:2413::200:0/103\",\r\n \"2603:1026:2413::400:0/102\",\r\n \"2603:1026:2413::800:0/101\",\r\n \"2603:1026:2413::1000:0/100\",\r\n \"2603:1026:2413::2000:0/99\",\r\n \"2603:1026:2413::4000:0/98\",\r\n \"2603:1026:2413::8000:0/97\",\r\n \"2603:1026:2413::1:0:0/96\",\r\n \"2603:1026:2413::2:0:0/95\",\r\n \"2603:1026:2413::4:0:0/94\",\r\n \"2603:1026:2413::8:0:0/93\",\r\n \"2603:1026:2413::10:0:0/92\",\r\n \"2603:1026:2413::20:0:0/91\",\r\n \"2603:1026:2413::40:0:0/90\",\r\n \"2603:1026:2413::80:0:0/89\",\r\n \"2603:1026:2413::100:0:0/88\",\r\n \"2603:1026:2413::200:0:0/87\",\r\n \"2603:1026:2413::400:0:0/86\",\r\n \"2603:1026:2413::800:0:0/85\",\r\n \"2603:1026:2413::1000:0:0/84\",\r\n \"2603:1026:2413::2000:0:0/83\",\r\n \"2603:1026:2413::4000:0:0/82\",\r\n \"2603:1026:2413::8000:0:0/81\",\r\n \"2603:1026:2413:0:1::/80\",\r\n \"2603:1026:2413:0:2::/79\",\r\n \"2603:1026:2413:0:4::/78\",\r\n \"2603:1026:2413:0:8::/77\",\r\n \"2603:1026:2413:0:10::/76\",\r\n \"2603:1026:2413:0:20::/75\",\r\n \"2603:1026:2413:0:40::/74\",\r\n \"2603:1026:2413:0:80::/73\",\r\n \"2603:1026:2413:0:100::/72\",\r\n \"2603:1026:2413:0:200::/71\",\r\n \"2603:1026:2413:0:400::/70\",\r\n \"2603:1026:2413:0:800::/69\",\r\n \"2603:1026:2413:0:1000::/68\",\r\n \"2603:1026:2413:0:2000::/67\",\r\n \"2603:1026:2413:0:4000::/66\",\r\n \"2603:1026:2413:0:8000::/65\",\r\n \"2603:1026:2413:1::/64\",\r\n \"2603:1026:2413:2::/63\",\r\n \"2603:1026:2413:4::/62\",\r\n \"2603:1026:2413:8::/61\",\r\n \"2603:1026:2413:10::/60\",\r\n \"2603:1026:2413:20::/59\",\r\n \"2603:1026:2413:40::/58\",\r\n \"2603:1026:2413:80::/57\",\r\n \"2603:1026:2413:100::/56\",\r\n \"2603:1026:2413:200::/55\",\r\n \"2603:1026:2413:400::/54\",\r\n \"2603:1026:2413:800::/53\",\r\n \"2603:1026:2413:1000::/52\",\r\n \"2603:1026:2413:2000::/51\",\r\n \"2603:1026:2413:4000::/50\",\r\n \"2603:1026:2413:8000::/49\",\r\n \"2603:1061:1006::/58\",\r\n \"2603:1061:1006:40::/59\",\r\n \"2603:1061:1006:60::/61\",\r\n \"2603:1061:1006:68::/63\",\r\n \"2603:1061:1311:3000::/54\",\r\n \"2603:1061:1735::/48\",\r\n \"2603:1061:2002:9800::/57\",\r\n \"2603:1061:2004:9800::/57\",\r\n \"2603:1061:2010:35::/64\",\r\n \"2603:1062:c:1c::/63\",\r\n \"2603:10a0:1700:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Qatar Central\",\r\n \"communityValue\": \"12076:51049\",\r\n \"communityPrefixes\": [\r\n \"4.170.0.0/15\",\r\n \"4.244.0.0/16\",\r\n \"20.21.0.0/16\",\r\n \"20.38.16.0/24\",\r\n \"20.60.208.0/23\",\r\n \"20.95.129.0/24\",\r\n \"20.173.0.0/16\",\r\n \"20.209.2.0/23\",\r\n \"20.209.54.0/23\",\r\n \"20.209.202.0/23\",\r\n \"40.64.185.128/25\",\r\n \"40.123.148.0/25\",\r\n \"40.123.148.128/26\",\r\n \"40.123.148.192/27\",\r\n \"40.123.148.224/28\",\r\n \"40.123.148.240/29\",\r\n \"40.123.148.248/31\",\r\n \"52.253.200.0/23\",\r\n \"52.253.202.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Qatar Central IPv6\",\r\n \"communityValue\": \"12076:51049\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1001::/48\",\r\n \"2603:1040:1002::/48\",\r\n \"2603:1040:1004::/48\",\r\n \"2603:1046:140c::800/117\",\r\n \"2603:1046:140c::1000/116\",\r\n \"2603:1046:140c::2000/115\",\r\n \"2603:1046:140c::4000/114\",\r\n \"2603:1046:140c::8000/113\",\r\n \"2603:1046:140c::1:0/112\",\r\n \"2603:1046:140c::2:0/111\",\r\n \"2603:1046:140c::4:0/110\",\r\n \"2603:1046:140c::8:0/109\",\r\n \"2603:1046:140c::10:0/108\",\r\n \"2603:1046:140c::20:0/107\",\r\n \"2603:1046:140c::40:0/106\",\r\n \"2603:1046:140c::80:0/105\",\r\n \"2603:1046:140c::100:0/104\",\r\n \"2603:1046:140c::200:0/103\",\r\n \"2603:1046:140c::400:0/102\",\r\n \"2603:1046:140c::800:0/101\",\r\n \"2603:1046:140c::1000:0/100\",\r\n \"2603:1046:140c::2000:0/99\",\r\n \"2603:1046:140c::4000:0/98\",\r\n \"2603:1046:140c::8000:0/97\",\r\n \"2603:1046:140c::1:0:0/96\",\r\n \"2603:1046:140c::2:0:0/95\",\r\n \"2603:1046:140c::4:0:0/94\",\r\n \"2603:1046:140c::8:0:0/93\",\r\n \"2603:1046:140c::10:0:0/92\",\r\n \"2603:1046:140c::20:0:0/91\",\r\n \"2603:1046:140c::40:0:0/90\",\r\n \"2603:1046:140c::80:0:0/89\",\r\n \"2603:1046:140c::100:0:0/88\",\r\n \"2603:1046:140c::200:0:0/87\",\r\n \"2603:1046:140c::400:0:0/86\",\r\n \"2603:1046:140c::800:0:0/85\",\r\n \"2603:1046:140c::1000:0:0/84\",\r\n \"2603:1046:140c::2000:0:0/83\",\r\n \"2603:1046:140c::4000:0:0/82\",\r\n \"2603:1046:140c::8000:0:0/81\",\r\n \"2603:1046:140c:0:1::/80\",\r\n \"2603:1046:140c:0:2::/79\",\r\n \"2603:1046:140c:0:4::/78\",\r\n \"2603:1046:140c:0:8::/77\",\r\n \"2603:1046:140c:0:10::/76\",\r\n \"2603:1046:140c:0:20::/75\",\r\n \"2603:1046:140c:0:40::/74\",\r\n \"2603:1046:140c:0:80::/73\",\r\n \"2603:1046:140c:0:100::/72\",\r\n \"2603:1046:140c:0:200::/71\",\r\n \"2603:1046:140c:0:400::/70\",\r\n \"2603:1046:140c:0:800::/69\",\r\n \"2603:1046:140c:0:1000::/68\",\r\n \"2603:1046:140c:0:2000::/67\",\r\n \"2603:1046:140c:0:4000::/66\",\r\n \"2603:1046:140c:0:8000::/65\",\r\n \"2603:1046:140c:1::/64\",\r\n \"2603:1046:140c:2::/63\",\r\n \"2603:1046:140c:4::/62\",\r\n \"2603:1046:140c:8::/61\",\r\n \"2603:1046:140c:10::/60\",\r\n \"2603:1046:140c:20::/59\",\r\n \"2603:1046:140c:40::/58\",\r\n \"2603:1046:140c:80::/57\",\r\n \"2603:1046:140c:100::/56\",\r\n \"2603:1046:140c:200::/55\",\r\n \"2603:1046:140c:400::/54\",\r\n \"2603:1046:140c:800::/53\",\r\n \"2603:1046:140c:1000::/52\",\r\n \"2603:1046:140c:2000::/51\",\r\n \"2603:1046:140c:4000::/50\",\r\n \"2603:1046:140c:8000::/49\",\r\n \"2603:1061:1004::/58\",\r\n \"2603:1061:1004:40::/59\",\r\n \"2603:1061:1004:60::/60\",\r\n \"2603:1061:1004:70::/64\",\r\n \"2603:1061:1310:2800::/54\",\r\n \"2603:1061:1733::/48\",\r\n \"2603:1061:2002:a000::/57\",\r\n \"2603:1061:2004:9000::/57\",\r\n \"2603:1061:2010:33::/64\",\r\n \"2603:1090:130a:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureResourceManager\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureResourceManager\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureResourceManager\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Resource Manager\",\r\n \"communityValue\": \"12076:5070\",\r\n \"communityPrefixes\": [\r\n \"4.150.240.0/23\",\r\n \"4.232.96.0/23\",\r\n \"4.232.107.192/26\",\r\n \"13.66.141.176/28\",\r\n \"13.67.18.0/23\",\r\n \"13.69.67.32/28\",\r\n \"13.69.114.0/23\",\r\n \"13.69.229.224/28\",\r\n \"13.69.234.0/23\",\r\n \"13.70.74.64/28\",\r\n \"13.70.76.0/23\",\r\n \"13.71.173.192/28\",\r\n \"13.71.196.80/28\",\r\n \"13.71.198.0/24\",\r\n \"13.73.240.224/28\",\r\n \"13.73.246.0/23\",\r\n \"13.75.39.16/28\",\r\n \"13.77.53.32/28\",\r\n \"13.77.55.0/25\",\r\n \"13.78.109.96/28\",\r\n \"13.86.219.80/28\",\r\n \"13.86.222.0/24\",\r\n \"13.87.57.240/28\",\r\n \"13.87.60.0/23\",\r\n \"13.87.123.240/28\",\r\n \"13.87.126.0/24\",\r\n \"13.89.180.0/23\",\r\n \"13.104.150.85/32\",\r\n \"20.17.60.0/23\",\r\n \"20.17.68.0/26\",\r\n \"20.17.122.0/23\",\r\n \"20.21.44.0/26\",\r\n \"20.21.50.0/23\",\r\n \"20.36.108.48/28\",\r\n \"20.36.110.0/23\",\r\n \"20.36.115.144/28\",\r\n \"20.36.118.0/23\",\r\n \"20.36.126.0/23\",\r\n \"20.37.76.48/28\",\r\n \"20.37.78.0/23\",\r\n \"20.37.230.0/23\",\r\n \"20.38.128.32/28\",\r\n \"20.38.130.0/23\",\r\n \"20.38.150.0/23\",\r\n \"20.40.206.240/28\",\r\n \"20.40.226.0/23\",\r\n \"20.41.70.0/23\",\r\n \"20.43.120.224/28\",\r\n \"20.43.124.0/23\",\r\n \"20.44.3.240/28\",\r\n \"20.44.6.0/23\",\r\n \"20.44.8.16/28\",\r\n \"20.44.16.112/28\",\r\n \"20.44.20.0/23\",\r\n \"20.44.30.0/24\",\r\n \"20.45.88.0/23\",\r\n \"20.45.118.0/23\",\r\n \"20.46.8.0/23\",\r\n \"20.48.194.0/23\",\r\n \"20.49.116.0/23\",\r\n \"20.50.68.96/28\",\r\n \"20.51.10.0/23\",\r\n \"20.51.18.0/23\",\r\n \"20.53.42.0/23\",\r\n \"20.58.64.0/23\",\r\n \"20.61.100.0/23\",\r\n \"20.62.56.0/23\",\r\n \"20.62.130.0/23\",\r\n \"20.65.128.0/23\",\r\n \"20.66.0.0/23\",\r\n \"20.72.28.64/26\",\r\n \"20.88.64.64/26\",\r\n \"20.135.84.112/32\",\r\n \"20.135.86.130/32\",\r\n \"20.135.88.129/32\",\r\n \"20.135.136.30/32\",\r\n \"20.135.138.85/32\",\r\n \"20.135.140.94/32\",\r\n \"20.135.143.95/32\",\r\n \"20.135.144.124/32\",\r\n \"20.135.188.46/32\",\r\n \"20.135.193.49/32\",\r\n \"20.135.223.67/32\",\r\n \"20.135.224.159/32\",\r\n \"20.135.226.149/32\",\r\n \"20.140.54.0/23\",\r\n \"20.140.62.0/23\",\r\n \"20.140.70.0/23\",\r\n \"20.140.78.0/23\",\r\n \"20.140.136.0/24\",\r\n \"20.140.156.0/23\",\r\n \"20.150.225.128/26\",\r\n \"20.150.242.0/23\",\r\n \"20.187.198.0/23\",\r\n \"20.189.168.0/24\",\r\n \"20.189.226.0/23\",\r\n \"20.191.162.0/23\",\r\n \"20.192.32.128/26\",\r\n \"20.192.40.0/23\",\r\n \"20.192.52.0/23\",\r\n \"20.193.196.0/23\",\r\n \"20.193.204.0/26\",\r\n \"20.195.144.0/23\",\r\n \"20.215.10.0/23\",\r\n \"20.215.156.0/26\",\r\n \"20.217.50.0/23\",\r\n \"20.217.60.0/26\",\r\n \"23.98.110.0/23\",\r\n \"40.67.54.0/23\",\r\n \"40.67.59.208/28\",\r\n \"40.67.62.0/23\",\r\n \"40.67.120.0/24\",\r\n \"40.69.108.32/28\",\r\n \"40.69.112.0/22\",\r\n \"40.71.13.224/28\",\r\n \"40.74.102.0/28\",\r\n \"40.75.35.32/28\",\r\n \"40.75.38.0/23\",\r\n \"40.78.196.32/28\",\r\n \"40.78.198.0/23\",\r\n \"40.78.203.224/28\",\r\n \"40.78.206.0/23\",\r\n \"40.78.234.176/28\",\r\n \"40.78.254.0/23\",\r\n \"40.79.131.240/28\",\r\n \"40.79.134.0/23\",\r\n \"40.79.158.0/23\",\r\n \"40.79.180.0/28\",\r\n \"40.79.182.0/23\",\r\n \"40.79.198.0/23\",\r\n \"40.80.174.0/23\",\r\n \"40.80.178.0/23\",\r\n \"40.90.21.227/32\",\r\n \"40.113.178.0/28\",\r\n \"40.120.80.0/23\",\r\n \"51.11.64.0/24\",\r\n \"51.11.96.0/24\",\r\n \"51.12.44.0/23\",\r\n \"51.12.101.64/26\",\r\n \"51.12.196.0/23\",\r\n \"51.12.205.0/26\",\r\n \"51.53.98.0/23\",\r\n \"51.53.180.0/23\",\r\n \"51.53.188.0/26\",\r\n \"51.104.8.224/28\",\r\n \"51.105.78.0/23\",\r\n \"51.105.94.0/23\",\r\n \"51.107.54.0/23\",\r\n \"51.107.60.32/28\",\r\n \"51.107.62.0/23\",\r\n \"51.107.150.0/23\",\r\n \"51.107.156.32/28\",\r\n \"51.107.158.0/23\",\r\n \"51.116.52.0/23\",\r\n \"51.116.60.32/28\",\r\n \"51.116.62.0/23\",\r\n \"51.116.150.0/23\",\r\n \"51.116.156.32/28\",\r\n \"51.116.159.0/24\",\r\n \"51.120.46.0/23\",\r\n \"51.120.100.32/28\",\r\n \"51.120.102.0/23\",\r\n \"51.120.220.32/28\",\r\n \"51.120.222.0/23\",\r\n \"51.120.230.0/23\",\r\n \"51.138.208.0/23\",\r\n \"51.140.212.16/28\",\r\n \"51.140.214.0/24\",\r\n \"51.143.210.0/23\",\r\n \"52.126.203.144/28\",\r\n \"52.126.206.0/23\",\r\n \"52.127.3.208/28\",\r\n \"52.127.6.0/23\",\r\n \"52.127.27.48/28\",\r\n \"52.127.30.0/23\",\r\n \"52.127.35.192/28\",\r\n \"52.127.39.0/24\",\r\n \"52.127.43.176/28\",\r\n \"52.127.46.0/23\",\r\n \"52.127.59.192/28\",\r\n \"52.127.62.0/23\",\r\n \"52.136.54.0/23\",\r\n \"52.138.94.0/23\",\r\n \"52.139.104.0/23\",\r\n \"52.146.134.0/23\",\r\n \"52.147.96.0/24\",\r\n \"52.148.174.212/32\",\r\n \"52.150.158.0/23\",\r\n \"52.162.110.224/28\",\r\n \"52.172.114.0/23\",\r\n \"52.231.19.208/28\",\r\n \"52.231.22.0/24\",\r\n \"52.231.148.64/28\",\r\n \"52.231.150.0/24\",\r\n \"52.235.248.0/23\",\r\n \"52.240.242.0/23\",\r\n \"57.151.218.0/23\",\r\n \"65.52.252.48/28\",\r\n \"65.52.254.0/23\",\r\n \"68.221.90.0/23\",\r\n \"70.153.162.0/23\",\r\n \"102.133.28.16/28\",\r\n \"102.133.30.0/23\",\r\n \"102.133.62.0/23\",\r\n \"102.133.123.224/28\",\r\n \"102.133.158.0/23\",\r\n \"102.133.222.0/23\",\r\n \"104.46.160.0/24\",\r\n \"104.46.161.0/25\",\r\n \"104.46.180.0/23\",\r\n \"104.214.162.0/23\",\r\n \"104.214.166.0/26\",\r\n \"158.23.106.0/23\",\r\n \"168.61.138.0/23\",\r\n \"168.61.143.192/26\",\r\n \"172.204.162.0/23\",\r\n \"191.233.52.0/23\",\r\n \"191.233.205.16/28\",\r\n \"191.234.140.0/23\",\r\n \"191.234.158.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa North\",\r\n \"communityValue\": \"12076:51034\",\r\n \"communityPrefixes\": [\r\n \"4.167.0.0/16\",\r\n \"4.168.0.0/16\",\r\n \"4.221.0.0/16\",\r\n \"4.222.0.0/16\",\r\n \"4.253.0.0/16\",\r\n \"20.38.114.128/25\",\r\n \"20.45.128.0/21\",\r\n \"20.60.190.0/23\",\r\n \"20.87.0.0/17\",\r\n \"20.87.192.0/18\",\r\n \"20.95.224.0/24\",\r\n \"20.150.21.0/24\",\r\n \"20.150.62.0/24\",\r\n \"20.150.101.0/24\",\r\n \"20.164.0.0/16\",\r\n \"20.202.71.0/24\",\r\n \"20.202.100.0/23\",\r\n \"20.202.183.0/24\",\r\n \"20.209.130.0/23\",\r\n \"20.209.208.0/23\",\r\n \"40.64.146.112/28\",\r\n \"40.64.176.0/25\",\r\n \"40.79.203.0/24\",\r\n \"40.82.20.0/22\",\r\n \"40.119.64.0/22\",\r\n \"40.120.16.0/20\",\r\n \"40.123.240.0/20\",\r\n \"40.127.0.0/19\",\r\n \"52.121.86.0/23\",\r\n \"52.121.182.0/24\",\r\n \"52.143.204.0/23\",\r\n \"52.143.206.0/24\",\r\n \"52.239.232.0/25\",\r\n \"102.37.0.0/20\",\r\n \"102.37.16.0/21\",\r\n \"102.37.24.0/23\",\r\n \"102.37.26.32/27\",\r\n \"102.37.32.0/19\",\r\n \"102.37.72.0/21\",\r\n \"102.37.96.0/19\",\r\n \"102.37.128.0/19\",\r\n \"102.37.160.0/21\",\r\n \"102.37.176.0/20\",\r\n \"102.37.192.0/18\",\r\n \"102.133.120.0/22\",\r\n \"102.133.124.0/25\",\r\n \"102.133.124.128/28\",\r\n \"102.133.124.152/29\",\r\n \"102.133.124.160/27\",\r\n \"102.133.124.192/26\",\r\n \"102.133.125.0/24\",\r\n \"102.133.126.0/23\",\r\n \"102.133.128.0/18\",\r\n \"102.133.192.0/19\",\r\n \"102.133.224.0/20\",\r\n \"102.133.240.0/25\",\r\n \"102.133.240.128/26\",\r\n \"102.133.248.0/23\",\r\n \"102.133.250.0/24\",\r\n \"102.133.251.0/26\",\r\n \"102.133.251.64/27\",\r\n \"102.133.251.128/25\",\r\n \"102.133.252.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa North IPv6\",\r\n \"communityValue\": \"12076:51034\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:100::/47\",\r\n \"2603:1000:104::/47\",\r\n \"2603:1061:1313::/54\",\r\n \"2603:1061:1722::/48\",\r\n \"2603:1061:2000:500::/62\",\r\n \"2603:1061:2002:2800::/57\",\r\n \"2603:1061:2004:2000::/57\",\r\n \"2603:1061:2010:20::/64\",\r\n \"2603:1063:412::/56\",\r\n \"2603:1080:4::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa West\",\r\n \"communityValue\": \"12076:51035\",\r\n \"communityPrefixes\": [\r\n \"20.38.121.0/25\",\r\n \"20.45.136.0/21\",\r\n \"20.60.8.0/24\",\r\n \"20.60.210.0/23\",\r\n \"20.87.128.0/18\",\r\n \"20.150.20.0/25\",\r\n \"40.64.146.128/28\",\r\n \"40.64.175.128/25\",\r\n \"40.78.209.0/24\",\r\n \"40.117.0.0/19\",\r\n \"40.119.68.0/22\",\r\n \"52.143.203.0/24\",\r\n \"52.239.232.128/25\",\r\n \"102.37.26.0/27\",\r\n \"102.37.64.0/27\",\r\n \"102.37.64.32/28\",\r\n \"102.37.64.48/29\",\r\n \"102.37.64.64/26\",\r\n \"102.37.64.128/25\",\r\n \"102.37.65.0/24\",\r\n \"102.37.66.0/23\",\r\n \"102.37.68.0/22\",\r\n \"102.37.80.0/20\",\r\n \"102.133.0.0/18\",\r\n \"102.133.64.0/19\",\r\n \"102.133.96.0/20\",\r\n \"102.133.112.0/28\",\r\n \"172.209.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa West IPv6\",\r\n \"communityValue\": \"12076:51035\",\r\n \"communityPrefixes\": [\r\n \"2603:1000::/47\",\r\n \"2603:1000:4::/47\",\r\n \"2603:1061:1313:400::/54\",\r\n \"2603:1061:1721::/48\",\r\n \"2603:1061:2000:508::/62\",\r\n \"2603:1061:2002:2900::/57\",\r\n \"2603:1061:2004:2100::/57\",\r\n \"2603:1061:2010:1f::/64\",\r\n \"2603:1063:413::/56\",\r\n \"2603:1080:100::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Central US\",\r\n \"communityValue\": \"12076:51008\",\r\n \"communityPrefixes\": [\r\n \"4.149.96.0/20\",\r\n \"4.149.112.0/23\",\r\n \"4.149.114.0/24\",\r\n \"4.149.115.0/28\",\r\n \"4.149.115.32/27\",\r\n \"4.149.115.64/26\",\r\n \"4.149.115.128/25\",\r\n \"4.149.116.0/22\",\r\n \"4.149.120.0/21\",\r\n \"4.150.0.0/18\",\r\n \"4.151.0.0/16\",\r\n \"13.65.0.0/16\",\r\n \"13.66.0.0/17\",\r\n \"13.73.240.0/27\",\r\n \"13.73.240.64/26\",\r\n \"13.73.240.128/25\",\r\n \"13.73.241.0/24\",\r\n \"13.73.242.0/23\",\r\n \"13.73.244.0/25\",\r\n \"13.73.244.128/26\",\r\n \"13.73.244.192/29\",\r\n \"13.73.244.208/28\",\r\n \"13.73.244.224/27\",\r\n \"13.73.245.0/24\",\r\n \"13.73.246.0/23\",\r\n \"13.73.248.0/21\",\r\n \"13.84.0.0/15\",\r\n \"20.38.104.0/23\",\r\n \"20.45.0.0/18\",\r\n \"20.45.120.0/21\",\r\n \"20.47.0.0/24\",\r\n \"20.49.88.0/21\",\r\n \"20.60.48.0/22\",\r\n \"20.60.64.0/22\",\r\n \"20.60.140.0/23\",\r\n \"20.60.148.0/23\",\r\n \"20.60.160.0/23\",\r\n \"20.64.0.0/17\",\r\n \"20.65.128.0/22\",\r\n \"20.65.132.0/26\",\r\n \"20.65.132.64/27\",\r\n \"20.65.132.112/28\",\r\n \"20.65.132.128/25\",\r\n \"20.65.133.0/26\",\r\n \"20.65.133.64/27\",\r\n \"20.65.133.96/28\",\r\n \"20.65.133.112/29\",\r\n \"20.65.133.128/25\",\r\n \"20.65.134.48/28\",\r\n \"20.65.134.64/26\",\r\n \"20.65.134.128/25\",\r\n \"20.65.135.0/24\",\r\n \"20.65.136.0/21\",\r\n \"20.65.144.0/20\",\r\n \"20.65.160.0/19\",\r\n \"20.65.192.0/18\",\r\n \"20.88.192.0/18\",\r\n \"20.94.128.0/18\",\r\n \"20.95.5.0/24\",\r\n \"20.95.26.0/24\",\r\n \"20.95.51.0/24\",\r\n \"20.95.57.0/24\",\r\n \"20.95.61.0/24\",\r\n \"20.97.0.0/17\",\r\n \"20.114.64.0/18\",\r\n \"20.118.64.0/18\",\r\n \"20.136.0.128/25\",\r\n \"20.136.2.0/24\",\r\n \"20.150.20.128/25\",\r\n \"20.150.38.0/23\",\r\n \"20.150.70.0/24\",\r\n \"20.150.79.0/24\",\r\n \"20.150.93.0/24\",\r\n \"20.150.94.0/24\",\r\n \"20.165.0.0/17\",\r\n \"20.188.64.0/19\",\r\n \"20.189.0.0/18\",\r\n \"20.202.24.0/24\",\r\n \"20.202.35.0/24\",\r\n \"20.202.36.0/23\",\r\n \"20.202.38.0/24\",\r\n \"20.202.85.0/24\",\r\n \"20.202.90.0/24\",\r\n \"20.202.94.0/24\",\r\n \"20.202.98.0/24\",\r\n \"20.202.126.0/24\",\r\n \"20.202.202.0/23\",\r\n \"20.202.204.0/22\",\r\n \"20.202.208.0/24\",\r\n \"20.209.26.0/23\",\r\n \"20.209.34.0/23\",\r\n \"20.209.62.0/23\",\r\n \"20.209.116.0/23\",\r\n \"20.209.194.0/23\",\r\n \"20.209.196.0/23\",\r\n \"20.225.0.0/16\",\r\n \"20.236.128.0/18\",\r\n \"23.98.128.0/17\",\r\n \"23.100.120.0/21\",\r\n \"23.101.176.0/20\",\r\n \"23.102.128.0/18\",\r\n \"40.64.144.0/27\",\r\n \"40.64.169.128/25\",\r\n \"40.74.160.0/19\",\r\n \"40.74.192.0/21\",\r\n \"40.74.200.0/23\",\r\n \"40.74.202.0/24\",\r\n \"40.74.203.0/28\",\r\n \"40.74.203.16/30\",\r\n \"40.74.203.20/31\",\r\n \"40.74.203.23/32\",\r\n \"40.74.203.24/29\",\r\n \"40.74.203.32/27\",\r\n \"40.74.203.64/26\",\r\n \"40.74.203.128/25\",\r\n \"40.74.204.0/29\",\r\n \"40.74.204.8/32\",\r\n \"40.74.204.10/31\",\r\n \"40.74.204.12/30\",\r\n \"40.74.204.16/28\",\r\n \"40.74.204.32/27\",\r\n \"40.74.204.64/26\",\r\n \"40.74.204.128/25\",\r\n \"40.74.205.0/24\",\r\n \"40.74.206.0/23\",\r\n \"40.74.208.0/21\",\r\n \"40.74.216.0/23\",\r\n \"40.74.218.0/24\",\r\n \"40.74.219.0/27\",\r\n \"40.74.219.32/28\",\r\n \"40.74.219.48/32\",\r\n \"40.74.219.50/31\",\r\n \"40.74.219.52/31\",\r\n \"40.74.219.54/32\",\r\n \"40.74.219.56/29\",\r\n \"40.74.219.64/26\",\r\n \"40.74.219.128/25\",\r\n \"40.74.220.0/22\",\r\n \"40.74.224.0/19\",\r\n \"40.78.214.0/24\",\r\n \"40.80.192.0/19\",\r\n \"40.84.128.0/17\",\r\n \"40.86.128.0/19\",\r\n \"40.87.176.0/25\",\r\n \"40.87.176.128/27\",\r\n \"40.87.176.160/29\",\r\n \"40.87.176.174/31\",\r\n \"40.87.176.184/30\",\r\n \"40.87.176.192/28\",\r\n \"40.87.176.216/29\",\r\n \"40.87.176.224/29\",\r\n \"40.87.176.232/31\",\r\n \"40.87.176.240/28\",\r\n \"40.87.177.16/28\",\r\n \"40.87.177.32/27\",\r\n \"40.87.177.64/27\",\r\n \"40.87.177.96/28\",\r\n \"40.87.177.112/29\",\r\n \"40.87.177.120/31\",\r\n \"40.87.177.124/30\",\r\n \"40.87.177.128/28\",\r\n \"40.87.177.144/29\",\r\n \"40.87.177.152/31\",\r\n \"40.87.177.156/30\",\r\n \"40.87.177.160/27\",\r\n \"40.87.177.192/29\",\r\n \"40.87.177.200/30\",\r\n \"40.87.177.212/30\",\r\n \"40.87.177.216/29\",\r\n \"40.87.177.224/27\",\r\n \"40.87.178.0/24\",\r\n \"40.87.179.0/25\",\r\n \"40.87.179.128/26\",\r\n \"40.87.179.192/31\",\r\n \"40.87.179.202/31\",\r\n \"40.87.179.204/30\",\r\n \"40.87.179.208/28\",\r\n \"40.87.179.224/27\",\r\n \"40.91.16.0/22\",\r\n \"40.119.0.0/18\",\r\n \"40.123.164.0/25\",\r\n \"40.123.164.128/29\",\r\n \"40.123.164.136/31\",\r\n \"40.123.164.150/31\",\r\n \"40.123.164.152/29\",\r\n \"40.123.164.160/27\",\r\n \"40.123.164.192/26\",\r\n \"40.123.165.4/30\",\r\n \"40.123.165.8/29\",\r\n \"40.123.165.16/29\",\r\n \"40.123.165.24/30\",\r\n \"40.123.165.30/31\",\r\n \"40.123.165.32/28\",\r\n \"40.123.165.48/29\",\r\n \"40.123.165.56/30\",\r\n \"40.123.165.60/31\",\r\n \"40.123.165.68/30\",\r\n \"40.123.165.72/30\",\r\n \"40.123.165.78/31\",\r\n \"40.123.165.80/28\",\r\n \"40.123.165.96/27\",\r\n \"40.123.165.128/28\",\r\n \"40.123.165.144/29\",\r\n \"40.123.165.154/31\",\r\n \"40.123.165.156/30\",\r\n \"40.123.165.160/27\",\r\n \"40.123.165.192/26\",\r\n \"40.123.166.0/25\",\r\n \"40.123.166.128/29\",\r\n \"40.123.166.136/30\",\r\n \"40.124.0.0/16\",\r\n \"52.120.0.0/19\",\r\n \"52.120.152.0/22\",\r\n \"52.121.0.0/21\",\r\n \"52.141.64.0/18\",\r\n \"52.152.0.0/17\",\r\n \"52.153.64.0/18\",\r\n \"52.153.192.0/18\",\r\n \"52.171.0.0/16\",\r\n \"52.183.192.0/18\",\r\n \"52.185.192.0/18\",\r\n \"52.189.128.0/18\",\r\n \"52.232.159.0/24\",\r\n \"52.239.158.0/23\",\r\n \"52.239.178.0/23\",\r\n \"52.239.180.0/22\",\r\n \"52.239.199.0/24\",\r\n \"52.239.200.0/23\",\r\n \"52.239.203.0/24\",\r\n \"52.239.208.0/23\",\r\n \"52.245.24.0/22\",\r\n \"52.248.0.0/17\",\r\n \"52.249.0.0/18\",\r\n \"52.253.0.0/18\",\r\n \"52.253.179.0/24\",\r\n \"52.253.180.0/24\",\r\n \"52.255.64.0/18\",\r\n \"57.150.10.80/28\",\r\n \"57.150.10.96/27\",\r\n \"57.150.10.128/25\",\r\n \"57.150.11.0/26\",\r\n \"57.150.11.64/27\",\r\n \"57.150.11.96/28\",\r\n \"57.150.18.240/28\",\r\n \"57.150.19.0/26\",\r\n \"57.150.19.64/28\",\r\n \"65.52.32.0/21\",\r\n \"70.37.48.0/20\",\r\n \"70.37.64.0/18\",\r\n \"70.37.160.0/21\",\r\n \"104.44.128.0/18\",\r\n \"104.47.208.0/23\",\r\n \"104.210.128.0/19\",\r\n \"104.210.176.0/20\",\r\n \"104.210.192.0/19\",\r\n \"104.214.0.0/17\",\r\n \"104.215.64.0/18\",\r\n \"151.206.50.96/27\",\r\n \"151.206.89.0/24\",\r\n \"151.206.90.0/24\",\r\n \"151.206.91.0/25\",\r\n \"157.55.51.224/28\",\r\n \"157.55.80.0/21\",\r\n \"157.55.103.32/27\",\r\n \"157.55.153.224/28\",\r\n \"157.55.176.0/20\",\r\n \"157.55.192.0/21\",\r\n \"157.55.200.0/22\",\r\n \"157.55.204.1/32\",\r\n \"157.55.204.2/31\",\r\n \"157.55.204.33/32\",\r\n \"157.55.204.34/31\",\r\n \"168.62.128.0/19\",\r\n \"172.202.128.0/17\",\r\n \"172.206.128.0/18\",\r\n \"172.215.128.0/18\",\r\n \"191.238.144.0/20\",\r\n \"191.238.160.0/19\",\r\n \"191.238.224.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Central US IPv6\",\r\n \"communityValue\": \"12076:51008\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:800::/48\",\r\n \"2603:1030:802::/47\",\r\n \"2603:1030:804::/58\",\r\n \"2603:1030:804:40::/60\",\r\n \"2603:1030:804:53::/64\",\r\n \"2603:1030:804:54::/64\",\r\n \"2603:1030:804:5b::/64\",\r\n \"2603:1030:804:5c::/62\",\r\n \"2603:1030:804:60::/62\",\r\n \"2603:1030:804:67::/64\",\r\n \"2603:1030:804:68::/61\",\r\n \"2603:1030:804:70::/60\",\r\n \"2603:1030:804:80::/59\",\r\n \"2603:1030:804:a0::/62\",\r\n \"2603:1030:804:a4::/64\",\r\n \"2603:1030:804:a6::/63\",\r\n \"2603:1030:804:a8::/61\",\r\n \"2603:1030:804:b0::/62\",\r\n \"2603:1030:804:b4::/64\",\r\n \"2603:1030:804:b6::/63\",\r\n \"2603:1030:804:b8::/61\",\r\n \"2603:1030:804:c0::/61\",\r\n \"2603:1030:804:c8::/62\",\r\n \"2603:1030:804:cc::/63\",\r\n \"2603:1030:804:d2::/63\",\r\n \"2603:1030:804:d4::/62\",\r\n \"2603:1030:804:d8::/61\",\r\n \"2603:1030:804:e0::/59\",\r\n \"2603:1030:804:100::/57\",\r\n \"2603:1030:804:180::/58\",\r\n \"2603:1030:804:1c0::/61\",\r\n \"2603:1030:804:1c8::/64\",\r\n \"2603:1030:804:1cd::/64\",\r\n \"2603:1030:804:1ce::/63\",\r\n \"2603:1030:804:1d0::/60\",\r\n \"2603:1030:804:1e0::/59\",\r\n \"2603:1030:804:200::/59\",\r\n \"2603:1030:804:220::/61\",\r\n \"2603:1030:804:228::/62\",\r\n \"2603:1030:804:22c::/64\",\r\n \"2603:1030:804:233::/64\",\r\n \"2603:1030:804:234::/62\",\r\n \"2603:1030:804:238::/61\",\r\n \"2603:1030:804:240::/59\",\r\n \"2603:1030:804:260::/61\",\r\n \"2603:1030:804:26a::/63\",\r\n \"2603:1030:804:26c::/62\",\r\n \"2603:1030:804:270::/62\",\r\n \"2603:1030:804:274::/63\",\r\n \"2603:1030:804:277::/64\",\r\n \"2603:1030:804:278::/61\",\r\n \"2603:1030:804:280::/62\",\r\n \"2603:1030:804:284::/63\",\r\n \"2603:1030:804:286::/64\",\r\n \"2603:1030:804:28a::/63\",\r\n \"2603:1030:804:28c::/63\",\r\n \"2603:1030:804:28e::/64\",\r\n \"2603:1030:804:290::/60\",\r\n \"2603:1030:804:2a0::/60\",\r\n \"2603:1030:804:2b0::/62\",\r\n \"2603:1030:804:2b5::/64\",\r\n \"2603:1030:804:2b6::/63\",\r\n \"2603:1030:804:2b8::/61\",\r\n \"2603:1030:804:2c0::/58\",\r\n \"2603:1030:804:300::/59\",\r\n \"2603:1030:804:320::/61\",\r\n \"2603:1030:804:328::/62\",\r\n \"2603:1030:804:32c::/63\",\r\n \"2603:1030:805::/48\",\r\n \"2603:1030:807::/48\",\r\n \"2603:1030:809::/48\",\r\n \"2603:1030:80a::/56\",\r\n \"2603:1030:80b::/48\",\r\n \"2603:1061:1312:1c00::/54\",\r\n \"2603:1061:1717::/48\",\r\n \"2603:1061:2000:410::/62\",\r\n \"2603:1061:2002:1200::/57\",\r\n \"2603:1061:2004:200::/57\",\r\n \"2603:1061:2010:13::/64\",\r\n \"2603:1062:2:80::/57\",\r\n \"2603:1062:c:22::/63\",\r\n \"2603:10b0:90e::/60\",\r\n \"2a01:111:f100:4002::/64\",\r\n \"2a01:111:f100:5000::/52\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South India\",\r\n \"communityValue\": \"12076:51019\",\r\n \"communityPrefixes\": [\r\n \"4.247.0.0/17\",\r\n \"13.71.64.0/18\",\r\n \"20.40.0.0/21\",\r\n \"20.41.192.0/18\",\r\n \"20.44.32.0/19\",\r\n \"20.60.10.0/24\",\r\n \"20.60.226.0/23\",\r\n \"20.95.141.0/24\",\r\n \"20.150.24.0/24\",\r\n \"20.192.128.0/19\",\r\n \"20.192.184.0/26\",\r\n \"20.192.184.64/28\",\r\n \"20.192.184.80/29\",\r\n \"20.192.184.96/27\",\r\n \"20.192.184.128/25\",\r\n \"20.192.185.0/24\",\r\n \"20.192.186.0/23\",\r\n \"20.192.188.0/22\",\r\n \"20.202.170.0/24\",\r\n \"20.202.245.0/24\",\r\n \"20.202.246.0/23\",\r\n \"20.202.253.0/24\",\r\n \"20.207.208.0/20\",\r\n \"20.209.182.0/23\",\r\n \"20.219.64.0/18\",\r\n \"20.235.0.0/18\",\r\n \"20.235.128.0/18\",\r\n \"40.64.144.208/29\",\r\n \"40.64.145.32/28\",\r\n \"40.64.170.128/25\",\r\n \"40.78.192.0/23\",\r\n \"40.78.194.0/24\",\r\n \"40.78.195.0/25\",\r\n \"40.78.195.128/27\",\r\n \"40.78.195.192/26\",\r\n \"40.78.196.0/22\",\r\n \"40.79.213.0/24\",\r\n \"40.81.64.0/20\",\r\n \"40.87.216.0/22\",\r\n \"52.121.15.0/24\",\r\n \"52.136.17.0/24\",\r\n \"52.140.0.0/18\",\r\n \"52.172.0.0/18\",\r\n \"52.172.64.0/20\",\r\n \"52.172.80.0/22\",\r\n \"52.172.84.0/24\",\r\n \"52.172.85.16/28\",\r\n \"52.172.85.32/27\",\r\n \"52.172.85.64/26\",\r\n \"52.172.85.128/25\",\r\n \"52.172.86.0/23\",\r\n \"52.172.88.0/21\",\r\n \"52.172.96.0/19\",\r\n \"52.239.135.128/26\",\r\n \"52.239.188.0/24\",\r\n \"52.245.84.0/22\",\r\n \"57.150.17.0/24\",\r\n \"74.224.0.0/16\",\r\n \"74.225.0.0/18\",\r\n \"104.47.214.0/23\",\r\n \"104.211.192.0/18\",\r\n \"151.206.48.32/27\",\r\n \"151.206.71.192/26\",\r\n \"151.206.72.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South India IPv6\",\r\n \"communityValue\": \"12076:51019\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:c00::/46\",\r\n \"2603:1040:c06::/47\",\r\n \"2603:1046:1407::800/117\",\r\n \"2603:1046:1407::1000/116\",\r\n \"2603:1046:1407::2000/115\",\r\n \"2603:1046:1407::4000/114\",\r\n \"2603:1046:1407::8000/113\",\r\n \"2603:1046:1407::1:0/112\",\r\n \"2603:1046:1407::2:0/111\",\r\n \"2603:1046:1407::4:0/110\",\r\n \"2603:1046:1407::8:0/109\",\r\n \"2603:1046:1407::10:0/108\",\r\n \"2603:1046:1407::20:0/107\",\r\n \"2603:1046:1407::40:0/106\",\r\n \"2603:1046:1407::80:0/105\",\r\n \"2603:1046:1407::100:0/104\",\r\n \"2603:1046:1407::200:0/103\",\r\n \"2603:1046:1407::400:0/102\",\r\n \"2603:1046:1407::800:0/101\",\r\n \"2603:1046:1407::1000:0/100\",\r\n \"2603:1046:1407::2000:0/99\",\r\n \"2603:1046:1407::4000:0/98\",\r\n \"2603:1046:1407::8000:0/97\",\r\n \"2603:1046:1407::1:0:0/96\",\r\n \"2603:1046:1407::2:0:0/95\",\r\n \"2603:1046:1407::4:0:0/94\",\r\n \"2603:1046:1407::8:0:0/93\",\r\n \"2603:1046:1407::10:0:0/92\",\r\n \"2603:1046:1407::20:0:0/91\",\r\n \"2603:1046:1407::40:0:0/90\",\r\n \"2603:1046:1407::80:0:0/89\",\r\n \"2603:1046:1407::100:0:0/88\",\r\n \"2603:1046:1407::200:0:0/87\",\r\n \"2603:1046:1407::400:0:0/86\",\r\n \"2603:1046:1407::800:0:0/85\",\r\n \"2603:1046:1407::1000:0:0/84\",\r\n \"2603:1046:1407::2000:0:0/83\",\r\n \"2603:1046:1407::4000:0:0/82\",\r\n \"2603:1046:1407::8000:0:0/81\",\r\n \"2603:1046:1407:0:1::/80\",\r\n \"2603:1046:1407:0:2::/79\",\r\n \"2603:1046:1407:0:4::/78\",\r\n \"2603:1046:1407:0:8::/77\",\r\n \"2603:1046:1407:0:10::/76\",\r\n \"2603:1046:1407:0:20::/75\",\r\n \"2603:1046:1407:0:40::/74\",\r\n \"2603:1046:1407:0:80::/73\",\r\n \"2603:1046:1407:0:100::/72\",\r\n \"2603:1046:1407:0:200::/71\",\r\n \"2603:1046:1407:0:400::/70\",\r\n \"2603:1046:1407:0:800::/69\",\r\n \"2603:1046:1407:0:1000::/68\",\r\n \"2603:1046:1407:0:2000::/67\",\r\n \"2603:1046:1407:0:4000::/66\",\r\n \"2603:1046:1407:0:8000::/65\",\r\n \"2603:1046:1407:1::800/117\",\r\n \"2603:1046:1407:1::1000/116\",\r\n \"2603:1046:1407:1::2000/115\",\r\n \"2603:1046:1407:1::4000/114\",\r\n \"2603:1046:1407:1::8000/113\",\r\n \"2603:1046:1407:1::1:0/112\",\r\n \"2603:1046:1407:1::2:0/111\",\r\n \"2603:1046:1407:1::4:0/110\",\r\n \"2603:1046:1407:1::8:0/109\",\r\n \"2603:1046:1407:1::10:0/108\",\r\n \"2603:1046:1407:1::20:0/107\",\r\n \"2603:1046:1407:1::40:0/106\",\r\n \"2603:1046:1407:1::80:0/105\",\r\n \"2603:1046:1407:1::100:0/104\",\r\n \"2603:1046:1407:1::200:0/103\",\r\n \"2603:1046:1407:1::400:0/102\",\r\n \"2603:1046:1407:1::800:0/101\",\r\n \"2603:1046:1407:1::1000:0/100\",\r\n \"2603:1046:1407:1::2000:0/99\",\r\n \"2603:1046:1407:1::4000:0/98\",\r\n \"2603:1046:1407:1::8000:0/97\",\r\n \"2603:1046:1407:1:0:1::/96\",\r\n \"2603:1046:1407:1:0:2::/95\",\r\n \"2603:1046:1407:1:0:4::/94\",\r\n \"2603:1046:1407:1:0:8::/93\",\r\n \"2603:1046:1407:1:0:10::/92\",\r\n \"2603:1046:1407:1:0:20::/91\",\r\n \"2603:1046:1407:1:0:40::/90\",\r\n \"2603:1046:1407:1:0:80::/89\",\r\n \"2603:1046:1407:1:0:100::/88\",\r\n \"2603:1046:1407:1:0:200::/87\",\r\n \"2603:1046:1407:1:0:400::/86\",\r\n \"2603:1046:1407:1:0:800::/85\",\r\n \"2603:1046:1407:1:0:1000::/84\",\r\n \"2603:1046:1407:1:0:2000::/83\",\r\n \"2603:1046:1407:1:0:4000::/82\",\r\n \"2603:1046:1407:1:0:8000::/81\",\r\n \"2603:1046:1407:1:1::/80\",\r\n \"2603:1046:1407:1:2::/79\",\r\n \"2603:1046:1407:1:4::/78\",\r\n \"2603:1046:1407:1:8::/77\",\r\n \"2603:1046:1407:1:10::/76\",\r\n \"2603:1046:1407:1:20::/75\",\r\n \"2603:1046:1407:1:40::/74\",\r\n \"2603:1046:1407:1:80::/73\",\r\n \"2603:1046:1407:1:100::/72\",\r\n \"2603:1046:1407:1:200::/71\",\r\n \"2603:1046:1407:1:400::/70\",\r\n \"2603:1046:1407:1:800::/69\",\r\n \"2603:1046:1407:1:1000::/68\",\r\n \"2603:1046:1407:1:2000::/67\",\r\n \"2603:1046:1407:1:4000::/66\",\r\n \"2603:1046:1407:1:8000::/65\",\r\n \"2603:1046:1407:2::/63\",\r\n \"2603:1046:1407:4::/62\",\r\n \"2603:1046:1407:8::/61\",\r\n \"2603:1046:1407:10::/60\",\r\n \"2603:1046:1407:20::/59\",\r\n \"2603:1046:1407:40::/58\",\r\n \"2603:1046:1407:80::/57\",\r\n \"2603:1046:1407:100::/56\",\r\n \"2603:1046:1407:200::/55\",\r\n \"2603:1046:1407:400::/54\",\r\n \"2603:1046:1407:800::/53\",\r\n \"2603:1046:1407:1000::/52\",\r\n \"2603:1046:1407:2000::/51\",\r\n \"2603:1046:1407:4000::/50\",\r\n \"2603:1046:1407:8000::/49\",\r\n \"2603:1061:1310:2c00::/54\",\r\n \"2603:1061:1719::/48\",\r\n \"2603:1061:2000:600::/62\",\r\n \"2603:1061:2002:4100::/57\",\r\n \"2603:1061:2004:3800::/57\",\r\n \"2603:1061:2010:15::/64\",\r\n \"2603:1062:c:10::/63\",\r\n \"2603:1063:414::/56\",\r\n \"2603:1090:704::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Southeast Asia\",\r\n \"communityValue\": \"12076:51011\",\r\n \"communityPrefixes\": [\r\n \"4.144.128.0/17\",\r\n \"4.145.0.0/16\",\r\n \"4.146.0.0/16\",\r\n \"4.193.0.0/16\",\r\n \"4.194.0.0/17\",\r\n \"4.194.128.0/18\",\r\n \"4.194.192.0/19\",\r\n \"4.194.224.0/23\",\r\n \"4.194.226.0/25\",\r\n \"4.194.226.128/27\",\r\n \"4.194.226.192/26\",\r\n \"4.194.227.0/24\",\r\n \"4.194.228.0/22\",\r\n \"4.194.232.0/21\",\r\n \"4.194.240.0/20\",\r\n \"13.67.0.0/21\",\r\n \"13.67.8.0/24\",\r\n \"13.67.9.0/25\",\r\n \"13.67.9.128/26\",\r\n \"13.67.9.192/27\",\r\n \"13.67.10.0/23\",\r\n \"13.67.12.0/22\",\r\n \"13.67.16.0/20\",\r\n \"13.67.32.0/19\",\r\n \"13.67.64.0/18\",\r\n \"13.76.0.0/16\",\r\n \"20.6.0.0/17\",\r\n \"20.24.0.0/18\",\r\n \"20.24.128.0/18\",\r\n \"20.43.128.0/18\",\r\n \"20.44.192.0/18\",\r\n \"20.60.136.0/24\",\r\n \"20.60.138.0/23\",\r\n \"20.95.132.0/24\",\r\n \"20.95.137.0/24\",\r\n \"20.136.128.0/24\",\r\n \"20.136.129.0/25\",\r\n \"20.150.17.128/25\",\r\n \"20.150.28.0/24\",\r\n \"20.150.86.0/24\",\r\n \"20.150.127.0/24\",\r\n \"20.184.0.0/18\",\r\n \"20.188.96.0/19\",\r\n \"20.190.64.0/19\",\r\n \"20.191.128.0/19\",\r\n \"20.195.0.0/18\",\r\n \"20.195.64.0/25\",\r\n \"20.195.64.128/26\",\r\n \"20.195.64.224/28\",\r\n \"20.195.65.0/24\",\r\n \"20.195.66.0/23\",\r\n \"20.195.68.0/22\",\r\n \"20.195.80.0/21\",\r\n \"20.195.96.0/19\",\r\n \"20.197.64.0/18\",\r\n \"20.198.128.0/17\",\r\n \"20.202.43.0/24\",\r\n \"20.202.44.0/22\",\r\n \"20.202.48.0/23\",\r\n \"20.202.59.0/24\",\r\n \"20.202.99.0/24\",\r\n \"20.202.107.0/24\",\r\n \"20.202.111.0/24\",\r\n \"20.202.115.0/24\",\r\n \"20.202.131.0/24\",\r\n \"20.202.135.0/24\",\r\n \"20.202.139.0/24\",\r\n \"20.205.144.0/20\",\r\n \"20.205.160.0/19\",\r\n \"20.205.192.0/18\",\r\n \"20.209.20.0/23\",\r\n \"20.209.126.0/23\",\r\n \"20.209.188.0/23\",\r\n \"20.212.0.0/16\",\r\n \"20.247.128.0/17\",\r\n \"23.97.48.0/20\",\r\n \"23.98.64.0/18\",\r\n \"23.100.112.0/21\",\r\n \"23.101.16.0/20\",\r\n \"40.64.144.216/29\",\r\n \"40.64.145.144/28\",\r\n \"40.64.170.0/25\",\r\n \"40.65.128.0/18\",\r\n \"40.78.223.0/24\",\r\n \"40.78.232.0/22\",\r\n \"40.78.236.0/23\",\r\n \"40.78.238.0/24\",\r\n \"40.78.239.0/26\",\r\n \"40.78.239.64/27\",\r\n \"40.78.239.96/29\",\r\n \"40.78.239.112/28\",\r\n \"40.78.239.128/25\",\r\n \"40.82.28.0/22\",\r\n \"40.87.196.0/22\",\r\n \"40.90.160.0/19\",\r\n \"40.119.192.0/18\",\r\n \"40.123.188.0/22\",\r\n \"52.120.144.0/21\",\r\n \"52.120.156.0/24\",\r\n \"52.121.128.0/20\",\r\n \"52.121.144.0/21\",\r\n \"52.136.26.0/24\",\r\n \"52.139.192.0/18\",\r\n \"52.143.196.0/24\",\r\n \"52.143.210.0/24\",\r\n \"52.148.64.0/18\",\r\n \"52.163.0.0/16\",\r\n \"52.187.0.0/17\",\r\n \"52.187.128.0/18\",\r\n \"52.230.0.0/17\",\r\n \"52.237.64.0/18\",\r\n \"52.239.129.0/24\",\r\n \"52.239.197.0/24\",\r\n \"52.239.227.0/24\",\r\n \"52.239.249.0/24\",\r\n \"52.245.80.0/22\",\r\n \"52.253.80.0/20\",\r\n \"104.43.0.0/17\",\r\n \"104.44.89.39/32\",\r\n \"104.44.89.42/32\",\r\n \"104.44.90.128/27\",\r\n \"104.215.128.0/17\",\r\n \"111.221.80.0/20\",\r\n \"111.221.96.0/20\",\r\n \"137.116.128.0/19\",\r\n \"138.91.32.0/20\",\r\n \"151.206.48.160/27\",\r\n \"151.206.66.128/25\",\r\n \"151.206.67.0/24\",\r\n \"168.63.90.0/24\",\r\n \"168.63.91.0/26\",\r\n \"168.63.160.0/19\",\r\n \"168.63.224.0/19\",\r\n \"172.188.0.0/17\",\r\n \"191.238.64.0/23\",\r\n \"207.46.50.128/28\",\r\n \"207.46.59.64/27\",\r\n \"207.46.63.64/27\",\r\n \"207.46.63.128/25\",\r\n \"207.46.224.0/20\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:51011\",\r\n \"communityPrefixes\": [\r\n \"2602:fd5e:2::/57\",\r\n \"2603:1040::/47\",\r\n \"2603:1040:2::/48\",\r\n \"2603:1040:5::/48\",\r\n \"2603:1040:6::/48\",\r\n \"2603:1040:7::/56\",\r\n \"2603:1046:1406::800/117\",\r\n \"2603:1046:1406::1000/116\",\r\n \"2603:1046:1406::2000/115\",\r\n \"2603:1046:1406::4000/114\",\r\n \"2603:1046:1406::8000/113\",\r\n \"2603:1046:1406::1:0/112\",\r\n \"2603:1046:1406::2:0/111\",\r\n \"2603:1046:1406::4:0/110\",\r\n \"2603:1046:1406::8:0/109\",\r\n \"2603:1046:1406::10:0/108\",\r\n \"2603:1046:1406::20:0/107\",\r\n \"2603:1046:1406::40:0/106\",\r\n \"2603:1046:1406::80:0/105\",\r\n \"2603:1046:1406::100:0/104\",\r\n \"2603:1046:1406::200:0/103\",\r\n \"2603:1046:1406::400:0/102\",\r\n \"2603:1046:1406::800:0/101\",\r\n \"2603:1046:1406::1000:0/100\",\r\n \"2603:1046:1406::2000:0/99\",\r\n \"2603:1046:1406::4000:0/98\",\r\n \"2603:1046:1406::8000:0/97\",\r\n \"2603:1046:1406::1:0:0/96\",\r\n \"2603:1046:1406::2:0:0/95\",\r\n \"2603:1046:1406::4:0:0/94\",\r\n \"2603:1046:1406::8:0:0/93\",\r\n \"2603:1046:1406::10:0:0/92\",\r\n \"2603:1046:1406::20:0:0/91\",\r\n \"2603:1046:1406::40:0:0/90\",\r\n \"2603:1046:1406::80:0:0/89\",\r\n \"2603:1046:1406::100:0:0/88\",\r\n \"2603:1046:1406::200:0:0/87\",\r\n \"2603:1046:1406::400:0:0/86\",\r\n \"2603:1046:1406::800:0:0/85\",\r\n \"2603:1046:1406::1000:0:0/84\",\r\n \"2603:1046:1406::2000:0:0/83\",\r\n \"2603:1046:1406::4000:0:0/82\",\r\n \"2603:1046:1406::8000:0:0/81\",\r\n \"2603:1046:1406:0:1::/80\",\r\n \"2603:1046:1406:0:2::/79\",\r\n \"2603:1046:1406:0:4::/78\",\r\n \"2603:1046:1406:0:8::/77\",\r\n \"2603:1046:1406:0:10::/76\",\r\n \"2603:1046:1406:0:20::/75\",\r\n \"2603:1046:1406:0:40::/74\",\r\n \"2603:1046:1406:0:80::/73\",\r\n \"2603:1046:1406:0:100::/72\",\r\n \"2603:1046:1406:0:200::/71\",\r\n \"2603:1046:1406:0:400::/70\",\r\n \"2603:1046:1406:0:800::/69\",\r\n \"2603:1046:1406:0:1000::/68\",\r\n \"2603:1046:1406:0:2000::/67\",\r\n \"2603:1046:1406:0:4000::/66\",\r\n \"2603:1046:1406:0:8000::/65\",\r\n \"2603:1046:1406:1::800/117\",\r\n \"2603:1046:1406:1::1000/116\",\r\n \"2603:1046:1406:1::2000/115\",\r\n \"2603:1046:1406:1::4000/114\",\r\n \"2603:1046:1406:1::8000/113\",\r\n \"2603:1046:1406:1::1:0/112\",\r\n \"2603:1046:1406:1::2:0/111\",\r\n \"2603:1046:1406:1::4:0/110\",\r\n \"2603:1046:1406:1::8:0/109\",\r\n \"2603:1046:1406:1::10:0/108\",\r\n \"2603:1046:1406:1::20:0/107\",\r\n \"2603:1046:1406:1::40:0/106\",\r\n \"2603:1046:1406:1::80:0/105\",\r\n \"2603:1046:1406:1::100:0/104\",\r\n \"2603:1046:1406:1::200:0/103\",\r\n \"2603:1046:1406:1::400:0/102\",\r\n \"2603:1046:1406:1::800:0/101\",\r\n \"2603:1046:1406:1::1000:0/100\",\r\n \"2603:1046:1406:1::2000:0/99\",\r\n \"2603:1046:1406:1::4000:0/98\",\r\n \"2603:1046:1406:1::8000:0/97\",\r\n \"2603:1046:1406:1:0:1::/96\",\r\n \"2603:1046:1406:1:0:2::/95\",\r\n \"2603:1046:1406:1:0:4::/94\",\r\n \"2603:1046:1406:1:0:8::/93\",\r\n \"2603:1046:1406:1:0:10::/92\",\r\n \"2603:1046:1406:1:0:20::/91\",\r\n \"2603:1046:1406:1:0:40::/90\",\r\n \"2603:1046:1406:1:0:80::/89\",\r\n \"2603:1046:1406:1:0:100::/88\",\r\n \"2603:1046:1406:1:0:200::/87\",\r\n \"2603:1046:1406:1:0:400::/86\",\r\n \"2603:1046:1406:1:0:800::/85\",\r\n \"2603:1046:1406:1:0:1000::/84\",\r\n \"2603:1046:1406:1:0:2000::/83\",\r\n \"2603:1046:1406:1:0:4000::/82\",\r\n \"2603:1046:1406:1:0:8000::/81\",\r\n \"2603:1046:1406:1:1::/80\",\r\n \"2603:1046:1406:1:2::/79\",\r\n \"2603:1046:1406:1:4::/78\",\r\n \"2603:1046:1406:1:8::/77\",\r\n \"2603:1046:1406:1:10::/76\",\r\n \"2603:1046:1406:1:20::/75\",\r\n \"2603:1046:1406:1:40::/74\",\r\n \"2603:1046:1406:1:80::/73\",\r\n \"2603:1046:1406:1:100::/72\",\r\n \"2603:1046:1406:1:200::/71\",\r\n \"2603:1046:1406:1:400::/70\",\r\n \"2603:1046:1406:1:800::/69\",\r\n \"2603:1046:1406:1:1000::/68\",\r\n \"2603:1046:1406:1:2000::/67\",\r\n \"2603:1046:1406:1:4000::/66\",\r\n \"2603:1046:1406:1:8000::/65\",\r\n \"2603:1046:1406:2::/63\",\r\n \"2603:1046:1406:4::/62\",\r\n \"2603:1046:1406:8::/61\",\r\n \"2603:1046:1406:10::/60\",\r\n \"2603:1046:1406:20::/59\",\r\n \"2603:1046:1406:40::/58\",\r\n \"2603:1046:1406:80::/57\",\r\n \"2603:1046:1406:100::/56\",\r\n \"2603:1046:1406:200::/55\",\r\n \"2603:1046:1406:400::/54\",\r\n \"2603:1046:1406:800::/53\",\r\n \"2603:1046:1406:1000::/52\",\r\n \"2603:1046:1406:2000::/51\",\r\n \"2603:1046:1406:4000::/50\",\r\n \"2603:1046:1406:8000::/49\",\r\n \"2603:1061:1310:3000::/54\",\r\n \"2603:1061:1718::/48\",\r\n \"2603:1061:2000:440::/62\",\r\n \"2603:1061:2000:7c8::/62\",\r\n \"2603:1061:2002:8000::/57\",\r\n \"2603:1061:2002:8800::/57\",\r\n \"2603:1061:2004:800::/57\",\r\n \"2603:1061:2004:6100::/57\",\r\n \"2603:1061:2010:14::/64\",\r\n \"2603:1062:c:4::/63\",\r\n \"2603:1063:416::/56\",\r\n \"2603:1090:108::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden Central\",\r\n \"communityValue\": \"12076:51047\",\r\n \"communityPrefixes\": [\r\n \"4.165.0.0/16\",\r\n \"4.166.0.0/16\",\r\n \"4.223.0.0/16\",\r\n \"4.225.0.0/16\",\r\n \"20.60.78.0/23\",\r\n \"20.60.234.0/23\",\r\n \"20.60.252.0/23\",\r\n \"20.91.128.0/20\",\r\n \"20.91.144.0/22\",\r\n \"20.91.148.0/24\",\r\n \"20.91.149.0/27\",\r\n \"20.91.149.48/28\",\r\n \"20.91.149.64/26\",\r\n \"20.91.149.128/25\",\r\n \"20.91.150.0/23\",\r\n \"20.91.152.0/21\",\r\n \"20.91.160.0/19\",\r\n \"20.91.192.0/18\",\r\n \"20.95.87.0/24\",\r\n \"20.150.44.0/24\",\r\n \"20.150.120.0/24\",\r\n \"20.202.68.0/24\",\r\n \"20.202.211.0/24\",\r\n \"20.202.212.0/22\",\r\n \"20.202.216.0/21\",\r\n \"20.202.224.0/23\",\r\n \"20.209.216.0/23\",\r\n \"20.240.0.0/18\",\r\n \"20.240.64.0/19\",\r\n \"20.240.128.0/17\",\r\n \"40.64.183.0/25\",\r\n \"40.119.112.0/22\",\r\n \"40.126.203.0/24\",\r\n \"51.12.24.0/21\",\r\n \"51.12.32.0/19\",\r\n \"51.12.64.0/19\",\r\n \"51.12.96.0/22\",\r\n \"51.12.100.0/24\",\r\n \"51.12.101.0/25\",\r\n \"51.12.101.128/27\",\r\n \"51.12.101.168/29\",\r\n \"51.12.101.176/28\",\r\n \"51.12.101.192/26\",\r\n \"51.12.102.0/23\",\r\n \"51.12.104.32/27\",\r\n \"51.12.128.0/21\",\r\n \"51.12.144.0/20\",\r\n \"51.12.208.0/20\",\r\n \"51.12.224.0/19\",\r\n \"51.107.176.0/20\",\r\n \"52.121.192.0/20\",\r\n \"52.253.187.0/24\",\r\n \"52.253.188.0/23\",\r\n \"74.241.128.0/17\",\r\n \"172.160.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden Central IPv6\",\r\n \"communityValue\": \"12076:51047\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1000::/47\",\r\n \"2603:1020:1004::/47\",\r\n \"2603:1061:1311:3800::/54\",\r\n \"2603:1061:172e::/48\",\r\n \"2603:1061:2000:7a0::/62\",\r\n \"2603:1061:2002:7800::/57\",\r\n \"2603:1061:2004:8000::/57\",\r\n \"2603:1061:2010:2e::/64\",\r\n \"2603:1063:417::/56\",\r\n \"2603:10a0:1401::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden South\",\r\n \"communityValue\": \"12076:51048\",\r\n \"communityPrefixes\": [\r\n \"20.60.76.0/23\",\r\n \"20.60.192.0/23\",\r\n \"20.91.0.0/18\",\r\n \"20.91.64.0/19\",\r\n \"20.91.96.0/26\",\r\n \"20.91.96.80/28\",\r\n \"20.91.96.96/27\",\r\n \"20.91.96.128/25\",\r\n \"20.91.97.0/24\",\r\n \"20.91.98.0/23\",\r\n \"20.91.100.0/22\",\r\n \"20.91.104.0/21\",\r\n \"20.91.112.0/20\",\r\n \"20.150.45.0/24\",\r\n \"20.150.99.0/24\",\r\n \"40.64.182.128/25\",\r\n \"40.119.116.0/22\",\r\n \"40.126.204.0/24\",\r\n \"51.12.0.0/20\",\r\n \"51.12.16.0/21\",\r\n \"51.12.104.0/27\",\r\n \"51.12.112.0/20\",\r\n \"51.12.136.0/21\",\r\n \"51.12.160.0/19\",\r\n \"51.12.192.0/21\",\r\n \"51.12.200.0/22\",\r\n \"51.12.204.0/25\",\r\n \"51.12.204.128/26\",\r\n \"51.12.204.192/27\",\r\n \"51.12.204.224/29\",\r\n \"51.12.204.240/28\",\r\n \"51.12.205.0/24\",\r\n \"51.12.206.0/23\",\r\n \"52.253.190.0/24\",\r\n \"74.241.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden South IPv6\",\r\n \"communityValue\": \"12076:51048\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1100::/47\",\r\n \"2603:1020:1104::/46\",\r\n \"2603:1061:1311:3c00::/54\",\r\n \"2603:1061:172d::/48\",\r\n \"2603:1061:2010:2d::/64\",\r\n \"2603:1063:418::/56\",\r\n \"2603:10a0:1501::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland North\",\r\n \"communityValue\": \"12076:51038\",\r\n \"communityPrefixes\": [\r\n \"4.163.0.0/16\",\r\n \"4.164.0.0/16\",\r\n \"4.226.0.0/17\",\r\n \"20.60.174.0/23\",\r\n \"20.95.96.0/24\",\r\n \"20.95.106.0/24\",\r\n \"20.150.59.0/24\",\r\n \"20.150.118.0/24\",\r\n \"20.199.128.0/18\",\r\n \"20.203.128.0/17\",\r\n \"20.208.0.0/17\",\r\n \"20.208.128.0/20\",\r\n \"20.208.144.0/22\",\r\n \"20.208.148.0/23\",\r\n \"20.208.150.0/28\",\r\n \"20.208.150.32/27\",\r\n \"20.208.150.64/26\",\r\n \"20.208.150.128/25\",\r\n \"20.208.151.0/24\",\r\n \"20.208.152.0/21\",\r\n \"20.208.160.0/19\",\r\n \"20.209.28.0/23\",\r\n \"20.209.174.0/23\",\r\n \"20.250.0.0/16\",\r\n \"40.64.147.32/28\",\r\n \"40.64.180.0/25\",\r\n \"40.119.80.0/22\",\r\n \"40.126.194.0/24\",\r\n \"51.103.128.0/18\",\r\n \"51.103.192.32/27\",\r\n \"51.103.200.0/21\",\r\n \"51.103.208.0/20\",\r\n \"51.103.224.0/19\",\r\n \"51.107.0.0/18\",\r\n \"51.107.64.0/19\",\r\n \"51.107.128.0/27\",\r\n \"51.107.128.32/29\",\r\n \"51.107.128.48/28\",\r\n \"51.107.128.64/26\",\r\n \"51.107.128.128/25\",\r\n \"51.107.129.0/26\",\r\n \"51.107.129.96/27\",\r\n \"51.107.129.128/25\",\r\n \"51.107.130.0/23\",\r\n \"51.107.132.0/22\",\r\n \"51.107.200.0/21\",\r\n \"51.107.240.0/21\",\r\n \"52.121.183.0/24\",\r\n \"52.239.251.0/24\",\r\n \"52.253.165.0/24\",\r\n \"52.253.175.0/24\",\r\n \"52.253.176.0/24\",\r\n \"74.242.128.0/17\",\r\n \"151.206.49.176/28\",\r\n \"151.206.85.128/25\",\r\n \"151.206.86.0/24\",\r\n \"172.161.0.0/16\",\r\n \"172.162.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland North IPv6\",\r\n \"communityValue\": \"12076:51038\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:a00::/47\",\r\n \"2603:1020:a04::/47\",\r\n \"2603:1061:1311:4000::/54\",\r\n \"2603:1061:1728::/48\",\r\n \"2603:1061:2000:700::/62\",\r\n \"2603:1061:2002:5800::/57\",\r\n \"2603:1061:2004:5000::/57\",\r\n \"2603:1061:2010:28::/64\",\r\n \"2603:1062:c:1e::/63\",\r\n \"2603:1063:419::/56\",\r\n \"2603:10a0:c00::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland West\",\r\n \"communityValue\": \"12076:51039\",\r\n \"communityPrefixes\": [\r\n \"4.226.128.0/17\",\r\n \"20.60.176.0/23\",\r\n \"20.95.97.0/24\",\r\n \"20.150.55.0/24\",\r\n \"20.150.116.0/24\",\r\n \"20.199.192.0/21\",\r\n \"20.199.200.0/22\",\r\n \"20.199.204.0/25\",\r\n \"20.199.204.128/27\",\r\n \"20.199.204.176/28\",\r\n \"20.199.204.192/26\",\r\n \"20.199.205.0/24\",\r\n \"20.199.206.0/23\",\r\n \"20.199.208.0/20\",\r\n \"20.199.224.0/19\",\r\n \"20.208.192.0/18\",\r\n \"40.64.179.0/25\",\r\n \"40.119.84.0/22\",\r\n \"40.126.195.0/24\",\r\n \"51.103.192.0/27\",\r\n \"51.107.96.0/19\",\r\n \"51.107.136.0/21\",\r\n \"51.107.144.0/20\",\r\n \"51.107.160.0/20\",\r\n \"51.107.192.0/25\",\r\n \"51.107.192.128/29\",\r\n \"51.107.192.144/28\",\r\n \"51.107.192.160/27\",\r\n \"51.107.192.192/26\",\r\n \"51.107.193.0/24\",\r\n \"51.107.194.0/23\",\r\n \"51.107.196.0/22\",\r\n \"51.107.224.0/20\",\r\n \"51.107.248.0/21\",\r\n \"52.239.250.0/24\",\r\n \"52.253.166.0/24\",\r\n \"57.150.22.0/24\",\r\n \"74.242.0.0/18\",\r\n \"74.242.64.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland West IPv6\",\r\n \"communityValue\": \"12076:51039\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:b00::/47\",\r\n \"2603:1020:b04::/47\",\r\n \"2603:1061:1311:4400::/54\",\r\n \"2603:1061:1727::/48\",\r\n \"2603:1061:2000:708::/62\",\r\n \"2603:1061:2002:5900::/57\",\r\n \"2603:1061:2004:5100::/57\",\r\n \"2603:1061:2010:26::/64\",\r\n \"2603:1063:41a::/56\",\r\n \"2603:10a0:e01::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE Central\",\r\n \"communityValue\": \"12076:51037\",\r\n \"communityPrefixes\": [\r\n \"20.37.64.0/21\",\r\n \"20.37.72.0/23\",\r\n \"20.37.74.0/24\",\r\n \"20.37.75.0/26\",\r\n \"20.37.75.64/27\",\r\n \"20.37.75.128/25\",\r\n \"20.37.76.0/22\",\r\n \"20.37.80.0/20\",\r\n \"20.45.64.0/19\",\r\n \"20.46.200.0/21\",\r\n \"20.46.208.0/20\",\r\n \"20.60.108.0/24\",\r\n \"20.150.6.0/23\",\r\n \"20.150.115.0/24\",\r\n \"20.201.161.0/24\",\r\n \"20.203.88.0/21\",\r\n \"20.209.200.0/23\",\r\n \"20.209.219.0/24\",\r\n \"20.216.64.0/18\",\r\n \"40.64.146.144/28\",\r\n \"40.64.178.0/25\",\r\n \"40.119.76.0/22\",\r\n \"40.120.0.0/21\",\r\n \"40.120.8.0/25\",\r\n \"40.120.8.128/27\",\r\n \"40.120.8.168/29\",\r\n \"40.120.8.176/28\",\r\n \"40.120.8.192/26\",\r\n \"40.120.9.0/24\",\r\n \"40.120.10.0/23\",\r\n \"40.120.12.0/22\",\r\n \"40.125.0.0/19\",\r\n \"40.126.193.0/24\",\r\n \"40.126.208.0/20\",\r\n \"52.143.221.0/24\",\r\n \"52.239.233.0/25\",\r\n \"74.243.0.0/17\",\r\n \"74.243.128.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE Central IPv6\",\r\n \"communityValue\": \"12076:51037\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:b00::/47\",\r\n \"2603:1040:b04::/47\",\r\n \"2603:1061:1310:3c00::/54\",\r\n \"2603:1061:1726::/48\",\r\n \"2603:1061:2000:7e8::/62\",\r\n \"2603:1061:2002:7100::/57\",\r\n \"2603:1061:2004:6900::/57\",\r\n \"2603:1061:2010:24::/64\",\r\n \"2603:1063:41b::/56\",\r\n \"2603:1090:b04::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE North\",\r\n \"communityValue\": \"12076:51036\",\r\n \"communityPrefixes\": [\r\n \"4.161.0.0/16\",\r\n \"4.162.0.0/16\",\r\n \"20.38.124.0/23\",\r\n \"20.38.136.0/21\",\r\n \"20.38.152.0/21\",\r\n \"20.46.32.0/19\",\r\n \"20.46.144.0/20\",\r\n \"20.46.192.0/21\",\r\n \"20.60.21.0/24\",\r\n \"20.60.212.0/23\",\r\n \"20.74.128.0/17\",\r\n \"20.95.130.0/24\",\r\n \"20.174.0.0/16\",\r\n \"20.196.0.0/18\",\r\n \"20.202.72.0/24\",\r\n \"20.202.102.0/23\",\r\n \"20.203.0.0/18\",\r\n \"20.203.64.0/20\",\r\n \"20.203.80.0/21\",\r\n \"20.203.96.0/19\",\r\n \"20.209.50.0/23\",\r\n \"20.209.238.0/23\",\r\n \"20.216.0.0/18\",\r\n \"20.233.0.0/16\",\r\n \"40.64.145.112/28\",\r\n \"40.64.177.0/25\",\r\n \"40.119.72.0/22\",\r\n \"40.119.160.0/19\",\r\n \"40.120.64.0/26\",\r\n \"40.120.64.64/27\",\r\n \"40.120.64.96/29\",\r\n \"40.120.64.112/28\",\r\n \"40.120.64.128/26\",\r\n \"40.120.64.192/27\",\r\n \"40.120.65.0/24\",\r\n \"40.120.66.0/23\",\r\n \"40.120.68.0/22\",\r\n \"40.120.72.0/21\",\r\n \"40.120.80.0/20\",\r\n \"40.120.96.0/19\",\r\n \"40.123.192.0/19\",\r\n \"40.123.224.0/20\",\r\n \"40.126.192.0/24\",\r\n \"52.121.100.0/22\",\r\n \"52.121.104.0/23\",\r\n \"52.143.202.0/24\",\r\n \"52.143.222.0/23\",\r\n \"52.239.233.128/25\",\r\n \"65.52.248.0/23\",\r\n \"65.52.250.0/24\",\r\n \"65.52.251.0/26\",\r\n \"65.52.251.64/27\",\r\n \"65.52.251.128/25\",\r\n \"65.52.252.0/25\",\r\n \"65.52.252.160/27\",\r\n \"65.52.252.192/26\",\r\n \"65.52.253.0/24\",\r\n \"65.52.254.0/23\",\r\n \"151.206.48.240/28\",\r\n \"151.206.70.0/25\",\r\n \"172.163.0.0/16\",\r\n \"172.164.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE North IPv6\",\r\n \"communityValue\": \"12076:51036\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:900::/47\",\r\n \"2603:1040:904::/47\",\r\n \"2603:1061:1310:4000::/54\",\r\n \"2603:1061:1724::/48\",\r\n \"2603:1061:2000:7e0::/62\",\r\n \"2603:1061:2002:7000::/57\",\r\n \"2603:1061:2004:6800::/57\",\r\n \"2603:1061:2010:22::/64\",\r\n \"2603:1062:c:a::/63\",\r\n \"2603:1063:41c::/56\",\r\n \"2603:1090:e03::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South\",\r\n \"communityValue\": \"12076:51024\",\r\n \"communityPrefixes\": [\r\n \"4.158.0.0/15\",\r\n \"4.234.0.0/16\",\r\n \"4.250.0.0/16\",\r\n \"13.87.64.0/19\",\r\n \"13.87.96.0/20\",\r\n \"20.0.0.0/16\",\r\n \"20.26.0.0/19\",\r\n \"20.26.32.0/20\",\r\n \"20.26.48.0/21\",\r\n \"20.26.56.0/22\",\r\n \"20.26.60.0/23\",\r\n \"20.26.62.0/24\",\r\n \"20.26.63.0/25\",\r\n \"20.26.63.128/26\",\r\n \"20.26.63.192/27\",\r\n \"20.26.63.240/28\",\r\n \"20.26.64.0/18\",\r\n \"20.26.128.0/17\",\r\n \"20.38.106.0/23\",\r\n \"20.39.208.0/20\",\r\n \"20.39.224.0/21\",\r\n \"20.49.128.0/17\",\r\n \"20.50.96.0/19\",\r\n \"20.58.0.0/18\",\r\n \"20.60.17.0/24\",\r\n \"20.60.166.0/23\",\r\n \"20.68.0.0/18\",\r\n \"20.68.128.0/17\",\r\n \"20.77.0.0/17\",\r\n \"20.77.128.0/18\",\r\n \"20.90.64.0/18\",\r\n \"20.90.128.0/17\",\r\n \"20.95.67.0/24\",\r\n \"20.95.71.0/24\",\r\n \"20.95.74.0/23\",\r\n \"20.95.82.0/23\",\r\n \"20.95.84.0/24\",\r\n \"20.95.99.0/24\",\r\n \"20.95.100.0/23\",\r\n \"20.95.105.0/24\",\r\n \"20.108.0.0/16\",\r\n \"20.117.64.0/18\",\r\n \"20.117.128.0/17\",\r\n \"20.150.18.0/25\",\r\n \"20.150.40.0/25\",\r\n \"20.150.41.0/24\",\r\n \"20.150.69.0/24\",\r\n \"20.162.128.0/17\",\r\n \"20.202.4.0/24\",\r\n \"20.209.6.0/23\",\r\n \"20.209.30.0/23\",\r\n \"20.209.88.0/23\",\r\n \"20.209.128.0/23\",\r\n \"20.209.158.0/23\",\r\n \"20.209.240.0/23\",\r\n \"20.254.0.0/17\",\r\n \"40.64.144.200/29\",\r\n \"40.64.145.16/28\",\r\n \"40.64.171.0/25\",\r\n \"40.79.215.0/24\",\r\n \"40.80.0.0/22\",\r\n \"40.81.128.0/19\",\r\n \"40.120.32.0/19\",\r\n \"40.120.136.0/22\",\r\n \"51.11.0.0/18\",\r\n \"51.11.128.0/18\",\r\n \"51.104.0.0/19\",\r\n \"51.104.192.0/18\",\r\n \"51.105.0.0/18\",\r\n \"51.105.64.0/20\",\r\n \"51.132.0.0/18\",\r\n \"51.132.128.0/17\",\r\n \"51.140.0.0/17\",\r\n \"51.140.128.0/20\",\r\n \"51.140.144.0/23\",\r\n \"51.140.146.0/24\",\r\n \"51.140.148.0/25\",\r\n \"51.140.148.128/26\",\r\n \"51.140.148.224/27\",\r\n \"51.140.149.0/28\",\r\n \"51.140.149.16/29\",\r\n \"51.140.149.32/27\",\r\n \"51.140.149.64/26\",\r\n \"51.140.149.128/25\",\r\n \"51.140.150.0/23\",\r\n \"51.140.152.0/21\",\r\n \"51.140.160.0/19\",\r\n \"51.141.128.32/27\",\r\n \"51.141.129.64/26\",\r\n \"51.141.130.0/25\",\r\n \"51.141.135.0/24\",\r\n \"51.141.192.0/18\",\r\n \"51.142.0.0/19\",\r\n \"51.142.64.0/18\",\r\n \"51.142.192.0/18\",\r\n \"51.143.128.0/18\",\r\n \"51.143.208.0/20\",\r\n \"51.143.224.0/19\",\r\n \"51.145.0.0/17\",\r\n \"52.120.160.0/19\",\r\n \"52.120.240.0/20\",\r\n \"52.136.21.0/24\",\r\n \"52.151.64.0/18\",\r\n \"52.239.187.0/25\",\r\n \"52.239.231.0/24\",\r\n \"52.245.64.0/22\",\r\n \"52.253.162.0/23\",\r\n \"151.206.50.16/28\",\r\n \"151.206.108.128/25\",\r\n \"172.165.0.0/16\",\r\n \"172.166.0.0/15\",\r\n \"172.187.64.0/19\",\r\n \"172.187.128.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South IPv6\",\r\n \"communityValue\": \"12076:51024\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:700::/47\",\r\n \"2603:1020:702::/48\",\r\n \"2603:1020:705::/48\",\r\n \"2603:1020:706::/48\",\r\n \"2603:1026:2406::800/117\",\r\n \"2603:1026:2406::1000/116\",\r\n \"2603:1026:2406::2000/115\",\r\n \"2603:1026:2406::4000/114\",\r\n \"2603:1026:2406::8000/113\",\r\n \"2603:1026:2406::1:0/112\",\r\n \"2603:1026:2406::2:0/111\",\r\n \"2603:1026:2406::4:0/110\",\r\n \"2603:1026:2406::8:0/109\",\r\n \"2603:1026:2406::10:0/108\",\r\n \"2603:1026:2406::20:0/107\",\r\n \"2603:1026:2406::40:0/106\",\r\n \"2603:1026:2406::80:0/105\",\r\n \"2603:1026:2406::100:0/104\",\r\n \"2603:1026:2406::200:0/103\",\r\n \"2603:1026:2406::400:0/102\",\r\n \"2603:1026:2406::800:0/101\",\r\n \"2603:1026:2406::1000:0/100\",\r\n \"2603:1026:2406::2000:0/99\",\r\n \"2603:1026:2406::4000:0/98\",\r\n \"2603:1026:2406::8000:0/97\",\r\n \"2603:1026:2406::1:0:0/96\",\r\n \"2603:1026:2406::2:0:0/95\",\r\n \"2603:1026:2406::4:0:0/94\",\r\n \"2603:1026:2406::8:0:0/93\",\r\n \"2603:1026:2406::10:0:0/92\",\r\n \"2603:1026:2406::20:0:0/91\",\r\n \"2603:1026:2406::40:0:0/90\",\r\n \"2603:1026:2406::80:0:0/89\",\r\n \"2603:1026:2406::100:0:0/88\",\r\n \"2603:1026:2406::200:0:0/87\",\r\n \"2603:1026:2406::400:0:0/86\",\r\n \"2603:1026:2406::800:0:0/85\",\r\n \"2603:1026:2406::1000:0:0/84\",\r\n \"2603:1026:2406::2000:0:0/83\",\r\n \"2603:1026:2406::4000:0:0/82\",\r\n \"2603:1026:2406::8000:0:0/81\",\r\n \"2603:1026:2406:0:1::/80\",\r\n \"2603:1026:2406:0:2::/79\",\r\n \"2603:1026:2406:0:4::/78\",\r\n \"2603:1026:2406:0:8::/77\",\r\n \"2603:1026:2406:0:10::/76\",\r\n \"2603:1026:2406:0:20::/75\",\r\n \"2603:1026:2406:0:40::/74\",\r\n \"2603:1026:2406:0:80::/73\",\r\n \"2603:1026:2406:0:100::/72\",\r\n \"2603:1026:2406:0:200::/71\",\r\n \"2603:1026:2406:0:400::/70\",\r\n \"2603:1026:2406:0:800::/69\",\r\n \"2603:1026:2406:0:1000::/68\",\r\n \"2603:1026:2406:0:2000::/67\",\r\n \"2603:1026:2406:0:4000::/66\",\r\n \"2603:1026:2406:0:8000::/65\",\r\n \"2603:1026:2406:1::800/117\",\r\n \"2603:1026:2406:1::1000/116\",\r\n \"2603:1026:2406:1::2000/115\",\r\n \"2603:1026:2406:1::4000/114\",\r\n \"2603:1026:2406:1::8000/113\",\r\n \"2603:1026:2406:1::1:0/112\",\r\n \"2603:1026:2406:1::2:0/111\",\r\n \"2603:1026:2406:1::4:0/110\",\r\n \"2603:1026:2406:1::8:0/109\",\r\n \"2603:1026:2406:1::10:0/108\",\r\n \"2603:1026:2406:1::20:0/107\",\r\n \"2603:1026:2406:1::40:0/106\",\r\n \"2603:1026:2406:1::80:0/105\",\r\n \"2603:1026:2406:1::100:0/104\",\r\n \"2603:1026:2406:1::200:0/103\",\r\n \"2603:1026:2406:1::400:0/102\",\r\n \"2603:1026:2406:1::800:0/101\",\r\n \"2603:1026:2406:1::1000:0/100\",\r\n \"2603:1026:2406:1::2000:0/99\",\r\n \"2603:1026:2406:1::4000:0/98\",\r\n \"2603:1026:2406:1::8000:0/97\",\r\n \"2603:1026:2406:1:0:1::/96\",\r\n \"2603:1026:2406:1:0:2::/95\",\r\n \"2603:1026:2406:1:0:4::/94\",\r\n \"2603:1026:2406:1:0:8::/93\",\r\n \"2603:1026:2406:1:0:10::/92\",\r\n \"2603:1026:2406:1:0:20::/91\",\r\n \"2603:1026:2406:1:0:40::/90\",\r\n \"2603:1026:2406:1:0:80::/89\",\r\n \"2603:1026:2406:1:0:100::/88\",\r\n \"2603:1026:2406:1:0:200::/87\",\r\n \"2603:1026:2406:1:0:400::/86\",\r\n \"2603:1026:2406:1:0:800::/85\",\r\n \"2603:1026:2406:1:0:1000::/84\",\r\n \"2603:1026:2406:1:0:2000::/83\",\r\n \"2603:1026:2406:1:0:4000::/82\",\r\n \"2603:1026:2406:1:0:8000::/81\",\r\n \"2603:1026:2406:1:1::/80\",\r\n \"2603:1026:2406:1:2::/79\",\r\n \"2603:1026:2406:1:4::/78\",\r\n \"2603:1026:2406:1:8::/77\",\r\n \"2603:1026:2406:1:10::/76\",\r\n \"2603:1026:2406:1:20::/75\",\r\n \"2603:1026:2406:1:40::/74\",\r\n \"2603:1026:2406:1:80::/73\",\r\n \"2603:1026:2406:1:100::/72\",\r\n \"2603:1026:2406:1:200::/71\",\r\n \"2603:1026:2406:1:400::/70\",\r\n \"2603:1026:2406:1:800::/69\",\r\n \"2603:1026:2406:1:1000::/68\",\r\n \"2603:1026:2406:1:2000::/67\",\r\n \"2603:1026:2406:1:4000::/66\",\r\n \"2603:1026:2406:1:8000::/65\",\r\n \"2603:1026:2406:2::/63\",\r\n \"2603:1026:2406:4::/62\",\r\n \"2603:1026:2406:8::/61\",\r\n \"2603:1026:2406:10::/60\",\r\n \"2603:1026:2406:20::/59\",\r\n \"2603:1026:2406:40::/58\",\r\n \"2603:1026:2406:80::/57\",\r\n \"2603:1026:2406:100::/56\",\r\n \"2603:1026:2406:200::/55\",\r\n \"2603:1026:2406:400::/54\",\r\n \"2603:1026:2406:800::/53\",\r\n \"2603:1026:2406:1000::/52\",\r\n \"2603:1026:2406:2000::/51\",\r\n \"2603:1026:2406:4000::/50\",\r\n \"2603:1026:2406:8000::/49\",\r\n \"2603:1061:1311:4c00::/54\",\r\n \"2603:1061:171a::/48\",\r\n \"2603:1061:2000:580::/62\",\r\n \"2603:1061:2002:3000::/57\",\r\n \"2603:1061:2004:2800::/57\",\r\n \"2603:1061:2010:16::/64\",\r\n \"2603:1062:c:36::/63\",\r\n \"2603:1063:41d::/56\",\r\n \"2603:10a0:f05::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South 2\",\r\n \"communityValue\": \"12076:51023\",\r\n \"communityPrefixes\": [\r\n \"13.87.0.0/19\",\r\n \"13.87.32.0/20\",\r\n \"13.87.48.0/21\",\r\n \"13.87.56.0/24\",\r\n \"13.87.57.0/25\",\r\n \"13.87.57.128/27\",\r\n \"13.87.57.192/26\",\r\n \"13.87.58.0/23\",\r\n \"13.87.60.0/22\",\r\n \"20.150.27.0/24\",\r\n \"40.79.201.0/24\",\r\n \"40.80.12.0/22\",\r\n \"40.81.160.0/20\",\r\n \"51.141.129.192/26\",\r\n \"51.141.156.0/22\",\r\n \"51.142.40.11/32\",\r\n \"51.142.47.249/32\",\r\n \"51.142.47.252/32\",\r\n \"51.143.192.0/21\",\r\n \"51.143.200.0/28\",\r\n \"51.143.201.0/24\",\r\n \"52.136.18.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South 2 IPv6\",\r\n \"communityValue\": \"12076:51023\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:400::/47\",\r\n \"2603:1020:402::/48\",\r\n \"2603:1020:405::/48\",\r\n \"2603:1061:1311:5000::/54\",\r\n \"2603:10a0:b03::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK West\",\r\n \"communityValue\": \"12076:51025\",\r\n \"communityPrefixes\": [\r\n \"20.39.160.0/21\",\r\n \"20.40.104.0/21\",\r\n \"20.45.176.0/20\",\r\n \"20.58.64.0/18\",\r\n \"20.60.112.0/24\",\r\n \"20.60.164.0/23\",\r\n \"20.68.64.0/18\",\r\n \"20.77.192.0/18\",\r\n \"20.90.0.0/18\",\r\n \"20.95.86.0/24\",\r\n \"20.117.0.0/18\",\r\n \"20.150.2.0/23\",\r\n \"20.150.52.0/24\",\r\n \"20.150.110.0/24\",\r\n \"20.162.0.0/17\",\r\n \"20.202.3.0/24\",\r\n \"20.209.132.0/23\",\r\n \"20.209.198.0/23\",\r\n \"20.254.128.0/19\",\r\n \"20.254.160.0/21\",\r\n \"20.254.168.0/22\",\r\n \"20.254.172.0/24\",\r\n \"20.254.173.0/27\",\r\n \"20.254.173.32/28\",\r\n \"20.254.173.64/26\",\r\n \"20.254.173.128/25\",\r\n \"20.254.174.0/23\",\r\n \"20.254.176.0/20\",\r\n \"20.254.192.0/18\",\r\n \"40.64.144.240/29\",\r\n \"40.64.145.96/28\",\r\n \"40.64.171.128/25\",\r\n \"40.79.218.0/24\",\r\n \"40.81.112.0/20\",\r\n \"40.87.228.0/22\",\r\n \"51.11.96.0/19\",\r\n \"51.104.32.0/19\",\r\n \"51.132.64.0/18\",\r\n \"51.137.128.0/18\",\r\n \"51.140.192.0/20\",\r\n \"51.140.208.0/23\",\r\n \"51.140.210.0/24\",\r\n \"51.140.211.0/25\",\r\n \"51.140.211.128/26\",\r\n \"51.140.211.224/27\",\r\n \"51.140.212.0/23\",\r\n \"51.140.214.0/24\",\r\n \"51.140.215.0/25\",\r\n \"51.140.215.128/27\",\r\n \"51.140.215.168/29\",\r\n \"51.140.215.176/28\",\r\n \"51.140.215.192/26\",\r\n \"51.140.216.0/21\",\r\n \"51.140.224.0/19\",\r\n \"51.141.0.0/17\",\r\n \"51.141.128.0/27\",\r\n \"51.141.128.64/26\",\r\n \"51.141.128.128/25\",\r\n \"51.141.129.128/26\",\r\n \"51.141.134.0/24\",\r\n \"51.141.136.0/22\",\r\n \"51.142.48.0/21\",\r\n \"51.142.128.0/18\",\r\n \"52.136.20.0/24\",\r\n \"52.142.128.0/18\",\r\n \"52.239.240.0/24\",\r\n \"151.206.50.0/28\",\r\n \"151.206.108.0/25\",\r\n \"172.186.0.0/16\",\r\n \"172.187.0.0/18\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK West IPv6\",\r\n \"communityValue\": \"12076:51025\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:600::/47\",\r\n \"2603:1020:602::/48\",\r\n \"2603:1020:605::/48\",\r\n \"2603:1020:606::/48\",\r\n \"2603:1026:2407::800/117\",\r\n \"2603:1026:2407::1000/116\",\r\n \"2603:1026:2407::2000/115\",\r\n \"2603:1026:2407::4000/114\",\r\n \"2603:1026:2407::8000/113\",\r\n \"2603:1026:2407::1:0/112\",\r\n \"2603:1026:2407::2:0/111\",\r\n \"2603:1026:2407::4:0/110\",\r\n \"2603:1026:2407::8:0/109\",\r\n \"2603:1026:2407::10:0/108\",\r\n \"2603:1026:2407::20:0/107\",\r\n \"2603:1026:2407::40:0/106\",\r\n \"2603:1026:2407::80:0/105\",\r\n \"2603:1026:2407::100:0/104\",\r\n \"2603:1026:2407::200:0/103\",\r\n \"2603:1026:2407::400:0/102\",\r\n \"2603:1026:2407::800:0/101\",\r\n \"2603:1026:2407::1000:0/100\",\r\n \"2603:1026:2407::2000:0/99\",\r\n \"2603:1026:2407::4000:0/98\",\r\n \"2603:1026:2407::8000:0/97\",\r\n \"2603:1026:2407::1:0:0/96\",\r\n \"2603:1026:2407::2:0:0/95\",\r\n \"2603:1026:2407::4:0:0/94\",\r\n \"2603:1026:2407::8:0:0/93\",\r\n \"2603:1026:2407::10:0:0/92\",\r\n \"2603:1026:2407::20:0:0/91\",\r\n \"2603:1026:2407::40:0:0/90\",\r\n \"2603:1026:2407::80:0:0/89\",\r\n \"2603:1026:2407::100:0:0/88\",\r\n \"2603:1026:2407::200:0:0/87\",\r\n \"2603:1026:2407::400:0:0/86\",\r\n \"2603:1026:2407::800:0:0/85\",\r\n \"2603:1026:2407::1000:0:0/84\",\r\n \"2603:1026:2407::2000:0:0/83\",\r\n \"2603:1026:2407::4000:0:0/82\",\r\n \"2603:1026:2407::8000:0:0/81\",\r\n \"2603:1026:2407:0:1::/80\",\r\n \"2603:1026:2407:0:2::/79\",\r\n \"2603:1026:2407:0:4::/78\",\r\n \"2603:1026:2407:0:8::/77\",\r\n \"2603:1026:2407:0:10::/76\",\r\n \"2603:1026:2407:0:20::/75\",\r\n \"2603:1026:2407:0:40::/74\",\r\n \"2603:1026:2407:0:80::/73\",\r\n \"2603:1026:2407:0:100::/72\",\r\n \"2603:1026:2407:0:200::/71\",\r\n \"2603:1026:2407:0:400::/70\",\r\n \"2603:1026:2407:0:800::/69\",\r\n \"2603:1026:2407:0:1000::/68\",\r\n \"2603:1026:2407:0:2000::/67\",\r\n \"2603:1026:2407:0:4000::/66\",\r\n \"2603:1026:2407:0:8000::/65\",\r\n \"2603:1026:2407:1::800/117\",\r\n \"2603:1026:2407:1::1000/116\",\r\n \"2603:1026:2407:1::2000/115\",\r\n \"2603:1026:2407:1::4000/114\",\r\n \"2603:1026:2407:1::8000/113\",\r\n \"2603:1026:2407:1::1:0/112\",\r\n \"2603:1026:2407:1::2:0/111\",\r\n \"2603:1026:2407:1::4:0/110\",\r\n \"2603:1026:2407:1::8:0/109\",\r\n \"2603:1026:2407:1::10:0/108\",\r\n \"2603:1026:2407:1::20:0/107\",\r\n \"2603:1026:2407:1::40:0/106\",\r\n \"2603:1026:2407:1::80:0/105\",\r\n \"2603:1026:2407:1::100:0/104\",\r\n \"2603:1026:2407:1::200:0/103\",\r\n \"2603:1026:2407:1::400:0/102\",\r\n \"2603:1026:2407:1::800:0/101\",\r\n \"2603:1026:2407:1::1000:0/100\",\r\n \"2603:1026:2407:1::2000:0/99\",\r\n \"2603:1026:2407:1::4000:0/98\",\r\n \"2603:1026:2407:1::8000:0/97\",\r\n \"2603:1026:2407:1:0:1::/96\",\r\n \"2603:1026:2407:1:0:2::/95\",\r\n \"2603:1026:2407:1:0:4::/94\",\r\n \"2603:1026:2407:1:0:8::/93\",\r\n \"2603:1026:2407:1:0:10::/92\",\r\n \"2603:1026:2407:1:0:20::/91\",\r\n \"2603:1026:2407:1:0:40::/90\",\r\n \"2603:1026:2407:1:0:80::/89\",\r\n \"2603:1026:2407:1:0:100::/88\",\r\n \"2603:1026:2407:1:0:200::/87\",\r\n \"2603:1026:2407:1:0:400::/86\",\r\n \"2603:1026:2407:1:0:800::/85\",\r\n \"2603:1026:2407:1:0:1000::/84\",\r\n \"2603:1026:2407:1:0:2000::/83\",\r\n \"2603:1026:2407:1:0:4000::/82\",\r\n \"2603:1026:2407:1:0:8000::/81\",\r\n \"2603:1026:2407:1:1::/80\",\r\n \"2603:1026:2407:1:2::/79\",\r\n \"2603:1026:2407:1:4::/78\",\r\n \"2603:1026:2407:1:8::/77\",\r\n \"2603:1026:2407:1:10::/76\",\r\n \"2603:1026:2407:1:20::/75\",\r\n \"2603:1026:2407:1:40::/74\",\r\n \"2603:1026:2407:1:80::/73\",\r\n \"2603:1026:2407:1:100::/72\",\r\n \"2603:1026:2407:1:200::/71\",\r\n \"2603:1026:2407:1:400::/70\",\r\n \"2603:1026:2407:1:800::/69\",\r\n \"2603:1026:2407:1:1000::/68\",\r\n \"2603:1026:2407:1:2000::/67\",\r\n \"2603:1026:2407:1:4000::/66\",\r\n \"2603:1026:2407:1:8000::/65\",\r\n \"2603:1026:2407:2::/63\",\r\n \"2603:1026:2407:4::/62\",\r\n \"2603:1026:2407:8::/61\",\r\n \"2603:1026:2407:10::/60\",\r\n \"2603:1026:2407:20::/59\",\r\n \"2603:1026:2407:40::/58\",\r\n \"2603:1026:2407:80::/57\",\r\n \"2603:1026:2407:100::/56\",\r\n \"2603:1026:2407:200::/55\",\r\n \"2603:1026:2407:400::/54\",\r\n \"2603:1026:2407:800::/53\",\r\n \"2603:1026:2407:1000::/52\",\r\n \"2603:1026:2407:2000::/51\",\r\n \"2603:1026:2407:4000::/50\",\r\n \"2603:1026:2407:8000::/49\",\r\n \"2603:1061:1311:5400::/54\",\r\n \"2603:1061:171b::/48\",\r\n \"2603:1061:2000:588::/62\",\r\n \"2603:1061:2002:3100::/57\",\r\n \"2603:1061:2004:2900::/57\",\r\n \"2603:1061:2010:17::/64\",\r\n \"2603:1062:c:34::/63\",\r\n \"2603:1063:41e::/56\",\r\n \"2603:10a0:1105::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Central US\",\r\n \"communityValue\": \"12076:51027\",\r\n \"communityPrefixes\": [\r\n \"4.255.128.0/17\",\r\n \"13.71.192.0/23\",\r\n \"13.71.194.0/24\",\r\n \"13.71.195.0/25\",\r\n \"13.71.195.128/26\",\r\n \"13.71.195.192/27\",\r\n \"13.71.196.0/22\",\r\n \"13.71.200.0/24\",\r\n \"13.71.201.0/26\",\r\n \"13.71.201.128/25\",\r\n \"13.71.202.0/23\",\r\n \"13.71.204.0/22\",\r\n \"13.71.208.0/20\",\r\n \"13.71.224.0/19\",\r\n \"13.77.192.0/19\",\r\n \"13.78.128.0/17\",\r\n \"20.51.32.0/19\",\r\n \"20.55.128.0/18\",\r\n \"20.57.224.0/19\",\r\n \"20.59.128.0/18\",\r\n \"20.60.4.0/24\",\r\n \"20.60.119.0/24\",\r\n \"20.60.120.0/23\",\r\n \"20.60.122.0/24\",\r\n \"20.60.218.0/23\",\r\n \"20.69.0.0/18\",\r\n \"20.95.23.0/24\",\r\n \"20.95.24.0/24\",\r\n \"20.95.28.0/24\",\r\n \"20.95.48.0/24\",\r\n \"20.95.50.0/24\",\r\n \"20.95.62.0/24\",\r\n \"20.150.81.0/24\",\r\n \"20.150.98.0/24\",\r\n \"20.165.128.0/17\",\r\n \"20.168.176.0/20\",\r\n \"20.201.162.0/23\",\r\n \"20.209.224.0/23\",\r\n \"40.64.146.160/28\",\r\n \"40.64.172.0/25\",\r\n \"40.67.120.0/24\",\r\n \"40.67.121.0/25\",\r\n \"40.67.121.128/28\",\r\n \"40.67.121.152/29\",\r\n \"40.67.121.160/27\",\r\n \"40.67.121.192/26\",\r\n \"40.67.122.0/23\",\r\n \"40.67.124.0/22\",\r\n \"40.78.218.0/24\",\r\n \"40.123.136.0/24\",\r\n \"52.136.4.0/22\",\r\n \"52.143.214.0/24\",\r\n \"52.148.0.0/18\",\r\n \"52.150.128.0/20\",\r\n \"52.150.144.0/21\",\r\n \"52.150.152.0/22\",\r\n \"52.150.156.0/24\",\r\n \"52.150.157.32/27\",\r\n \"52.150.157.64/26\",\r\n \"52.150.157.128/25\",\r\n \"52.150.158.0/23\",\r\n \"52.150.160.0/19\",\r\n \"52.150.192.0/18\",\r\n \"52.153.128.0/18\",\r\n \"52.159.0.0/19\",\r\n \"52.159.32.0/20\",\r\n \"52.159.48.0/24\",\r\n \"52.159.49.0/25\",\r\n \"52.159.49.128/26\",\r\n \"52.159.49.192/30\",\r\n \"52.159.49.196/31\",\r\n \"52.159.49.198/32\",\r\n \"52.159.49.200/29\",\r\n \"52.159.49.208/28\",\r\n \"52.159.49.224/27\",\r\n \"52.159.50.0/24\",\r\n \"52.159.51.0/28\",\r\n \"52.159.51.16/31\",\r\n \"52.159.51.18/32\",\r\n \"52.159.51.20/30\",\r\n \"52.159.51.24/29\",\r\n \"52.159.51.32/27\",\r\n \"52.159.51.64/26\",\r\n \"52.159.51.128/25\",\r\n \"52.159.52.0/22\",\r\n \"52.159.56.0/21\",\r\n \"52.161.0.0/16\",\r\n \"52.239.164.0/25\",\r\n \"52.239.167.0/24\",\r\n \"52.239.244.0/23\",\r\n \"52.245.60.0/22\",\r\n \"52.253.128.0/20\",\r\n \"57.151.128.0/19\",\r\n \"172.208.128.0/17\",\r\n \"172.215.192.0/18\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Central US IPv6\",\r\n \"communityValue\": \"12076:51027\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:b00::/47\",\r\n \"2603:1030:b04::/48\",\r\n \"2603:1030:b06::/48\",\r\n \"2603:1030:b07::/56\",\r\n \"2603:1061:1312:2000::/54\",\r\n \"2603:1061:171c::/48\",\r\n \"2603:1061:2010:18::/64\",\r\n \"2603:1063:41f::/56\",\r\n \"2603:10b0:2804::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Europe\",\r\n \"communityValue\": \"12076:51002\",\r\n \"communityPrefixes\": [\r\n \"4.175.0.0/16\",\r\n \"4.180.0.0/16\",\r\n \"4.210.128.0/17\",\r\n \"4.231.0.0/17\",\r\n \"4.245.0.0/17\",\r\n \"13.69.0.0/18\",\r\n \"13.69.64.0/23\",\r\n \"13.69.66.0/25\",\r\n \"13.69.66.128/27\",\r\n \"13.69.66.192/26\",\r\n \"13.69.67.0/24\",\r\n \"13.69.68.0/22\",\r\n \"13.69.72.0/21\",\r\n \"13.69.80.0/20\",\r\n \"13.69.96.0/19\",\r\n \"13.73.128.0/18\",\r\n \"13.73.224.0/21\",\r\n \"13.80.0.0/15\",\r\n \"13.88.200.0/21\",\r\n \"13.93.0.0/17\",\r\n \"13.94.128.0/17\",\r\n \"13.95.0.0/16\",\r\n \"20.4.0.0/16\",\r\n \"20.8.0.0/17\",\r\n \"20.8.128.0/18\",\r\n \"20.8.192.0/23\",\r\n \"20.8.194.0/24\",\r\n \"20.8.196.0/22\",\r\n \"20.8.200.0/21\",\r\n \"20.8.208.0/20\",\r\n \"20.8.224.0/19\",\r\n \"20.13.0.0/17\",\r\n \"20.16.0.0/16\",\r\n \"20.23.0.0/16\",\r\n \"20.31.0.0/16\",\r\n \"20.38.108.0/23\",\r\n \"20.38.200.0/22\",\r\n \"20.50.0.0/18\",\r\n \"20.50.88.0/21\",\r\n \"20.50.128.0/17\",\r\n \"20.54.128.0/17\",\r\n \"20.56.0.0/16\",\r\n \"20.60.26.0/23\",\r\n \"20.60.130.0/24\",\r\n \"20.60.150.0/23\",\r\n \"20.60.196.0/23\",\r\n \"20.60.222.0/23\",\r\n \"20.60.250.0/23\",\r\n \"20.61.0.0/18\",\r\n \"20.61.64.0/19\",\r\n \"20.61.96.0/23\",\r\n \"20.61.98.0/25\",\r\n \"20.61.98.128/27\",\r\n \"20.61.98.192/26\",\r\n \"20.61.99.0/25\",\r\n \"20.61.99.144/28\",\r\n \"20.61.99.160/27\",\r\n \"20.61.99.192/26\",\r\n \"20.61.100.0/23\",\r\n \"20.61.102.0/24\",\r\n \"20.61.103.0/25\",\r\n \"20.61.103.128/29\",\r\n \"20.61.103.160/27\",\r\n \"20.61.103.224/27\",\r\n \"20.61.104.0/21\",\r\n \"20.61.112.0/20\",\r\n \"20.61.128.0/17\",\r\n \"20.67.0.0/17\",\r\n \"20.71.0.0/16\",\r\n \"20.73.0.0/16\",\r\n \"20.76.0.0/16\",\r\n \"20.82.0.0/17\",\r\n \"20.86.0.0/16\",\r\n \"20.93.128.0/17\",\r\n \"20.95.64.0/24\",\r\n \"20.95.66.0/24\",\r\n \"20.95.68.0/23\",\r\n \"20.95.72.0/23\",\r\n \"20.95.76.0/23\",\r\n \"20.95.81.0/24\",\r\n \"20.95.98.0/24\",\r\n \"20.95.103.0/24\",\r\n \"20.101.0.0/16\",\r\n \"20.103.0.0/16\",\r\n \"20.105.128.0/17\",\r\n \"20.107.0.0/17\",\r\n \"20.123.128.0/17\",\r\n \"20.126.0.0/16\",\r\n \"20.150.8.0/23\",\r\n \"20.150.37.0/24\",\r\n \"20.150.42.0/24\",\r\n \"20.150.74.0/24\",\r\n \"20.150.76.0/24\",\r\n \"20.150.83.0/24\",\r\n \"20.150.122.0/24\",\r\n \"20.160.0.0/16\",\r\n \"20.202.2.0/24\",\r\n \"20.202.12.0/22\",\r\n \"20.202.16.0/22\",\r\n \"20.202.140.0/24\",\r\n \"20.202.150.0/24\",\r\n \"20.202.152.0/24\",\r\n \"20.202.154.0/24\",\r\n \"20.202.156.0/24\",\r\n \"20.202.158.0/24\",\r\n \"20.202.160.0/24\",\r\n \"20.202.162.0/24\",\r\n \"20.202.164.0/24\",\r\n \"20.202.166.0/24\",\r\n \"20.202.168.0/24\",\r\n \"20.202.248.0/24\",\r\n \"20.209.10.0/23\",\r\n \"20.209.48.0/23\",\r\n \"20.209.72.0/23\",\r\n \"20.209.76.0/23\",\r\n \"20.209.108.0/23\",\r\n \"20.209.192.0/23\",\r\n \"20.209.230.0/23\",\r\n \"20.224.0.0/16\",\r\n \"20.229.0.0/16\",\r\n \"20.234.128.0/17\",\r\n \"20.238.128.0/17\",\r\n \"23.97.128.0/17\",\r\n \"23.98.46.0/24\",\r\n \"23.100.0.0/20\",\r\n \"23.101.64.0/20\",\r\n \"40.64.144.32/27\",\r\n \"40.64.172.128/25\",\r\n \"40.67.192.0/19\",\r\n \"40.68.0.0/16\",\r\n \"40.74.0.0/19\",\r\n \"40.74.32.0/20\",\r\n \"40.74.48.0/21\",\r\n \"40.74.56.0/25\",\r\n \"40.74.56.128/26\",\r\n \"40.74.56.192/29\",\r\n \"40.74.56.200/30\",\r\n \"40.74.56.204/32\",\r\n \"40.74.56.206/31\",\r\n \"40.74.56.208/28\",\r\n \"40.74.56.224/27\",\r\n \"40.74.57.0/24\",\r\n \"40.74.58.0/23\",\r\n \"40.74.60.0/22\",\r\n \"40.78.210.0/24\",\r\n \"40.82.92.0/22\",\r\n \"40.87.184.0/22\",\r\n \"40.90.141.167/32\",\r\n \"40.90.145.192/27\",\r\n \"40.91.28.0/22\",\r\n \"40.91.192.0/18\",\r\n \"40.112.36.128/25\",\r\n \"40.112.37.0/26\",\r\n \"40.112.38.192/26\",\r\n \"40.112.96.0/19\",\r\n \"40.113.96.0/19\",\r\n \"40.113.128.0/18\",\r\n \"40.114.128.0/17\",\r\n \"40.115.0.0/18\",\r\n \"40.118.0.0/17\",\r\n \"40.119.128.0/19\",\r\n \"40.120.152.0/27\",\r\n \"40.120.152.32/28\",\r\n \"40.120.152.48/30\",\r\n \"40.120.152.52/31\",\r\n \"40.123.140.0/22\",\r\n \"40.123.180.0/22\",\r\n \"51.105.96.0/19\",\r\n \"51.105.128.0/17\",\r\n \"51.124.0.0/16\",\r\n \"51.136.0.0/16\",\r\n \"51.137.0.0/17\",\r\n \"51.137.192.0/18\",\r\n \"51.138.0.0/17\",\r\n \"51.144.0.0/16\",\r\n \"51.145.128.0/17\",\r\n \"52.120.128.0/21\",\r\n \"52.120.208.0/20\",\r\n \"52.121.24.0/21\",\r\n \"52.121.64.0/20\",\r\n \"52.136.192.0/18\",\r\n \"52.137.0.0/18\",\r\n \"52.142.192.0/18\",\r\n \"52.143.0.0/18\",\r\n \"52.143.194.0/24\",\r\n \"52.143.208.0/24\",\r\n \"52.148.192.0/18\",\r\n \"52.149.64.0/18\",\r\n \"52.157.64.0/18\",\r\n \"52.157.128.0/17\",\r\n \"52.166.0.0/16\",\r\n \"52.174.0.0/16\",\r\n \"52.178.0.0/20\",\r\n \"52.178.16.0/24\",\r\n \"52.178.17.0/28\",\r\n \"52.178.17.32/27\",\r\n \"52.178.17.64/26\",\r\n \"52.178.17.128/25\",\r\n \"52.178.18.0/23\",\r\n \"52.178.20.0/22\",\r\n \"52.178.24.0/21\",\r\n \"52.178.32.0/19\",\r\n \"52.178.64.0/18\",\r\n \"52.232.0.0/17\",\r\n \"52.232.147.0/24\",\r\n \"52.233.128.0/17\",\r\n \"52.236.128.0/17\",\r\n \"52.239.140.0/22\",\r\n \"52.239.212.0/23\",\r\n \"52.239.242.0/23\",\r\n \"52.245.48.0/22\",\r\n \"52.245.124.0/22\",\r\n \"57.150.2.0/23\",\r\n \"65.52.128.0/19\",\r\n \"68.219.160.0/19\",\r\n \"74.234.128.0/17\",\r\n \"98.64.0.0/16\",\r\n \"98.71.128.0/17\",\r\n \"104.40.128.0/17\",\r\n \"104.44.90.194/31\",\r\n \"104.45.0.0/18\",\r\n \"104.45.64.0/20\",\r\n \"104.46.32.0/25\",\r\n \"104.46.32.128/27\",\r\n \"104.46.32.160/28\",\r\n \"104.46.32.176/29\",\r\n \"104.46.32.184/30\",\r\n \"104.46.32.188/31\",\r\n \"104.46.32.190/32\",\r\n \"104.46.32.192/26\",\r\n \"104.46.33.0/24\",\r\n \"104.46.34.0/23\",\r\n \"104.46.36.0/22\",\r\n \"104.46.40.0/21\",\r\n \"104.46.48.0/20\",\r\n \"104.47.128.0/18\",\r\n \"104.47.216.64/26\",\r\n \"104.214.192.0/18\",\r\n \"108.141.0.0/16\",\r\n \"108.142.0.0/15\",\r\n \"137.116.192.0/19\",\r\n \"137.117.128.0/17\",\r\n \"151.206.49.16/28\",\r\n \"151.206.49.32/27\",\r\n \"151.206.73.0/24\",\r\n \"151.206.74.0/24\",\r\n \"151.206.75.0/25\",\r\n \"151.206.75.128/26\",\r\n \"157.55.8.64/26\",\r\n \"157.55.8.144/28\",\r\n \"157.56.117.64/27\",\r\n \"168.61.56.0/21\",\r\n \"168.63.0.0/19\",\r\n \"168.63.96.0/19\",\r\n \"172.201.0.0/16\",\r\n \"172.205.128.0/17\",\r\n \"172.211.0.0/17\",\r\n \"191.233.64.0/18\",\r\n \"191.237.232.0/22\",\r\n \"191.239.200.0/22\",\r\n \"193.149.80.0/21\",\r\n \"213.199.128.0/20\",\r\n \"213.199.180.32/28\",\r\n \"213.199.180.96/27\",\r\n \"213.199.180.192/27\",\r\n \"213.199.183.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Europe IPv6\",\r\n \"communityValue\": \"12076:51002\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:200::/46\",\r\n \"2603:1020:206::/47\",\r\n \"2603:1020:208::/56\",\r\n \"2603:1026:2405::800/117\",\r\n \"2603:1026:2405::1000/116\",\r\n \"2603:1026:2405::2000/115\",\r\n \"2603:1026:2405::4000/114\",\r\n \"2603:1026:2405::8000/113\",\r\n \"2603:1026:2405::1:0/112\",\r\n \"2603:1026:2405::2:0/111\",\r\n \"2603:1026:2405::4:0/110\",\r\n \"2603:1026:2405::8:0/109\",\r\n \"2603:1026:2405::10:0/108\",\r\n \"2603:1026:2405::20:0/107\",\r\n \"2603:1026:2405::40:0/106\",\r\n \"2603:1026:2405::80:0/105\",\r\n \"2603:1026:2405::100:0/104\",\r\n \"2603:1026:2405::200:0/103\",\r\n \"2603:1026:2405::400:0/102\",\r\n \"2603:1026:2405::800:0/101\",\r\n \"2603:1026:2405::1000:0/100\",\r\n \"2603:1026:2405::2000:0/99\",\r\n \"2603:1026:2405::4000:0/98\",\r\n \"2603:1026:2405::8000:0/97\",\r\n \"2603:1026:2405::1:0:0/96\",\r\n \"2603:1026:2405::2:0:0/95\",\r\n \"2603:1026:2405::4:0:0/94\",\r\n \"2603:1026:2405::8:0:0/93\",\r\n \"2603:1026:2405::10:0:0/92\",\r\n \"2603:1026:2405::20:0:0/91\",\r\n \"2603:1026:2405::40:0:0/90\",\r\n \"2603:1026:2405::80:0:0/89\",\r\n \"2603:1026:2405::100:0:0/88\",\r\n \"2603:1026:2405::200:0:0/87\",\r\n \"2603:1026:2405::400:0:0/86\",\r\n \"2603:1026:2405::800:0:0/85\",\r\n \"2603:1026:2405::1000:0:0/84\",\r\n \"2603:1026:2405::2000:0:0/83\",\r\n \"2603:1026:2405::4000:0:0/82\",\r\n \"2603:1026:2405::8000:0:0/81\",\r\n \"2603:1026:2405:0:1::/80\",\r\n \"2603:1026:2405:0:2::/79\",\r\n \"2603:1026:2405:0:4::/78\",\r\n \"2603:1026:2405:0:8::/77\",\r\n \"2603:1026:2405:0:10::/76\",\r\n \"2603:1026:2405:0:20::/75\",\r\n \"2603:1026:2405:0:40::/74\",\r\n \"2603:1026:2405:0:80::/73\",\r\n \"2603:1026:2405:0:100::/72\",\r\n \"2603:1026:2405:0:200::/71\",\r\n \"2603:1026:2405:0:400::/70\",\r\n \"2603:1026:2405:0:800::/69\",\r\n \"2603:1026:2405:0:1000::/68\",\r\n \"2603:1026:2405:0:2000::/67\",\r\n \"2603:1026:2405:0:4000::/66\",\r\n \"2603:1026:2405:0:8000::/65\",\r\n \"2603:1026:2405:1::800/117\",\r\n \"2603:1026:2405:1::1000/116\",\r\n \"2603:1026:2405:1::2000/115\",\r\n \"2603:1026:2405:1::4000/114\",\r\n \"2603:1026:2405:1::8000/113\",\r\n \"2603:1026:2405:1::1:0/112\",\r\n \"2603:1026:2405:1::2:0/111\",\r\n \"2603:1026:2405:1::4:0/110\",\r\n \"2603:1026:2405:1::8:0/109\",\r\n \"2603:1026:2405:1::10:0/108\",\r\n \"2603:1026:2405:1::20:0/107\",\r\n \"2603:1026:2405:1::40:0/106\",\r\n \"2603:1026:2405:1::80:0/105\",\r\n \"2603:1026:2405:1::100:0/104\",\r\n \"2603:1026:2405:1::200:0/103\",\r\n \"2603:1026:2405:1::400:0/102\",\r\n \"2603:1026:2405:1::800:0/101\",\r\n \"2603:1026:2405:1::1000:0/100\",\r\n \"2603:1026:2405:1::2000:0/99\",\r\n \"2603:1026:2405:1::4000:0/98\",\r\n \"2603:1026:2405:1::8000:0/97\",\r\n \"2603:1026:2405:1:0:1::/96\",\r\n \"2603:1026:2405:1:0:2::/95\",\r\n \"2603:1026:2405:1:0:4::/94\",\r\n \"2603:1026:2405:1:0:8::/93\",\r\n \"2603:1026:2405:1:0:10::/92\",\r\n \"2603:1026:2405:1:0:20::/91\",\r\n \"2603:1026:2405:1:0:40::/90\",\r\n \"2603:1026:2405:1:0:80::/89\",\r\n \"2603:1026:2405:1:0:100::/88\",\r\n \"2603:1026:2405:1:0:200::/87\",\r\n \"2603:1026:2405:1:0:400::/86\",\r\n \"2603:1026:2405:1:0:800::/85\",\r\n \"2603:1026:2405:1:0:1000::/84\",\r\n \"2603:1026:2405:1:0:2000::/83\",\r\n \"2603:1026:2405:1:0:4000::/82\",\r\n \"2603:1026:2405:1:0:8000::/81\",\r\n \"2603:1026:2405:1:1::/80\",\r\n \"2603:1026:2405:1:2::/79\",\r\n \"2603:1026:2405:1:4::/78\",\r\n \"2603:1026:2405:1:8::/77\",\r\n \"2603:1026:2405:1:10::/76\",\r\n \"2603:1026:2405:1:20::/75\",\r\n \"2603:1026:2405:1:40::/74\",\r\n \"2603:1026:2405:1:80::/73\",\r\n \"2603:1026:2405:1:100::/72\",\r\n \"2603:1026:2405:1:200::/71\",\r\n \"2603:1026:2405:1:400::/70\",\r\n \"2603:1026:2405:1:800::/69\",\r\n \"2603:1026:2405:1:1000::/68\",\r\n \"2603:1026:2405:1:2000::/67\",\r\n \"2603:1026:2405:1:4000::/66\",\r\n \"2603:1026:2405:1:8000::/65\",\r\n \"2603:1026:2405:2::/63\",\r\n \"2603:1026:2405:4::/62\",\r\n \"2603:1026:2405:8::/61\",\r\n \"2603:1026:2405:10::/60\",\r\n \"2603:1026:2405:20::/59\",\r\n \"2603:1026:2405:40::/58\",\r\n \"2603:1026:2405:80::/57\",\r\n \"2603:1026:2405:100::/56\",\r\n \"2603:1026:2405:200::/55\",\r\n \"2603:1026:2405:400::/54\",\r\n \"2603:1026:2405:800::/53\",\r\n \"2603:1026:2405:1000::/52\",\r\n \"2603:1026:2405:2000::/51\",\r\n \"2603:1026:2405:4000::/50\",\r\n \"2603:1026:2405:8000::/49\",\r\n \"2603:1061:1311:5800::/54\",\r\n \"2603:1061:171d::/48\",\r\n \"2603:1061:2000:680::/62\",\r\n \"2603:1061:2002:800::/56\",\r\n \"2603:1061:2004:7800::/56\",\r\n \"2603:1061:2010:19::/64\",\r\n \"2603:1062:c:14::/63\",\r\n \"2603:1063:420::/56\",\r\n \"2603:10a0:30c::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West India\",\r\n \"communityValue\": \"12076:51018\",\r\n \"communityPrefixes\": [\r\n \"4.187.64.0/18\",\r\n \"20.38.128.0/22\",\r\n \"20.38.132.0/28\",\r\n \"20.38.132.24/29\",\r\n \"20.38.132.32/27\",\r\n \"20.38.132.64/26\",\r\n \"20.38.132.128/25\",\r\n \"20.38.133.0/24\",\r\n \"20.38.134.0/23\",\r\n \"20.40.8.0/21\",\r\n \"20.60.106.0/24\",\r\n \"20.60.216.0/23\",\r\n \"20.150.18.128/25\",\r\n \"20.150.43.0/25\",\r\n \"20.150.106.0/24\",\r\n \"20.192.64.0/19\",\r\n \"20.207.128.0/18\",\r\n \"40.64.146.0/28\",\r\n \"40.64.173.0/25\",\r\n \"40.79.219.0/24\",\r\n \"40.81.80.0/20\",\r\n \"40.87.220.0/22\",\r\n \"52.136.16.0/24\",\r\n \"52.136.32.0/19\",\r\n \"52.140.128.0/18\",\r\n \"52.183.128.0/18\",\r\n \"52.239.135.192/26\",\r\n \"52.239.187.128/25\",\r\n \"52.245.76.0/22\",\r\n \"52.249.64.0/19\",\r\n \"104.47.212.0/23\",\r\n \"104.211.128.0/20\",\r\n \"104.211.144.0/23\",\r\n \"104.211.146.0/24\",\r\n \"104.211.147.0/25\",\r\n \"104.211.147.128/27\",\r\n \"104.211.147.192/26\",\r\n \"104.211.148.0/22\",\r\n \"104.211.152.0/21\",\r\n \"104.211.160.0/19\",\r\n \"151.206.48.64/27\",\r\n \"151.206.72.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West India IPv6\",\r\n \"communityValue\": \"12076:51018\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:800::/46\",\r\n \"2603:1040:806::/47\",\r\n \"2603:1046:1408::800/117\",\r\n \"2603:1046:1408::1000/116\",\r\n \"2603:1046:1408::2000/115\",\r\n \"2603:1046:1408::4000/114\",\r\n \"2603:1046:1408::8000/113\",\r\n \"2603:1046:1408::1:0/112\",\r\n \"2603:1046:1408::2:0/111\",\r\n \"2603:1046:1408::4:0/110\",\r\n \"2603:1046:1408::8:0/109\",\r\n \"2603:1046:1408::10:0/108\",\r\n \"2603:1046:1408::20:0/107\",\r\n \"2603:1046:1408::40:0/106\",\r\n \"2603:1046:1408::80:0/105\",\r\n \"2603:1046:1408::100:0/104\",\r\n \"2603:1046:1408::200:0/103\",\r\n \"2603:1046:1408::400:0/102\",\r\n \"2603:1046:1408::800:0/101\",\r\n \"2603:1046:1408::1000:0/100\",\r\n \"2603:1046:1408::2000:0/99\",\r\n \"2603:1046:1408::4000:0/98\",\r\n \"2603:1046:1408::8000:0/97\",\r\n \"2603:1046:1408::1:0:0/96\",\r\n \"2603:1046:1408::2:0:0/95\",\r\n \"2603:1046:1408::4:0:0/94\",\r\n \"2603:1046:1408::8:0:0/93\",\r\n \"2603:1046:1408::10:0:0/92\",\r\n \"2603:1046:1408::20:0:0/91\",\r\n \"2603:1046:1408::40:0:0/90\",\r\n \"2603:1046:1408::80:0:0/89\",\r\n \"2603:1046:1408::100:0:0/88\",\r\n \"2603:1046:1408::200:0:0/87\",\r\n \"2603:1046:1408::400:0:0/86\",\r\n \"2603:1046:1408::800:0:0/85\",\r\n \"2603:1046:1408::1000:0:0/84\",\r\n \"2603:1046:1408::2000:0:0/83\",\r\n \"2603:1046:1408::4000:0:0/82\",\r\n \"2603:1046:1408::8000:0:0/81\",\r\n \"2603:1046:1408:0:1::/80\",\r\n \"2603:1046:1408:0:2::/79\",\r\n \"2603:1046:1408:0:4::/78\",\r\n \"2603:1046:1408:0:8::/77\",\r\n \"2603:1046:1408:0:10::/76\",\r\n \"2603:1046:1408:0:20::/75\",\r\n \"2603:1046:1408:0:40::/74\",\r\n \"2603:1046:1408:0:80::/73\",\r\n \"2603:1046:1408:0:100::/72\",\r\n \"2603:1046:1408:0:200::/71\",\r\n \"2603:1046:1408:0:400::/70\",\r\n \"2603:1046:1408:0:800::/69\",\r\n \"2603:1046:1408:0:1000::/68\",\r\n \"2603:1046:1408:0:2000::/67\",\r\n \"2603:1046:1408:0:4000::/66\",\r\n \"2603:1046:1408:0:8000::/65\",\r\n \"2603:1046:1408:1::800/117\",\r\n \"2603:1046:1408:1::1000/116\",\r\n \"2603:1046:1408:1::2000/115\",\r\n \"2603:1046:1408:1::4000/114\",\r\n \"2603:1046:1408:1::8000/113\",\r\n \"2603:1046:1408:1::1:0/112\",\r\n \"2603:1046:1408:1::2:0/111\",\r\n \"2603:1046:1408:1::4:0/110\",\r\n \"2603:1046:1408:1::8:0/109\",\r\n \"2603:1046:1408:1::10:0/108\",\r\n \"2603:1046:1408:1::20:0/107\",\r\n \"2603:1046:1408:1::40:0/106\",\r\n \"2603:1046:1408:1::80:0/105\",\r\n \"2603:1046:1408:1::100:0/104\",\r\n \"2603:1046:1408:1::200:0/103\",\r\n \"2603:1046:1408:1::400:0/102\",\r\n \"2603:1046:1408:1::800:0/101\",\r\n \"2603:1046:1408:1::1000:0/100\",\r\n \"2603:1046:1408:1::2000:0/99\",\r\n \"2603:1046:1408:1::4000:0/98\",\r\n \"2603:1046:1408:1::8000:0/97\",\r\n \"2603:1046:1408:1:0:1::/96\",\r\n \"2603:1046:1408:1:0:2::/95\",\r\n \"2603:1046:1408:1:0:4::/94\",\r\n \"2603:1046:1408:1:0:8::/93\",\r\n \"2603:1046:1408:1:0:10::/92\",\r\n \"2603:1046:1408:1:0:20::/91\",\r\n \"2603:1046:1408:1:0:40::/90\",\r\n \"2603:1046:1408:1:0:80::/89\",\r\n \"2603:1046:1408:1:0:100::/88\",\r\n \"2603:1046:1408:1:0:200::/87\",\r\n \"2603:1046:1408:1:0:400::/86\",\r\n \"2603:1046:1408:1:0:800::/85\",\r\n \"2603:1046:1408:1:0:1000::/84\",\r\n \"2603:1046:1408:1:0:2000::/83\",\r\n \"2603:1046:1408:1:0:4000::/82\",\r\n \"2603:1046:1408:1:0:8000::/81\",\r\n \"2603:1046:1408:1:1::/80\",\r\n \"2603:1046:1408:1:2::/79\",\r\n \"2603:1046:1408:1:4::/78\",\r\n \"2603:1046:1408:1:8::/77\",\r\n \"2603:1046:1408:1:10::/76\",\r\n \"2603:1046:1408:1:20::/75\",\r\n \"2603:1046:1408:1:40::/74\",\r\n \"2603:1046:1408:1:80::/73\",\r\n \"2603:1046:1408:1:100::/72\",\r\n \"2603:1046:1408:1:200::/71\",\r\n \"2603:1046:1408:1:400::/70\",\r\n \"2603:1046:1408:1:800::/69\",\r\n \"2603:1046:1408:1:1000::/68\",\r\n \"2603:1046:1408:1:2000::/67\",\r\n \"2603:1046:1408:1:4000::/66\",\r\n \"2603:1046:1408:1:8000::/65\",\r\n \"2603:1046:1408:2::/63\",\r\n \"2603:1046:1408:4::/62\",\r\n \"2603:1046:1408:8::/61\",\r\n \"2603:1046:1408:10::/60\",\r\n \"2603:1046:1408:20::/59\",\r\n \"2603:1046:1408:40::/58\",\r\n \"2603:1046:1408:80::/57\",\r\n \"2603:1046:1408:100::/56\",\r\n \"2603:1046:1408:200::/55\",\r\n \"2603:1046:1408:400::/54\",\r\n \"2603:1046:1408:800::/53\",\r\n \"2603:1046:1408:1000::/52\",\r\n \"2603:1046:1408:2000::/51\",\r\n \"2603:1046:1408:4000::/50\",\r\n \"2603:1046:1408:8000::/49\",\r\n \"2603:1061:1310:4400::/54\",\r\n \"2603:1061:171e::/48\",\r\n \"2603:1061:2010:1a::/64\",\r\n \"2603:1062:c:12::/63\",\r\n \"2603:1063:421::/56\",\r\n \"2603:1090:204::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US\",\r\n \"communityValue\": \"12076:51006\",\r\n \"communityPrefixes\": [\r\n \"4.150.224.0/20\",\r\n \"4.150.240.0/21\",\r\n \"4.150.248.0/22\",\r\n \"4.150.252.0/24\",\r\n \"4.150.253.0/26\",\r\n \"4.150.253.64/27\",\r\n \"4.150.253.112/28\",\r\n \"4.150.253.128/25\",\r\n \"4.150.254.0/23\",\r\n \"13.64.0.0/16\",\r\n \"13.73.32.0/19\",\r\n \"13.83.0.0/18\",\r\n \"13.83.64.0/24\",\r\n \"13.83.65.0/27\",\r\n \"13.83.65.32/29\",\r\n \"13.83.65.40/31\",\r\n \"13.83.65.42/32\",\r\n \"13.83.65.44/30\",\r\n \"13.83.65.48/28\",\r\n \"13.83.65.64/27\",\r\n \"13.83.65.96/28\",\r\n \"13.83.65.112/29\",\r\n \"13.83.65.120/31\",\r\n \"13.83.65.122/32\",\r\n \"13.83.65.124/30\",\r\n \"13.83.65.128/25\",\r\n \"13.83.66.0/23\",\r\n \"13.83.68.0/22\",\r\n \"13.83.72.0/21\",\r\n \"13.83.80.0/20\",\r\n \"13.83.96.0/20\",\r\n \"13.83.112.0/21\",\r\n \"13.83.120.0/22\",\r\n \"13.83.124.0/24\",\r\n \"13.83.126.0/23\",\r\n \"13.83.128.0/17\",\r\n \"13.86.128.0/18\",\r\n \"13.86.192.0/20\",\r\n \"13.86.208.0/21\",\r\n \"13.86.216.0/23\",\r\n \"13.86.218.0/24\",\r\n \"13.86.219.32/27\",\r\n \"13.86.219.64/26\",\r\n \"13.86.219.128/25\",\r\n \"13.86.220.0/23\",\r\n \"13.86.222.0/24\",\r\n \"13.86.223.0/26\",\r\n \"13.86.223.64/27\",\r\n \"13.86.223.128/25\",\r\n \"13.86.224.0/19\",\r\n \"13.87.128.0/17\",\r\n \"13.88.0.0/17\",\r\n \"13.88.128.0/18\",\r\n \"13.91.0.0/16\",\r\n \"13.93.128.0/17\",\r\n \"20.43.192.0/18\",\r\n \"20.49.120.0/21\",\r\n \"20.57.192.0/19\",\r\n \"20.59.64.0/18\",\r\n \"20.60.1.0/24\",\r\n \"20.60.34.0/23\",\r\n \"20.60.44.128/25\",\r\n \"20.60.52.0/23\",\r\n \"20.60.80.0/23\",\r\n \"20.60.137.0/24\",\r\n \"20.60.168.0/23\",\r\n \"20.60.230.0/23\",\r\n \"20.60.232.0/23\",\r\n \"20.66.0.0/23\",\r\n \"20.66.2.0/27\",\r\n \"20.66.2.64/26\",\r\n \"20.66.2.128/25\",\r\n \"20.66.3.0/28\",\r\n \"20.66.3.32/27\",\r\n \"20.66.3.64/26\",\r\n \"20.66.3.128/25\",\r\n \"20.66.4.0/24\",\r\n \"20.66.5.0/27\",\r\n \"20.66.5.32/29\",\r\n \"20.66.5.64/27\",\r\n \"20.66.5.128/25\",\r\n \"20.66.6.0/23\",\r\n \"20.66.8.0/21\",\r\n \"20.66.16.0/20\",\r\n \"20.66.32.0/19\",\r\n \"20.66.64.0/18\",\r\n \"20.95.1.0/24\",\r\n \"20.95.32.0/24\",\r\n \"20.95.52.0/24\",\r\n \"20.112.184.0/21\",\r\n \"20.125.240.0/20\",\r\n \"20.136.6.0/24\",\r\n \"20.136.7.0/25\",\r\n \"20.150.34.0/23\",\r\n \"20.150.91.0/24\",\r\n \"20.150.102.0/24\",\r\n \"20.168.128.0/19\",\r\n \"20.168.160.0/21\",\r\n \"20.184.128.0/17\",\r\n \"20.189.128.0/18\",\r\n \"20.201.147.0/24\",\r\n \"20.201.148.0/24\",\r\n \"20.202.22.0/24\",\r\n \"20.202.25.0/24\",\r\n \"20.202.26.0/23\",\r\n \"20.202.28.0/23\",\r\n \"20.202.30.0/24\",\r\n \"20.202.105.0/24\",\r\n \"20.202.109.0/24\",\r\n \"20.202.113.0/24\",\r\n \"20.202.117.0/24\",\r\n \"20.202.129.0/24\",\r\n \"20.202.133.0/24\",\r\n \"20.202.137.0/24\",\r\n \"20.202.209.0/24\",\r\n \"20.202.210.0/24\",\r\n \"20.209.102.0/23\",\r\n \"20.209.180.0/23\",\r\n \"20.228.64.0/18\",\r\n \"20.237.128.0/17\",\r\n \"20.245.0.0/16\",\r\n \"20.253.128.0/17\",\r\n \"23.99.0.0/18\",\r\n \"23.99.64.0/19\",\r\n \"23.100.32.0/20\",\r\n \"23.101.192.0/20\",\r\n \"40.64.146.176/28\",\r\n \"40.64.173.128/25\",\r\n \"40.65.0.0/18\",\r\n \"40.75.128.0/17\",\r\n \"40.78.0.0/18\",\r\n \"40.78.64.0/19\",\r\n \"40.78.96.0/22\",\r\n \"40.78.100.0/23\",\r\n \"40.78.102.0/24\",\r\n \"40.78.103.0/25\",\r\n \"40.78.103.128/27\",\r\n \"40.78.103.160/29\",\r\n \"40.78.103.168/30\",\r\n \"40.78.103.173/32\",\r\n \"40.78.103.174/31\",\r\n \"40.78.103.176/28\",\r\n \"40.78.103.192/26\",\r\n \"40.78.104.0/23\",\r\n \"40.78.106.0/26\",\r\n \"40.78.106.64/28\",\r\n \"40.78.106.80/29\",\r\n \"40.78.106.88/30\",\r\n \"40.78.106.92/31\",\r\n \"40.78.106.94/32\",\r\n \"40.78.106.96/27\",\r\n \"40.78.106.128/25\",\r\n \"40.78.107.0/24\",\r\n \"40.78.108.0/22\",\r\n \"40.78.112.0/20\",\r\n \"40.78.216.0/24\",\r\n \"40.80.152.0/21\",\r\n \"40.81.0.0/21\",\r\n \"40.81.8.0/22\",\r\n \"40.81.12.0/23\",\r\n \"40.81.14.0/29\",\r\n \"40.81.14.8/31\",\r\n \"40.81.14.11/32\",\r\n \"40.81.14.12/30\",\r\n \"40.81.14.16/28\",\r\n \"40.81.14.32/27\",\r\n \"40.81.14.64/26\",\r\n \"40.81.14.128/25\",\r\n \"40.81.15.0/24\",\r\n \"40.82.248.0/21\",\r\n \"40.83.128.0/19\",\r\n \"40.83.160.0/20\",\r\n \"40.83.176.0/21\",\r\n \"40.83.184.0/23\",\r\n \"40.83.186.0/24\",\r\n \"40.83.187.0/25\",\r\n \"40.83.187.128/26\",\r\n \"40.83.187.192/27\",\r\n \"40.83.187.224/28\",\r\n \"40.83.187.240/30\",\r\n \"40.83.187.244/32\",\r\n \"40.83.187.246/31\",\r\n \"40.83.187.248/29\",\r\n \"40.83.188.0/22\",\r\n \"40.83.192.0/18\",\r\n \"40.85.144.0/20\",\r\n \"40.86.160.0/19\",\r\n \"40.87.160.0/22\",\r\n \"40.112.128.0/18\",\r\n \"40.112.192.0/19\",\r\n \"40.112.224.0/20\",\r\n \"40.112.240.0/22\",\r\n \"40.112.246.0/24\",\r\n \"40.112.247.128/25\",\r\n \"40.112.248.0/21\",\r\n \"40.118.128.0/18\",\r\n \"40.118.192.0/19\",\r\n \"40.118.224.0/23\",\r\n \"40.118.226.0/24\",\r\n \"40.118.227.0/27\",\r\n \"40.118.227.32/28\",\r\n \"40.118.227.48/32\",\r\n \"40.118.227.50/31\",\r\n \"40.118.227.52/30\",\r\n \"40.118.227.56/29\",\r\n \"40.118.227.64/26\",\r\n \"40.118.227.128/25\",\r\n \"40.118.228.0/22\",\r\n \"40.118.232.0/21\",\r\n \"40.118.240.0/20\",\r\n \"40.123.152.0/22\",\r\n \"40.125.32.0/19\",\r\n \"52.120.96.0/19\",\r\n \"52.121.36.0/22\",\r\n \"52.137.128.0/17\",\r\n \"52.153.0.0/18\",\r\n \"52.155.32.0/19\",\r\n \"52.157.0.0/18\",\r\n \"52.159.128.0/17\",\r\n \"52.160.0.0/19\",\r\n \"52.160.32.0/24\",\r\n \"52.160.33.0/27\",\r\n \"52.160.33.32/28\",\r\n \"52.160.33.48/29\",\r\n \"52.160.33.56/32\",\r\n \"52.160.33.58/31\",\r\n \"52.160.33.60/30\",\r\n \"52.160.33.64/26\",\r\n \"52.160.33.128/25\",\r\n \"52.160.34.0/23\",\r\n \"52.160.36.0/22\",\r\n \"52.160.40.0/21\",\r\n \"52.160.48.0/20\",\r\n \"52.160.64.0/19\",\r\n \"52.160.96.0/22\",\r\n \"52.160.100.0/30\",\r\n \"52.160.100.4/32\",\r\n \"52.160.100.6/31\",\r\n \"52.160.100.8/29\",\r\n \"52.160.100.16/28\",\r\n \"52.160.100.32/27\",\r\n \"52.160.100.64/26\",\r\n \"52.160.100.128/25\",\r\n \"52.160.101.0/24\",\r\n \"52.160.102.0/23\",\r\n \"52.160.104.0/21\",\r\n \"52.160.112.0/20\",\r\n \"52.160.128.0/17\",\r\n \"52.180.0.0/17\",\r\n \"52.190.128.0/17\",\r\n \"52.225.0.0/17\",\r\n \"52.232.149.0/24\",\r\n \"52.234.0.0/17\",\r\n \"52.238.0.0/18\",\r\n \"52.239.0.0/17\",\r\n \"52.239.148.32/27\",\r\n \"52.239.160.0/22\",\r\n \"52.239.165.64/26\",\r\n \"52.239.165.128/27\",\r\n \"52.239.228.0/23\",\r\n \"52.239.254.0/23\",\r\n \"52.241.0.0/16\",\r\n \"52.245.12.0/22\",\r\n \"52.245.108.0/22\",\r\n \"52.246.0.0/17\",\r\n \"52.248.128.0/17\",\r\n \"52.250.192.0/18\",\r\n \"52.254.128.0/17\",\r\n \"57.150.8.0/26\",\r\n \"57.150.8.64/27\",\r\n \"57.150.8.96/28\",\r\n \"57.150.16.128/25\",\r\n \"57.150.18.0/26\",\r\n \"57.150.18.64/28\",\r\n \"65.52.112.0/20\",\r\n \"68.220.32.0/19\",\r\n \"104.40.0.0/17\",\r\n \"104.42.0.0/17\",\r\n \"104.42.128.0/20\",\r\n \"104.42.144.0/22\",\r\n \"104.42.148.0/24\",\r\n \"104.42.149.0/26\",\r\n \"104.42.149.64/27\",\r\n \"104.42.149.96/28\",\r\n \"104.42.149.112/31\",\r\n \"104.42.149.115/32\",\r\n \"104.42.149.116/30\",\r\n \"104.42.149.120/29\",\r\n \"104.42.149.128/25\",\r\n \"104.42.150.0/23\",\r\n \"104.42.152.0/21\",\r\n \"104.42.160.0/19\",\r\n \"104.42.192.0/18\",\r\n \"104.45.208.0/20\",\r\n \"104.45.224.0/19\",\r\n \"104.209.0.0/18\",\r\n \"104.210.32.0/19\",\r\n \"137.116.184.0/21\",\r\n \"137.117.0.0/19\",\r\n \"137.135.0.0/18\",\r\n \"138.91.64.0/19\",\r\n \"138.91.128.0/17\",\r\n \"151.206.50.128/27\",\r\n \"151.206.91.128/25\",\r\n \"151.206.92.0/23\",\r\n \"157.56.160.0/21\",\r\n \"168.61.0.0/19\",\r\n \"168.61.64.0/20\",\r\n \"168.62.0.0/19\",\r\n \"168.62.192.0/19\",\r\n \"168.63.88.0/23\",\r\n \"172.178.128.0/17\",\r\n \"172.184.0.0/15\",\r\n \"191.236.64.0/18\",\r\n \"191.238.70.0/23\",\r\n \"191.239.0.0/18\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US IPv6\",\r\n \"communityValue\": \"12076:51006\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:a00::/46\",\r\n \"2603:1030:a04::/48\",\r\n \"2603:1030:a07::/48\",\r\n \"2603:1030:a08::/48\",\r\n \"2603:1030:a09::/56\",\r\n \"2603:1030:a09:100::/63\",\r\n \"2603:1030:a0a::/47\",\r\n \"2603:1030:a0c::/48\",\r\n \"2603:1061:1312:2402::/63\",\r\n \"2603:1061:1312:2404::/62\",\r\n \"2603:1061:1312:2408::/61\",\r\n \"2603:1061:1312:2410::/60\",\r\n \"2603:1061:1312:2420::/59\",\r\n \"2603:1061:1312:2440::/58\",\r\n \"2603:1061:1312:2480::/57\",\r\n \"2603:1061:1312:2500::/56\",\r\n \"2603:1061:1312:2600::/55\",\r\n \"2603:1061:171f::/48\",\r\n \"2603:1061:2000:1::/64\",\r\n \"2603:1061:2000:3::/64\",\r\n \"2603:1061:2000:110::/60\",\r\n \"2603:1061:2000:548::/62\",\r\n \"2603:1061:2002:100::/56\",\r\n \"2603:1061:2004:7100::/56\",\r\n \"2603:1061:2010:1b::/64\",\r\n \"2603:1062:2:200::/57\",\r\n \"2603:1062:c:24::/63\",\r\n \"2603:10b0:b11::/60\",\r\n \"2603:10b0:b11:12::/64\",\r\n \"2a01:111:f100:3000::/52\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 2\",\r\n \"communityValue\": \"12076:51026\",\r\n \"communityPrefixes\": [\r\n \"4.149.64.0/19\",\r\n \"4.149.128.0/17\",\r\n \"4.154.0.0/15\",\r\n \"4.242.0.0/17\",\r\n \"4.246.0.0/17\",\r\n \"13.66.128.0/21\",\r\n \"13.66.136.0/23\",\r\n \"13.66.138.0/25\",\r\n \"13.66.139.0/24\",\r\n \"13.66.140.0/24\",\r\n \"13.66.141.0/26\",\r\n \"13.66.141.96/27\",\r\n \"13.66.141.128/25\",\r\n \"13.66.142.0/23\",\r\n \"13.66.144.0/24\",\r\n \"13.66.145.0/26\",\r\n \"13.66.145.64/29\",\r\n \"13.66.145.80/28\",\r\n \"13.66.145.96/27\",\r\n \"13.66.145.128/25\",\r\n \"13.66.146.0/23\",\r\n \"13.66.148.0/22\",\r\n \"13.66.152.0/21\",\r\n \"13.66.160.0/19\",\r\n \"13.66.192.0/18\",\r\n \"13.77.128.0/18\",\r\n \"20.3.0.0/16\",\r\n \"20.9.128.0/17\",\r\n \"20.29.128.0/17\",\r\n \"20.36.0.0/19\",\r\n \"20.38.99.0/24\",\r\n \"20.42.128.0/19\",\r\n \"20.42.160.0/23\",\r\n \"20.42.168.0/21\",\r\n \"20.42.176.0/20\",\r\n \"20.51.8.0/24\",\r\n \"20.51.9.0/26\",\r\n \"20.51.9.64/28\",\r\n \"20.51.9.96/27\",\r\n \"20.51.9.128/25\",\r\n \"20.51.10.0/23\",\r\n \"20.51.12.0/23\",\r\n \"20.51.14.0/26\",\r\n \"20.51.14.64/29\",\r\n \"20.51.14.74/31\",\r\n \"20.51.14.76/30\",\r\n \"20.51.14.80/28\",\r\n \"20.51.14.96/27\",\r\n \"20.51.14.128/25\",\r\n \"20.51.15.0/24\",\r\n \"20.51.64.0/18\",\r\n \"20.57.128.0/18\",\r\n \"20.59.0.0/18\",\r\n \"20.60.20.0/24\",\r\n \"20.60.68.0/22\",\r\n \"20.60.152.0/23\",\r\n \"20.60.228.0/23\",\r\n \"20.64.128.0/17\",\r\n \"20.69.64.0/18\",\r\n \"20.69.128.0/18\",\r\n \"20.72.192.0/18\",\r\n \"20.80.128.0/18\",\r\n \"20.83.64.0/18\",\r\n \"20.83.192.0/18\",\r\n \"20.94.192.0/18\",\r\n \"20.95.3.0/24\",\r\n \"20.95.37.0/24\",\r\n \"20.95.38.0/23\",\r\n \"20.98.64.0/18\",\r\n \"20.99.128.0/17\",\r\n \"20.109.128.0/18\",\r\n \"20.112.0.0/17\",\r\n \"20.114.0.0/18\",\r\n \"20.115.128.0/17\",\r\n \"20.120.128.0/17\",\r\n \"20.125.0.0/18\",\r\n \"20.150.68.0/24\",\r\n \"20.150.78.0/24\",\r\n \"20.150.87.0/24\",\r\n \"20.150.107.0/24\",\r\n \"20.187.0.0/18\",\r\n \"20.190.0.0/18\",\r\n \"20.191.64.0/18\",\r\n \"20.201.223.0/24\",\r\n \"20.201.231.0/24\",\r\n \"20.202.23.0/24\",\r\n \"20.209.100.0/23\",\r\n \"20.209.154.0/23\",\r\n \"20.209.186.0/23\",\r\n \"20.230.128.0/17\",\r\n \"20.236.0.0/18\",\r\n \"20.252.0.0/17\",\r\n \"23.98.47.0/24\",\r\n \"23.102.192.0/21\",\r\n \"23.102.203.0/24\",\r\n \"40.64.64.0/18\",\r\n \"40.64.128.0/21\",\r\n \"40.64.145.160/28\",\r\n \"40.64.174.0/25\",\r\n \"40.65.64.0/18\",\r\n \"40.78.208.32/30\",\r\n \"40.78.217.0/24\",\r\n \"40.78.240.0/23\",\r\n \"40.78.242.128/25\",\r\n \"40.78.243.0/24\",\r\n \"40.78.244.0/22\",\r\n \"40.78.248.0/21\",\r\n \"40.80.160.0/24\",\r\n \"40.82.36.0/22\",\r\n \"40.87.232.0/21\",\r\n \"40.90.192.0/19\",\r\n \"40.91.0.0/22\",\r\n \"40.91.64.0/18\",\r\n \"40.91.160.0/19\",\r\n \"40.123.160.0/22\",\r\n \"40.125.64.0/18\",\r\n \"51.141.160.0/19\",\r\n \"51.143.0.0/17\",\r\n \"52.121.166.0/24\",\r\n \"52.136.0.0/22\",\r\n \"52.137.64.0/19\",\r\n \"52.137.96.0/25\",\r\n \"52.137.96.128/26\",\r\n \"52.137.96.192/27\",\r\n \"52.137.96.225/32\",\r\n \"52.137.96.226/31\",\r\n \"52.137.96.228/30\",\r\n \"52.137.96.232/29\",\r\n \"52.137.96.240/28\",\r\n \"52.137.97.0/24\",\r\n \"52.137.98.0/23\",\r\n \"52.137.100.0/22\",\r\n \"52.137.104.0/21\",\r\n \"52.137.112.0/20\",\r\n \"52.143.64.0/20\",\r\n \"52.143.80.0/24\",\r\n \"52.143.81.0/26\",\r\n \"52.143.81.64/29\",\r\n \"52.143.81.72/30\",\r\n \"52.143.81.76/32\",\r\n \"52.143.81.78/31\",\r\n \"52.143.81.80/28\",\r\n \"52.143.81.96/27\",\r\n \"52.143.81.128/25\",\r\n \"52.143.82.0/23\",\r\n \"52.143.84.0/22\",\r\n \"52.143.88.0/21\",\r\n \"52.143.96.0/19\",\r\n \"52.143.197.0/24\",\r\n \"52.143.211.0/24\",\r\n \"52.148.128.0/18\",\r\n \"52.149.0.0/20\",\r\n \"52.149.16.0/22\",\r\n \"52.149.20.0/24\",\r\n \"52.149.21.0/27\",\r\n \"52.149.21.32/28\",\r\n \"52.149.21.48/29\",\r\n \"52.149.21.56/30\",\r\n \"52.149.21.61/32\",\r\n \"52.149.21.62/31\",\r\n \"52.149.21.64/26\",\r\n \"52.149.21.128/25\",\r\n \"52.149.22.0/23\",\r\n \"52.149.24.0/21\",\r\n \"52.149.32.0/19\",\r\n \"52.151.0.0/18\",\r\n \"52.156.64.0/18\",\r\n \"52.156.128.0/19\",\r\n \"52.158.224.0/19\",\r\n \"52.175.192.0/18\",\r\n \"52.183.0.0/17\",\r\n \"52.191.128.0/18\",\r\n \"52.229.0.0/18\",\r\n \"52.232.152.0/24\",\r\n \"52.233.64.0/18\",\r\n \"52.235.64.0/18\",\r\n \"52.239.148.128/25\",\r\n \"52.239.176.128/25\",\r\n \"52.239.193.0/24\",\r\n \"52.239.210.0/23\",\r\n \"52.239.236.0/23\",\r\n \"52.245.52.0/22\",\r\n \"52.246.192.0/18\",\r\n \"52.247.192.0/18\",\r\n \"52.250.0.0/17\",\r\n \"65.52.111.0/24\",\r\n \"65.55.32.128/28\",\r\n \"65.55.32.192/27\",\r\n \"65.55.32.224/28\",\r\n \"65.55.33.176/28\",\r\n \"65.55.33.192/28\",\r\n \"65.55.35.192/27\",\r\n \"70.37.0.0/21\",\r\n \"70.37.8.0/22\",\r\n \"70.37.16.0/20\",\r\n \"70.37.32.0/20\",\r\n \"137.116.176.0/21\",\r\n \"151.206.50.64/27\",\r\n \"151.206.87.0/24\",\r\n \"151.206.88.0/24\",\r\n \"157.55.39.0/24\",\r\n \"157.56.19.224/27\",\r\n \"157.56.21.160/27\",\r\n \"157.56.21.192/27\",\r\n \"168.62.64.0/19\",\r\n \"172.171.96.0/19\",\r\n \"172.179.0.0/16\",\r\n \"207.46.13.0/24\",\r\n \"209.240.212.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 2 IPv6\",\r\n \"communityValue\": \"12076:51026\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:c00::/48\",\r\n \"2603:1030:c02::/47\",\r\n \"2603:1030:c04::/48\",\r\n \"2603:1030:c06::/48\",\r\n \"2603:1030:d00::/47\",\r\n \"2603:1061:1312:2800::/54\",\r\n \"2603:1061:1720::/48\",\r\n \"2603:1061:2010:1c::/64\",\r\n \"2603:1062:c:20::/63\",\r\n \"2603:1063:422::/56\",\r\n \"2603:10b0:d0a::/62\",\r\n \"2603:10b0:d0a:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 3\",\r\n \"communityValue\": \"12076:51044\",\r\n \"communityPrefixes\": [\r\n \"4.148.0.0/16\",\r\n \"4.149.0.0/18\",\r\n \"4.227.0.0/17\",\r\n \"4.236.0.0/17\",\r\n \"4.242.128.0/17\",\r\n \"4.249.0.0/17\",\r\n \"20.14.0.0/17\",\r\n \"20.17.72.0/21\",\r\n \"20.18.184.0/21\",\r\n \"20.25.128.0/18\",\r\n \"20.38.0.0/20\",\r\n \"20.38.32.0/20\",\r\n \"20.38.160.0/20\",\r\n \"20.40.24.0/21\",\r\n \"20.60.14.0/24\",\r\n \"20.60.38.0/23\",\r\n \"20.60.162.0/23\",\r\n \"20.95.30.0/24\",\r\n \"20.106.64.0/18\",\r\n \"20.118.128.0/18\",\r\n \"20.125.64.0/18\",\r\n \"20.125.128.0/19\",\r\n \"20.150.30.0/24\",\r\n \"20.150.128.0/19\",\r\n \"20.150.160.0/21\",\r\n \"20.150.168.0/22\",\r\n \"20.150.172.0/27\",\r\n \"20.150.172.40/29\",\r\n \"20.150.172.48/28\",\r\n \"20.150.172.64/26\",\r\n \"20.150.172.128/25\",\r\n \"20.150.173.0/24\",\r\n \"20.150.174.0/23\",\r\n \"20.150.176.0/20\",\r\n \"20.150.192.0/19\",\r\n \"20.150.224.0/20\",\r\n \"20.150.240.0/22\",\r\n \"20.150.244.0/24\",\r\n \"20.150.245.56/29\",\r\n \"20.150.245.64/26\",\r\n \"20.150.245.128/25\",\r\n \"20.150.246.0/23\",\r\n \"20.150.248.0/21\",\r\n \"20.163.0.0/17\",\r\n \"20.168.0.0/17\",\r\n \"20.169.0.0/17\",\r\n \"20.171.0.0/16\",\r\n \"20.172.0.0/17\",\r\n \"20.209.4.0/23\",\r\n \"20.209.92.0/23\",\r\n \"20.209.138.0/23\",\r\n \"20.209.190.0/23\",\r\n \"20.209.244.0/23\",\r\n \"40.64.146.192/28\",\r\n \"40.64.184.0/25\",\r\n \"40.119.88.0/22\",\r\n \"40.126.202.0/24\",\r\n \"52.253.182.0/23\",\r\n \"52.253.184.0/24\",\r\n \"57.150.13.176/28\",\r\n \"57.150.13.192/26\",\r\n \"57.150.14.0/23\",\r\n \"57.150.16.0/25\",\r\n \"57.150.20.16/28\",\r\n \"57.150.20.32/27\",\r\n \"57.150.20.64/26\",\r\n \"57.150.20.128/25\",\r\n \"172.173.16.0/20\",\r\n \"172.180.0.0/15\",\r\n \"172.182.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 3 IPv6\",\r\n \"communityValue\": \"12076:51044\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:500::/47\",\r\n \"2603:1030:504::/47\",\r\n \"2603:1061:1312:2c00::/54\",\r\n \"2603:1061:1730::/48\",\r\n \"2603:1061:2010:30::/64\",\r\n \"2603:1063:423::/56\",\r\n \"2603:10b0:a01::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central\",\r\n \"communityValue\": \"12076:52032\",\r\n \"communityPrefixes\": [\r\n \"20.60.102.0/24\",\r\n \"20.60.214.0/23\",\r\n \"20.150.124.0/24\",\r\n \"52.239.216.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central IPv6\",\r\n \"communityValue\": \"12076:52032\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:305::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central 2\",\r\n \"communityValue\": \"12076:52033\",\r\n \"communityPrefixes\": [\r\n \"20.60.107.0/24\",\r\n \"20.150.103.0/24\",\r\n \"20.209.156.0/23\",\r\n \"52.239.218.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:52033\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:405::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia East\",\r\n \"communityValue\": \"12076:52015\",\r\n \"communityPrefixes\": [\r\n \"13.70.99.16/28\",\r\n \"13.70.99.48/28\",\r\n \"13.70.99.64/28\",\r\n \"13.72.235.64/28\",\r\n \"13.72.235.96/27\",\r\n \"13.72.235.144/28\",\r\n \"13.72.237.48/28\",\r\n \"13.72.237.64/28\",\r\n \"13.75.240.16/28\",\r\n \"13.75.240.32/28\",\r\n \"13.75.240.64/27\",\r\n \"20.38.112.0/23\",\r\n \"20.60.72.0/22\",\r\n \"20.60.182.0/23\",\r\n \"20.150.66.0/24\",\r\n \"20.150.92.0/24\",\r\n \"20.150.117.0/24\",\r\n \"20.209.164.0/23\",\r\n \"52.239.130.0/23\",\r\n \"52.239.226.0/24\",\r\n \"104.46.31.16/28\",\r\n \"191.238.66.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia East IPv6\",\r\n \"communityValue\": \"12076:52015\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:7::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Southeast\",\r\n \"communityValue\": \"12076:52016\",\r\n \"communityPrefixes\": [\r\n \"13.77.8.16/28\",\r\n \"13.77.8.32/28\",\r\n \"13.77.8.64/28\",\r\n \"13.77.8.96/28\",\r\n \"13.77.8.128/27\",\r\n \"13.77.8.160/28\",\r\n \"13.77.8.192/27\",\r\n \"20.60.32.0/23\",\r\n \"20.150.12.0/23\",\r\n \"20.150.119.0/24\",\r\n \"20.209.204.0/23\",\r\n \"52.239.132.0/23\",\r\n \"52.239.225.0/24\",\r\n \"191.239.192.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:52016\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:206::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Brazil South\",\r\n \"communityValue\": \"12076:52014\",\r\n \"communityPrefixes\": [\r\n \"20.60.36.0/23\",\r\n \"20.150.111.0/24\",\r\n \"20.209.12.0/23\",\r\n \"20.209.82.0/23\",\r\n \"20.209.232.0/23\",\r\n \"23.97.112.64/26\",\r\n \"191.232.216.32/27\",\r\n \"191.232.221.16/28\",\r\n \"191.232.221.32/28\",\r\n \"191.233.128.0/24\",\r\n \"191.235.248.0/23\",\r\n \"191.235.250.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Brazil South IPv6\",\r\n \"communityValue\": \"12076:52014\",\r\n \"communityPrefixes\": [\r\n \"2603:1050:7::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Brazil Southeast\",\r\n \"communityValue\": \"12076:52050\",\r\n \"communityPrefixes\": [\r\n \"20.150.73.0/24\",\r\n \"20.150.80.0/24\",\r\n \"20.150.123.0/24\",\r\n \"20.209.210.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada Central\",\r\n \"communityValue\": \"12076:52020\",\r\n \"communityPrefixes\": [\r\n \"20.38.114.0/25\",\r\n \"20.60.42.0/23\",\r\n \"20.60.242.0/23\",\r\n \"20.150.16.0/24\",\r\n \"20.150.31.0/24\",\r\n \"20.150.71.0/24\",\r\n \"20.150.100.0/24\",\r\n \"20.209.70.0/23\",\r\n \"20.209.168.0/23\",\r\n \"40.85.232.64/28\",\r\n \"40.85.232.96/28\",\r\n \"40.85.232.144/28\",\r\n \"40.85.235.32/27\",\r\n \"40.85.235.80/28\",\r\n \"40.85.235.96/28\",\r\n \"52.239.148.64/26\",\r\n \"52.239.189.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada Central IPv6\",\r\n \"communityValue\": \"12076:52020\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:f08::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada East\",\r\n \"communityValue\": \"12076:52021\",\r\n \"communityPrefixes\": [\r\n \"20.38.121.128/25\",\r\n \"20.60.142.0/23\",\r\n \"20.150.1.0/25\",\r\n \"20.150.40.128/25\",\r\n \"20.150.113.0/24\",\r\n \"20.209.64.0/23\",\r\n \"40.86.232.64/28\",\r\n \"40.86.232.96/28\",\r\n \"40.86.232.128/28\",\r\n \"40.86.232.176/28\",\r\n \"40.86.232.192/28\",\r\n \"52.229.80.64/27\",\r\n \"52.239.164.128/26\",\r\n \"52.239.190.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada East IPv6\",\r\n \"communityValue\": \"12076:52021\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:1006::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central India\",\r\n \"communityValue\": \"12076:52017\",\r\n \"communityPrefixes\": [\r\n \"20.38.126.0/23\",\r\n \"20.60.84.0/23\",\r\n \"20.150.114.0/24\",\r\n \"20.209.56.0/23\",\r\n \"20.209.172.0/23\",\r\n \"52.239.135.64/26\",\r\n \"52.239.202.0/24\",\r\n \"104.211.104.64/28\",\r\n \"104.211.104.96/28\",\r\n \"104.211.104.128/28\",\r\n \"104.211.109.0/28\",\r\n \"104.211.109.32/27\",\r\n \"104.211.109.80/28\",\r\n \"104.211.109.96/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central India IPv6\",\r\n \"communityValue\": \"12076:52017\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:a07::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"13.67.155.16/28\",\r\n \"20.38.96.0/23\",\r\n \"20.38.122.0/23\",\r\n \"20.60.18.0/24\",\r\n \"20.60.30.0/23\",\r\n \"20.60.178.0/23\",\r\n \"20.60.194.0/23\",\r\n \"20.60.240.0/23\",\r\n \"20.60.244.0/23\",\r\n \"20.150.43.128/25\",\r\n \"20.150.58.0/24\",\r\n \"20.150.63.0/24\",\r\n \"20.150.77.0/24\",\r\n \"20.150.89.0/24\",\r\n \"20.150.95.0/24\",\r\n \"20.209.18.0/23\",\r\n \"20.209.36.0/23\",\r\n \"20.209.98.0/23\",\r\n \"20.209.142.0/23\",\r\n \"20.209.184.0/23\",\r\n \"23.99.160.64/26\",\r\n \"23.99.160.192/28\",\r\n \"40.69.176.16/28\",\r\n \"40.83.24.16/28\",\r\n \"40.83.24.80/28\",\r\n \"40.122.96.16/28\",\r\n \"40.122.216.16/28\",\r\n \"52.165.104.16/28\",\r\n \"52.165.104.32/28\",\r\n \"52.165.104.64/27\",\r\n \"52.165.104.112/28\",\r\n \"52.165.136.32/28\",\r\n \"52.165.240.64/28\",\r\n \"52.173.152.64/28\",\r\n \"52.173.152.96/28\",\r\n \"52.176.224.64/28\",\r\n \"52.176.224.96/28\",\r\n \"52.180.184.16/28\",\r\n \"52.182.176.16/28\",\r\n \"52.182.176.32/28\",\r\n \"52.182.176.64/27\",\r\n \"52.185.56.80/28\",\r\n \"52.185.56.96/28\",\r\n \"52.185.56.144/28\",\r\n \"52.185.56.160/28\",\r\n \"52.185.112.16/28\",\r\n \"52.185.112.48/28\",\r\n \"52.185.112.112/28\",\r\n \"52.228.232.0/28\",\r\n \"52.230.240.16/28\",\r\n \"52.230.240.32/28\",\r\n \"52.230.240.64/27\",\r\n \"52.230.240.112/28\",\r\n \"52.230.240.128/28\",\r\n \"52.230.240.160/27\",\r\n \"52.238.200.32/27\",\r\n \"52.239.150.0/23\",\r\n \"52.239.177.32/27\",\r\n \"52.239.177.64/26\",\r\n \"52.239.177.128/25\",\r\n \"52.239.195.0/24\",\r\n \"52.239.234.0/23\",\r\n \"104.208.0.16/28\",\r\n \"104.208.0.48/28\",\r\n \"168.61.128.192/26\",\r\n \"168.61.129.0/25\",\r\n \"168.61.130.64/26\",\r\n \"168.61.130.128/25\",\r\n \"168.61.131.0/26\",\r\n \"168.61.131.128/25\",\r\n \"168.61.132.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US IPv6\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:11::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US EUAP\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"20.60.24.0/23\",\r\n \"20.150.23.0/24\",\r\n \"20.150.47.0/25\",\r\n \"20.209.124.0/23\",\r\n \"40.83.24.96/27\",\r\n \"52.165.104.144/28\",\r\n \"52.165.104.160/28\",\r\n \"52.185.112.80/28\",\r\n \"52.239.177.0/27\",\r\n \"52.239.238.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:12::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East Asia\",\r\n \"communityValue\": \"12076:52010\",\r\n \"communityPrefixes\": [\r\n \"20.60.86.0/23\",\r\n \"20.60.131.0/24\",\r\n \"20.60.254.0/23\",\r\n \"20.150.1.128/25\",\r\n \"20.150.22.0/24\",\r\n \"20.150.96.0/24\",\r\n \"20.209.166.0/23\",\r\n \"40.83.104.176/28\",\r\n \"40.83.104.208/28\",\r\n \"52.175.40.128/28\",\r\n \"52.175.112.16/28\",\r\n \"52.184.40.16/28\",\r\n \"52.184.40.32/28\",\r\n \"52.239.128.0/24\",\r\n \"52.239.224.0/24\",\r\n \"168.63.128.0/26\",\r\n \"168.63.128.128/25\",\r\n \"168.63.129.128/25\",\r\n \"168.63.130.0/26\",\r\n \"168.63.130.128/26\",\r\n \"168.63.131.0/26\",\r\n \"168.63.156.64/26\",\r\n \"168.63.156.192/26\",\r\n \"191.237.238.32/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East Asia IPv6\",\r\n \"communityValue\": \"12076:52010\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:208::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US\",\r\n \"communityValue\": \"12076:52004\",\r\n \"communityPrefixes\": [\r\n \"13.68.163.32/28\",\r\n \"13.68.165.64/28\",\r\n \"13.68.167.240/28\",\r\n \"13.82.33.32/28\",\r\n \"13.82.152.16/28\",\r\n \"13.82.152.48/28\",\r\n \"13.82.152.80/28\",\r\n \"20.38.98.0/24\",\r\n \"20.60.0.0/24\",\r\n \"20.60.2.0/23\",\r\n \"20.60.6.0/23\",\r\n \"20.60.60.0/22\",\r\n \"20.60.128.0/23\",\r\n \"20.60.134.0/23\",\r\n \"20.60.146.0/23\",\r\n \"20.60.220.0/23\",\r\n \"20.150.32.0/23\",\r\n \"20.150.90.0/24\",\r\n \"20.209.0.0/23\",\r\n \"20.209.40.0/23\",\r\n \"20.209.52.0/23\",\r\n \"20.209.74.0/23\",\r\n \"20.209.84.0/23\",\r\n \"20.209.106.0/23\",\r\n \"20.209.146.0/23\",\r\n \"20.209.162.0/23\",\r\n \"20.209.226.0/23\",\r\n \"23.96.64.64/26\",\r\n \"40.71.104.16/28\",\r\n \"40.71.104.32/28\",\r\n \"40.71.240.16/28\",\r\n \"40.117.48.80/28\",\r\n \"40.117.48.112/28\",\r\n \"40.117.104.16/28\",\r\n \"52.179.24.16/28\",\r\n \"52.186.112.32/27\",\r\n \"52.226.8.32/27\",\r\n \"52.226.8.80/28\",\r\n \"52.226.8.96/28\",\r\n \"52.226.8.128/27\",\r\n \"52.234.176.48/28\",\r\n \"52.234.176.64/28\",\r\n \"52.234.176.96/27\",\r\n \"52.239.152.0/22\",\r\n \"52.239.168.0/22\",\r\n \"52.239.207.192/26\",\r\n \"52.239.214.0/23\",\r\n \"52.239.220.0/23\",\r\n \"52.239.246.0/23\",\r\n \"52.239.252.0/24\",\r\n \"52.240.48.16/28\",\r\n \"52.240.48.32/28\",\r\n \"52.240.60.16/28\",\r\n \"52.240.60.32/28\",\r\n \"52.240.60.64/27\",\r\n \"57.150.0.0/23\",\r\n \"57.150.8.112/28\",\r\n \"57.150.8.128/25\",\r\n \"57.150.9.0/24\",\r\n \"57.150.10.0/26\",\r\n \"57.150.10.64/28\",\r\n \"57.150.18.80/28\",\r\n \"57.150.18.96/27\",\r\n \"57.150.18.128/26\",\r\n \"57.150.18.192/27\",\r\n \"57.150.18.224/28\",\r\n \"57.150.26.0/23\",\r\n \"138.91.96.64/26\",\r\n \"138.91.96.128/26\",\r\n \"168.62.32.0/26\",\r\n \"168.62.32.192/26\",\r\n \"168.62.33.128/26\",\r\n \"191.237.32.128/28\",\r\n \"191.237.32.208/28\",\r\n \"191.237.32.240/28\",\r\n \"191.238.0.0/26\",\r\n \"191.238.0.224/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US IPv6\",\r\n \"communityValue\": \"12076:52004\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:213::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"13.68.120.64/28\",\r\n \"13.77.112.16/28\",\r\n \"13.77.112.32/28\",\r\n \"13.77.112.112/28\",\r\n \"13.77.112.128/28\",\r\n \"13.77.115.16/28\",\r\n \"13.77.115.32/28\",\r\n \"20.38.100.0/23\",\r\n \"20.60.56.0/22\",\r\n \"20.60.88.0/22\",\r\n \"20.60.132.0/23\",\r\n \"20.60.180.0/23\",\r\n \"20.60.224.0/23\",\r\n \"20.60.236.0/23\",\r\n \"20.150.29.0/24\",\r\n \"20.150.36.0/24\",\r\n \"20.150.50.0/23\",\r\n \"20.150.72.0/24\",\r\n \"20.150.82.0/24\",\r\n \"20.150.88.0/24\",\r\n \"20.209.68.0/23\",\r\n \"20.209.90.0/23\",\r\n \"20.209.110.0/23\",\r\n \"20.209.112.0/23\",\r\n \"20.209.178.0/23\",\r\n \"23.102.206.0/28\",\r\n \"23.102.206.128/28\",\r\n \"23.102.206.192/28\",\r\n \"40.79.8.16/28\",\r\n \"40.79.48.16/28\",\r\n \"40.84.8.32/28\",\r\n \"40.84.11.80/28\",\r\n \"40.123.16.16/28\",\r\n \"52.167.88.80/28\",\r\n \"52.167.88.112/28\",\r\n \"52.167.240.16/28\",\r\n \"52.177.208.80/28\",\r\n \"52.179.144.32/28\",\r\n \"52.179.144.64/28\",\r\n \"52.179.240.16/28\",\r\n \"52.179.240.48/28\",\r\n \"52.179.240.64/28\",\r\n \"52.179.240.96/27\",\r\n \"52.179.240.144/28\",\r\n \"52.179.240.160/28\",\r\n \"52.179.240.192/27\",\r\n \"52.179.240.240/28\",\r\n \"52.179.241.0/28\",\r\n \"52.179.241.32/27\",\r\n \"52.184.168.96/27\",\r\n \"52.225.136.16/28\",\r\n \"52.225.136.32/28\",\r\n \"52.225.240.0/28\",\r\n \"52.232.232.16/28\",\r\n \"52.232.232.32/28\",\r\n \"52.232.232.80/28\",\r\n \"52.232.232.96/28\",\r\n \"52.232.232.128/27\",\r\n \"52.232.232.176/28\",\r\n \"52.232.232.192/28\",\r\n \"52.239.156.0/24\",\r\n \"52.239.157.0/25\",\r\n \"52.239.157.128/26\",\r\n \"52.239.157.192/27\",\r\n \"52.239.172.0/22\",\r\n \"52.239.184.0/25\",\r\n \"52.239.184.160/28\",\r\n \"52.239.184.192/27\",\r\n \"52.239.185.32/27\",\r\n \"52.239.192.0/26\",\r\n \"52.239.192.64/28\",\r\n \"52.239.192.96/27\",\r\n \"52.239.192.160/27\",\r\n \"52.239.192.192/26\",\r\n \"52.239.198.0/25\",\r\n \"52.239.198.192/26\",\r\n \"52.239.206.0/24\",\r\n \"52.239.207.32/28\",\r\n \"52.239.207.64/26\",\r\n \"52.239.207.128/27\",\r\n \"52.239.222.0/23\",\r\n \"57.150.4.0/23\",\r\n \"104.208.128.16/28\",\r\n \"104.208.248.16/28\",\r\n \"137.116.1.0/25\",\r\n \"137.116.2.0/25\",\r\n \"137.116.3.0/25\",\r\n \"137.116.3.128/26\",\r\n \"137.116.96.0/25\",\r\n \"137.116.96.128/26\",\r\n \"191.237.160.64/26\",\r\n \"191.237.160.224/28\",\r\n \"191.239.224.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2 IPv6\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:40f::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2 EUAP\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"20.60.154.0/23\",\r\n \"20.60.184.0/23\",\r\n \"20.60.238.0/23\",\r\n \"20.150.108.0/24\",\r\n \"20.209.136.0/23\",\r\n \"20.209.148.0/23\",\r\n \"20.209.248.0/23\",\r\n \"40.70.88.0/28\",\r\n \"40.79.88.16/28\",\r\n \"52.184.168.32/28\",\r\n \"52.239.157.224/27\",\r\n \"52.239.165.192/26\",\r\n \"52.239.184.176/28\",\r\n \"52.239.184.224/27\",\r\n \"52.239.185.0/28\",\r\n \"52.239.192.128/27\",\r\n \"52.239.198.128/27\",\r\n \"52.239.230.0/24\",\r\n \"52.239.239.0/24\",\r\n \"57.150.12.144/28\",\r\n \"57.150.12.160/27\",\r\n \"57.150.12.192/26\",\r\n \"57.150.13.0/25\",\r\n \"57.150.19.176/28\",\r\n \"57.150.19.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:410::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France Central\",\r\n \"communityValue\": \"12076:52030\",\r\n \"communityPrefixes\": [\r\n \"20.60.13.0/24\",\r\n \"20.60.156.0/23\",\r\n \"20.150.61.0/24\",\r\n \"20.209.8.0/23\",\r\n \"20.209.214.0/23\",\r\n \"52.239.134.0/24\",\r\n \"52.239.194.0/24\",\r\n \"52.239.241.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France Central IPv6\",\r\n \"communityValue\": \"12076:52030\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:806::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France South\",\r\n \"communityValue\": \"12076:52031\",\r\n \"communityPrefixes\": [\r\n \"20.60.11.0/24\",\r\n \"20.60.188.0/23\",\r\n \"20.150.19.0/24\",\r\n \"52.239.135.0/26\",\r\n \"52.239.196.0/24\",\r\n \"57.150.21.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France South IPv6\",\r\n \"communityValue\": \"12076:52031\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:906::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Germany North\",\r\n \"communityValue\": \"12076:52040\",\r\n \"communityPrefixes\": [\r\n \"20.38.115.0/24\",\r\n \"20.150.60.0/24\",\r\n \"20.150.112.0/24\",\r\n \"20.209.206.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Germany West Central\",\r\n \"communityValue\": \"12076:52041\",\r\n \"communityPrefixes\": [\r\n \"20.38.118.0/24\",\r\n \"20.60.22.0/23\",\r\n \"20.150.54.0/24\",\r\n \"20.150.125.0/24\",\r\n \"20.209.32.0/23\",\r\n \"20.209.176.0/23\",\r\n \"20.209.242.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Israel Central\",\r\n \"communityValue\": \"12076:52053\",\r\n \"communityPrefixes\": [\r\n \"20.60.94.0/23\",\r\n \"20.209.118.0/23\",\r\n \"20.209.134.0/23\",\r\n \"20.209.212.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Israel Central IPv6\",\r\n \"communityValue\": \"12076:52053\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1403::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Italy North\",\r\n \"communityValue\": \"12076:52054\",\r\n \"communityPrefixes\": [\r\n \"20.209.80.0/23\",\r\n \"20.209.86.0/23\",\r\n \"20.209.120.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Italy North IPv6\",\r\n \"communityValue\": \"12076:52054\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1201::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan East\",\r\n \"communityValue\": \"12076:52012\",\r\n \"communityPrefixes\": [\r\n \"13.73.8.16/28\",\r\n \"13.73.8.32/28\",\r\n \"20.38.116.0/23\",\r\n \"20.60.172.0/23\",\r\n \"20.60.248.0/23\",\r\n \"20.150.85.0/24\",\r\n \"20.150.105.0/24\",\r\n \"20.209.22.0/23\",\r\n \"20.209.170.0/23\",\r\n \"20.209.234.0/23\",\r\n \"23.98.57.64/26\",\r\n \"40.115.169.32/28\",\r\n \"40.115.175.16/28\",\r\n \"40.115.175.32/28\",\r\n \"40.115.227.80/28\",\r\n \"40.115.229.16/28\",\r\n \"40.115.229.32/28\",\r\n \"40.115.231.64/27\",\r\n \"40.115.231.112/28\",\r\n \"40.115.231.128/28\",\r\n \"52.239.144.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan East IPv6\",\r\n \"communityValue\": \"12076:52012\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:408::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan West\",\r\n \"communityValue\": \"12076:52013\",\r\n \"communityPrefixes\": [\r\n \"20.60.12.0/24\",\r\n \"20.60.105.0/24\",\r\n \"20.60.118.0/24\",\r\n \"20.60.186.0/23\",\r\n \"20.150.10.0/23\",\r\n \"20.209.16.0/23\",\r\n \"20.209.236.0/23\",\r\n \"23.98.56.0/26\",\r\n \"52.239.146.0/23\",\r\n \"104.214.152.16/28\",\r\n \"104.214.152.176/28\",\r\n \"104.215.32.16/28\",\r\n \"104.215.32.32/28\",\r\n \"104.215.32.64/27\",\r\n \"104.215.35.32/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan West IPv6\",\r\n \"communityValue\": \"12076:52013\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:607::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea Central\",\r\n \"communityValue\": \"12076:52029\",\r\n \"communityPrefixes\": [\r\n \"20.60.16.0/24\",\r\n \"20.60.200.0/23\",\r\n \"20.150.4.0/23\",\r\n \"20.209.46.0/23\",\r\n \"20.209.250.0/23\",\r\n \"52.231.80.64/27\",\r\n \"52.231.80.112/28\",\r\n \"52.231.80.128/28\",\r\n \"52.231.80.160/27\",\r\n \"52.239.148.0/27\",\r\n \"52.239.164.192/26\",\r\n \"52.239.190.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea Central IPv6\",\r\n \"communityValue\": \"12076:52029\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:f06::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea South\",\r\n \"communityValue\": \"12076:52028\",\r\n \"communityPrefixes\": [\r\n \"20.60.45.0/24\",\r\n \"20.60.202.0/23\",\r\n \"20.150.14.0/23\",\r\n \"52.231.168.64/27\",\r\n \"52.231.168.112/28\",\r\n \"52.231.168.128/28\",\r\n \"52.231.208.16/28\",\r\n \"52.231.208.32/28\",\r\n \"52.239.165.0/26\",\r\n \"52.239.165.160/27\",\r\n \"52.239.190.192/26\",\r\n \"52.239.204.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea South IPv6\",\r\n \"communityValue\": \"12076:52028\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:e06::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Malaysia South\",\r\n \"communityValue\": \"12076:52055\",\r\n \"communityPrefixes\": [\r\n \"20.209.66.0/23\",\r\n \"20.209.78.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Malaysia South IPv6\",\r\n \"communityValue\": \"12076:52055\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1504::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Central US\",\r\n \"communityValue\": \"12076:52007\",\r\n \"communityPrefixes\": [\r\n \"20.60.28.0/23\",\r\n \"20.60.82.0/23\",\r\n \"20.150.17.0/25\",\r\n \"20.150.25.0/24\",\r\n \"20.150.49.0/24\",\r\n \"20.150.67.0/24\",\r\n \"20.150.126.0/24\",\r\n \"20.209.38.0/23\",\r\n \"20.209.114.0/23\",\r\n \"20.209.218.0/24\",\r\n \"23.98.49.0/26\",\r\n \"23.98.49.192/26\",\r\n \"23.98.55.0/26\",\r\n \"23.98.55.112/28\",\r\n \"23.98.55.144/28\",\r\n \"40.116.120.16/28\",\r\n \"40.116.232.16/28\",\r\n \"40.116.232.48/28\",\r\n \"40.116.232.96/28\",\r\n \"52.162.56.16/28\",\r\n \"52.162.56.32/28\",\r\n \"52.162.56.64/27\",\r\n \"52.162.56.112/28\",\r\n \"52.162.56.128/28\",\r\n \"52.239.149.0/24\",\r\n \"52.239.186.0/24\",\r\n \"52.239.253.0/24\",\r\n \"57.150.11.112/28\",\r\n \"57.150.11.128/25\",\r\n \"57.150.12.0/25\",\r\n \"57.150.12.128/28\",\r\n \"57.150.19.80/28\",\r\n \"57.150.19.96/27\",\r\n \"57.150.19.128/27\",\r\n \"57.150.19.160/28\",\r\n \"157.56.216.0/26\",\r\n \"168.62.96.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Central US IPv6\",\r\n \"communityValue\": \"12076:52007\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:609::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Europe\",\r\n \"communityValue\": \"12076:52003\",\r\n \"communityPrefixes\": [\r\n \"13.70.208.16/28\",\r\n \"13.74.208.64/28\",\r\n \"13.74.208.112/28\",\r\n \"13.74.208.144/28\",\r\n \"13.79.176.16/28\",\r\n \"13.79.176.48/28\",\r\n \"13.79.176.80/28\",\r\n \"20.38.102.0/23\",\r\n \"20.60.19.0/24\",\r\n \"20.60.40.0/23\",\r\n \"20.60.144.0/23\",\r\n \"20.60.204.0/23\",\r\n \"20.60.246.0/23\",\r\n \"20.150.26.0/24\",\r\n \"20.150.47.128/25\",\r\n \"20.150.48.0/24\",\r\n \"20.150.75.0/24\",\r\n \"20.150.84.0/24\",\r\n \"20.150.104.0/24\",\r\n \"20.209.14.0/23\",\r\n \"20.209.58.0/23\",\r\n \"20.209.96.0/23\",\r\n \"20.209.104.0/23\",\r\n \"20.209.160.0/23\",\r\n \"20.209.220.0/23\",\r\n \"40.85.105.32/28\",\r\n \"40.113.27.176/28\",\r\n \"52.164.112.16/28\",\r\n \"52.164.232.16/28\",\r\n \"52.164.232.32/28\",\r\n \"52.164.232.64/28\",\r\n \"52.169.168.32/27\",\r\n \"52.169.240.16/28\",\r\n \"52.169.240.32/28\",\r\n \"52.169.240.64/28\",\r\n \"52.178.168.32/27\",\r\n \"52.178.168.80/28\",\r\n \"52.178.168.96/28\",\r\n \"52.178.168.128/27\",\r\n \"52.236.40.16/28\",\r\n \"52.236.40.32/28\",\r\n \"52.239.136.0/22\",\r\n \"52.239.205.0/24\",\r\n \"52.239.248.0/24\",\r\n \"52.245.40.0/24\",\r\n \"57.150.13.128/27\",\r\n \"57.150.13.160/28\",\r\n \"57.150.20.0/28\",\r\n \"104.41.232.16/28\",\r\n \"137.135.192.64/26\",\r\n \"137.135.192.192/26\",\r\n \"137.135.193.192/26\",\r\n \"137.135.194.0/25\",\r\n \"137.135.194.192/26\",\r\n \"168.61.120.32/27\",\r\n \"168.61.120.64/27\",\r\n \"168.61.121.0/26\",\r\n \"168.63.32.0/26\",\r\n \"168.63.33.192/26\",\r\n \"191.235.192.192/26\",\r\n \"191.235.193.32/28\",\r\n \"191.235.255.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Europe IPv6\",\r\n \"communityValue\": \"12076:52003\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:6::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Norway East\",\r\n \"communityValue\": \"12076:52042\",\r\n \"communityPrefixes\": [\r\n \"20.38.120.0/24\",\r\n \"20.60.206.0/23\",\r\n \"20.150.53.0/24\",\r\n \"20.150.121.0/24\",\r\n \"20.209.24.0/23\",\r\n \"20.209.252.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Norway West\",\r\n \"communityValue\": \"12076:52043\",\r\n \"communityPrefixes\": [\r\n \"20.60.15.0/24\",\r\n \"20.150.0.0/24\",\r\n \"20.150.56.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStoragePolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStoragePolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStoragePolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Poland Central\",\r\n \"communityValue\": \"12076:52051\",\r\n \"communityPrefixes\": [\r\n \"20.60.92.0/23\",\r\n \"20.209.60.0/23\",\r\n \"20.209.94.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Qatar Central\",\r\n \"communityValue\": \"12076:52049\",\r\n \"communityPrefixes\": [\r\n \"20.60.208.0/23\",\r\n \"20.209.2.0/23\",\r\n \"20.209.54.0/23\",\r\n \"20.209.202.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa North\",\r\n \"communityValue\": \"12076:52034\",\r\n \"communityPrefixes\": [\r\n \"20.38.114.128/25\",\r\n \"20.60.190.0/23\",\r\n \"20.150.21.0/24\",\r\n \"20.150.62.0/24\",\r\n \"20.150.101.0/24\",\r\n \"20.209.130.0/23\",\r\n \"20.209.208.0/23\",\r\n \"52.239.232.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa North IPv6\",\r\n \"communityValue\": \"12076:52034\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:105::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa West\",\r\n \"communityValue\": \"12076:52035\",\r\n \"communityPrefixes\": [\r\n \"20.38.121.0/25\",\r\n \"20.60.8.0/24\",\r\n \"20.60.210.0/23\",\r\n \"20.150.20.0/25\",\r\n \"52.239.232.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa West IPv6\",\r\n \"communityValue\": \"12076:52035\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:5::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Central US\",\r\n \"communityValue\": \"12076:52008\",\r\n \"communityPrefixes\": [\r\n \"13.65.107.32/28\",\r\n \"13.65.160.16/28\",\r\n \"13.65.160.48/28\",\r\n \"13.65.160.64/28\",\r\n \"13.84.56.16/28\",\r\n \"13.85.88.16/28\",\r\n \"13.85.200.128/28\",\r\n \"20.38.104.0/23\",\r\n \"20.47.0.0/24\",\r\n \"20.60.48.0/22\",\r\n \"20.60.64.0/22\",\r\n \"20.60.140.0/23\",\r\n \"20.60.148.0/23\",\r\n \"20.60.160.0/23\",\r\n \"20.150.20.128/25\",\r\n \"20.150.38.0/23\",\r\n \"20.150.70.0/24\",\r\n \"20.150.79.0/24\",\r\n \"20.150.93.0/24\",\r\n \"20.150.94.0/24\",\r\n \"20.209.26.0/23\",\r\n \"20.209.34.0/23\",\r\n \"20.209.62.0/23\",\r\n \"20.209.116.0/23\",\r\n \"20.209.194.0/23\",\r\n \"20.209.196.0/23\",\r\n \"23.98.160.64/26\",\r\n \"23.98.162.192/26\",\r\n \"23.98.168.0/24\",\r\n \"23.98.192.64/26\",\r\n \"23.98.255.64/26\",\r\n \"52.171.144.32/27\",\r\n \"52.171.144.80/28\",\r\n \"52.171.144.96/28\",\r\n \"52.171.144.128/28\",\r\n \"52.185.233.0/24\",\r\n \"52.189.177.0/24\",\r\n \"52.239.158.0/23\",\r\n \"52.239.178.0/23\",\r\n \"52.239.180.0/22\",\r\n \"52.239.199.0/24\",\r\n \"52.239.200.0/23\",\r\n \"52.239.203.0/24\",\r\n \"52.239.208.0/23\",\r\n \"57.150.10.80/28\",\r\n \"57.150.10.96/27\",\r\n \"57.150.10.128/25\",\r\n \"57.150.11.0/26\",\r\n \"57.150.11.64/27\",\r\n \"57.150.11.96/28\",\r\n \"57.150.18.240/28\",\r\n \"57.150.19.0/26\",\r\n \"57.150.19.64/28\",\r\n \"104.214.40.16/28\",\r\n \"104.214.80.16/28\",\r\n \"104.214.80.48/28\",\r\n \"104.215.104.64/28\",\r\n \"168.62.128.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Central US IPv6\",\r\n \"communityValue\": \"12076:52008\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:80b::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South India\",\r\n \"communityValue\": \"12076:52019\",\r\n \"communityPrefixes\": [\r\n \"20.60.10.0/24\",\r\n \"20.60.226.0/23\",\r\n \"20.150.24.0/24\",\r\n \"20.209.182.0/23\",\r\n \"52.172.16.16/28\",\r\n \"52.172.16.80/28\",\r\n \"52.172.16.96/28\",\r\n \"52.172.16.128/27\",\r\n \"52.239.135.128/26\",\r\n \"52.239.188.0/24\",\r\n \"57.150.17.0/24\",\r\n \"104.211.232.16/28\",\r\n \"104.211.232.48/28\",\r\n \"104.211.232.80/28\",\r\n \"104.211.232.176/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South India IPv6\",\r\n \"communityValue\": \"12076:52019\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:c07::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Southeast Asia\",\r\n \"communityValue\": \"12076:52011\",\r\n \"communityPrefixes\": [\r\n \"13.76.104.16/28\",\r\n \"20.60.136.0/24\",\r\n \"20.60.138.0/23\",\r\n \"20.150.17.128/25\",\r\n \"20.150.28.0/24\",\r\n \"20.150.86.0/24\",\r\n \"20.150.127.0/24\",\r\n \"20.209.20.0/23\",\r\n \"20.209.126.0/23\",\r\n \"20.209.188.0/23\",\r\n \"52.163.176.16/28\",\r\n \"52.163.232.16/28\",\r\n \"52.187.141.32/27\",\r\n \"52.237.104.16/28\",\r\n \"52.237.104.32/28\",\r\n \"52.239.129.0/24\",\r\n \"52.239.197.0/24\",\r\n \"52.239.227.0/24\",\r\n \"52.239.249.0/24\",\r\n \"104.215.240.64/28\",\r\n \"104.215.240.96/28\",\r\n \"168.63.160.0/26\",\r\n \"168.63.160.192/26\",\r\n \"168.63.161.64/26\",\r\n \"168.63.161.160/27\",\r\n \"168.63.161.192/26\",\r\n \"168.63.162.32/27\",\r\n \"168.63.162.64/26\",\r\n \"168.63.162.144/28\",\r\n \"168.63.162.192/26\",\r\n \"168.63.163.128/26\",\r\n \"168.63.180.64/26\",\r\n \"191.238.64.64/26\",\r\n \"191.238.64.192/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:52011\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:6::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Sweden Central\",\r\n \"communityValue\": \"12076:52047\",\r\n \"communityPrefixes\": [\r\n \"20.60.78.0/23\",\r\n \"20.60.234.0/23\",\r\n \"20.60.252.0/23\",\r\n \"20.150.44.0/24\",\r\n \"20.150.120.0/24\",\r\n \"20.209.216.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Sweden South\",\r\n \"communityValue\": \"12076:52048\",\r\n \"communityPrefixes\": [\r\n \"20.60.76.0/23\",\r\n \"20.60.192.0/23\",\r\n \"20.150.45.0/24\",\r\n \"20.150.99.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Switzerland North\",\r\n \"communityValue\": \"12076:52038\",\r\n \"communityPrefixes\": [\r\n \"20.60.174.0/23\",\r\n \"20.150.59.0/24\",\r\n \"20.150.118.0/24\",\r\n \"20.209.28.0/23\",\r\n \"20.209.174.0/23\",\r\n \"52.239.251.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Switzerland West\",\r\n \"communityValue\": \"12076:52039\",\r\n \"communityPrefixes\": [\r\n \"20.60.176.0/23\",\r\n \"20.150.55.0/24\",\r\n \"20.150.116.0/24\",\r\n \"52.239.250.0/24\",\r\n \"57.150.22.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE Central\",\r\n \"communityValue\": \"12076:52037\",\r\n \"communityPrefixes\": [\r\n \"20.60.108.0/24\",\r\n \"20.150.6.0/23\",\r\n \"20.150.115.0/24\",\r\n \"20.209.200.0/23\",\r\n \"20.209.219.0/24\",\r\n \"52.239.233.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE Central IPv6\",\r\n \"communityValue\": \"12076:52037\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:b05::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE North\",\r\n \"communityValue\": \"12076:52036\",\r\n \"communityPrefixes\": [\r\n \"20.38.124.0/23\",\r\n \"20.60.21.0/24\",\r\n \"20.60.212.0/23\",\r\n \"20.209.50.0/23\",\r\n \"20.209.238.0/23\",\r\n \"52.239.233.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE North IPv6\",\r\n \"communityValue\": \"12076:52036\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:905::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South\",\r\n \"communityValue\": \"12076:52024\",\r\n \"communityPrefixes\": [\r\n \"20.38.106.0/23\",\r\n \"20.60.17.0/24\",\r\n \"20.60.166.0/23\",\r\n \"20.150.18.0/25\",\r\n \"20.150.40.0/25\",\r\n \"20.150.41.0/24\",\r\n \"20.150.69.0/24\",\r\n \"20.209.6.0/23\",\r\n \"20.209.30.0/23\",\r\n \"20.209.88.0/23\",\r\n \"20.209.128.0/23\",\r\n \"20.209.158.0/23\",\r\n \"20.209.240.0/23\",\r\n \"51.140.16.16/28\",\r\n \"51.140.16.32/28\",\r\n \"51.140.168.64/27\",\r\n \"51.140.168.112/28\",\r\n \"51.140.168.128/28\",\r\n \"51.141.128.32/27\",\r\n \"51.141.129.64/26\",\r\n \"51.141.130.0/25\",\r\n \"52.239.187.0/25\",\r\n \"52.239.231.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South IPv6\",\r\n \"communityValue\": \"12076:52024\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:706::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South 2\",\r\n \"communityValue\": \"12076:52023\",\r\n \"communityPrefixes\": [\r\n \"13.87.40.64/28\",\r\n \"13.87.40.96/28\",\r\n \"20.150.27.0/24\",\r\n \"51.141.129.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South 2 IPv6\",\r\n \"communityValue\": \"12076:52023\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK West\",\r\n \"communityValue\": \"12076:52025\",\r\n \"communityPrefixes\": [\r\n \"20.60.112.0/24\",\r\n \"20.60.164.0/23\",\r\n \"20.150.2.0/23\",\r\n \"20.150.52.0/24\",\r\n \"20.150.110.0/24\",\r\n \"20.209.132.0/23\",\r\n \"20.209.198.0/23\",\r\n \"51.140.232.64/27\",\r\n \"51.140.232.112/28\",\r\n \"51.140.232.128/28\",\r\n \"51.140.232.160/27\",\r\n \"51.141.128.0/27\",\r\n \"51.141.128.64/26\",\r\n \"51.141.128.128/25\",\r\n \"51.141.129.128/26\",\r\n \"52.239.240.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK West IPv6\",\r\n \"communityValue\": \"12076:52025\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:606::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Central US\",\r\n \"communityValue\": \"12076:52027\",\r\n \"communityPrefixes\": [\r\n \"13.71.200.64/28\",\r\n \"13.71.200.96/28\",\r\n \"13.71.200.240/28\",\r\n \"13.71.202.16/28\",\r\n \"13.71.202.32/28\",\r\n \"13.71.202.64/27\",\r\n \"13.78.152.64/28\",\r\n \"13.78.240.16/28\",\r\n \"20.60.4.0/24\",\r\n \"20.60.119.0/24\",\r\n \"20.60.120.0/23\",\r\n \"20.60.122.0/24\",\r\n \"20.60.218.0/23\",\r\n \"20.150.81.0/24\",\r\n \"20.150.98.0/24\",\r\n \"20.209.224.0/23\",\r\n \"52.161.112.16/28\",\r\n \"52.161.112.32/28\",\r\n \"52.161.168.16/28\",\r\n \"52.161.168.32/28\",\r\n \"52.239.164.0/25\",\r\n \"52.239.167.0/24\",\r\n \"52.239.244.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Central US IPv6\",\r\n \"communityValue\": \"12076:52027\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:b06::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Europe\",\r\n \"communityValue\": \"12076:52002\",\r\n \"communityPrefixes\": [\r\n \"13.69.40.16/28\",\r\n \"13.95.96.176/28\",\r\n \"13.95.240.16/28\",\r\n \"13.95.240.32/28\",\r\n \"13.95.240.64/27\",\r\n \"20.38.108.0/23\",\r\n \"20.60.26.0/23\",\r\n \"20.60.130.0/24\",\r\n \"20.60.150.0/23\",\r\n \"20.60.196.0/23\",\r\n \"20.60.222.0/23\",\r\n \"20.60.250.0/23\",\r\n \"20.150.8.0/23\",\r\n \"20.150.37.0/24\",\r\n \"20.150.42.0/24\",\r\n \"20.150.74.0/24\",\r\n \"20.150.76.0/24\",\r\n \"20.150.83.0/24\",\r\n \"20.150.122.0/24\",\r\n \"20.209.10.0/23\",\r\n \"20.209.48.0/23\",\r\n \"20.209.72.0/23\",\r\n \"20.209.76.0/23\",\r\n \"20.209.108.0/23\",\r\n \"20.209.192.0/23\",\r\n \"20.209.230.0/23\",\r\n \"40.68.176.16/28\",\r\n \"40.68.176.48/28\",\r\n \"40.68.232.16/28\",\r\n \"40.68.232.48/28\",\r\n \"40.114.152.16/28\",\r\n \"40.114.152.48/28\",\r\n \"40.118.72.176/28\",\r\n \"40.118.73.48/28\",\r\n \"40.118.73.176/28\",\r\n \"40.118.73.208/28\",\r\n \"52.166.80.32/27\",\r\n \"52.166.80.80/28\",\r\n \"52.166.80.96/28\",\r\n \"52.174.8.32/28\",\r\n \"52.174.224.16/28\",\r\n \"52.174.224.32/28\",\r\n \"52.174.224.64/27\",\r\n \"52.174.224.112/28\",\r\n \"52.174.224.128/28\",\r\n \"52.236.240.48/28\",\r\n \"52.236.240.64/28\",\r\n \"52.239.140.0/22\",\r\n \"52.239.212.0/23\",\r\n \"52.239.242.0/23\",\r\n \"57.150.2.0/23\",\r\n \"104.214.243.32/28\",\r\n \"168.61.57.64/26\",\r\n \"168.61.57.128/25\",\r\n \"168.61.58.0/26\",\r\n \"168.61.58.128/26\",\r\n \"168.61.59.64/26\",\r\n \"168.61.61.0/26\",\r\n \"168.61.61.192/26\",\r\n \"168.63.0.0/26\",\r\n \"168.63.2.64/26\",\r\n \"168.63.3.32/27\",\r\n \"168.63.3.64/27\",\r\n \"168.63.113.32/27\",\r\n \"168.63.113.64/27\",\r\n \"191.237.232.32/28\",\r\n \"191.237.232.128/28\",\r\n \"191.239.203.0/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Europe IPv6\",\r\n \"communityValue\": \"12076:52002\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:207::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West India\",\r\n \"communityValue\": \"12076:52018\",\r\n \"communityPrefixes\": [\r\n \"20.60.106.0/24\",\r\n \"20.60.216.0/23\",\r\n \"20.150.18.128/25\",\r\n \"20.150.43.0/25\",\r\n \"20.150.106.0/24\",\r\n \"52.239.135.192/26\",\r\n \"52.239.187.128/25\",\r\n \"104.211.168.16/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West India IPv6\",\r\n \"communityValue\": \"12076:52018\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:807::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US\",\r\n \"communityValue\": \"12076:52006\",\r\n \"communityPrefixes\": [\r\n \"13.83.72.16/28\",\r\n \"13.88.144.112/28\",\r\n \"13.88.144.240/28\",\r\n \"13.88.145.64/28\",\r\n \"13.88.145.96/28\",\r\n \"13.88.145.128/28\",\r\n \"13.93.168.80/28\",\r\n \"13.93.168.112/28\",\r\n \"13.93.168.144/28\",\r\n \"20.60.1.0/24\",\r\n \"20.60.34.0/23\",\r\n \"20.60.44.128/25\",\r\n \"20.60.52.0/23\",\r\n \"20.60.80.0/23\",\r\n \"20.60.137.0/24\",\r\n \"20.60.168.0/23\",\r\n \"20.60.230.0/23\",\r\n \"20.60.232.0/23\",\r\n \"20.150.34.0/23\",\r\n \"20.150.91.0/24\",\r\n \"20.150.102.0/24\",\r\n \"20.209.102.0/23\",\r\n \"20.209.180.0/23\",\r\n \"23.99.32.64/26\",\r\n \"23.99.34.224/28\",\r\n \"23.99.37.96/28\",\r\n \"23.99.47.32/28\",\r\n \"40.78.72.16/28\",\r\n \"40.78.112.64/28\",\r\n \"40.83.225.32/28\",\r\n \"40.83.227.16/28\",\r\n \"40.112.152.16/28\",\r\n \"40.112.224.16/28\",\r\n \"40.112.224.48/28\",\r\n \"52.180.40.16/28\",\r\n \"52.180.40.32/28\",\r\n \"52.190.240.16/28\",\r\n \"52.190.240.32/28\",\r\n \"52.190.240.64/27\",\r\n \"52.190.240.112/28\",\r\n \"52.190.240.128/28\",\r\n \"52.225.40.32/27\",\r\n \"52.238.56.16/28\",\r\n \"52.238.56.32/28\",\r\n \"52.238.56.64/27\",\r\n \"52.238.56.112/28\",\r\n \"52.238.56.128/28\",\r\n \"52.238.56.160/27\",\r\n \"52.239.104.16/28\",\r\n \"52.239.104.32/28\",\r\n \"52.239.148.32/27\",\r\n \"52.239.160.0/22\",\r\n \"52.239.165.64/26\",\r\n \"52.239.165.128/27\",\r\n \"52.239.228.0/23\",\r\n \"52.239.254.0/23\",\r\n \"52.241.88.16/28\",\r\n \"52.241.88.32/28\",\r\n \"52.241.88.64/27\",\r\n \"57.150.8.0/26\",\r\n \"57.150.8.64/27\",\r\n \"57.150.8.96/28\",\r\n \"57.150.16.128/25\",\r\n \"57.150.18.0/26\",\r\n \"57.150.18.64/28\",\r\n \"104.42.200.16/28\",\r\n \"138.91.128.128/26\",\r\n \"138.91.129.0/26\",\r\n \"168.62.0.0/26\",\r\n \"168.62.1.128/26\",\r\n \"168.63.89.64/26\",\r\n \"168.63.89.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US IPv6\",\r\n \"communityValue\": \"12076:52006\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:a0a::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US 2\",\r\n \"communityValue\": \"12076:52026\",\r\n \"communityPrefixes\": [\r\n \"13.66.176.16/28\",\r\n \"13.66.176.48/28\",\r\n \"13.66.232.64/28\",\r\n \"13.66.232.208/28\",\r\n \"13.66.232.224/28\",\r\n \"13.66.234.0/27\",\r\n \"13.77.184.64/28\",\r\n \"20.38.99.0/24\",\r\n \"20.60.20.0/24\",\r\n \"20.60.68.0/22\",\r\n \"20.60.152.0/23\",\r\n \"20.60.228.0/23\",\r\n \"20.150.68.0/24\",\r\n \"20.150.78.0/24\",\r\n \"20.150.87.0/24\",\r\n \"20.150.107.0/24\",\r\n \"20.209.100.0/23\",\r\n \"20.209.154.0/23\",\r\n \"20.209.186.0/23\",\r\n \"52.183.48.16/28\",\r\n \"52.183.104.16/28\",\r\n \"52.183.104.32/28\",\r\n \"52.191.176.16/28\",\r\n \"52.191.176.32/28\",\r\n \"52.239.148.128/25\",\r\n \"52.239.176.128/25\",\r\n \"52.239.193.0/24\",\r\n \"52.239.210.0/23\",\r\n \"52.239.236.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US 2 IPv6\",\r\n \"communityValue\": \"12076:52026\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:d01::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US 3\",\r\n \"communityValue\": \"12076:52044\",\r\n \"communityPrefixes\": [\r\n \"20.60.14.0/24\",\r\n \"20.60.38.0/23\",\r\n \"20.60.162.0/23\",\r\n \"20.150.30.0/24\",\r\n \"20.209.4.0/23\",\r\n \"20.209.92.0/23\",\r\n \"20.209.138.0/23\",\r\n \"20.209.190.0/23\",\r\n \"20.209.244.0/23\",\r\n \"57.150.13.176/28\",\r\n \"57.150.13.192/26\",\r\n \"57.150.14.0/23\",\r\n \"57.150.16.0/25\",\r\n \"57.150.20.16/28\",\r\n \"57.150.20.32/27\",\r\n \"57.150.20.64/26\",\r\n \"57.150.20.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central\",\r\n \"communityValue\": \"12076:53032\",\r\n \"communityPrefixes\": [\r\n \"20.36.104.0/27\",\r\n \"20.36.105.0/27\",\r\n \"20.36.105.32/29\",\r\n \"20.53.48.96/27\",\r\n \"20.53.48.128/27\",\r\n \"20.53.48.192/26\",\r\n \"20.213.225.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central IPv6\",\r\n \"communityValue\": \"12076:53032\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central 2\",\r\n \"communityValue\": \"12076:53033\",\r\n \"communityPrefixes\": [\r\n \"20.36.112.0/27\",\r\n \"20.36.113.0/27\",\r\n \"20.36.113.32/29\",\r\n \"20.53.56.32/27\",\r\n \"20.53.56.64/27\",\r\n \"20.53.56.128/26\",\r\n \"20.167.129.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:53033\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia East\",\r\n \"communityValue\": \"12076:53015\",\r\n \"communityPrefixes\": [\r\n \"13.70.112.0/27\",\r\n \"13.70.112.32/29\",\r\n \"13.70.113.0/27\",\r\n \"13.70.114.128/27\",\r\n \"13.75.149.87/32\",\r\n \"20.53.46.128/25\",\r\n \"20.213.199.0/25\",\r\n \"40.79.160.0/27\",\r\n \"40.79.160.32/29\",\r\n \"40.79.161.0/27\",\r\n \"40.79.167.128/25\",\r\n \"40.79.168.0/27\",\r\n \"40.79.168.32/29\",\r\n \"40.79.169.0/27\",\r\n \"40.79.175.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia East IPv6\",\r\n \"communityValue\": \"12076:53015\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Southeast\",\r\n \"communityValue\": \"12076:53016\",\r\n \"communityPrefixes\": [\r\n \"13.70.148.251/32\",\r\n \"13.73.109.251/32\",\r\n \"13.77.48.0/27\",\r\n \"13.77.49.0/27\",\r\n \"13.77.49.32/29\",\r\n \"20.211.229.0/25\",\r\n \"40.127.82.69/32\",\r\n \"40.127.83.164/32\",\r\n \"104.46.162.192/27\",\r\n \"104.46.163.0/26\",\r\n \"104.46.179.160/27\",\r\n \"104.46.179.192/27\",\r\n \"104.46.183.0/26\",\r\n \"191.239.192.109/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:53016\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Brazil South\",\r\n \"communityValue\": \"12076:53014\",\r\n \"communityPrefixes\": [\r\n \"20.226.208.128/27\",\r\n \"20.226.209.128/25\",\r\n \"104.41.11.5/32\",\r\n \"104.41.56.218/32\",\r\n \"191.233.200.0/27\",\r\n \"191.233.200.32/29\",\r\n \"191.233.201.0/27\",\r\n \"191.234.142.160/27\",\r\n \"191.234.142.192/27\",\r\n \"191.234.144.0/27\",\r\n \"191.234.144.32/29\",\r\n \"191.234.145.0/27\",\r\n \"191.234.152.0/26\",\r\n \"191.234.153.0/26\",\r\n \"191.234.157.136/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Brazil South IPv6\",\r\n \"communityValue\": \"12076:53014\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Brazil Southeast\",\r\n \"communityValue\": \"12076:53050\",\r\n \"communityPrefixes\": [\r\n \"20.195.146.0/26\",\r\n \"20.206.7.128/25\",\r\n \"191.233.15.160/27\",\r\n \"191.233.15.192/27\",\r\n \"191.233.48.0/27\",\r\n \"191.233.48.32/29\",\r\n \"191.233.49.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada Central\",\r\n \"communityValue\": \"12076:53020\",\r\n \"communityPrefixes\": [\r\n \"13.71.168.0/27\",\r\n \"13.71.168.32/29\",\r\n \"13.71.169.0/27\",\r\n \"13.71.177.192/27\",\r\n \"13.71.178.0/26\",\r\n \"20.38.144.0/27\",\r\n \"20.38.144.32/29\",\r\n \"20.38.145.0/27\",\r\n \"20.48.196.32/27\",\r\n \"20.48.196.64/27\",\r\n \"20.48.196.128/26\",\r\n \"20.220.3.0/25\",\r\n \"40.85.224.249/32\",\r\n \"52.228.35.221/32\",\r\n \"52.246.152.0/27\",\r\n \"52.246.152.32/29\",\r\n \"52.246.153.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada Central IPv6\",\r\n \"communityValue\": \"12076:53020\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada East\",\r\n \"communityValue\": \"12076:53021\",\r\n \"communityPrefixes\": [\r\n \"20.175.4.128/25\",\r\n \"40.69.104.0/27\",\r\n \"40.69.105.0/27\",\r\n \"40.69.105.32/29\",\r\n \"40.69.116.128/25\",\r\n \"40.86.226.166/32\",\r\n \"52.139.106.192/26\",\r\n \"52.139.107.0/26\",\r\n \"52.242.30.154/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada East IPv6\",\r\n \"communityValue\": \"12076:53021\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central India\",\r\n \"communityValue\": \"12076:53017\",\r\n \"communityPrefixes\": [\r\n \"20.192.43.160/27\",\r\n \"20.192.43.192/27\",\r\n \"20.192.44.0/26\",\r\n \"20.192.96.0/27\",\r\n \"20.192.96.32/29\",\r\n \"20.192.97.0/27\",\r\n \"20.204.196.128/25\",\r\n \"40.80.48.0/27\",\r\n \"40.80.48.32/29\",\r\n \"40.80.49.0/27\",\r\n \"52.172.217.233/32\",\r\n \"104.211.85.0/27\",\r\n \"104.211.86.0/27\",\r\n \"104.211.86.32/29\",\r\n \"104.211.96.159/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central India IPv6\",\r\n \"communityValue\": \"12076:53017\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [\r\n \"13.67.215.62/32\",\r\n \"13.89.36.110/32\",\r\n \"13.89.37.61/32\",\r\n \"13.89.57.50/32\",\r\n \"13.89.57.115/32\",\r\n \"13.89.168.0/26\",\r\n \"13.89.168.192/29\",\r\n \"13.89.169.0/26\",\r\n \"13.89.179.64/26\",\r\n \"20.15.129.128/25\",\r\n \"20.15.130.0/25\",\r\n \"20.15.131.128/25\",\r\n \"20.40.228.128/25\",\r\n \"20.44.14.0/26\",\r\n \"23.99.160.139/32\",\r\n \"23.99.160.140/32\",\r\n \"23.99.205.183/32\",\r\n \"40.69.189.48/32\",\r\n \"40.77.30.201/32\",\r\n \"40.113.200.119/32\",\r\n \"52.173.205.59/32\",\r\n \"52.176.59.12/32\",\r\n \"52.176.100.98/32\",\r\n \"52.182.136.0/26\",\r\n \"52.182.136.192/29\",\r\n \"52.182.137.0/26\",\r\n \"52.182.144.0/26\",\r\n \"104.43.203.72/32\",\r\n \"104.208.21.0/26\",\r\n \"104.208.21.192/29\",\r\n \"104.208.22.0/26\",\r\n \"104.208.22.192/26\",\r\n \"104.208.28.16/32\",\r\n \"104.208.28.53/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US IPv6\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US EUAP\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [\r\n \"20.46.11.32/27\",\r\n \"20.46.11.64/27\",\r\n \"20.46.11.128/26\",\r\n \"20.228.5.128/25\",\r\n \"40.78.200.128/29\",\r\n \"40.78.201.128/29\",\r\n \"52.180.176.154/32\",\r\n \"52.180.183.226/32\",\r\n \"168.61.136.0/27\",\r\n \"168.61.137.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East Asia\",\r\n \"communityValue\": \"12076:53010\",\r\n \"communityPrefixes\": [\r\n \"13.75.32.0/26\",\r\n \"13.75.32.192/29\",\r\n \"13.75.33.0/26\",\r\n \"13.75.33.192/29\",\r\n \"20.6.139.0/25\",\r\n \"20.195.72.32/27\",\r\n \"20.195.72.64/27\",\r\n \"20.195.72.128/26\",\r\n \"20.205.72.64/27\",\r\n \"20.205.73.64/27\",\r\n \"20.205.77.176/29\",\r\n \"20.205.77.200/29\",\r\n \"20.205.80.64/27\",\r\n \"20.205.81.64/27\",\r\n \"20.205.83.224/29\",\r\n \"52.175.33.150/32\",\r\n \"191.234.2.139/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East Asia IPv6\",\r\n \"communityValue\": \"12076:53010\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US\",\r\n \"communityValue\": \"12076:53004\",\r\n \"communityPrefixes\": [\r\n \"20.42.65.64/29\",\r\n \"20.42.65.96/27\",\r\n \"20.42.68.192/27\",\r\n \"20.42.69.0/25\",\r\n \"20.42.69.128/26\",\r\n \"20.42.73.0/29\",\r\n \"20.42.73.32/27\",\r\n \"20.42.74.192/27\",\r\n \"20.42.75.0/25\",\r\n \"20.42.75.128/26\",\r\n \"20.62.132.160/27\",\r\n \"20.62.132.192/27\",\r\n \"20.62.133.0/26\",\r\n \"23.96.89.109/32\",\r\n \"23.96.106.191/32\",\r\n \"40.71.8.0/26\",\r\n \"40.71.8.192/26\",\r\n \"40.71.9.0/26\",\r\n \"40.71.9.192/26\",\r\n \"40.71.83.113/32\",\r\n \"40.76.2.172/32\",\r\n \"40.76.26.90/32\",\r\n \"40.76.42.44/32\",\r\n \"40.76.65.222/32\",\r\n \"40.76.66.9/32\",\r\n \"40.76.193.221/32\",\r\n \"40.78.224.0/26\",\r\n \"40.78.224.128/26\",\r\n \"40.78.225.0/26\",\r\n \"40.78.225.128/26\",\r\n \"40.79.152.0/26\",\r\n \"40.79.152.192/26\",\r\n \"40.79.153.0/26\",\r\n \"40.79.153.192/26\",\r\n \"40.114.45.195/32\",\r\n \"40.114.81.142/32\",\r\n \"40.117.42.73/32\",\r\n \"40.117.44.71/32\",\r\n \"40.121.143.204/32\",\r\n \"40.121.149.49/32\",\r\n \"40.121.158.30/32\",\r\n \"52.168.116.64/29\",\r\n \"52.168.117.96/27\",\r\n \"52.168.117.128/27\",\r\n \"52.168.117.160/29\",\r\n \"52.168.117.192/26\",\r\n \"52.168.118.0/25\",\r\n \"52.168.166.153/32\",\r\n \"52.170.98.29/32\",\r\n \"52.179.75.0/25\",\r\n \"52.179.78.0/24\",\r\n \"52.186.79.49/32\",\r\n \"52.188.246.128/25\",\r\n \"52.188.248.0/25\",\r\n \"104.41.152.74/32\",\r\n \"104.45.158.30/32\",\r\n \"191.238.6.43/32\",\r\n \"191.238.6.44/31\",\r\n \"191.238.6.46/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US IPv6\",\r\n \"communityValue\": \"12076:53004\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [\r\n \"20.15.10.0/25\",\r\n \"20.15.12.0/24\",\r\n \"20.36.144.128/27\",\r\n \"20.36.145.0/25\",\r\n \"20.62.58.128/25\",\r\n \"20.65.1.0/26\",\r\n \"40.70.144.0/26\",\r\n \"40.70.144.192/29\",\r\n \"40.70.145.0/26\",\r\n \"40.79.84.180/32\",\r\n \"52.167.104.0/26\",\r\n \"52.167.104.192/29\",\r\n \"52.167.104.224/27\",\r\n \"52.167.105.0/26\",\r\n \"52.167.111.144/28\",\r\n \"52.167.111.192/27\",\r\n \"52.167.117.226/32\",\r\n \"52.167.145.64/26\",\r\n \"52.167.145.128/27\",\r\n \"52.167.145.192/26\",\r\n \"52.177.185.181/32\",\r\n \"52.179.178.184/32\",\r\n \"104.208.149.0/26\",\r\n \"104.208.150.0/26\",\r\n \"104.208.150.192/29\",\r\n \"104.208.151.64/26\",\r\n \"137.116.31.224/27\",\r\n \"191.239.224.107/32\",\r\n \"191.239.224.108/31\",\r\n \"191.239.224.110/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2 IPv6\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2 EUAP\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [\r\n \"20.51.17.160/27\",\r\n \"20.51.17.192/27\",\r\n \"20.51.20.0/26\",\r\n \"20.221.140.128/26\",\r\n \"20.221.143.0/24\",\r\n \"40.74.144.0/27\",\r\n \"40.74.144.32/29\",\r\n \"40.74.145.0/27\",\r\n \"40.74.145.32/29\",\r\n \"40.75.32.0/27\",\r\n \"40.75.32.40/29\",\r\n \"40.75.33.0/27\",\r\n \"40.75.33.32/29\",\r\n \"52.138.88.0/27\",\r\n \"52.138.88.32/29\",\r\n \"52.138.89.0/27\",\r\n \"52.138.89.32/29\",\r\n \"52.225.188.46/32\",\r\n \"52.225.188.113/32\",\r\n \"68.220.80.64/27\",\r\n \"68.220.81.64/27\",\r\n \"68.220.82.88/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France Central\",\r\n \"communityValue\": \"12076:53030\",\r\n \"communityPrefixes\": [\r\n \"20.19.30.0/25\",\r\n \"20.43.47.192/26\",\r\n \"40.79.128.0/27\",\r\n \"40.79.128.32/29\",\r\n \"40.79.129.0/27\",\r\n \"40.79.136.0/27\",\r\n \"40.79.136.32/29\",\r\n \"40.79.137.0/27\",\r\n \"40.79.144.0/27\",\r\n \"40.79.144.32/29\",\r\n \"40.79.145.0/27\",\r\n \"51.138.210.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France Central IPv6\",\r\n \"communityValue\": \"12076:53030\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France South\",\r\n \"communityValue\": \"12076:53031\",\r\n \"communityPrefixes\": [\r\n \"40.79.176.0/27\",\r\n \"40.79.176.40/29\",\r\n \"40.79.177.0/27\",\r\n \"40.79.177.32/29\",\r\n \"40.80.102.128/25\",\r\n \"52.136.185.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France South IPv6\",\r\n \"communityValue\": \"12076:53031\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Germany North\",\r\n \"communityValue\": \"12076:53040\",\r\n \"communityPrefixes\": [\r\n \"20.113.249.128/25\",\r\n \"51.116.54.96/27\",\r\n \"51.116.54.128/27\",\r\n \"51.116.54.192/26\",\r\n \"51.116.56.0/27\",\r\n \"51.116.57.0/27\",\r\n \"51.116.57.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Germany West Central\",\r\n \"communityValue\": \"12076:53041\",\r\n \"communityPrefixes\": [\r\n \"20.52.65.0/26\",\r\n \"20.218.188.0/25\",\r\n \"51.116.149.32/27\",\r\n \"51.116.149.64/27\",\r\n \"51.116.149.128/26\",\r\n \"51.116.152.0/27\",\r\n \"51.116.152.32/29\",\r\n \"51.116.153.0/27\",\r\n \"51.116.240.0/27\",\r\n \"51.116.240.32/29\",\r\n \"51.116.241.0/27\",\r\n \"51.116.247.0/26\",\r\n \"51.116.248.0/27\",\r\n \"51.116.248.32/29\",\r\n \"51.116.249.0/27\",\r\n \"51.116.255.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Israel Central\",\r\n \"communityValue\": \"12076:53053\",\r\n \"communityPrefixes\": [\r\n \"20.217.53.0/27\",\r\n \"20.217.53.64/26\",\r\n \"20.217.56.64/27\",\r\n \"20.217.57.64/27\",\r\n \"20.217.59.248/29\",\r\n \"20.217.72.64/27\",\r\n \"20.217.73.64/27\",\r\n \"20.217.75.192/29\",\r\n \"20.217.88.64/27\",\r\n \"20.217.89.64/27\",\r\n \"20.217.91.192/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Italy North\",\r\n \"communityValue\": \"12076:53054\",\r\n \"communityPrefixes\": [\r\n \"4.232.101.160/27\",\r\n \"4.232.101.192/26\",\r\n \"4.232.104.64/27\",\r\n \"4.232.105.64/27\",\r\n \"4.232.107.184/29\",\r\n \"4.232.120.64/27\",\r\n \"4.232.121.64/27\",\r\n \"4.232.123.192/29\",\r\n \"4.232.192.64/27\",\r\n \"4.232.193.64/27\",\r\n \"4.232.195.192/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan East\",\r\n \"communityValue\": \"12076:53012\",\r\n \"communityPrefixes\": [\r\n \"13.78.61.196/32\",\r\n \"13.78.104.0/27\",\r\n \"13.78.104.32/29\",\r\n \"13.78.105.0/27\",\r\n \"20.18.4.0/25\",\r\n \"20.89.1.64/27\",\r\n \"20.89.1.128/26\",\r\n \"20.191.165.160/27\",\r\n \"20.191.165.192/27\",\r\n \"20.191.166.0/26\",\r\n \"20.194.129.64/27\",\r\n \"20.222.128.0/26\",\r\n \"40.79.184.0/27\",\r\n \"40.79.184.32/29\",\r\n \"40.79.185.0/27\",\r\n \"40.79.191.224/27\",\r\n \"40.79.192.0/27\",\r\n \"40.79.192.32/29\",\r\n \"40.79.193.0/27\",\r\n \"191.237.240.43/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan East IPv6\",\r\n \"communityValue\": \"12076:53012\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan West\",\r\n \"communityValue\": \"12076:53013\",\r\n \"communityPrefixes\": [\r\n \"4.190.130.128/25\",\r\n \"4.190.144.24/29\",\r\n \"4.190.146.128/27\",\r\n \"20.18.176.64/27\",\r\n \"20.18.177.64/27\",\r\n \"20.18.179.192/29\",\r\n \"20.189.225.160/27\",\r\n \"20.189.225.192/27\",\r\n \"20.189.228.0/26\",\r\n \"40.74.96.0/27\",\r\n \"40.74.96.32/29\",\r\n \"40.74.97.0/27\",\r\n \"40.80.181.64/26\",\r\n \"104.214.148.156/32\",\r\n \"191.238.68.11/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan West IPv6\",\r\n \"communityValue\": \"12076:53013\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea Central\",\r\n \"communityValue\": \"12076:53029\",\r\n \"communityPrefixes\": [\r\n \"20.44.24.0/27\",\r\n \"20.44.24.32/29\",\r\n \"20.44.25.0/27\",\r\n \"20.194.64.0/27\",\r\n \"20.194.64.32/29\",\r\n \"20.194.65.0/27\",\r\n \"20.194.73.64/26\",\r\n \"20.194.73.128/26\",\r\n \"20.194.80.192/27\",\r\n \"20.214.133.128/25\",\r\n \"52.231.16.0/27\",\r\n \"52.231.16.32/29\",\r\n \"52.231.17.0/27\",\r\n \"52.231.32.42/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea Central IPv6\",\r\n \"communityValue\": \"12076:53029\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea South\",\r\n \"communityValue\": \"12076:53028\",\r\n \"communityPrefixes\": [\r\n \"20.200.165.192/26\",\r\n \"52.147.112.160/27\",\r\n \"52.231.144.0/27\",\r\n \"52.231.145.0/27\",\r\n \"52.231.151.88/29\",\r\n \"52.231.151.96/27\",\r\n \"52.231.200.86/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea South IPv6\",\r\n \"communityValue\": \"12076:53028\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Malaysia South\",\r\n \"communityValue\": \"12076:53055\",\r\n \"communityPrefixes\": [\r\n \"20.17.59.128/27\",\r\n \"20.17.59.192/26\",\r\n \"20.17.64.64/27\",\r\n \"20.17.65.64/27\",\r\n \"20.17.67.248/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Central US\",\r\n \"communityValue\": \"12076:53007\",\r\n \"communityPrefixes\": [\r\n \"20.49.119.32/27\",\r\n \"20.49.119.64/27\",\r\n \"20.49.119.128/26\",\r\n \"20.125.168.64/27\",\r\n \"20.125.169.64/27\",\r\n \"20.125.171.192/29\",\r\n \"20.125.200.64/27\",\r\n \"20.125.201.64/27\",\r\n \"20.125.203.192/29\",\r\n \"20.241.115.0/24\",\r\n \"23.96.178.199/32\",\r\n \"23.96.202.229/32\",\r\n \"23.96.204.249/32\",\r\n \"23.96.205.215/32\",\r\n \"23.96.249.37/32\",\r\n \"23.96.250.178/32\",\r\n \"23.98.55.75/32\",\r\n \"52.162.104.0/26\",\r\n \"52.162.105.0/26\",\r\n \"52.162.105.192/28\",\r\n \"52.240.245.0/26\",\r\n \"65.52.213.108/32\",\r\n \"65.52.218.82/32\",\r\n \"168.62.115.112/28\",\r\n \"168.62.232.188/32\",\r\n \"168.62.235.49/32\",\r\n \"168.62.235.241/32\",\r\n \"168.62.239.29/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Central US IPv6\",\r\n \"communityValue\": \"12076:53007\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Europe\",\r\n \"communityValue\": \"12076:53003\",\r\n \"communityPrefixes\": [\r\n \"13.69.224.0/26\",\r\n \"13.69.224.192/26\",\r\n \"13.69.225.0/26\",\r\n \"13.69.225.192/26\",\r\n \"13.69.233.136/29\",\r\n \"13.69.239.128/26\",\r\n \"13.74.104.64/26\",\r\n \"13.74.104.128/26\",\r\n \"13.74.105.0/26\",\r\n \"13.74.105.128/26\",\r\n \"13.74.105.192/29\",\r\n \"20.50.73.32/27\",\r\n \"20.50.73.64/26\",\r\n \"20.50.81.0/26\",\r\n \"20.166.43.0/25\",\r\n \"20.166.45.0/24\",\r\n \"23.102.16.130/32\",\r\n \"23.102.52.155/32\",\r\n \"40.85.102.50/32\",\r\n \"40.113.14.53/32\",\r\n \"40.113.16.190/32\",\r\n \"40.113.93.91/32\",\r\n \"40.127.128.10/32\",\r\n \"40.127.137.209/32\",\r\n \"40.127.141.194/32\",\r\n \"40.127.177.139/32\",\r\n \"52.138.224.0/26\",\r\n \"52.138.224.128/26\",\r\n \"52.138.225.0/26\",\r\n \"52.138.225.128/26\",\r\n \"52.138.229.72/29\",\r\n \"52.146.133.128/25\",\r\n \"65.52.225.245/32\",\r\n \"65.52.226.209/32\",\r\n \"68.219.193.128/25\",\r\n \"104.41.202.30/32\",\r\n \"191.235.193.75/32\",\r\n \"191.235.193.139/32\",\r\n \"191.235.193.140/31\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Europe IPv6\",\r\n \"communityValue\": \"12076:53003\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Norway East\",\r\n \"communityValue\": \"12076:53042\",\r\n \"communityPrefixes\": [\r\n \"20.100.19.0/25\",\r\n \"51.120.96.0/27\",\r\n \"51.120.96.32/29\",\r\n \"51.120.97.0/27\",\r\n \"51.120.104.0/27\",\r\n \"51.120.104.32/29\",\r\n \"51.120.105.0/27\",\r\n \"51.120.208.0/27\",\r\n \"51.120.208.32/29\",\r\n \"51.120.209.0/27\",\r\n \"51.120.232.192/26\",\r\n \"51.120.233.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Norway West\",\r\n \"communityValue\": \"12076:53043\",\r\n \"communityPrefixes\": [\r\n \"51.13.136.224/27\",\r\n \"51.13.137.0/27\",\r\n \"51.13.137.64/26\",\r\n \"51.120.181.0/25\",\r\n \"51.120.216.0/27\",\r\n \"51.120.217.0/27\",\r\n \"51.120.217.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLPolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLPolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLPolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Poland Central\",\r\n \"communityValue\": \"12076:53051\",\r\n \"communityPrefixes\": [\r\n \"20.215.13.0/27\",\r\n \"20.215.13.64/26\",\r\n \"20.215.16.64/27\",\r\n \"20.215.17.64/27\",\r\n \"20.215.19.192/29\",\r\n \"20.215.24.64/27\",\r\n \"20.215.25.64/27\",\r\n \"20.215.27.192/29\",\r\n \"20.215.152.64/27\",\r\n \"20.215.153.64/27\",\r\n \"20.215.155.248/29\",\r\n \"20.215.171.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Qatar Central\",\r\n \"communityValue\": \"12076:53049\",\r\n \"communityPrefixes\": [\r\n \"4.171.24.0/25\",\r\n \"20.21.40.64/27\",\r\n \"20.21.41.64/27\",\r\n \"20.21.43.248/29\",\r\n \"20.21.53.32/27\",\r\n \"20.21.53.64/26\",\r\n \"20.21.64.64/27\",\r\n \"20.21.65.64/27\",\r\n \"20.21.67.192/29\",\r\n \"20.21.72.64/27\",\r\n \"20.21.73.64/27\",\r\n \"20.21.75.192/29\",\r\n \"20.21.87.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa North\",\r\n \"communityValue\": \"12076:53034\",\r\n \"communityPrefixes\": [\r\n \"20.164.152.128/25\",\r\n \"102.37.160.0/27\",\r\n \"102.37.160.64/26\",\r\n \"102.133.120.0/27\",\r\n \"102.133.120.32/29\",\r\n \"102.133.121.0/27\",\r\n \"102.133.152.0/27\",\r\n \"102.133.152.32/29\",\r\n \"102.133.153.0/27\",\r\n \"102.133.221.224/27\",\r\n \"102.133.248.0/27\",\r\n \"102.133.248.32/29\",\r\n \"102.133.249.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa North IPv6\",\r\n \"communityValue\": \"12076:53034\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa West\",\r\n \"communityValue\": \"12076:53035\",\r\n \"communityPrefixes\": [\r\n \"40.117.26.128/25\",\r\n \"102.37.80.96/27\",\r\n \"102.37.80.128/27\",\r\n \"102.37.80.192/26\",\r\n \"102.133.24.0/27\",\r\n \"102.133.25.0/27\",\r\n \"102.133.25.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa West IPv6\",\r\n \"communityValue\": \"12076:53035\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Central US\",\r\n \"communityValue\": \"12076:53008\",\r\n \"communityPrefixes\": [\r\n \"4.149.112.128/25\",\r\n \"4.149.113.0/25\",\r\n \"13.65.209.243/32\",\r\n \"13.66.60.72/32\",\r\n \"13.66.62.124/32\",\r\n \"13.85.65.48/32\",\r\n \"20.45.120.0/27\",\r\n \"20.45.121.0/27\",\r\n \"20.45.121.32/29\",\r\n \"20.45.127.128/26\",\r\n \"20.49.88.0/27\",\r\n \"20.49.88.32/29\",\r\n \"20.49.89.0/27\",\r\n \"20.49.89.32/29\",\r\n \"20.49.95.192/26\",\r\n \"20.65.132.160/27\",\r\n \"20.65.132.192/27\",\r\n \"20.65.133.0/26\",\r\n \"23.98.162.75/32\",\r\n \"23.98.162.76/31\",\r\n \"23.98.170.75/32\",\r\n \"23.98.170.76/31\",\r\n \"23.102.179.187/32\",\r\n \"40.84.153.95/32\",\r\n \"40.84.155.210/32\",\r\n \"40.84.191.1/32\",\r\n \"40.84.193.16/32\",\r\n \"40.84.195.189/32\",\r\n \"40.84.231.203/32\",\r\n \"40.124.8.76/32\",\r\n \"40.124.64.136/29\",\r\n \"40.124.64.160/27\",\r\n \"40.124.65.128/27\",\r\n \"40.124.65.192/26\",\r\n \"52.183.250.62/32\",\r\n \"104.214.16.0/26\",\r\n \"104.214.16.192/26\",\r\n \"104.214.17.0/26\",\r\n \"104.214.17.192/26\",\r\n \"104.214.73.137/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Central US IPv6\",\r\n \"communityValue\": \"12076:53008\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South India\",\r\n \"communityValue\": \"12076:53019\",\r\n \"communityPrefixes\": [\r\n \"40.78.192.0/27\",\r\n \"40.78.192.32/29\",\r\n \"40.78.193.0/27\",\r\n \"40.78.193.32/29\",\r\n \"52.172.24.47/32\",\r\n \"52.172.83.128/25\",\r\n \"52.172.113.96/27\",\r\n \"52.172.113.128/27\",\r\n \"52.172.113.192/26\",\r\n \"104.211.224.146/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South India IPv6\",\r\n \"communityValue\": \"12076:53019\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Southeast Asia\",\r\n \"communityValue\": \"12076:53011\",\r\n \"communityPrefixes\": [\r\n \"4.194.224.128/25\",\r\n \"13.67.16.0/26\",\r\n \"13.67.16.192/29\",\r\n \"13.67.17.0/26\",\r\n \"13.67.20.128/26\",\r\n \"20.195.65.32/27\",\r\n \"20.195.65.64/27\",\r\n \"20.195.65.128/26\",\r\n \"20.205.192.128/26\",\r\n \"23.98.80.0/26\",\r\n \"23.98.80.192/29\",\r\n \"23.98.81.0/26\",\r\n \"23.98.113.128/26\",\r\n \"23.100.117.95/32\",\r\n \"40.78.232.0/26\",\r\n \"40.78.232.192/29\",\r\n \"40.78.233.0/26\",\r\n \"104.43.15.0/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:53011\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Sweden Central\",\r\n \"communityValue\": \"12076:53047\",\r\n \"communityPrefixes\": [\r\n \"20.91.149.128/25\",\r\n \"51.12.46.32/27\",\r\n \"51.12.46.64/27\",\r\n \"51.12.46.128/26\",\r\n \"51.12.96.0/27\",\r\n \"51.12.96.32/29\",\r\n \"51.12.97.0/27\",\r\n \"51.12.224.0/27\",\r\n \"51.12.224.32/29\",\r\n \"51.12.225.0/27\",\r\n \"51.12.232.0/27\",\r\n \"51.12.232.32/29\",\r\n \"51.12.233.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Sweden South\",\r\n \"communityValue\": \"12076:53048\",\r\n \"communityPrefixes\": [\r\n \"20.91.15.0/25\",\r\n \"51.12.198.32/27\",\r\n \"51.12.198.64/27\",\r\n \"51.12.198.128/26\",\r\n \"51.12.200.0/27\",\r\n \"51.12.200.32/29\",\r\n \"51.12.201.0/27\",\r\n \"51.12.201.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Switzerland North\",\r\n \"communityValue\": \"12076:53038\",\r\n \"communityPrefixes\": [\r\n \"20.208.16.64/27\",\r\n \"20.208.17.64/27\",\r\n \"20.208.19.192/29\",\r\n \"20.208.150.128/25\",\r\n \"51.103.200.64/27\",\r\n \"51.103.201.64/27\",\r\n \"51.103.203.192/29\",\r\n \"51.107.56.0/27\",\r\n \"51.107.56.32/29\",\r\n \"51.107.57.0/27\",\r\n \"51.107.242.32/27\",\r\n \"51.107.242.64/27\",\r\n \"51.107.242.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Switzerland West\",\r\n \"communityValue\": \"12076:53039\",\r\n \"communityPrefixes\": [\r\n \"20.199.205.0/25\",\r\n \"51.107.152.0/27\",\r\n \"51.107.153.0/27\",\r\n \"51.107.153.32/29\",\r\n \"51.107.250.64/26\",\r\n \"51.107.250.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE Central\",\r\n \"communityValue\": \"12076:53037\",\r\n \"communityPrefixes\": [\r\n \"20.37.71.64/26\",\r\n \"20.37.71.128/26\",\r\n \"20.37.72.64/27\",\r\n \"20.37.72.96/29\",\r\n \"20.37.73.64/27\",\r\n \"20.37.73.96/29\",\r\n \"20.203.95.128/25\",\r\n \"74.243.18.24/29\",\r\n \"74.243.20.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE Central IPv6\",\r\n \"communityValue\": \"12076:53037\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE North\",\r\n \"communityValue\": \"12076:53036\",\r\n \"communityPrefixes\": [\r\n \"20.38.143.64/26\",\r\n \"20.38.143.128/26\",\r\n \"20.38.152.24/29\",\r\n \"20.38.153.64/27\",\r\n \"20.38.154.64/27\",\r\n \"20.233.130.128/25\",\r\n \"40.120.72.0/27\",\r\n \"40.120.72.32/29\",\r\n \"40.120.73.0/27\",\r\n \"65.52.248.0/27\",\r\n \"65.52.248.32/29\",\r\n \"65.52.249.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE North IPv6\",\r\n \"communityValue\": \"12076:53036\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South\",\r\n \"communityValue\": \"12076:53024\",\r\n \"communityPrefixes\": [\r\n \"20.26.23.0/25\",\r\n \"51.104.10.0/26\",\r\n \"51.105.64.0/27\",\r\n \"51.105.64.32/29\",\r\n \"51.105.65.0/27\",\r\n \"51.105.71.192/26\",\r\n \"51.105.72.0/27\",\r\n \"51.105.72.32/29\",\r\n \"51.105.73.0/27\",\r\n \"51.132.193.64/27\",\r\n \"51.132.193.128/26\",\r\n \"51.140.77.9/32\",\r\n \"51.140.115.150/32\",\r\n \"51.140.144.0/27\",\r\n \"51.140.144.32/29\",\r\n \"51.140.145.0/27\",\r\n \"51.140.151.128/27\",\r\n \"51.140.184.11/32\",\r\n \"51.143.209.224/27\",\r\n \"51.143.212.0/27\",\r\n \"51.143.212.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South IPv6\",\r\n \"communityValue\": \"12076:53024\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South 2\",\r\n \"communityValue\": \"12076:53023\",\r\n \"communityPrefixes\": [\r\n \"13.87.16.64/27\",\r\n \"13.87.17.0/27\",\r\n \"13.87.33.234/32\",\r\n \"13.87.34.7/32\",\r\n \"13.87.34.19/32\",\r\n \"13.87.38.138/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South 2 IPv6\",\r\n \"communityValue\": \"12076:53023\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK West\",\r\n \"communityValue\": \"12076:53025\",\r\n \"communityPrefixes\": [\r\n \"20.58.66.128/25\",\r\n \"20.58.68.56/30\",\r\n \"51.11.97.192/26\",\r\n \"51.140.208.64/27\",\r\n \"51.140.208.96/29\",\r\n \"51.140.209.0/27\",\r\n \"51.140.209.32/29\",\r\n \"51.141.8.11/32\",\r\n \"51.142.133.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK West IPv6\",\r\n \"communityValue\": \"12076:53025\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Central US\",\r\n \"communityValue\": \"12076:53027\",\r\n \"communityPrefixes\": [\r\n \"13.71.192.0/27\",\r\n \"13.71.193.0/27\",\r\n \"13.71.193.32/29\",\r\n \"13.78.145.25/32\",\r\n \"13.78.248.32/27\",\r\n \"20.69.0.32/27\",\r\n \"20.69.0.64/27\",\r\n \"20.69.0.128/26\",\r\n \"52.148.42.0/25\",\r\n \"52.161.100.158/32\",\r\n \"52.161.128.32/27\",\r\n \"57.151.152.24/29\",\r\n \"57.151.154.128/27\",\r\n \"172.215.203.32/27\",\r\n \"172.215.203.64/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Central US IPv6\",\r\n \"communityValue\": \"12076:53027\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Europe\",\r\n \"communityValue\": \"12076:53002\",\r\n \"communityPrefixes\": [\r\n \"13.69.104.0/26\",\r\n \"13.69.104.192/26\",\r\n \"13.69.105.0/26\",\r\n \"13.69.105.192/26\",\r\n \"13.69.111.32/27\",\r\n \"13.69.112.168/29\",\r\n \"13.69.116.64/27\",\r\n \"13.69.116.96/30\",\r\n \"13.69.116.128/25\",\r\n \"13.69.117.0/26\",\r\n \"20.50.94.0/25\",\r\n \"20.50.201.224/27\",\r\n \"20.50.202.0/25\",\r\n \"20.50.202.128/26\",\r\n \"20.61.99.192/26\",\r\n \"20.61.102.0/26\",\r\n \"23.97.167.46/32\",\r\n \"23.97.169.19/32\",\r\n \"23.97.221.176/32\",\r\n \"40.68.37.158/32\",\r\n \"40.74.60.91/32\",\r\n \"40.114.240.125/32\",\r\n \"40.115.37.61/32\",\r\n \"40.115.52.141/32\",\r\n \"40.115.53.255/32\",\r\n \"40.118.12.208/32\",\r\n \"52.166.76.0/32\",\r\n \"52.178.17.192/27\",\r\n \"52.178.21.0/26\",\r\n \"52.178.21.64/27\",\r\n \"52.178.21.128/26\",\r\n \"52.178.22.0/25\",\r\n \"52.236.184.0/27\",\r\n \"52.236.184.32/29\",\r\n \"52.236.184.128/25\",\r\n \"52.236.185.0/27\",\r\n \"52.236.185.128/25\",\r\n \"68.219.168.0/24\",\r\n \"68.219.173.0/25\",\r\n \"68.219.175.0/25\",\r\n \"104.40.155.247/32\",\r\n \"104.40.168.64/26\",\r\n \"104.40.168.192/26\",\r\n \"104.40.169.0/27\",\r\n \"104.40.169.32/29\",\r\n \"104.40.169.128/25\",\r\n \"168.63.13.214/32\",\r\n \"191.237.232.75/32\",\r\n \"191.237.232.235/32\",\r\n \"191.237.232.236/31\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Europe IPv6\",\r\n \"communityValue\": \"12076:53002\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West India\",\r\n \"communityValue\": \"12076:53018\",\r\n \"communityPrefixes\": [\r\n \"20.207.170.192/27\",\r\n \"20.207.173.0/25\",\r\n \"52.136.53.160/27\",\r\n \"52.136.53.192/27\",\r\n \"104.211.144.0/27\",\r\n \"104.211.144.32/29\",\r\n \"104.211.145.0/27\",\r\n \"104.211.145.32/29\",\r\n \"104.211.160.80/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West India IPv6\",\r\n \"communityValue\": \"12076:53018\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US\",\r\n \"communityValue\": \"12076:53006\",\r\n \"communityPrefixes\": [\r\n \"13.86.216.0/25\",\r\n \"13.86.216.128/26\",\r\n \"13.86.216.192/27\",\r\n \"13.86.217.0/25\",\r\n \"13.86.217.128/26\",\r\n \"13.86.217.192/27\",\r\n \"13.86.217.224/29\",\r\n \"13.88.29.70/32\",\r\n \"13.91.4.219/32\",\r\n \"13.93.165.251/32\",\r\n \"13.93.237.158/32\",\r\n \"20.66.3.64/26\",\r\n \"20.66.3.128/26\",\r\n \"20.168.160.64/27\",\r\n \"20.168.161.64/27\",\r\n \"20.168.163.192/29\",\r\n \"20.189.172.224/27\",\r\n \"20.189.173.64/26\",\r\n \"23.99.4.248/32\",\r\n \"23.99.34.75/32\",\r\n \"23.99.37.235/32\",\r\n \"23.99.37.236/32\",\r\n \"40.78.16.122/32\",\r\n \"40.78.23.252/32\",\r\n \"40.78.57.109/32\",\r\n \"40.112.139.250/32\",\r\n \"40.112.240.0/27\",\r\n \"40.112.246.0/27\",\r\n \"40.118.129.167/32\",\r\n \"40.118.209.206/32\",\r\n \"40.118.244.227/32\",\r\n \"40.118.249.123/32\",\r\n \"40.118.250.19/32\",\r\n \"52.159.203.0/25\",\r\n \"104.40.49.103/32\",\r\n \"104.42.188.130/32\",\r\n \"104.42.192.190/32\",\r\n \"104.42.237.198/32\",\r\n \"104.42.238.205/32\",\r\n \"191.236.119.31/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US IPv6\",\r\n \"communityValue\": \"12076:53006\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US 2\",\r\n \"communityValue\": \"12076:53026\",\r\n \"communityPrefixes\": [\r\n \"13.66.136.0/26\",\r\n \"13.66.136.192/29\",\r\n \"13.66.137.0/26\",\r\n \"13.66.149.128/26\",\r\n \"13.66.226.202/32\",\r\n \"20.42.168.128/25\",\r\n \"20.42.174.128/25\",\r\n \"20.51.9.128/25\",\r\n \"20.83.193.0/26\",\r\n \"40.64.114.0/26\",\r\n \"40.78.240.0/26\",\r\n \"40.78.240.192/29\",\r\n \"40.78.241.0/26\",\r\n \"40.78.248.0/26\",\r\n \"40.78.248.192/29\",\r\n \"40.78.249.0/26\",\r\n \"52.191.144.64/26\",\r\n \"52.191.152.64/26\",\r\n \"52.229.17.93/32\",\r\n \"52.246.251.248/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US 2 IPv6\",\r\n \"communityValue\": \"12076:53026\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US 3\",\r\n \"communityValue\": \"12076:53044\",\r\n \"communityPrefixes\": [\r\n \"20.14.125.128/25\",\r\n \"20.150.168.0/27\",\r\n \"20.150.168.32/29\",\r\n \"20.150.169.0/27\",\r\n \"20.150.176.0/27\",\r\n \"20.150.176.32/29\",\r\n \"20.150.177.0/27\",\r\n \"20.150.184.0/27\",\r\n \"20.150.184.32/29\",\r\n \"20.150.185.0/27\",\r\n \"20.150.241.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central\",\r\n \"communityValue\": \"12076:54032\",\r\n \"communityPrefixes\": [\r\n \"20.36.42.8/32\",\r\n \"20.36.106.0/26\",\r\n \"20.37.228.32/27\",\r\n \"20.38.185.29/32\",\r\n \"20.39.65.58/32\",\r\n \"20.39.65.140/32\",\r\n \"20.213.224.128/26\",\r\n \"20.213.225.192/26\",\r\n \"20.213.226.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central IPv6\",\r\n \"communityValue\": \"12076:54032\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central 2\",\r\n \"communityValue\": \"12076:54033\",\r\n \"communityPrefixes\": [\r\n \"20.36.75.163/32\",\r\n \"20.36.114.0/28\",\r\n \"20.36.123.96/27\",\r\n \"20.39.99.187/32\",\r\n \"20.39.99.218/32\",\r\n \"20.39.99.230/32\",\r\n \"20.53.63.192/26\",\r\n \"20.167.128.128/26\",\r\n \"20.167.129.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:54033\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia East\",\r\n \"communityValue\": \"12076:54015\",\r\n \"communityPrefixes\": [\r\n \"13.70.74.136/29\",\r\n \"13.72.255.150/32\",\r\n \"13.75.134.84/32\",\r\n \"20.40.187.131/32\",\r\n \"20.40.187.216/32\",\r\n \"20.53.41.0/27\",\r\n \"20.53.91.208/32\",\r\n \"20.213.197.192/26\",\r\n \"20.213.199.128/25\",\r\n \"40.79.163.72/29\",\r\n \"40.79.163.192/26\",\r\n \"40.79.170.48/28\",\r\n \"40.79.174.192/26\",\r\n \"40.126.244.209/32\",\r\n \"52.156.170.104/32\",\r\n \"68.218.120.0/26\",\r\n \"104.210.89.99/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia East IPv6\",\r\n \"communityValue\": \"12076:54015\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Southeast\",\r\n \"communityValue\": \"12076:54016\",\r\n \"communityPrefixes\": [\r\n \"13.73.100.183/32\",\r\n \"13.77.50.0/28\",\r\n \"20.46.109.213/32\",\r\n \"20.46.110.132/32\",\r\n \"20.211.225.128/26\",\r\n \"20.211.229.192/26\",\r\n \"20.211.230.0/25\",\r\n \"23.101.240.99/32\",\r\n \"52.255.58.221/32\",\r\n \"104.46.177.64/27\",\r\n \"191.239.179.124/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:54016\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Brazil South\",\r\n \"communityValue\": \"12076:54014\",\r\n \"communityPrefixes\": [\r\n \"20.195.200.1/32\",\r\n \"20.195.200.28/32\",\r\n \"20.226.208.0/26\",\r\n \"20.226.210.0/25\",\r\n \"20.226.210.128/26\",\r\n \"104.41.52.61/32\",\r\n \"104.41.54.69/32\",\r\n \"191.232.51.175/32\",\r\n \"191.232.53.203/32\",\r\n \"191.233.204.128/27\",\r\n \"191.234.138.160/27\",\r\n \"191.234.146.0/26\",\r\n \"191.234.154.0/26\",\r\n \"191.234.179.157/32\",\r\n \"191.234.206.81/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Brazil South IPv6\",\r\n \"communityValue\": \"12076:54014\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Brazil Southeast\",\r\n \"communityValue\": \"12076:54050\",\r\n \"communityPrefixes\": [\r\n \"20.206.6.64/26\",\r\n \"108.140.0.0/25\",\r\n \"108.140.0.128/26\",\r\n \"191.233.11.192/27\",\r\n \"191.233.50.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada Central\",\r\n \"communityValue\": \"12076:54020\",\r\n \"communityPrefixes\": [\r\n \"13.71.170.0/28\",\r\n \"13.88.253.180/32\",\r\n \"20.38.146.0/26\",\r\n \"20.48.192.32/27\",\r\n \"20.151.81.25/32\",\r\n \"20.220.2.0/26\",\r\n \"20.220.4.64/26\",\r\n \"20.220.4.128/25\",\r\n \"52.139.0.145/32\",\r\n \"52.139.3.10/32\",\r\n \"52.237.20.252/32\",\r\n \"52.246.154.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada Central IPv6\",\r\n \"communityValue\": \"12076:54020\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada East\",\r\n \"communityValue\": \"12076:54021\",\r\n \"communityPrefixes\": [\r\n \"20.175.0.128/26\",\r\n \"20.175.6.0/25\",\r\n \"20.175.6.128/26\",\r\n \"40.69.106.0/28\",\r\n \"40.69.117.0/26\",\r\n \"40.86.229.245/32\",\r\n \"40.89.22.224/27\",\r\n \"52.139.86.210/32\",\r\n \"52.155.27.249/32\",\r\n \"52.155.28.10/32\",\r\n \"52.235.46.28/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada East IPv6\",\r\n \"communityValue\": \"12076:54021\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central India\",\r\n \"communityValue\": \"12076:54017\",\r\n \"communityPrefixes\": [\r\n \"20.40.42.199/32\",\r\n \"20.40.43.25/32\",\r\n \"20.43.126.128/26\",\r\n \"20.192.98.0/26\",\r\n \"20.193.249.3/32\",\r\n \"20.204.195.64/26\",\r\n \"20.204.197.0/25\",\r\n \"20.204.197.128/26\",\r\n \"40.80.50.0/26\",\r\n \"52.140.110.64/27\",\r\n \"104.211.84.0/28\",\r\n \"104.211.102.50/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central India IPv6\",\r\n \"communityValue\": \"12076:54017\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [\r\n \"13.89.41.245/32\",\r\n \"13.89.142.173/32\",\r\n \"13.89.170.0/25\",\r\n \"13.89.190.186/32\",\r\n \"13.89.224.229/32\",\r\n \"20.15.132.192/26\",\r\n \"20.15.133.0/25\",\r\n \"20.40.207.160/27\",\r\n \"20.44.10.0/26\",\r\n \"20.118.199.192/26\",\r\n \"20.186.229.146/32\",\r\n \"20.186.229.150/32\",\r\n \"40.77.63.179/32\",\r\n \"40.122.132.89/32\",\r\n \"40.122.174.140/32\",\r\n \"52.154.156.193/32\",\r\n \"52.154.156.203/32\",\r\n \"52.165.42.204/32\",\r\n \"52.165.46.249/32\",\r\n \"52.165.129.184/32\",\r\n \"52.165.229.112/32\",\r\n \"52.173.148.217/32\",\r\n \"52.173.196.170/32\",\r\n \"52.173.240.244/32\",\r\n \"52.176.0.136/32\",\r\n \"52.176.7.71/32\",\r\n \"52.176.155.127/32\",\r\n \"52.182.138.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US IPv6\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US EUAP\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [\r\n \"20.45.198.96/27\",\r\n \"20.45.252.228/32\",\r\n \"20.45.253.14/32\",\r\n \"20.228.4.64/26\",\r\n \"20.228.6.64/26\",\r\n \"20.228.6.128/25\",\r\n \"40.78.203.32/27\",\r\n \"52.176.250.55/32\",\r\n \"52.176.251.41/32\",\r\n \"52.176.251.87/32\",\r\n \"52.180.160.251/32\",\r\n \"52.180.161.1/32\",\r\n \"52.180.177.137/32\",\r\n \"168.61.142.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East Asia\",\r\n \"communityValue\": \"12076:54010\",\r\n \"communityPrefixes\": [\r\n \"13.75.34.0/26\",\r\n \"20.6.137.192/26\",\r\n \"20.6.140.0/25\",\r\n \"20.6.140.128/26\",\r\n \"20.187.196.0/27\",\r\n \"20.205.74.0/26\",\r\n \"20.205.82.0/26\",\r\n \"23.102.239.134/32\",\r\n \"52.175.25.211/32\",\r\n \"52.175.39.232/32\",\r\n \"137.116.161.160/32\",\r\n \"137.116.162.158/32\",\r\n \"137.116.165.204/32\",\r\n \"207.46.150.252/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East Asia IPv6\",\r\n \"communityValue\": \"12076:54010\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US\",\r\n \"communityValue\": \"12076:54004\",\r\n \"communityPrefixes\": [\r\n \"4.255.28.232/32\",\r\n \"4.255.28.237/32\",\r\n \"13.82.53.191/32\",\r\n \"13.90.199.155/32\",\r\n \"40.71.10.0/25\",\r\n \"40.71.17.19/32\",\r\n \"40.71.203.37/32\",\r\n \"40.71.204.115/32\",\r\n \"40.71.216.114/32\",\r\n \"40.78.226.0/25\",\r\n \"40.79.154.128/26\",\r\n \"40.85.178.211/32\",\r\n \"52.146.79.160/27\",\r\n \"52.150.38.36/32\",\r\n \"52.168.28.222/32\",\r\n \"52.170.204.83/32\",\r\n \"52.179.73.128/26\",\r\n \"52.186.69.224/32\",\r\n \"52.188.136.242/32\",\r\n \"52.188.137.75/32\",\r\n \"52.191.40.64/26\",\r\n \"52.191.41.128/25\",\r\n \"52.191.197.220/32\",\r\n \"52.226.18.140/32\",\r\n \"52.226.21.178/32\",\r\n \"104.45.131.193/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US IPv6\",\r\n \"communityValue\": \"12076:54004\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [\r\n \"13.68.28.135/32\",\r\n \"20.15.9.64/26\",\r\n \"20.15.13.128/25\",\r\n \"20.15.14.0/26\",\r\n \"20.49.102.64/27\",\r\n \"40.65.232.228/32\",\r\n \"40.65.233.140/32\",\r\n \"40.65.244.141/32\",\r\n \"40.70.0.140/32\",\r\n \"40.70.206.244/32\",\r\n \"40.70.220.202/32\",\r\n \"40.75.77.106/32\",\r\n \"40.79.39.162/32\",\r\n \"40.79.59.92/32\",\r\n \"40.79.67.136/32\",\r\n \"52.147.169.137/32\",\r\n \"52.167.82.80/32\",\r\n \"52.167.107.128/26\",\r\n \"52.167.214.232/32\",\r\n \"52.177.9.16/32\",\r\n \"52.177.172.74/32\",\r\n \"52.177.206.153/32\",\r\n \"52.177.206.238/32\",\r\n \"52.179.141.33/32\",\r\n \"52.179.143.233/32\",\r\n \"52.179.179.235/32\",\r\n \"52.179.200.0/25\",\r\n \"52.184.152.241/32\",\r\n \"52.232.229.24/32\",\r\n \"104.208.231.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2 IPv6\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2 EUAP\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [\r\n \"20.39.15.64/27\",\r\n \"20.47.145.17/32\",\r\n \"20.47.147.95/32\",\r\n \"20.47.147.132/32\",\r\n \"20.221.141.0/26\",\r\n \"20.252.208.64/26\",\r\n \"20.252.208.128/25\",\r\n \"40.74.147.192/26\",\r\n \"40.75.32.32/29\",\r\n \"40.75.34.128/26\",\r\n \"40.89.67.208/32\",\r\n \"52.138.66.90/32\",\r\n \"52.138.92.0/26\",\r\n \"68.220.82.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France Central\",\r\n \"communityValue\": \"12076:54030\",\r\n \"communityPrefixes\": [\r\n \"20.19.28.128/26\",\r\n \"20.19.30.128/25\",\r\n \"20.19.31.0/26\",\r\n \"20.40.139.237/32\",\r\n \"20.40.141.72/32\",\r\n \"20.43.46.0/27\",\r\n \"40.79.130.0/28\",\r\n \"40.79.138.48/28\",\r\n \"40.79.142.64/26\",\r\n \"40.79.146.48/28\",\r\n \"40.79.149.128/26\",\r\n \"40.89.132.238/32\",\r\n \"51.11.192.192/26\",\r\n \"51.103.6.27/32\",\r\n \"52.143.136.41/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France Central IPv6\",\r\n \"communityValue\": \"12076:54030\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France South\",\r\n \"communityValue\": \"12076:54031\",\r\n \"communityPrefixes\": [\r\n \"20.39.80.153/32\",\r\n \"20.39.81.227/32\",\r\n \"20.39.81.229/32\",\r\n \"40.79.178.0/28\",\r\n \"40.80.101.128/26\",\r\n \"40.80.103.0/25\",\r\n \"40.80.103.128/26\",\r\n \"51.105.92.192/27\",\r\n \"52.136.134.250/32\",\r\n \"52.136.136.70/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France South IPv6\",\r\n \"communityValue\": \"12076:54031\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Germany North\",\r\n \"communityValue\": \"12076:54040\",\r\n \"communityPrefixes\": [\r\n \"20.113.248.192/26\",\r\n \"20.113.250.64/26\",\r\n \"20.113.250.128/25\",\r\n \"51.116.1.247/32\",\r\n \"51.116.4.11/32\",\r\n \"51.116.4.76/32\",\r\n \"51.116.50.224/27\",\r\n \"51.116.58.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Germany West Central\",\r\n \"communityValue\": \"12076:54041\",\r\n \"communityPrefixes\": [\r\n \"20.218.185.192/26\",\r\n \"20.218.188.192/26\",\r\n \"20.218.189.0/25\",\r\n \"51.116.123.237/32\",\r\n \"51.116.134.134/32\",\r\n \"51.116.143.66/32\",\r\n \"51.116.146.224/27\",\r\n \"51.116.154.128/26\",\r\n \"51.116.242.0/26\",\r\n \"51.116.250.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Israel Central\",\r\n \"communityValue\": \"12076:54053\",\r\n \"communityPrefixes\": [\r\n \"20.217.10.64/26\",\r\n \"20.217.32.7/32\",\r\n \"20.217.32.43/32\",\r\n \"20.217.43.32/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Italy North\",\r\n \"communityValue\": \"12076:54054\",\r\n \"communityPrefixes\": [\r\n \"4.232.26.64/27\",\r\n \"4.232.42.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan East\",\r\n \"communityValue\": \"12076:54012\",\r\n \"communityPrefixes\": [\r\n \"13.78.106.0/26\",\r\n \"20.18.3.0/26\",\r\n \"20.18.5.64/26\",\r\n \"20.18.5.128/25\",\r\n \"20.63.129.107/32\",\r\n \"20.63.129.118/32\",\r\n \"20.63.129.126/32\",\r\n \"20.89.0.128/26\",\r\n \"20.191.160.32/27\",\r\n \"40.79.186.16/28\",\r\n \"40.79.191.0/26\",\r\n \"40.79.194.128/26\",\r\n \"40.115.241.37/32\",\r\n \"104.41.177.93/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan East IPv6\",\r\n \"communityValue\": \"12076:54012\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan West\",\r\n \"communityValue\": \"12076:54013\",\r\n \"communityPrefixes\": [\r\n \"4.190.131.64/26\",\r\n \"4.190.131.128/25\",\r\n \"20.18.178.0/26\",\r\n \"20.210.149.192/26\",\r\n \"40.74.98.0/26\",\r\n \"40.74.143.235/32\",\r\n \"40.80.63.160/27\",\r\n \"40.81.177.214/32\",\r\n \"40.81.177.219/32\",\r\n \"40.81.183.24/32\",\r\n \"104.215.1.53/32\",\r\n \"104.215.21.39/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan West IPv6\",\r\n \"communityValue\": \"12076:54013\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea Central\",\r\n \"communityValue\": \"12076:54029\",\r\n \"communityPrefixes\": [\r\n \"20.41.69.64/27\",\r\n \"20.44.26.0/26\",\r\n \"20.194.3.114/32\",\r\n \"20.194.5.39/32\",\r\n \"20.194.5.210/32\",\r\n \"20.194.66.64/26\",\r\n \"20.194.80.64/26\",\r\n \"20.214.132.0/26\",\r\n \"20.214.134.64/26\",\r\n \"20.214.134.128/25\",\r\n \"52.231.18.0/28\",\r\n \"52.231.25.123/32\",\r\n \"52.231.39.143/32\",\r\n \"52.231.56.0/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea Central IPv6\",\r\n \"communityValue\": \"12076:54029\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea South\",\r\n \"communityValue\": \"12076:54028\",\r\n \"communityPrefixes\": [\r\n \"20.39.168.21/32\",\r\n \"20.200.163.64/26\",\r\n \"20.200.164.192/26\",\r\n \"20.200.165.0/25\",\r\n \"40.80.173.0/27\",\r\n \"40.80.235.125/32\",\r\n \"40.80.236.159/32\",\r\n \"52.231.146.0/27\",\r\n \"52.231.206.234/32\",\r\n \"52.231.207.31/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea South IPv6\",\r\n \"communityValue\": \"12076:54028\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Malaysia South\",\r\n \"communityValue\": \"12076:54055\",\r\n \"communityPrefixes\": [\r\n \"20.17.8.192/32\",\r\n \"20.17.8.210/32\",\r\n \"20.17.24.64/26\",\r\n \"20.17.51.0/27\",\r\n \"20.17.66.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Central US\",\r\n \"communityValue\": \"12076:54007\",\r\n \"communityPrefixes\": [\r\n \"20.41.146.81/32\",\r\n \"20.49.114.128/27\",\r\n \"20.125.170.0/26\",\r\n \"20.125.202.0/26\",\r\n \"20.241.114.0/26\",\r\n \"20.241.116.192/26\",\r\n \"20.241.117.0/25\",\r\n \"23.96.180.213/32\",\r\n \"23.96.219.207/32\",\r\n \"23.96.242.234/32\",\r\n \"52.162.87.83/32\",\r\n \"52.162.87.113/32\",\r\n \"52.162.106.0/26\",\r\n \"52.162.246.107/32\",\r\n \"65.52.210.9/32\",\r\n \"157.55.170.133/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Central US IPv6\",\r\n \"communityValue\": \"12076:54007\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Europe\",\r\n \"communityValue\": \"12076:54003\",\r\n \"communityPrefixes\": [\r\n \"13.69.226.0/25\",\r\n \"13.74.106.0/25\",\r\n \"13.79.34.236/32\",\r\n \"20.54.38.35/32\",\r\n \"20.166.42.128/26\",\r\n \"20.166.46.128/25\",\r\n \"20.166.47.0/26\",\r\n \"40.113.90.91/32\",\r\n \"52.138.141.112/32\",\r\n \"52.138.197.33/32\",\r\n \"52.138.201.47/32\",\r\n \"52.138.205.97/32\",\r\n \"52.138.206.153/32\",\r\n \"52.138.227.192/26\",\r\n \"52.146.131.0/27\",\r\n \"52.155.235.94/32\",\r\n \"52.155.236.115/32\",\r\n \"52.169.122.37/32\",\r\n \"52.169.219.183/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Europe IPv6\",\r\n \"communityValue\": \"12076:54003\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Norway East\",\r\n \"communityValue\": \"12076:54042\",\r\n \"communityPrefixes\": [\r\n \"20.100.16.0/26\",\r\n \"20.100.19.192/26\",\r\n \"20.100.20.0/25\",\r\n \"51.13.25.170/32\",\r\n \"51.13.25.180/32\",\r\n \"51.13.25.182/32\",\r\n \"51.120.44.128/27\",\r\n \"51.120.98.64/26\",\r\n \"51.120.106.0/26\",\r\n \"51.120.210.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Norway West\",\r\n \"communityValue\": \"12076:54043\",\r\n \"communityPrefixes\": [\r\n \"51.13.149.218/32\",\r\n \"51.13.150.175/32\",\r\n \"51.13.150.233/32\",\r\n \"51.120.179.192/26\",\r\n \"51.120.181.192/26\",\r\n \"51.120.182.0/25\",\r\n \"51.120.218.64/26\",\r\n \"51.120.228.160/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBPolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBPolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBPolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Poland Central\",\r\n \"communityValue\": \"12076:54051\",\r\n \"communityPrefixes\": [\r\n \"20.215.3.32/27\",\r\n \"20.215.18.0/26\",\r\n \"20.215.26.0/26\",\r\n \"20.215.154.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Qatar Central\",\r\n \"communityValue\": \"12076:54049\",\r\n \"communityPrefixes\": [\r\n \"4.171.24.128/25\",\r\n \"4.171.25.0/26\",\r\n \"20.21.34.160/27\",\r\n \"20.21.42.0/26\",\r\n \"20.21.66.0/26\",\r\n \"20.21.74.0/26\",\r\n \"20.21.85.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa North\",\r\n \"communityValue\": \"12076:54034\",\r\n \"communityPrefixes\": [\r\n \"20.87.34.33/32\",\r\n \"20.87.34.100/32\",\r\n \"20.87.35.29/32\",\r\n \"20.87.87.128/26\",\r\n \"20.164.153.0/25\",\r\n \"20.164.153.128/26\",\r\n \"102.133.122.0/26\",\r\n \"102.133.154.64/26\",\r\n \"102.133.220.0/27\",\r\n \"102.133.250.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa North IPv6\",\r\n \"communityValue\": \"12076:54034\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa West\",\r\n \"communityValue\": \"12076:54035\",\r\n \"communityPrefixes\": [\r\n \"40.117.25.64/26\",\r\n \"40.117.27.0/25\",\r\n \"40.117.27.128/26\",\r\n \"102.133.26.64/26\",\r\n \"102.133.60.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa West IPv6\",\r\n \"communityValue\": \"12076:54035\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Central US\",\r\n \"communityValue\": \"12076:54008\",\r\n \"communityPrefixes\": [\r\n \"4.149.114.0/25\",\r\n \"4.149.114.128/26\",\r\n \"13.65.145.92/32\",\r\n \"13.66.26.107/32\",\r\n \"13.73.254.224/27\",\r\n \"13.84.150.178/32\",\r\n \"13.84.157.70/32\",\r\n \"13.85.16.188/32\",\r\n \"20.45.122.0/26\",\r\n \"20.49.90.64/26\",\r\n \"20.64.41.89/32\",\r\n \"20.236.151.0/26\",\r\n \"23.102.191.13/32\",\r\n \"40.124.35.250/32\",\r\n \"52.152.101.97/32\",\r\n \"52.152.102.26/32\",\r\n \"104.210.210.63/32\",\r\n \"104.210.217.251/32\",\r\n \"104.214.18.0/25\",\r\n \"104.214.23.192/27\",\r\n \"104.214.26.177/32\",\r\n \"104.214.54.14/32\",\r\n \"104.215.76.211/32\",\r\n \"104.215.113.77/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Central US IPv6\",\r\n \"communityValue\": \"12076:54008\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South India\",\r\n \"communityValue\": \"12076:54019\",\r\n \"communityPrefixes\": [\r\n \"13.71.115.125/32\",\r\n \"13.71.124.81/32\",\r\n \"20.41.199.128/27\",\r\n \"20.219.112.136/32\",\r\n \"20.219.112.234/32\",\r\n \"40.78.194.0/28\",\r\n \"52.172.82.64/26\",\r\n \"52.172.84.64/26\",\r\n \"52.172.84.128/25\",\r\n \"104.211.227.84/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South India IPv6\",\r\n \"communityValue\": \"12076:54019\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Southeast Asia\",\r\n \"communityValue\": \"12076:54011\",\r\n \"communityPrefixes\": [\r\n \"4.194.225.0/25\",\r\n \"4.194.225.128/26\",\r\n \"13.67.8.0/26\",\r\n \"13.76.161.130/32\",\r\n \"20.24.6.64/26\",\r\n \"20.195.58.26/32\",\r\n \"23.98.82.0/26\",\r\n \"23.98.107.224/27\",\r\n \"40.65.169.181/32\",\r\n \"40.78.236.192/26\",\r\n \"40.119.215.63/32\",\r\n \"52.148.84.234/32\",\r\n \"52.163.63.20/32\",\r\n \"52.163.249.82/32\",\r\n \"52.187.11.8/32\",\r\n \"52.187.12.93/32\",\r\n \"52.230.3.213/32\",\r\n \"52.230.15.63/32\",\r\n \"52.230.23.170/32\",\r\n \"52.230.70.94/32\",\r\n \"52.230.87.21/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:54011\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Sweden Central\",\r\n \"communityValue\": \"12076:54047\",\r\n \"communityPrefixes\": [\r\n \"20.91.147.192/26\",\r\n \"20.91.150.0/25\",\r\n \"20.91.150.128/26\",\r\n \"20.240.12.252/32\",\r\n \"20.240.14.101/32\",\r\n \"51.12.43.0/27\",\r\n \"51.12.98.64/26\",\r\n \"51.12.226.0/26\",\r\n \"51.12.234.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Sweden South\",\r\n \"communityValue\": \"12076:54048\",\r\n \"communityPrefixes\": [\r\n \"20.91.13.128/26\",\r\n \"20.91.15.128/25\",\r\n \"20.91.96.0/26\",\r\n \"51.12.195.0/27\",\r\n \"51.12.202.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Switzerland North\",\r\n \"communityValue\": \"12076:54038\",\r\n \"communityPrefixes\": [\r\n \"20.208.18.0/26\",\r\n \"20.208.148.192/26\",\r\n \"20.208.151.0/25\",\r\n \"20.208.151.128/26\",\r\n \"51.103.202.0/26\",\r\n \"51.107.7.186/32\",\r\n \"51.107.7.191/32\",\r\n \"51.107.10.143/32\",\r\n \"51.107.52.224/27\",\r\n \"51.107.58.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Switzerland West\",\r\n \"communityValue\": \"12076:54039\",\r\n \"communityPrefixes\": [\r\n \"20.199.204.0/26\",\r\n \"20.199.204.192/26\",\r\n \"20.199.205.128/25\",\r\n \"51.107.148.32/27\",\r\n \"51.107.154.64/26\",\r\n \"51.107.227.47/32\",\r\n \"51.107.227.81/32\",\r\n \"51.107.227.85/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE Central\",\r\n \"communityValue\": \"12076:54037\",\r\n \"communityPrefixes\": [\r\n \"20.37.68.160/27\",\r\n \"20.37.75.128/26\",\r\n \"20.37.84.77/32\",\r\n \"20.37.84.143/32\",\r\n \"20.37.84.166/32\",\r\n \"20.203.91.0/26\",\r\n \"20.203.91.84/30\",\r\n \"20.203.92.0/25\",\r\n \"20.203.92.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE Central IPv6\",\r\n \"communityValue\": \"12076:54037\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE North\",\r\n \"communityValue\": \"12076:54036\",\r\n \"communityPrefixes\": [\r\n \"20.38.140.128/27\",\r\n \"20.38.152.128/26\",\r\n \"20.74.181.129/32\",\r\n \"20.74.199.64/26\",\r\n \"20.203.5.86/32\",\r\n \"20.203.5.173/32\",\r\n \"20.233.131.64/26\",\r\n \"20.233.131.128/25\",\r\n \"40.120.74.64/26\",\r\n \"65.52.251.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE North IPv6\",\r\n \"communityValue\": \"12076:54036\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South\",\r\n \"communityValue\": \"12076:54024\",\r\n \"communityPrefixes\": [\r\n \"20.26.21.128/26\",\r\n \"51.11.169.104/32\",\r\n \"51.104.31.128/27\",\r\n \"51.105.10.109/32\",\r\n \"51.105.10.136/32\",\r\n \"51.105.66.0/26\",\r\n \"51.105.74.0/26\",\r\n \"51.140.70.75/32\",\r\n \"51.140.75.146/32\",\r\n \"51.140.83.56/32\",\r\n \"51.140.99.233/32\",\r\n \"51.140.146.0/27\",\r\n \"51.143.189.37/32\",\r\n \"172.167.232.0/25\",\r\n \"172.167.232.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South IPv6\",\r\n \"communityValue\": \"12076:54024\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South 2\",\r\n \"communityValue\": \"12076:54023\",\r\n \"communityPrefixes\": [\r\n \"13.87.56.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South 2 IPv6\",\r\n \"communityValue\": \"12076:54023\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK West\",\r\n \"communityValue\": \"12076:54025\",\r\n \"communityPrefixes\": [\r\n \"51.132.66.99/32\",\r\n \"51.137.137.138/32\",\r\n \"51.137.137.218/32\",\r\n \"51.137.166.128/27\",\r\n \"51.140.210.0/27\",\r\n \"51.141.25.77/32\",\r\n \"51.141.53.76/32\",\r\n \"51.141.55.229/32\",\r\n \"51.142.130.192/26\",\r\n \"51.142.132.128/25\",\r\n \"51.142.133.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK West IPv6\",\r\n \"communityValue\": \"12076:54025\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Central US\",\r\n \"communityValue\": \"12076:54027\",\r\n \"communityPrefixes\": [\r\n \"13.71.194.0/26\",\r\n \"13.78.188.25/32\",\r\n \"52.148.41.0/26\",\r\n \"52.148.42.128/25\",\r\n \"52.148.43.0/26\",\r\n \"52.150.154.224/27\",\r\n \"52.153.155.166/32\",\r\n \"52.153.155.205/32\",\r\n \"52.159.50.179/32\",\r\n \"52.161.13.67/32\",\r\n \"52.161.22.131/32\",\r\n \"52.161.100.126/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Central US IPv6\",\r\n \"communityValue\": \"12076:54027\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Europe\",\r\n \"communityValue\": \"12076:54002\",\r\n \"communityPrefixes\": [\r\n \"13.69.66.0/25\",\r\n \"13.69.66.128/29\",\r\n \"13.69.112.0/25\",\r\n \"13.81.51.99/32\",\r\n \"13.94.201.5/32\",\r\n \"20.50.93.128/26\",\r\n \"20.61.97.0/27\",\r\n \"20.71.82.202/32\",\r\n \"40.68.44.85/32\",\r\n \"40.114.240.253/32\",\r\n \"51.105.113.66/32\",\r\n \"51.105.113.88/32\",\r\n \"51.144.177.166/32\",\r\n \"51.144.182.233/32\",\r\n \"52.174.253.239/32\",\r\n \"52.178.108.222/32\",\r\n \"52.232.59.220/32\",\r\n \"52.233.128.86/32\",\r\n \"52.236.189.0/26\",\r\n \"68.219.171.64/26\",\r\n \"68.219.171.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Europe IPv6\",\r\n \"communityValue\": \"12076:54002\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West India\",\r\n \"communityValue\": \"12076:54018\",\r\n \"communityPrefixes\": [\r\n \"20.40.10.128/31\",\r\n \"20.207.170.64/26\",\r\n \"20.207.173.128/25\",\r\n \"20.207.174.0/26\",\r\n \"40.81.88.229/32\",\r\n \"52.136.52.64/27\",\r\n \"104.211.146.0/28\",\r\n \"104.211.162.94/32\",\r\n \"104.211.184.117/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West India IPv6\",\r\n \"communityValue\": \"12076:54018\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US\",\r\n \"communityValue\": \"12076:54006\",\r\n \"communityPrefixes\": [\r\n \"13.64.69.151/32\",\r\n \"13.64.113.68/32\",\r\n \"13.64.194.140/32\",\r\n \"13.88.30.39/32\",\r\n \"13.91.246.52/32\",\r\n \"13.93.153.80/32\",\r\n \"13.93.156.125/32\",\r\n \"13.93.207.66/32\",\r\n \"20.49.126.160/27\",\r\n \"20.168.162.0/26\",\r\n \"20.245.60.201/32\",\r\n \"20.245.61.127/32\",\r\n \"23.100.37.220/32\",\r\n \"40.83.171.241/32\",\r\n \"40.112.140.12/32\",\r\n \"40.112.160.17/32\",\r\n \"40.112.241.0/24\",\r\n \"40.112.249.60/32\",\r\n \"40.118.245.44/32\",\r\n \"40.118.245.251/32\",\r\n \"52.159.201.128/26\",\r\n \"68.220.34.64/26\",\r\n \"68.220.35.0/25\",\r\n \"104.40.8.78/32\",\r\n \"104.40.8.88/32\",\r\n \"104.40.12.26/32\",\r\n \"104.42.8.116/32\",\r\n \"104.42.182.13/32\",\r\n \"137.117.9.157/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US IPv6\",\r\n \"communityValue\": \"12076:54006\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US 2\",\r\n \"communityValue\": \"12076:54026\",\r\n \"communityPrefixes\": [\r\n \"13.66.138.0/26\",\r\n \"13.66.152.164/32\",\r\n \"13.66.166.89/32\",\r\n \"20.9.156.128/26\",\r\n \"20.36.26.132/32\",\r\n \"20.42.169.192/26\",\r\n \"20.42.170.128/25\",\r\n \"40.64.135.0/27\",\r\n \"40.65.106.154/32\",\r\n \"40.65.114.105/32\",\r\n \"40.78.243.192/26\",\r\n \"40.78.250.0/26\",\r\n \"40.91.122.69/32\",\r\n \"52.143.72.208/32\",\r\n \"52.143.85.231/32\",\r\n \"52.151.16.118/32\",\r\n \"52.158.234.203/32\",\r\n \"52.183.42.252/32\",\r\n \"52.183.66.36/32\",\r\n \"52.183.119.101/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US 2 IPv6\",\r\n \"communityValue\": \"12076:54026\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US 3\",\r\n \"communityValue\": \"12076:54044\",\r\n \"communityPrefixes\": [\r\n \"20.14.27.141/32\",\r\n \"20.14.122.192/26\",\r\n \"20.14.126.128/25\",\r\n \"20.14.127.0/26\",\r\n \"20.125.74.200/32\",\r\n \"20.150.166.192/27\",\r\n \"20.150.170.64/26\",\r\n \"20.150.178.0/26\",\r\n \"20.150.186.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia Central\",\r\n \"communityValue\": \"12076:55032\",\r\n \"communityPrefixes\": [\r\n \"20.36.107.32/27\",\r\n \"20.36.107.64/26\",\r\n \"20.53.49.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia Central 2\",\r\n \"communityValue\": \"12076:55033\",\r\n \"communityPrefixes\": [\r\n \"20.36.114.224/27\",\r\n \"20.36.115.0/26\",\r\n \"20.53.56.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia East\",\r\n \"communityValue\": \"12076:55015\",\r\n \"communityPrefixes\": [\r\n \"13.70.73.192/27\",\r\n \"13.70.74.0/26\",\r\n \"20.53.47.128/26\",\r\n \"40.79.162.128/27\",\r\n \"40.79.162.192/26\",\r\n \"40.79.170.64/26\",\r\n \"40.79.170.128/27\",\r\n \"40.79.171.32/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia Southeast\",\r\n \"communityValue\": \"12076:55016\",\r\n \"communityPrefixes\": [\r\n \"13.77.52.32/27\",\r\n \"13.77.52.64/26\",\r\n \"104.46.183.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Brazil South\",\r\n \"communityValue\": \"12076:55014\",\r\n \"communityPrefixes\": [\r\n \"191.233.204.0/26\",\r\n \"191.233.204.64/27\",\r\n \"191.234.147.80/28\",\r\n \"191.234.147.128/26\",\r\n \"191.234.149.160/27\",\r\n \"191.234.155.80/28\",\r\n \"191.234.155.128/26\",\r\n \"191.234.157.64/27\",\r\n \"191.238.72.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Brazil Southeast\",\r\n \"communityValue\": \"12076:55050\",\r\n \"communityPrefixes\": [\r\n \"20.195.146.128/26\",\r\n \"191.233.50.224/27\",\r\n \"191.233.51.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Canada Central\",\r\n \"communityValue\": \"12076:55020\",\r\n \"communityPrefixes\": [\r\n \"13.71.172.0/26\",\r\n \"13.71.172.64/27\",\r\n \"20.38.147.0/27\",\r\n \"20.38.147.64/26\",\r\n \"20.48.197.0/26\",\r\n \"52.246.155.0/27\",\r\n \"52.246.155.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Canada East\",\r\n \"communityValue\": \"12076:55021\",\r\n \"communityPrefixes\": [\r\n \"40.69.107.32/27\",\r\n \"40.69.107.64/26\",\r\n \"52.139.107.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Central India\",\r\n \"communityValue\": \"12076:55017\",\r\n \"communityPrefixes\": [\r\n \"20.192.44.128/26\",\r\n \"20.192.99.80/28\",\r\n \"20.192.99.128/26\",\r\n \"40.80.51.0/27\",\r\n \"40.80.53.192/26\",\r\n \"104.211.82.0/26\",\r\n \"104.211.82.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Central US\",\r\n \"communityValue\": \"12076:55009\",\r\n \"communityPrefixes\": [\r\n \"13.89.171.128/26\",\r\n \"13.89.171.192/27\",\r\n \"20.40.229.128/25\",\r\n \"20.44.8.32/27\",\r\n \"20.44.8.64/26\",\r\n \"52.182.139.64/27\",\r\n \"52.182.139.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Central US EUAP\",\r\n \"communityValue\": \"12076:55009\",\r\n \"communityPrefixes\": [\r\n \"20.46.12.0/25\",\r\n \"40.78.202.160/27\",\r\n \"40.78.202.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East Asia\",\r\n \"communityValue\": \"12076:55010\",\r\n \"communityPrefixes\": [\r\n \"13.75.36.128/25\",\r\n \"13.75.37.0/24\",\r\n \"20.195.73.0/24\",\r\n \"20.195.74.0/25\",\r\n \"20.205.74.96/27\",\r\n \"20.205.75.0/26\",\r\n \"20.205.82.96/27\",\r\n \"20.205.83.0/26\",\r\n \"104.214.165.96/27\",\r\n \"104.214.165.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East US\",\r\n \"communityValue\": \"12076:55004\",\r\n \"communityPrefixes\": [\r\n \"20.62.133.128/25\",\r\n \"20.62.134.0/26\",\r\n \"40.71.12.0/25\",\r\n \"40.71.12.128/26\",\r\n \"40.78.227.64/26\",\r\n \"40.78.227.128/25\",\r\n \"40.79.155.64/26\",\r\n \"40.79.155.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East US 2\",\r\n \"communityValue\": \"12076:55005\",\r\n \"communityPrefixes\": [\r\n \"20.44.16.128/27\",\r\n \"20.44.16.192/26\",\r\n \"20.62.59.128/25\",\r\n \"40.70.147.128/26\",\r\n \"40.70.147.192/27\",\r\n \"52.167.106.192/27\",\r\n \"52.167.107.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East US 2 EUAP\",\r\n \"communityValue\": \"12076:55005\",\r\n \"communityPrefixes\": [\r\n \"20.51.20.128/25\",\r\n \"40.74.146.96/27\",\r\n \"40.74.146.128/26\",\r\n \"40.75.34.96/27\",\r\n \"40.75.34.192/26\",\r\n \"52.138.90.160/27\",\r\n \"52.138.90.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup France Central\",\r\n \"communityValue\": \"12076:55030\",\r\n \"communityPrefixes\": [\r\n \"40.79.131.0/26\",\r\n \"40.79.131.64/27\",\r\n \"40.79.142.192/26\",\r\n \"40.79.150.0/26\",\r\n \"51.138.210.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup France South\",\r\n \"communityValue\": \"12076:55031\",\r\n \"communityPrefixes\": [\r\n \"40.79.179.32/27\",\r\n \"40.79.179.64/26\",\r\n \"52.136.185.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Germany North\",\r\n \"communityValue\": \"12076:55040\",\r\n \"communityPrefixes\": [\r\n \"51.116.55.0/26\",\r\n \"51.116.59.64/26\",\r\n \"51.116.59.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Germany West Central\",\r\n \"communityValue\": \"12076:55041\",\r\n \"communityPrefixes\": [\r\n \"20.52.88.0/26\",\r\n \"51.116.155.128/26\",\r\n \"51.116.155.192/27\",\r\n \"51.116.156.144/28\",\r\n \"51.116.156.192/26\",\r\n \"51.116.245.0/26\",\r\n \"51.116.245.64/27\",\r\n \"51.116.250.240/28\",\r\n \"51.116.251.64/26\",\r\n \"51.116.253.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Israel Central\",\r\n \"communityValue\": \"12076:55053\",\r\n \"communityPrefixes\": [\r\n \"20.217.44.0/26\",\r\n \"20.217.59.64/26\",\r\n \"20.217.75.0/26\",\r\n \"20.217.91.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Israel Central IPv6\",\r\n \"communityValue\": \"12076:55053\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1402::680/121\",\r\n \"2603:1040:1402:400::100/121\",\r\n \"2603:1040:1402:800::100/121\",\r\n \"2603:1040:1402:c00::100/121\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Italy North\",\r\n \"communityValue\": \"12076:55054\",\r\n \"communityPrefixes\": [\r\n \"4.232.28.64/26\",\r\n \"4.232.107.0/26\",\r\n \"4.232.123.0/26\",\r\n \"4.232.125.192/27\",\r\n \"4.232.195.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Italy North IPv6\",\r\n \"communityValue\": \"12076:55054\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1204::680/121\",\r\n \"2603:1020:1204:400::100/121\",\r\n \"2603:1020:1204:800::80/121\",\r\n \"2603:1020:1204:c00::80/121\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Japan East\",\r\n \"communityValue\": \"12076:55012\",\r\n \"communityPrefixes\": [\r\n \"13.78.108.32/27\",\r\n \"13.78.108.64/26\",\r\n \"20.191.166.128/26\",\r\n \"40.79.187.32/27\",\r\n \"40.79.187.64/26\",\r\n \"40.79.195.32/27\",\r\n \"40.79.195.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Japan West\",\r\n \"communityValue\": \"12076:55013\",\r\n \"communityPrefixes\": [\r\n \"20.18.179.0/26\",\r\n \"20.189.228.64/26\",\r\n \"40.74.98.64/26\",\r\n \"40.74.98.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Korea Central\",\r\n \"communityValue\": \"12076:55029\",\r\n \"communityPrefixes\": [\r\n \"20.44.27.128/27\",\r\n \"20.44.31.192/26\",\r\n \"20.194.66.192/26\",\r\n \"20.194.67.0/27\",\r\n \"20.194.74.0/26\",\r\n \"52.231.19.0/26\",\r\n \"52.231.19.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Korea South\",\r\n \"communityValue\": \"12076:55028\",\r\n \"communityPrefixes\": [\r\n \"52.147.113.0/26\",\r\n \"52.231.147.32/27\",\r\n \"52.231.147.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Malaysia South\",\r\n \"communityValue\": \"12076:55055\",\r\n \"communityPrefixes\": [\r\n \"20.17.52.0/26\",\r\n \"20.17.67.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Malaysia South IPv6\",\r\n \"communityValue\": \"12076:55055\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1503::680/121\",\r\n \"2603:1040:1503:400::100/121\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup North Central US\",\r\n \"communityValue\": \"12076:55007\",\r\n \"communityPrefixes\": [\r\n \"20.51.0.0/26\",\r\n \"20.125.171.0/26\",\r\n \"20.125.203.0/26\",\r\n \"52.162.107.192/26\",\r\n \"52.162.110.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup North Europe\",\r\n \"communityValue\": \"12076:55003\",\r\n \"communityPrefixes\": [\r\n \"13.69.228.128/25\",\r\n \"13.69.229.0/27\",\r\n \"13.74.107.192/27\",\r\n \"13.74.108.0/25\",\r\n \"52.138.226.192/27\",\r\n \"52.138.227.0/25\",\r\n \"52.146.136.64/26\",\r\n \"52.146.136.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Norway East\",\r\n \"communityValue\": \"12076:55042\",\r\n \"communityPrefixes\": [\r\n \"51.120.99.96/27\",\r\n \"51.120.99.128/26\",\r\n \"51.120.107.80/28\",\r\n \"51.120.107.128/26\",\r\n \"51.120.110.128/27\",\r\n \"51.120.211.80/28\",\r\n \"51.120.211.128/26\",\r\n \"51.120.214.64/27\",\r\n \"51.120.233.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Norway West\",\r\n \"communityValue\": \"12076:55043\",\r\n \"communityPrefixes\": [\r\n \"51.13.137.128/26\",\r\n \"51.120.219.96/27\",\r\n \"51.120.219.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupPolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupPolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupPolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Poland Central\",\r\n \"communityValue\": \"12076:55051\",\r\n \"communityPrefixes\": [\r\n \"20.215.4.0/26\",\r\n \"20.215.19.0/26\",\r\n \"20.215.27.0/26\",\r\n \"20.215.155.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Qatar Central\",\r\n \"communityValue\": \"12076:55049\",\r\n \"communityPrefixes\": [\r\n \"20.21.36.128/26\",\r\n \"20.21.43.64/26\",\r\n \"20.21.67.0/26\",\r\n \"20.21.75.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South Africa North\",\r\n \"communityValue\": \"12076:55034\",\r\n \"communityPrefixes\": [\r\n \"102.37.160.192/26\",\r\n \"102.133.123.96/27\",\r\n \"102.133.155.64/26\",\r\n \"102.133.155.128/27\",\r\n \"102.133.251.0/27\",\r\n \"102.133.254.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South Africa West\",\r\n \"communityValue\": \"12076:55035\",\r\n \"communityPrefixes\": [\r\n \"102.37.81.0/26\",\r\n \"102.133.27.64/26\",\r\n \"102.133.27.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South Central US\",\r\n \"communityValue\": \"12076:55008\",\r\n \"communityPrefixes\": [\r\n \"20.45.123.0/26\",\r\n \"20.45.123.64/28\",\r\n \"20.45.125.192/27\",\r\n \"20.49.90.192/26\",\r\n \"20.49.91.0/27\",\r\n \"20.65.133.128/26\",\r\n \"104.214.19.96/27\",\r\n \"104.214.19.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South India\",\r\n \"communityValue\": \"12076:55019\",\r\n \"communityPrefixes\": [\r\n \"40.78.195.32/27\",\r\n \"40.78.195.64/26\",\r\n \"52.172.116.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Southeast Asia\",\r\n \"communityValue\": \"12076:55011\",\r\n \"communityPrefixes\": [\r\n \"13.67.12.0/24\",\r\n \"13.67.13.0/25\",\r\n \"20.195.66.0/24\",\r\n \"20.195.67.0/25\",\r\n \"23.98.83.0/27\",\r\n \"23.98.83.128/25\",\r\n \"23.98.84.0/24\",\r\n \"40.78.234.192/27\",\r\n \"40.78.235.0/24\",\r\n \"40.78.236.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Sweden Central\",\r\n \"communityValue\": \"12076:55047\",\r\n \"communityPrefixes\": [\r\n \"51.12.25.128/26\",\r\n \"51.12.99.96/27\",\r\n \"51.12.99.128/26\",\r\n \"51.12.227.80/28\",\r\n \"51.12.227.128/26\",\r\n \"51.12.235.80/28\",\r\n \"51.12.235.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Sweden South\",\r\n \"communityValue\": \"12076:55048\",\r\n \"communityPrefixes\": [\r\n \"51.12.17.64/26\",\r\n \"51.12.203.96/27\",\r\n \"51.12.203.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Switzerland North\",\r\n \"communityValue\": \"12076:55038\",\r\n \"communityPrefixes\": [\r\n \"20.208.19.0/26\",\r\n \"51.103.203.0/26\",\r\n \"51.107.59.64/26\",\r\n \"51.107.59.128/27\",\r\n \"51.107.243.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Switzerland West\",\r\n \"communityValue\": \"12076:55039\",\r\n \"communityPrefixes\": [\r\n \"51.107.155.64/26\",\r\n \"51.107.155.128/27\",\r\n \"51.107.251.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UAE Central\",\r\n \"communityValue\": \"12076:55037\",\r\n \"communityPrefixes\": [\r\n \"20.37.75.0/26\",\r\n \"20.37.75.64/27\",\r\n \"20.45.90.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UAE North\",\r\n \"communityValue\": \"12076:55036\",\r\n \"communityPrefixes\": [\r\n \"20.38.155.64/26\",\r\n \"40.120.74.192/26\",\r\n \"40.120.75.0/27\",\r\n \"40.120.82.0/26\",\r\n \"65.52.251.0/26\",\r\n \"65.52.251.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UK South\",\r\n \"communityValue\": \"12076:55024\",\r\n \"communityPrefixes\": [\r\n \"51.105.67.32/27\",\r\n \"51.105.67.64/26\",\r\n \"51.105.75.0/27\",\r\n \"51.105.75.64/26\",\r\n \"51.140.148.64/26\",\r\n \"51.140.148.128/27\",\r\n \"51.143.212.192/26\",\r\n \"51.143.213.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UK South 2\",\r\n \"communityValue\": \"12076:55023\",\r\n \"communityPrefixes\": [\r\n \"13.87.57.0/26\",\r\n \"13.87.57.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UK West\",\r\n \"communityValue\": \"12076:55025\",\r\n \"communityPrefixes\": [\r\n \"20.58.67.128/25\",\r\n \"51.140.211.32/27\",\r\n \"51.140.211.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West Central US\",\r\n \"communityValue\": \"12076:55027\",\r\n \"communityPrefixes\": [\r\n \"13.71.195.64/26\",\r\n \"13.71.195.128/27\",\r\n \"20.69.1.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West Europe\",\r\n \"communityValue\": \"12076:55002\",\r\n \"communityPrefixes\": [\r\n \"13.69.65.32/27\",\r\n \"13.69.65.128/25\",\r\n \"13.69.107.0/27\",\r\n \"13.69.107.128/25\",\r\n \"20.61.102.128/25\",\r\n \"20.61.103.0/26\",\r\n \"52.236.187.0/27\",\r\n \"52.236.187.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West India\",\r\n \"communityValue\": \"12076:55018\",\r\n \"communityPrefixes\": [\r\n \"20.192.80.64/26\",\r\n \"104.211.147.0/26\",\r\n \"104.211.147.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West US\",\r\n \"communityValue\": \"12076:55006\",\r\n \"communityPrefixes\": [\r\n \"13.86.218.0/25\",\r\n \"13.86.218.128/26\",\r\n \"20.66.4.0/25\",\r\n \"20.66.4.128/26\",\r\n \"20.168.163.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West US 2\",\r\n \"communityValue\": \"12076:55026\",\r\n \"communityPrefixes\": [\r\n \"13.66.140.192/26\",\r\n \"13.66.141.0/27\",\r\n \"20.51.12.128/26\",\r\n \"40.78.243.32/27\",\r\n \"40.78.243.64/26\",\r\n \"40.78.250.224/27\",\r\n \"40.78.251.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West US 3\",\r\n \"communityValue\": \"12076:55044\",\r\n \"communityPrefixes\": [\r\n \"20.150.171.96/27\",\r\n \"20.150.171.128/26\",\r\n \"20.150.179.80/28\",\r\n \"20.150.179.128/26\",\r\n \"20.150.181.64/27\",\r\n \"20.150.187.80/28\",\r\n \"20.150.187.128/26\",\r\n \"20.150.190.0/27\",\r\n \"20.150.244.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"DefenderforEndpointCyberData\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/DefenderforEndpointCyberData\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"DefenderforEndpointCyberData\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"OneDSCollector\",\r\n \"communityValue\": \"12076:5210\",\r\n \"communityPrefixes\": [\r\n \"4.232.44.176/28\",\r\n \"13.67.15.200/29\",\r\n \"13.69.109.130/31\",\r\n \"13.69.116.104/29\",\r\n \"13.69.239.68/31\",\r\n \"13.69.239.72/29\",\r\n \"13.70.79.66/31\",\r\n \"13.70.79.200/29\",\r\n \"13.71.177.232/29\",\r\n \"13.78.111.198/31\",\r\n \"13.89.178.26/31\",\r\n \"13.89.179.8/29\",\r\n \"20.36.144.168/29\",\r\n \"20.38.157.144/30\",\r\n \"20.42.65.84/31\",\r\n \"20.42.65.88/29\",\r\n \"20.42.72.130/31\",\r\n \"20.42.73.24/29\",\r\n \"20.44.10.122/31\",\r\n \"20.44.31.40/29\",\r\n \"20.50.73.4/31\",\r\n \"20.50.73.8/29\",\r\n \"20.50.80.208/29\",\r\n \"20.50.201.194/31\",\r\n \"20.50.201.200/29\",\r\n \"20.52.64.200/29\",\r\n \"20.52.72.112/28\",\r\n \"20.89.1.8/29\",\r\n \"20.151.32.144/29\",\r\n \"20.189.173.0/27\",\r\n \"20.192.102.96/29\",\r\n \"20.192.184.192/28\",\r\n \"20.194.68.152/29\",\r\n \"20.194.129.96/29\",\r\n \"20.195.152.132/30\",\r\n \"20.205.192.88/29\",\r\n \"20.208.21.164/30\",\r\n \"20.217.13.96/28\",\r\n \"23.98.113.80/29\",\r\n \"40.69.111.208/28\",\r\n \"40.70.151.72/29\",\r\n \"40.70.151.192/31\",\r\n \"40.74.98.192/27\",\r\n \"40.79.141.152/29\",\r\n \"40.79.150.120/29\",\r\n \"40.79.163.154/31\",\r\n \"40.79.167.8/29\",\r\n \"40.79.171.226/31\",\r\n \"40.79.173.40/29\",\r\n \"40.79.189.58/31\",\r\n \"40.79.191.208/29\",\r\n \"40.79.197.34/31\",\r\n \"40.80.54.40/29\",\r\n \"40.120.9.64/29\",\r\n \"40.120.64.208/30\",\r\n \"40.120.77.180/30\",\r\n \"51.11.192.48/29\",\r\n \"51.13.1.20/30\",\r\n \"51.13.128.88/29\",\r\n \"51.103.205.164/30\",\r\n \"51.104.15.240/29\",\r\n \"51.104.15.252/31\",\r\n \"51.105.71.128/29\",\r\n \"51.105.71.136/31\",\r\n \"51.107.129.108/30\",\r\n \"51.107.193.8/29\",\r\n \"51.116.246.104/29\",\r\n \"51.116.253.168/29\",\r\n \"51.120.110.208/30\",\r\n \"51.120.214.152/30\",\r\n \"51.132.193.104/29\",\r\n \"51.132.193.112/31\",\r\n \"51.138.160.192/28\",\r\n \"52.138.229.66/31\",\r\n \"52.167.109.66/31\",\r\n \"52.167.111.136/29\",\r\n \"52.168.112.66/31\",\r\n \"52.168.117.168/29\",\r\n \"52.178.17.2/31\",\r\n \"52.178.17.232/29\",\r\n \"52.182.141.62/31\",\r\n \"52.182.143.208/29\",\r\n \"52.231.23.200/29\",\r\n \"52.231.151.192/28\",\r\n \"52.246.158.168/29\",\r\n \"68.221.43.80/28\",\r\n \"102.37.64.168/29\",\r\n \"102.37.72.192/30\",\r\n \"102.133.127.180/30\",\r\n \"102.133.254.208/30\",\r\n \"104.46.162.224/27\",\r\n \"104.208.16.88/29\",\r\n \"104.208.151.0/31\",\r\n \"104.211.81.232/29\",\r\n \"158.23.115.32/28\",\r\n \"191.234.150.100/30\",\r\n \"191.234.157.176/30\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"OneDSCollector\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"MicrosoftDefenderforIdentity\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/MicrosoftDefenderforIdentity\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"MicrosoftDefenderforIdentity\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Microsoft Defender for Identity\",\r\n \"communityValue\": \"12076:5220\",\r\n \"communityPrefixes\": [\r\n \"4.232.24.24/29\",\r\n \"20.17.48.24/29\",\r\n \"20.17.112.24/29\",\r\n \"20.21.32.24/29\",\r\n \"20.36.120.112/29\",\r\n \"20.37.64.112/29\",\r\n \"20.37.156.192/29\",\r\n \"20.37.195.8/29\",\r\n \"20.37.224.112/29\",\r\n \"20.38.84.96/29\",\r\n \"20.38.136.112/29\",\r\n \"20.39.11.16/29\",\r\n \"20.41.4.96/29\",\r\n \"20.41.65.128/29\",\r\n \"20.41.192.112/29\",\r\n \"20.42.4.192/29\",\r\n \"20.42.129.176/29\",\r\n \"20.42.224.112/29\",\r\n \"20.43.41.144/29\",\r\n \"20.43.65.136/29\",\r\n \"20.43.130.88/29\",\r\n \"20.45.112.112/29\",\r\n \"20.45.192.112/29\",\r\n \"20.51.14.64/29\",\r\n \"20.62.135.224/29\",\r\n \"20.66.6.80/29\",\r\n \"20.72.16.24/29\",\r\n \"20.82.244.24/29\",\r\n \"20.86.88.184/29\",\r\n \"20.113.248.104/29\",\r\n \"20.150.160.112/29\",\r\n \"20.189.106.120/29\",\r\n \"20.192.160.24/29\",\r\n \"20.192.225.16/29\",\r\n \"20.195.69.80/29\",\r\n \"20.215.0.24/29\",\r\n \"20.217.40.24/29\",\r\n \"40.67.48.112/29\",\r\n \"40.74.30.96/29\",\r\n \"40.80.56.112/29\",\r\n \"40.80.168.112/29\",\r\n \"40.80.188.16/29\",\r\n \"40.82.253.64/29\",\r\n \"40.89.16.112/29\",\r\n \"40.119.9.224/29\",\r\n \"51.12.46.232/29\",\r\n \"51.12.198.192/29\",\r\n \"51.53.24.24/29\",\r\n \"51.53.168.24/29\",\r\n \"51.104.25.144/29\",\r\n \"51.105.80.112/29\",\r\n \"51.105.88.112/29\",\r\n \"51.107.48.112/29\",\r\n \"51.107.144.112/29\",\r\n \"51.120.40.112/29\",\r\n \"51.120.224.112/29\",\r\n \"51.137.161.128/29\",\r\n \"51.143.192.112/29\",\r\n \"51.143.214.56/29\",\r\n \"52.136.48.112/29\",\r\n \"52.140.104.112/29\",\r\n \"52.150.139.64/29\",\r\n \"52.228.81.128/29\",\r\n \"57.151.208.24/29\",\r\n \"68.221.80.24/29\",\r\n \"70.153.152.24/29\",\r\n \"158.23.96.24/29\",\r\n \"172.204.152.24/29\",\r\n \"191.233.8.24/29\",\r\n \"191.235.225.136/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"MicrosoftDefenderforIdentity\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Microsoft Defender for Identity IPv6\",\r\n \"communityValue\": \"12076:5220\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:4::140/123\",\r\n \"2603:1000:104:1::140/123\",\r\n \"2603:1010:6:1::140/123\",\r\n \"2603:1010:101::140/123\",\r\n \"2603:1010:304::140/123\",\r\n \"2603:1010:404::140/123\",\r\n \"2603:1010:502::180/123\",\r\n \"2603:1020:5:1::140/123\",\r\n \"2603:1020:206:1::140/123\",\r\n \"2603:1020:305::140/123\",\r\n \"2603:1020:405::140/123\",\r\n \"2603:1020:605::140/123\",\r\n \"2603:1020:705:1::140/123\",\r\n \"2603:1020:805:1::140/123\",\r\n \"2603:1020:905::140/123\",\r\n \"2603:1020:a04:1::140/123\",\r\n \"2603:1020:b04::140/123\",\r\n \"2603:1020:c04:1::140/123\",\r\n \"2603:1020:d04::140/123\",\r\n \"2603:1020:e04:1::140/123\",\r\n \"2603:1020:f04::140/123\",\r\n \"2603:1020:1004::140/123\",\r\n \"2603:1020:1104::140/123\",\r\n \"2603:1020:1204::180/123\",\r\n \"2603:1020:1302::180/123\",\r\n \"2603:1020:1403::180/123\",\r\n \"2603:1030:f:1::140/123\",\r\n \"2603:1030:10:1::140/123\",\r\n \"2603:1030:104:1::140/123\",\r\n \"2603:1030:107::140/123\",\r\n \"2603:1030:210:1::140/123\",\r\n \"2603:1030:40b:1::140/123\",\r\n \"2603:1030:40c:1::140/123\",\r\n \"2603:1030:504:1::140/123\",\r\n \"2603:1030:608::140/123\",\r\n \"2603:1030:702::180/123\",\r\n \"2603:1030:807:1::140/123\",\r\n \"2603:1030:902::180/123\",\r\n \"2603:1030:a07::140/123\",\r\n \"2603:1030:b04::140/123\",\r\n \"2603:1030:c06:1::140/123\",\r\n \"2603:1030:f05:1::140/123\",\r\n \"2603:1030:1005::140/123\",\r\n \"2603:1040:5:1::140/123\",\r\n \"2603:1040:207::140/123\",\r\n \"2603:1040:407:1::140/123\",\r\n \"2603:1040:606::140/123\",\r\n \"2603:1040:806::140/123\",\r\n \"2603:1040:904:1::140/123\",\r\n \"2603:1040:a06:1::140/123\",\r\n \"2603:1040:b04::140/123\",\r\n \"2603:1040:c06::140/123\",\r\n \"2603:1040:d04::140/123\",\r\n \"2603:1040:e05:1::560/123\",\r\n \"2603:1040:f05:1::140/123\",\r\n \"2603:1040:1002::c0/123\",\r\n \"2603:1040:1104::140/123\",\r\n \"2603:1040:1202::180/123\",\r\n \"2603:1040:1302::180/123\",\r\n \"2603:1040:1402::180/123\",\r\n \"2603:1040:1503::180/123\",\r\n \"2603:1040:1602::180/123\",\r\n \"2603:1040:1802:2::760/123\",\r\n \"2603:1050:6:1::140/123\",\r\n \"2603:1050:403::140/123\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"MicrosoftDefenderforIdentity\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCommunicationServices\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCommunicationServices\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCommunicationServices\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Communication Services\",\r\n \"communityValue\": \"12076:5240\",\r\n \"communityPrefixes\": [\r\n \"20.202.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCommunicationServices\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Communication Services IPv6\",\r\n \"communityValue\": \"12076:5240\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCommunicationServices\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSIPTrunking\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSIPTrunking\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSIPTrunking\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SIP Trunking\",\r\n \"communityValue\": \"12076:5250\",\r\n \"communityPrefixes\": [\r\n \"52.120.0.0/15\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSIPTrunking\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SIP Trunking IPv6\",\r\n \"communityValue\": \"12076:5250\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSIPTrunking\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "707782" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "3b34a9de-df81-4780-a88e-b94e921b3a9c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "22cb93ae-591a-47d6-9c93-b896b7448234" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "596210d0-2bc9-4230-a06e-bf7b3a8023eb" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075535Z:22cb93ae-591a-47d6-9c93-b896b7448234" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 2DC273CF8AF84DB99EAF1343D848902B Ref B: MAA201060516029 Ref C: 2024-04-02T07:55:32Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:55:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 745, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:55:32.453Z", + "time": 3193, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 3193 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit-connection_2668817112/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit-connection_2668817112/recording.har new file mode 100644 index 00000000..cfe8cde9 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit-connection_2668817112/recording.har @@ -0,0 +1,2511 @@ +{ + "log": { + "_recordingName": "rm-azure-express-route-circuit-connection", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:54:45.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "be76851c-021c-4325-b348-c389a0762800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:45 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:45.316Z", + "time": 633, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 633 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "328e30c5-7bd8-a827-a3b5-13a6774c154f" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "4327315c-2ec8-47a8-b7f4-ee1a6fd6ce5d" + }, + { + "name": "client-request-id", + "value": "328e30c5-7bd8-a827-a3b5-13a6774c154f" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00006F8B\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:45 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:45.953Z", + "time": 571, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 571 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "e07b0999-f22e-af7d-5ed3-6b629c4dbc2c" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "dfb04986-9407-4bb9-bcd4-49caab0ac3fd" + }, + { + "name": "client-request-id", + "value": "e07b0999-f22e-af7d-5ed3-6b629c4dbc2c" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007036\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:49 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:46.530Z", + "time": 4192, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 4192 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "57ea59a6-48e2-4de7-b1a0-d86be98d757e" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048091\",\"not_before\":\"1712044191\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:54:51.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "57ea59a6-48e2-4de7-b1a0-d86be98d757e" + }, + { + "name": "x-ms-request-id", + "value": "0c09eaa7-44ce-4a62-80dc-e53b22592200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:50 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:50.729Z", + "time": 994, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 994 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "59f6108d-7f1d-4b55-b73e-2e331fa7d70b" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "0eacef81-0bb8-4a8a-8733-df3d2854894d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0eacef81-0bb8-4a8a-8733-df3d2854894d" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T075452Z:0eacef81-0bb8-4a8a-8733-df3d2854894d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5732B70735B4478EA7CD1C7E024CB243 Ref B: MAA201060516027 Ref C: 2024-04-02T07:54:52Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:51 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:51.733Z", + "time": 466, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 466 + } + }, + { + "_id": "c4571d69c37e1cba5a05e71290f79617", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a7f1d63d-478e-4d4a-9db2-35d2fe5c72e2" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1877, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/expressRouteCircuits?api-version=2019-12-01" + }, + "response": { + "bodySize": 10105, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 10105, + "text": "{\"value\":[{\"name\":\"direct\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"90221e8e-f3cb-4e0c-8559-0a2ebd039832\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":150,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[{\"name\":\"demoName\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"addressPrefix\":\"192.168.11.24/29\",\"authorizationKey\":\"308201F306092A864886F70D010703A08201E4308201E00201003182018C3082018802010030703059310B3009060355040613025553311E301C060355040A13154D6963726F736F667420436F72706F726174696F6E312A3028060355040313214D6963726F736F667420417A75726520544C532049737375696E6720434120303602133300F091EC8FEF75DCB9CEF244000000F091EC300D06092A864886F70D01010105000482010036B977895407DD84791C47FFDAA4C4640212993AB910EE37BFCEE94B47B66271171A1F7973DC2BE0A14AEE3C56A35876B77DC9648A15CD1B7FABB5C2A0F205DE7ABA315059A641252779955E86036BD0FB4B2E45C13B4840EC9DF2F099B177A2080293E9305663936BA2D64540DBF5AFDDC50912C876D7AE84CCAF9294216D422E0E2F3D2DCC8A0AF682C9FB4172783A43BFB0EC614259FE7B32769B2C3DE3E01382C92BD8BAB0B13492026C5295E6DF58A2308125836860D371689130BA45974EA613611E1371D8B6A416F7020CA7F6DC54A3FC4A45CC5C1AE83376F6ED9B55D9E9CADE49FB322500C40AC45A5259D442679D5BE7F6CDDFF8279C32BD444E55304B06092A864886F70D010701301406082A864886F70D03070408D87E57030D61E1A78028B158200110F9C0BC0513C7C5E513A8800812213FAEE84DC3183208735CF60B6032EC70BA6C3004BA\",\"circuitConnectionStatus\":\"Connected\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/connections\"}],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/authorizations/demokey2\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\",\"connectionResourceUri\":\"\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/10Gbps\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"direct2fromdirectexpressroute\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"411780e5-daec-490e-8771-44e4a01e579f\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":100,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"connections\":[],\"peeredConnections\":[{\"name\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"192.168.11.24/29\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"circuitConnectionStatus\":\"Connected\",\"connectionName\":\"demoName\",\"authResourceGuid\":\"22346bc5-5687-45df-8793-fcea17672d86\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"}]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/authorizations/demokey\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"7fb9b555-f308-4ec3-a341-06c213aca99f\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/directExpressRoute2\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"ExpressRoutecircuit\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{\"AccountId\":\"ExampleAccountID\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4e473b9e-ab96-4345-9a98-744aa6bdd127\",\"peerings\":[{\"name\":\"MicrosoftPeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/MicrosoftPeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"MicrosoftPeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"123.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"123.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":300,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[\"123.1.0.0/24\"],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"ValidationNeeded\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"},{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"10.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"10.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":200,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[],\"serviceProviderProperties\":{\"serviceProviderName\":\"Airtel\",\"peeringLocation\":\"Pune\",\"bandwidthInMbps\":50},\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"dd21cf58-f3fa-4873-b0bf-131d1fb3fd2e\",\"serviceProviderProvisioningState\":\"NotProvisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":false,\"stag\":5},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "10105" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "7e693c77-4966-4d96-be15-a3bcf1c2b2fe" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7e693c77-4966-4d96-be15-a3bcf1c2b2fe" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T075453Z:7e693c77-4966-4d96-be15-a3bcf1c2b2fe" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 62915CE172C94345818F5CE2CDA5F36C Ref B: MAA201060515009 Ref C: 2024-04-02T07:54:52Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:53 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 630, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:52.205Z", + "time": 1466, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1466 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a8c80b84-5aa8-4e93-8cfd-a6e884dff70b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048094\",\"not_before\":\"1712044194\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:54:54.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a8c80b84-5aa8-4e93-8cfd-a6e884dff70b" + }, + { + "name": "x-ms-request-id", + "value": "4f31a1f3-af99-4dde-9763-b21866bb1400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:53 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:53.680Z", + "time": 602, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 602 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a6dfa00e-3f50-4325-8665-3167651c267d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "ec48a058-5600-4e04-abe7-6c09efe58c82" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ec48a058-5600-4e04-abe7-6c09efe58c82" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075454Z:ec48a058-5600-4e04-abe7-6c09efe58c82" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3DFF8319D5894AD7B47716939B6F4250 Ref B: MAA201060516049 Ref C: 2024-04-02T07:54:54Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:54 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:54.288Z", + "time": 302, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 302 + } + }, + { + "_id": "d76f5661333ff9e244d5103251b6b935", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "4030b418-980c-432a-8fda-79b97fa52adc" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1950, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "3d7327c3-2b09-4da9-af79-7b2aab185c21" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a84544cd-680d-485e-b3b6-14e6d749f128" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "00aea2a8-3b5d-4d63-8e16-561d0a1dd8f8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075456Z:a84544cd-680d-485e-b3b6-14e6d749f128" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 67556BCACD214F3E8A1AB1E532F8B873 Ref B: MAA201060516053 Ref C: 2024-04-02T07:54:55Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:54.602Z", + "time": 1727, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1727 + } + }, + { + "_id": "24da3805b33cb3cf76c5dd26a6b1f5fc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "32d43067-c221-4f41-b880-c617a0655291" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1973, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 1249, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1249, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"etag\": \"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.11.24/29\",\r\n \"expressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"\r\n },\r\n \"peerExpressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"\r\n },\r\n \"circuitConnectionStatus\": \"Connected\",\r\n \"connectionName\": \"demoName\",\r\n \"authResourceGuid\": \"22346bc5-5687-45df-8793-fcea17672d86\"\r\n },\r\n \"type\": \"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1249" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "27f4521f-a241-40d5-9d5c-00e5d0aafea3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c28f8528-9315-4bcd-b0c1-444823694fef" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "0b88dff2-4bac-4aeb-be4d-6a1f83c59f83" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T075457Z:c28f8528-9315-4bcd-b0c1-444823694fef" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 772F824EBBF242A7B5BEAAC53F150584 Ref B: MAA201060514053 Ref C: 2024-04-02T07:54:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 745, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:56.334Z", + "time": 816, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 816 + } + }, + { + "_id": "a0c36df4b1548dbaca1dcebcddf14bcc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b01ee6bd-7776-48cb-821f-1a287d11d21a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1963, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "6939b636-486a-440f-a24a-b08de2532868" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a96dcc3d-c94f-4b8a-9189-66d3cf3c88d1" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "109df6cc-3666-4724-a8f9-7faa6bf2e5e0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11994" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075457Z:a96dcc3d-c94f-4b8a-9189-66d3cf3c88d1" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6F8F28EFD13B4C3DA78BCAD622E4A72C Ref B: MAA201060515037 Ref C: 2024-04-02T07:54:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:57.157Z", + "time": 783, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 783 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "22510230-6bda-4bd8-808c-0293353f7597" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048098\",\"not_before\":\"1712044198\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:54:58.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "22510230-6bda-4bd8-808c-0293353f7597" + }, + { + "name": "x-ms-request-id", + "value": "183bf3ee-9bdf-484c-b65e-b8f5b7eb3600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:58 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:57.955Z", + "time": 954, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 954 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "04a5da86-8963-4127-a07b-1fe4f7a14189" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "737f264b-ca88-469d-84df-fc1a81dce141" + }, + { + "name": "x-ms-correlation-request-id", + "value": "737f264b-ca88-469d-84df-fc1a81dce141" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T075459Z:737f264b-ca88-469d-84df-fc1a81dce141" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 30A36A91BE8943FB95A4E94375BAE579 Ref B: MAA201060513023 Ref C: 2024-04-02T07:54:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:58.920Z", + "time": 379, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 379 + } + }, + { + "_id": "7d6e75823f628a49cba88e4f5c80f7bb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b3905677-53f1-473b-94a9-96eb714cc305" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1946, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections?api-version=2019-12-01" + }, + "response": { + "bodySize": 1123, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1123, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"demoName\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\r\n \"etag\": \"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"expressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"\r\n },\r\n \"peerExpressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"\r\n },\r\n \"addressPrefix\": \"192.168.11.24/29\",\r\n \"authorizationKey\": \"26769835-0f80-478e-906d-6d9bab07ef21\",\r\n \"circuitConnectionStatus\": \"Connected\"\r\n },\r\n \"type\": \"Microsoft.Network/expressRouteCircuits/peerings/connections\"\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1123" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "78f39755-0359-4e67-bd38-36f34864e438" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e7ce9371-1c65-405f-9747-df2502dc2741" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "a0a98f73-e98e-4c9a-a06c-2dff351b8e4b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11987" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075500Z:e7ce9371-1c65-405f-9747-df2502dc2741" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1122C73E96B440AA9E04F7EC1D530AA0 Ref B: MAA201060516029 Ref C: 2024-04-02T07:54:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:59.311Z", + "time": 1422, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1422 + } + }, + { + "_id": "8f4cf20efb6221ba68f598a0e946b5e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6e4f9985-b5e6-4038-adc7-74e55a5d75eb" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1969, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/connections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "8b0dcdee-db8a-43b5-8796-12a150ddbdea" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f0eda9bb-7812-4ff2-a52e-0689fcf56b08" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "d260ef02-449d-4e69-b314-f815e94e8d03" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T075501Z:f0eda9bb-7812-4ff2-a52e-0689fcf56b08" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E0219AAE434446C5AE4C3C3E4B1CB759 Ref B: MAA201060513049 Ref C: 2024-04-02T07:55:00Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:55:01 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:55:00.739Z", + "time": 1121, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1121 + } + }, + { + "_id": "ff55ecca3cc281bade9f7124261892ba", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5d003aba-0ec2-4079-a57a-f7e6f0e01160" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1959, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering/connections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "98fa815b-35ff-4a95-8038-7cafe6271b21" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2d673aa0-bf80-44b3-94bd-93433e1280b1" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "1259b7dc-8369-4a6e-bd9a-72f46ce2eb96" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075502Z:2d673aa0-bf80-44b3-94bd-93433e1280b1" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E61C2234965F47688F7592C87CC18C8B Ref B: MAA201060514033 Ref C: 2024-04-02T07:55:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:55:02 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:55:01.869Z", + "time": 625, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 625 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit-has-azure-express-route-circuit-connection-relation_1976622143/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit-has-azure-express-route-circuit-connection-relation_1976622143/recording.har new file mode 100644 index 00000000..69a8f383 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit-has-azure-express-route-circuit-connection-relation_1976622143/recording.har @@ -0,0 +1,2511 @@ +{ + "log": { + "_recordingName": "rm-azure-express-route-circuit-has-azure-express-route-circuit-connection-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:06:24.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "98314ed8-ca93-4ebc-8bfa-a7c005e03300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:24 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:23.669Z", + "time": 792, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 792 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "7251a42b-257d-2883-c53f-4d0531e7b8f5" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "1c8901e6-77ce-4525-9452-f88d82f9bba0" + }, + { + "name": "client-request-id", + "value": "7251a42b-257d-2883-c53f-4d0531e7b8f5" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002CC\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:24 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:24.466Z", + "time": 351, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 351 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "c5d2a62e-e90d-b9a9-383d-67cbef4f2062" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "796a8560-f899-4a98-bbac-8a466839b02d" + }, + { + "name": "client-request-id", + "value": "c5d2a62e-e90d-b9a9-383d-67cbef4f2062" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002B8\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:26 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:24.823Z", + "time": 1994, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1994 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "c83f4d34-340a-40c6-be9d-aa12212f2b11" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048787\",\"not_before\":\"1712044887\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:06:27.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "c83f4d34-340a-40c6-be9d-aa12212f2b11" + }, + { + "name": "x-ms-request-id", + "value": "b599add6-39c4-4bed-92b1-60b8c9ce2b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:26 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:26.826Z", + "time": 483, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 483 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "764e20e8-9624-4e45-8134-ffd22ffcbeb6" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "d79e1f03-15bc-4862-b076-52477a284cf8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d79e1f03-15bc-4862-b076-52477a284cf8" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080627Z:d79e1f03-15bc-4862-b076-52477a284cf8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D574025291744BF0B41DCC9A4528B318 Ref B: MAA201060515021 Ref C: 2024-04-02T08:06:27Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:27.317Z", + "time": 286, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 286 + } + }, + { + "_id": "c4571d69c37e1cba5a05e71290f79617", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f0b747c4-165e-447a-b10d-0a98f0d10ba4" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1877, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/expressRouteCircuits?api-version=2019-12-01" + }, + "response": { + "bodySize": 10105, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 10105, + "text": "{\"value\":[{\"name\":\"direct\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"90221e8e-f3cb-4e0c-8559-0a2ebd039832\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":150,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[{\"name\":\"demoName\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"addressPrefix\":\"192.168.11.24/29\",\"authorizationKey\":\"308201F306092A864886F70D010703A08201E4308201E00201003182018C3082018802010030703059310B3009060355040613025553311E301C060355040A13154D6963726F736F667420436F72706F726174696F6E312A3028060355040313214D6963726F736F667420417A75726520544C532049737375696E6720434120303602133300F091EC8FEF75DCB9CEF244000000F091EC300D06092A864886F70D01010105000482010036B977895407DD84791C47FFDAA4C4640212993AB910EE37BFCEE94B47B66271171A1F7973DC2BE0A14AEE3C56A35876B77DC9648A15CD1B7FABB5C2A0F205DE7ABA315059A641252779955E86036BD0FB4B2E45C13B4840EC9DF2F099B177A2080293E9305663936BA2D64540DBF5AFDDC50912C876D7AE84CCAF9294216D422E0E2F3D2DCC8A0AF682C9FB4172783A43BFB0EC614259FE7B32769B2C3DE3E01382C92BD8BAB0B13492026C5295E6DF58A2308125836860D371689130BA45974EA613611E1371D8B6A416F7020CA7F6DC54A3FC4A45CC5C1AE83376F6ED9B55D9E9CADE49FB322500C40AC45A5259D442679D5BE7F6CDDFF8279C32BD444E55304B06092A864886F70D010701301406082A864886F70D03070408D87E57030D61E1A78028B158200110F9C0BC0513C7C5E513A8800812213FAEE84DC3183208735CF60B6032EC70BA6C3004BA\",\"circuitConnectionStatus\":\"Connected\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/connections\"}],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/authorizations/demokey2\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\",\"connectionResourceUri\":\"\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/10Gbps\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"direct2fromdirectexpressroute\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"411780e5-daec-490e-8771-44e4a01e579f\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":100,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"connections\":[],\"peeredConnections\":[{\"name\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"192.168.11.24/29\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"circuitConnectionStatus\":\"Connected\",\"connectionName\":\"demoName\",\"authResourceGuid\":\"22346bc5-5687-45df-8793-fcea17672d86\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"}]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/authorizations/demokey\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"7fb9b555-f308-4ec3-a341-06c213aca99f\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/directExpressRoute2\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"ExpressRoutecircuit\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{\"AccountId\":\"ExampleAccountID\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4e473b9e-ab96-4345-9a98-744aa6bdd127\",\"peerings\":[{\"name\":\"MicrosoftPeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/MicrosoftPeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"MicrosoftPeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"123.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"123.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":300,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[\"123.1.0.0/24\"],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"ValidationNeeded\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"},{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"10.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"10.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":200,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[],\"serviceProviderProperties\":{\"serviceProviderName\":\"Airtel\",\"peeringLocation\":\"Pune\",\"bandwidthInMbps\":50},\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"dd21cf58-f3fa-4873-b0bf-131d1fb3fd2e\",\"serviceProviderProvisioningState\":\"NotProvisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":false,\"stag\":5},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "10105" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "66ce6b9d-ad76-409f-a389-2bb68ba52b72" + }, + { + "name": "x-ms-correlation-request-id", + "value": "66ce6b9d-ad76-409f-a389-2bb68ba52b72" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080629Z:66ce6b9d-ad76-409f-a389-2bb68ba52b72" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 470151AAD8E04B39A3A920C77F8395A8 Ref B: MAA201060516037 Ref C: 2024-04-02T08:06:27Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:28 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 627, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:27.616Z", + "time": 2319, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2319 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "4dcb4da5-ee70-49f2-836a-923d558f2f59" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048790\",\"not_before\":\"1712044890\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:06:30.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "4dcb4da5-ee70-49f2-836a-923d558f2f59" + }, + { + "name": "x-ms-request-id", + "value": "7836c495-cbb5-48d4-9aca-c74478708300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:29 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:29.945Z", + "time": 515, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 515 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8269ade4-7b0b-421e-9944-878c77c1c067" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "df6c514c-10e2-47c7-804b-8c2ed054035c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "df6c514c-10e2-47c7-804b-8c2ed054035c" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080630Z:df6c514c-10e2-47c7-804b-8c2ed054035c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E2E19198BDA04653A311531D95BDF988 Ref B: MAA201060515009 Ref C: 2024-04-02T08:06:30Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:30 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:30.469Z", + "time": 256, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 256 + } + }, + { + "_id": "d76f5661333ff9e244d5103251b6b935", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "25491446-a32f-4b28-870e-da4173df1f21" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1950, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "a1ea49c4-41ed-447c-9218-34e85f16d06c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "77d4d0f0-a81d-4537-8a7d-6d5b5c665969" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "33962e2e-e9eb-43e3-95bd-efbc0a01de14" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11993" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080631Z:77d4d0f0-a81d-4537-8a7d-6d5b5c665969" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EC287B009A04453EAA3E5A0A9D014F8A Ref B: MAA201060516053 Ref C: 2024-04-02T08:06:30Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:31 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:30.730Z", + "time": 1324, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1324 + } + }, + { + "_id": "24da3805b33cb3cf76c5dd26a6b1f5fc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2aa777bd-c642-4fd3-87c2-7db47bb6a127" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1973, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 1249, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1249, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"etag\": \"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.11.24/29\",\r\n \"expressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"\r\n },\r\n \"peerExpressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"\r\n },\r\n \"circuitConnectionStatus\": \"Connected\",\r\n \"connectionName\": \"demoName\",\r\n \"authResourceGuid\": \"22346bc5-5687-45df-8793-fcea17672d86\"\r\n },\r\n \"type\": \"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1249" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "e61b0bb8-9713-436d-95e8-c5b8bb73f8d8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4604a7ad-1a9b-4406-9e2d-d2142cfdf0e8" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "d15e9d0b-a5df-4798-b405-1974914264b4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11990" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080633Z:4604a7ad-1a9b-4406-9e2d-d2142cfdf0e8" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 30CA75AFAE0B40AC9E19BDB4E7A6DB0A Ref B: MAA201060513009 Ref C: 2024-04-02T08:06:32Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:32.059Z", + "time": 1148, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1148 + } + }, + { + "_id": "a0c36df4b1548dbaca1dcebcddf14bcc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a7763dbb-57b5-4b9c-928a-95c50ad8a404" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1963, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "cc97cbec-49c0-4634-a6f9-b61682fc9136" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e74fe3c0-d2b7-41ac-b56e-41e05ca3ff1f" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "87cc363b-51c4-4f00-b09f-68cf1c25f0d9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080633Z:e74fe3c0-d2b7-41ac-b56e-41e05ca3ff1f" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FB4278829DAD46D88787FF62551C1BAC Ref B: MAA201060514017 Ref C: 2024-04-02T08:06:33Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:33 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:33.215Z", + "time": 667, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 667 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "53a7492f-f11d-4412-bb4c-909d9f7e5f36" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048794\",\"not_before\":\"1712044894\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:06:34.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "53a7492f-f11d-4412-bb4c-909d9f7e5f36" + }, + { + "name": "x-ms-request-id", + "value": "6d42eb72-877c-43cb-859a-b69dbe059200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:34 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:33.893Z", + "time": 1012, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1012 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ab7a61bf-dd06-47f0-9b0f-30ead34c6fcc" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "fc611626-e073-4405-a9e2-871d84a53aa3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fc611626-e073-4405-a9e2-871d84a53aa3" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080635Z:fc611626-e073-4405-a9e2-871d84a53aa3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 27561AD81CD64967B9AFDC4653DDE1E6 Ref B: MAA201060516029 Ref C: 2024-04-02T08:06:35Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:34 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:34.909Z", + "time": 406, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 406 + } + }, + { + "_id": "7d6e75823f628a49cba88e4f5c80f7bb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1d814453-1604-42e6-b5dc-cfef517105a6" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1946, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections?api-version=2019-12-01" + }, + "response": { + "bodySize": 1123, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1123, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"demoName\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\r\n \"etag\": \"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"expressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"\r\n },\r\n \"peerExpressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"\r\n },\r\n \"addressPrefix\": \"192.168.11.24/29\",\r\n \"authorizationKey\": \"26769835-0f80-478e-906d-6d9bab07ef21\",\r\n \"circuitConnectionStatus\": \"Connected\"\r\n },\r\n \"type\": \"Microsoft.Network/expressRouteCircuits/peerings/connections\"\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1123" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "026504f2-120f-446a-a108-fed862ab763c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b94939bb-5a9f-49f9-b55a-51f9edded44f" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "beec807b-69a1-4eef-9ff5-05128b666722" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080636Z:b94939bb-5a9f-49f9-b55a-51f9edded44f" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C711BC0B82F543429944DE7693102795 Ref B: MAA201060515037 Ref C: 2024-04-02T08:06:35Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:35 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:35.321Z", + "time": 704, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 704 + } + }, + { + "_id": "8f4cf20efb6221ba68f598a0e946b5e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ad7a17d4-e6c7-43d1-b30d-3ea84605386b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1969, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/connections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "cffa09b5-cca8-4aeb-b8ab-481d7483b6ed" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e735afaf-d194-4428-9fbf-ef7b84f84b35" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "d18bf1b4-da61-4ca8-9f3e-1bf3489e105c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080636Z:e735afaf-d194-4428-9fbf-ef7b84f84b35" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3524AB7495B14621B5C608DF2B5808A3 Ref B: MAA201060515019 Ref C: 2024-04-02T08:06:36Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:36 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:36.031Z", + "time": 689, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 689 + } + }, + { + "_id": "ff55ecca3cc281bade9f7124261892ba", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f88de2a0-660d-48e0-ab9b-a5a3e4823623" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1959, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering/connections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "d47022b3-74b6-4657-add6-d39d39b37e4b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e890f7d9-54c1-4667-a678-08ed2da25682" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "90bc95d2-92b0-4b6a-9786-7d9dd98305ef" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11986" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080637Z:e890f7d9-54c1-4667-a678-08ed2da25682" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 75AA95645CAF45E5BB2617B5A13E273B Ref B: MAA201060516053 Ref C: 2024-04-02T08:06:36Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:06:36 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:06:36.724Z", + "time": 730, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 730 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit-has-azure-peer-express-route-connection-relation_803893662/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit-has-azure-peer-express-route-connection-relation_803893662/recording.har new file mode 100644 index 00000000..82f7470d --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit-has-azure-peer-express-route-connection-relation_803893662/recording.har @@ -0,0 +1,1718 @@ +{ + "log": { + "_recordingName": "rm-azure-express-route-circuit-has-azure-peer-express-route-connection-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:01:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "812b7393-4894-4fd6-921d-f9e4f1de3c00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:01:54 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:01:54.666Z", + "time": 586, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 586 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "4655e5f0-33e2-4089-6ebf-c22b66e1cd48" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "576ad775-85ac-4cba-9fee-2c2958d71343" + }, + { + "name": "client-request-id", + "value": "4655e5f0-33e2-4089-6ebf-c22b66e1cd48" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF0000027C\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:01:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:01:55.255Z", + "time": 768, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 768 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "50fe5077-d6e3-63af-5b3c-5d460e22a89d" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "5523e5d8-5198-4d43-8987-3f5d13484d51" + }, + { + "name": "client-request-id", + "value": "50fe5077-d6e3-63af-5b3c-5d460e22a89d" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002A8\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:01:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:01:56.031Z", + "time": 1112, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1112 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a378feb3-17c3-45f5-848b-f2c6533a1039" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048517\",\"not_before\":\"1712044617\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:01:57.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a378feb3-17c3-45f5-848b-f2c6533a1039" + }, + { + "name": "x-ms-request-id", + "value": "b0ec2718-5122-436f-8dfc-89c52c163100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:01:57 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:01:57.153Z", + "time": 490, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 490 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b0da8ae7-b7f4-464b-a081-3ba501810da3" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "6708a7ae-a947-491d-ae47-ddcc51d99ebe" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6708a7ae-a947-491d-ae47-ddcc51d99ebe" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T080159Z:6708a7ae-a947-491d-ae47-ddcc51d99ebe" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A5C27156AC304F55ACE7D6FAC396F73D Ref B: MAA201060516021 Ref C: 2024-04-02T08:01:58Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:01:58 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:01:57.647Z", + "time": 1494, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1494 + } + }, + { + "_id": "c4571d69c37e1cba5a05e71290f79617", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "dff7ba8a-d888-4578-92fc-b6126f12dca9" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1877, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/expressRouteCircuits?api-version=2019-12-01" + }, + "response": { + "bodySize": 10105, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 10105, + "text": "{\"value\":[{\"name\":\"direct\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"90221e8e-f3cb-4e0c-8559-0a2ebd039832\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":150,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[{\"name\":\"demoName\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"addressPrefix\":\"192.168.11.24/29\",\"authorizationKey\":\"308201F306092A864886F70D010703A08201E4308201E00201003182018C3082018802010030703059310B3009060355040613025553311E301C060355040A13154D6963726F736F667420436F72706F726174696F6E312A3028060355040313214D6963726F736F667420417A75726520544C532049737375696E6720434120303602133300F091EC8FEF75DCB9CEF244000000F091EC300D06092A864886F70D01010105000482010036B977895407DD84791C47FFDAA4C4640212993AB910EE37BFCEE94B47B66271171A1F7973DC2BE0A14AEE3C56A35876B77DC9648A15CD1B7FABB5C2A0F205DE7ABA315059A641252779955E86036BD0FB4B2E45C13B4840EC9DF2F099B177A2080293E9305663936BA2D64540DBF5AFDDC50912C876D7AE84CCAF9294216D422E0E2F3D2DCC8A0AF682C9FB4172783A43BFB0EC614259FE7B32769B2C3DE3E01382C92BD8BAB0B13492026C5295E6DF58A2308125836860D371689130BA45974EA613611E1371D8B6A416F7020CA7F6DC54A3FC4A45CC5C1AE83376F6ED9B55D9E9CADE49FB322500C40AC45A5259D442679D5BE7F6CDDFF8279C32BD444E55304B06092A864886F70D010701301406082A864886F70D03070408D87E57030D61E1A78028B158200110F9C0BC0513C7C5E513A8800812213FAEE84DC3183208735CF60B6032EC70BA6C3004BA\",\"circuitConnectionStatus\":\"Connected\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/connections\"}],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/authorizations/demokey2\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\",\"connectionResourceUri\":\"\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/10Gbps\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"direct2fromdirectexpressroute\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"411780e5-daec-490e-8771-44e4a01e579f\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":100,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"connections\":[],\"peeredConnections\":[{\"name\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"192.168.11.24/29\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"circuitConnectionStatus\":\"Connected\",\"connectionName\":\"demoName\",\"authResourceGuid\":\"22346bc5-5687-45df-8793-fcea17672d86\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"}]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/authorizations/demokey\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"7fb9b555-f308-4ec3-a341-06c213aca99f\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/directExpressRoute2\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"ExpressRoutecircuit\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{\"AccountId\":\"ExampleAccountID\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4e473b9e-ab96-4345-9a98-744aa6bdd127\",\"peerings\":[{\"name\":\"MicrosoftPeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/MicrosoftPeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"MicrosoftPeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"123.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"123.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":300,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[\"123.1.0.0/24\"],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"ValidationNeeded\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"},{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"10.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"10.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":200,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[],\"serviceProviderProperties\":{\"serviceProviderName\":\"Airtel\",\"peeringLocation\":\"Pune\",\"bandwidthInMbps\":50},\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"dd21cf58-f3fa-4873-b0bf-131d1fb3fd2e\",\"serviceProviderProvisioningState\":\"NotProvisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":false,\"stag\":5},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "10105" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "6d7d7fba-dfac-4256-b82f-73e36054b723" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6d7d7fba-dfac-4256-b82f-73e36054b723" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T080201Z:6d7d7fba-dfac-4256-b82f-73e36054b723" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 347FF3F5C009412C9896BCC00E4C215B Ref B: MAA201060513051 Ref C: 2024-04-02T08:01:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:02:01 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 630, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:01:59.147Z", + "time": 2170, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2170 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "ac987770-f07f-4681-8b7c-01d2d63a635b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048522\",\"not_before\":\"1712044622\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:02:02.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "ac987770-f07f-4681-8b7c-01d2d63a635b" + }, + { + "name": "x-ms-request-id", + "value": "744a0947-9171-40b0-a7dd-ee49b2280100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:02:02 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:02:01.329Z", + "time": 1043, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1043 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "126006ff-e82c-4816-a581-7c7dbf217dfc" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "c4dc8237-32f8-4951-8051-9835e96d1824" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c4dc8237-32f8-4951-8051-9835e96d1824" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080202Z:c4dc8237-32f8-4951-8051-9835e96d1824" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7B2D7212CD03497FB18C7AEF3D979245 Ref B: MAA201060514047 Ref C: 2024-04-02T08:02:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:02:01 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:02:02.376Z", + "time": 273, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 273 + } + }, + { + "_id": "d76f5661333ff9e244d5103251b6b935", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3bf3bdad-d9ad-4e8b-8ed0-62d3492938a1" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1950, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "427c9a3f-6d3e-4195-bc22-42318f0f1252" + }, + { + "name": "x-ms-correlation-request-id", + "value": "cb29b504-81bb-46f9-9bd7-6b852e1f016d" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "79348549-5d78-4ee6-b55a-a55ae0c2a6e5" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T080203Z:cb29b504-81bb-46f9-9bd7-6b852e1f016d" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BD8E4859DAE649BC9789643121D9ACCA Ref B: MAA201060513009 Ref C: 2024-04-02T08:02:02Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:02:02 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 746, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:02:02.654Z", + "time": 788, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 788 + } + }, + { + "_id": "24da3805b33cb3cf76c5dd26a6b1f5fc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7e8afd52-791c-457f-bbd4-2efb47afd36b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1973, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 1249, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1249, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"etag\": \"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.11.24/29\",\r\n \"expressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"\r\n },\r\n \"peerExpressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"\r\n },\r\n \"circuitConnectionStatus\": \"Connected\",\r\n \"connectionName\": \"demoName\",\r\n \"authResourceGuid\": \"22346bc5-5687-45df-8793-fcea17672d86\"\r\n },\r\n \"type\": \"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1249" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "b9d42e90-6e87-4d38-9514-d0afa27d6261" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b7898b23-fb51-487e-a909-2d5b3b5c087d" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "748a928f-6839-432b-92da-f04f183e1c50" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080240Z:b7898b23-fb51-487e-a909-2d5b3b5c087d" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 5D7E66BDBB0A4A8691E83A484B8007ED Ref B: MAA201060516031 Ref C: 2024-04-02T08:02:39Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:02:40 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:02:03.446Z", + "time": 37190, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 37190 + } + }, + { + "_id": "a0c36df4b1548dbaca1dcebcddf14bcc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9d637445-ffeb-4a26-a6bb-06a1a30e40a5" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1963, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "e4ef55f2-7bd7-46b6-a21a-25c8bb275bac" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0bcfc7cf-6cb3-4d9e-9e5d-c1db256f1c4a" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "53202897-4405-45ca-b4d8-ac16e04374c2" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080242Z:0bcfc7cf-6cb3-4d9e-9e5d-c1db256f1c4a" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4919BDB148FA4CF5A6DA81D7A578DB17 Ref B: MAA201060514047 Ref C: 2024-04-02T08:02:41Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:02:41 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:02:40.643Z", + "time": 1527, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1527 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit_612981933/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit_612981933/recording.har new file mode 100644 index 00000000..85d8a156 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-circuit_612981933/recording.har @@ -0,0 +1,925 @@ +{ + "log": { + "_recordingName": "rm-azure-express-route-circuit", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:52:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "4f426b62-1149-4cc9-b01a-806318603800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:52:55 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:52:54.710Z", + "time": 562, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 562 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "e7dfe611-12d1-aa7d-b3e8-c7616119c697" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "bb233010-ecb2-4fc5-b6d4-490b3e4fc5d1" + }, + { + "name": "client-request-id", + "value": "e7dfe611-12d1-aa7d-b3e8-c7616119c697" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007037\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:52:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:52:55.282Z", + "time": 561, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 561 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "fc7171ae-ea1a-47be-10c3-19300ce6dacc" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "91e737a9-3666-4cea-9ef6-46dcd710bde9" + }, + { + "name": "client-request-id", + "value": "fc7171ae-ea1a-47be-10c3-19300ce6dacc" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002B7\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:52:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:52:55.860Z", + "time": 2095, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2095 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "e59ea53e-130b-4866-8543-59524ce6e35e" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712047978\",\"not_before\":\"1712044078\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:52:58.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "e59ea53e-130b-4866-8543-59524ce6e35e" + }, + { + "name": "x-ms-request-id", + "value": "3380373e-e165-48e5-ae07-9a77c7903100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:52:57 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:52:58.127Z", + "time": 545, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 545 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "63535dd7-ec45-474c-91bb-2d7ceb0eea28" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "c9f5e083-f3ed-452d-9ea9-1dffdb7e6de8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c9f5e083-f3ed-452d-9ea9-1dffdb7e6de8" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075258Z:c9f5e083-f3ed-452d-9ea9-1dffdb7e6de8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B464258075DC42459DB980B931B71A42 Ref B: MAA201060516023 Ref C: 2024-04-02T07:52:58Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:52:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:52:58.687Z", + "time": 245, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 245 + } + }, + { + "_id": "c4571d69c37e1cba5a05e71290f79617", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9deeee50-ae1f-43eb-b8fc-cc66369dac24" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1877, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/expressRouteCircuits?api-version=2019-12-01" + }, + "response": { + "bodySize": 10105, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 10105, + "text": "{\"value\":[{\"name\":\"direct\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"90221e8e-f3cb-4e0c-8559-0a2ebd039832\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":150,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[{\"name\":\"demoName\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"addressPrefix\":\"192.168.11.24/29\",\"authorizationKey\":\"308201F306092A864886F70D010703A08201E4308201E00201003182018C3082018802010030703059310B3009060355040613025553311E301C060355040A13154D6963726F736F667420436F72706F726174696F6E312A3028060355040313214D6963726F736F667420417A75726520544C532049737375696E6720434120303602133300F091EC8FEF75DCB9CEF244000000F091EC300D06092A864886F70D01010105000482010036B977895407DD84791C47FFDAA4C4640212993AB910EE37BFCEE94B47B66271171A1F7973DC2BE0A14AEE3C56A35876B77DC9648A15CD1B7FABB5C2A0F205DE7ABA315059A641252779955E86036BD0FB4B2E45C13B4840EC9DF2F099B177A2080293E9305663936BA2D64540DBF5AFDDC50912C876D7AE84CCAF9294216D422E0E2F3D2DCC8A0AF682C9FB4172783A43BFB0EC614259FE7B32769B2C3DE3E01382C92BD8BAB0B13492026C5295E6DF58A2308125836860D371689130BA45974EA613611E1371D8B6A416F7020CA7F6DC54A3FC4A45CC5C1AE83376F6ED9B55D9E9CADE49FB322500C40AC45A5259D442679D5BE7F6CDDFF8279C32BD444E55304B06092A864886F70D010701301406082A864886F70D03070408D87E57030D61E1A78028B158200110F9C0BC0513C7C5E513A8800812213FAEE84DC3183208735CF60B6032EC70BA6C3004BA\",\"circuitConnectionStatus\":\"Connected\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/connections\"}],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/authorizations/demokey2\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\",\"connectionResourceUri\":\"\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/10Gbps\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"direct2fromdirectexpressroute\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"411780e5-daec-490e-8771-44e4a01e579f\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":100,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"connections\":[],\"peeredConnections\":[{\"name\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"192.168.11.24/29\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"circuitConnectionStatus\":\"Connected\",\"connectionName\":\"demoName\",\"authResourceGuid\":\"22346bc5-5687-45df-8793-fcea17672d86\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"}]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/authorizations/demokey\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"7fb9b555-f308-4ec3-a341-06c213aca99f\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/directExpressRoute2\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"ExpressRoutecircuit\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{\"AccountId\":\"ExampleAccountID\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4e473b9e-ab96-4345-9a98-744aa6bdd127\",\"peerings\":[{\"name\":\"MicrosoftPeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/MicrosoftPeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"MicrosoftPeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"123.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"123.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":300,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[\"123.1.0.0/24\"],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"ValidationNeeded\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"},{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"10.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"10.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":200,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[],\"serviceProviderProperties\":{\"serviceProviderName\":\"Airtel\",\"peeringLocation\":\"Pune\",\"bandwidthInMbps\":50},\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"dd21cf58-f3fa-4873-b0bf-131d1fb3fd2e\",\"serviceProviderProvisioningState\":\"NotProvisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":false,\"stag\":5},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "10105" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "991e08b1-bdb6-4b01-9b7b-c211101628f3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "991e08b1-bdb6-4b01-9b7b-c211101628f3" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075301Z:991e08b1-bdb6-4b01-9b7b-c211101628f3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DC87E45A1B484C4AAD8AC1564F8D3241 Ref B: MAA201060514049 Ref C: 2024-04-02T07:52:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:53:00 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 625, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:52:58.947Z", + "time": 2307, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2307 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-has-azure-express-route-circuit-connection-relation_3449615657/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-has-azure-express-route-circuit-connection-relation_3449615657/recording.har new file mode 100644 index 00000000..b07ea419 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-has-azure-express-route-circuit-connection-relation_3449615657/recording.har @@ -0,0 +1,2998 @@ +{ + "log": { + "_recordingName": "rm-azure-express-route-has-azure-express-route-circuit-connection-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:05:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f41f5bd3-9010-4d9a-a7e1-d3c0dc482d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:43 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:43.506Z", + "time": 551, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 551 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "c6ef1fdd-1603-f96f-39b2-185a1b60bb32" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "dd67cd0f-05da-4455-b6f7-d97208d6a81d" + }, + { + "name": "client-request-id", + "value": "c6ef1fdd-1603-f96f-39b2-185a1b60bb32" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF0000704E\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:44.061Z", + "time": 375, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 375 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "3a9b3ccd-9018-afbd-85b8-f91f978e04f3" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "e8c09f19-7102-4940-b741-dfaa7d04cb9c" + }, + { + "name": "client-request-id", + "value": "3a9b3ccd-9018-afbd-85b8-f91f978e04f3" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000265\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:46 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:44.441Z", + "time": 3155, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 3155 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "b39a75bc-a5cd-4fad-80d8-6f23bdcbfd1b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048747\",\"not_before\":\"1712044847\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:05:48.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "b39a75bc-a5cd-4fad-80d8-6f23bdcbfd1b" + }, + { + "name": "x-ms-request-id", + "value": "a8563f14-440e-454c-a95e-cb87164e7e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:47 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:47.607Z", + "time": 536, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 536 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "ef87ee43-6dc7-41f3-a4ba-56127307b935" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "9da3027b-d70a-40fe-8b23-a6999dfc6c69" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9da3027b-d70a-40fe-8b23-a6999dfc6c69" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080548Z:9da3027b-d70a-40fe-8b23-a6999dfc6c69" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AC4E701E58CA44B4B2463623E5F5DCE7 Ref B: MAA201060514023 Ref C: 2024-04-02T08:05:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:47 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:48.151Z", + "time": 469, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 469 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2e6b9398-2f1e-4c70-928a-ca4d6b3bb3f0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-request-id", + "value": "6987d782-d7af-4aa4-a609-af3a601850d3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6987d782-d7af-4aa4-a609-af3a601850d3" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080549Z:6987d782-d7af-4aa4-a609-af3a601850d3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 88BFD542EA1F42EB9005FC0799F510A4 Ref B: MAA201060515017 Ref C: 2024-04-02T08:05:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:48 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:48.629Z", + "time": 367, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 367 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "10fb6293-0c38-4c16-adc9-9a6253b2704d" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048749\",\"not_before\":\"1712044849\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:05:49.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "10fb6293-0c38-4c16-adc9-9a6253b2704d" + }, + { + "name": "x-ms-request-id", + "value": "a2372e0c-cd58-4c65-aca5-afc656b19100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:48 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:49.010Z", + "time": 486, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 486 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6c78c34c-2725-423f-a913-aec0a90cad0d" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11993" + }, + { + "name": "x-ms-request-id", + "value": "56ef0bd9-5e8b-4d6a-b105-f2ecce677830" + }, + { + "name": "x-ms-correlation-request-id", + "value": "56ef0bd9-5e8b-4d6a-b105-f2ecce677830" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080549Z:56ef0bd9-5e8b-4d6a-b105-f2ecce677830" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BA8899C6347E45A5BF39325634DFD845 Ref B: MAA201060516029 Ref C: 2024-04-02T08:05:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:49 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:49.504Z", + "time": 201, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 201 + } + }, + { + "_id": "c4571d69c37e1cba5a05e71290f79617", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "02443798-adf2-45d0-8799-12e1aebdde79" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1877, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/expressRouteCircuits?api-version=2019-12-01" + }, + "response": { + "bodySize": 10105, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 10105, + "text": "{\"value\":[{\"name\":\"direct\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"90221e8e-f3cb-4e0c-8559-0a2ebd039832\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":150,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[{\"name\":\"demoName\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"addressPrefix\":\"192.168.11.24/29\",\"authorizationKey\":\"308201F306092A864886F70D010703A08201E4308201E00201003182018C3082018802010030703059310B3009060355040613025553311E301C060355040A13154D6963726F736F667420436F72706F726174696F6E312A3028060355040313214D6963726F736F667420417A75726520544C532049737375696E6720434120303602133300F091EC8FEF75DCB9CEF244000000F091EC300D06092A864886F70D01010105000482010036B977895407DD84791C47FFDAA4C4640212993AB910EE37BFCEE94B47B66271171A1F7973DC2BE0A14AEE3C56A35876B77DC9648A15CD1B7FABB5C2A0F205DE7ABA315059A641252779955E86036BD0FB4B2E45C13B4840EC9DF2F099B177A2080293E9305663936BA2D64540DBF5AFDDC50912C876D7AE84CCAF9294216D422E0E2F3D2DCC8A0AF682C9FB4172783A43BFB0EC614259FE7B32769B2C3DE3E01382C92BD8BAB0B13492026C5295E6DF58A2308125836860D371689130BA45974EA613611E1371D8B6A416F7020CA7F6DC54A3FC4A45CC5C1AE83376F6ED9B55D9E9CADE49FB322500C40AC45A5259D442679D5BE7F6CDDFF8279C32BD444E55304B06092A864886F70D010701301406082A864886F70D03070408D87E57030D61E1A78028B158200110F9C0BC0513C7C5E513A8800812213FAEE84DC3183208735CF60B6032EC70BA6C3004BA\",\"circuitConnectionStatus\":\"Connected\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/connections\"}],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/authorizations/demokey2\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\",\"connectionResourceUri\":\"\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/10Gbps\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"direct2fromdirectexpressroute\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"411780e5-daec-490e-8771-44e4a01e579f\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":100,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"connections\":[],\"peeredConnections\":[{\"name\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"192.168.11.24/29\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"circuitConnectionStatus\":\"Connected\",\"connectionName\":\"demoName\",\"authResourceGuid\":\"22346bc5-5687-45df-8793-fcea17672d86\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"}]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/authorizations/demokey\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"7fb9b555-f308-4ec3-a341-06c213aca99f\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/directExpressRoute2\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"ExpressRoutecircuit\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{\"AccountId\":\"ExampleAccountID\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4e473b9e-ab96-4345-9a98-744aa6bdd127\",\"peerings\":[{\"name\":\"MicrosoftPeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/MicrosoftPeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"MicrosoftPeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"123.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"123.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":300,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[\"123.1.0.0/24\"],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"ValidationNeeded\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"},{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"10.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"10.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":200,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[],\"serviceProviderProperties\":{\"serviceProviderName\":\"Airtel\",\"peeringLocation\":\"Pune\",\"bandwidthInMbps\":50},\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"dd21cf58-f3fa-4873-b0bf-131d1fb3fd2e\",\"serviceProviderProvisioningState\":\"NotProvisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":false,\"stag\":5},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "10105" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "5dfd7a27-6bde-4caf-8a83-a5604ff6a000" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5dfd7a27-6bde-4caf-8a83-a5604ff6a000" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080551Z:5dfd7a27-6bde-4caf-8a83-a5604ff6a000" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C93604CA81B841D381C1BEBB6BC94881 Ref B: MAA201060513047 Ref C: 2024-04-02T08:05:49Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:50 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 627, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:49.714Z", + "time": 1467, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1467 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "013351d7-ccb8-4a72-80c9-1c161acde958" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048751\",\"not_before\":\"1712044851\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:05:51.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "013351d7-ccb8-4a72-80c9-1c161acde958" + }, + { + "name": "x-ms-request-id", + "value": "8abfd773-049c-4133-bd17-a980112c8900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:51 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:51.187Z", + "time": 468, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 468 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e278dde1-07c8-4102-8291-017c7c4128e4" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11994" + }, + { + "name": "x-ms-request-id", + "value": "d75af929-ef47-4abc-8271-302304da95a1" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d75af929-ef47-4abc-8271-302304da95a1" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080551Z:d75af929-ef47-4abc-8271-302304da95a1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6EB78F1B181147D6AC3F08F5E50B1936 Ref B: MAA201060516053 Ref C: 2024-04-02T08:05:51Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:51 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:51.664Z", + "time": 308, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 308 + } + }, + { + "_id": "d76f5661333ff9e244d5103251b6b935", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c901cc07-f45a-4f71-91b4-3cb6ae92c011" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1950, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "7a637821-41c7-4187-aa4d-247468786ed7" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8e9a3bbf-ce29-4e73-8c61-e563454b3dfb" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "17760f5b-710c-4fd5-a6e5-dedf20c7cb6b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11989" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080553Z:8e9a3bbf-ce29-4e73-8c61-e563454b3dfb" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D286ACFADD59488BA141CD683ABEFC7F Ref B: MAA201060515053 Ref C: 2024-04-02T08:05:52Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:52 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:51.982Z", + "time": 1142, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1142 + } + }, + { + "_id": "24da3805b33cb3cf76c5dd26a6b1f5fc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "3dc546bb-b172-413c-b180-26988ad438cf" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1973, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 1249, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1249, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"etag\": \"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.11.24/29\",\r\n \"expressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"\r\n },\r\n \"peerExpressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"\r\n },\r\n \"circuitConnectionStatus\": \"Connected\",\r\n \"connectionName\": \"demoName\",\r\n \"authResourceGuid\": \"22346bc5-5687-45df-8793-fcea17672d86\"\r\n },\r\n \"type\": \"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1249" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "6d172891-010c-4f42-8d37-d172157a3b01" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d4e93afa-220c-40b2-8cb2-017aa0f5afb0" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "d323c1d4-2582-45af-a4a2-28ae035dfe2b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080554Z:d4e93afa-220c-40b2-8cb2-017aa0f5afb0" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BB323C3AF8274F6F85BE27571A53834F Ref B: MAA201060515051 Ref C: 2024-04-02T08:05:53Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:53 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:53.129Z", + "time": 1187, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1187 + } + }, + { + "_id": "a0c36df4b1548dbaca1dcebcddf14bcc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "47857534-1767-4a3f-a80f-29988d404eae" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1963, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "90cf046b-cbd4-4e34-a399-af07eb69b50d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9744c027-59a5-4a28-b388-a1f73abf7598" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "07fa3b87-5332-4377-a4c8-211a1763f236" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080555Z:9744c027-59a5-4a28-b388-a1f73abf7598" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AE29CE4F7A2E4EB8B5AABCF45E83D467 Ref B: MAA201060515051 Ref C: 2024-04-02T08:05:54Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:54 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:54.325Z", + "time": 1067, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1067 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "ac26363f-595e-4cde-991e-38bd1be69cff" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048755\",\"not_before\":\"1712044855\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:05:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "ac26363f-595e-4cde-991e-38bd1be69cff" + }, + { + "name": "x-ms-request-id", + "value": "fd07fe07-5826-40ae-bf53-9bcbc7d72600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:55 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:55.398Z", + "time": 454, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 454 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "23b89d9c-fd0c-4211-9974-b044af4b0c89" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "1419a9bb-ff7e-42ca-a899-493a88760fb9" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1419a9bb-ff7e-42ca-a899-493a88760fb9" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080556Z:1419a9bb-ff7e-42ca-a899-493a88760fb9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 001D7F6AE4CA458F9B7952E51DA53C22 Ref B: MAA201060513037 Ref C: 2024-04-02T08:05:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:55.856Z", + "time": 342, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 342 + } + }, + { + "_id": "7d6e75823f628a49cba88e4f5c80f7bb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "91784552-e56a-428b-be04-32221fd9d510" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1946, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections?api-version=2019-12-01" + }, + "response": { + "bodySize": 1123, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1123, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"demoName\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\r\n \"etag\": \"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"expressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"\r\n },\r\n \"peerExpressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"\r\n },\r\n \"addressPrefix\": \"192.168.11.24/29\",\r\n \"authorizationKey\": \"26769835-0f80-478e-906d-6d9bab07ef21\",\r\n \"circuitConnectionStatus\": \"Connected\"\r\n },\r\n \"type\": \"Microsoft.Network/expressRouteCircuits/peerings/connections\"\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1123" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "78c12816-2382-41ff-93b5-ffa612f18ec1" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3f738b2d-cd5f-496c-9cb7-af91e44b943d" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "919d63cf-007a-4b5b-b629-b6b08f8f28f1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11995" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080557Z:3f738b2d-cd5f-496c-9cb7-af91e44b943d" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 27C436EB5E504055B27BDC07C4BA92DE Ref B: MAA201060513035 Ref C: 2024-04-02T08:05:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:56.204Z", + "time": 818, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 818 + } + }, + { + "_id": "8f4cf20efb6221ba68f598a0e946b5e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "74a11cdf-b410-412e-b235-62e870144d92" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1969, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/connections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "a05bdce6-f06b-47be-91ce-275b5568d343" + }, + { + "name": "x-ms-correlation-request-id", + "value": "94bdb661-117a-44b2-8727-d84756391a7e" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "34979671-f66d-49eb-a688-6db6a71d454d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080557Z:94bdb661-117a-44b2-8727-d84756391a7e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 75B0690BB65C423880EFA735837A7F19 Ref B: MAA201060514019 Ref C: 2024-04-02T08:05:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:57.026Z", + "time": 648, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 648 + } + }, + { + "_id": "ff55ecca3cc281bade9f7124261892ba", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e7a5482f-1093-42a5-ba5f-00cb67f06a57" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1959, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering/connections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "2eaa56d0-fc2b-4f64-bda2-5be06f9747b8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3949c066-a50d-4d71-8dce-6ee96ba03620" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "1e5ae096-6f12-4f45-87db-3dad71ad3463" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T080558Z:3949c066-a50d-4d71-8dce-6ee96ba03620" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1821E36F655A404E88737BFB3B647014 Ref B: MAA201060516047 Ref C: 2024-04-02T08:05:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:57.684Z", + "time": 826, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 826 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-has-azure-express-route-circuit-relation_1494765134/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-has-azure-express-route-circuit-relation_1494765134/recording.har new file mode 100644 index 00000000..3f0d5894 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-has-azure-express-route-circuit-relation_1494765134/recording.har @@ -0,0 +1,1412 @@ +{ + "log": { + "_recordingName": "rm-azure-express-route-has-azure-express-route-circuit-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:05:10.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "17f531aa-50ec-453d-8716-5e0d86c32500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:09 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:09.729Z", + "time": 475, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 475 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "7c1d534d-ef3f-ec2e-4725-dfb490148007" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "45b4fff7-1e4c-44bd-aa2c-b2dfd77ec5b9" + }, + { + "name": "client-request-id", + "value": "7c1d534d-ef3f-ec2e-4725-dfb490148007" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000275\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:11 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:10.208Z", + "time": 1834, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1834 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "0af4c9b9-4beb-494f-2af9-7aa42e32cefe" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "303e54fb-a407-4293-b359-32daf840623b" + }, + { + "name": "client-request-id", + "value": "0af4c9b9-4beb-494f-2af9-7aa42e32cefe" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007049\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:12.057Z", + "time": 1134, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1134 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "e577d979-9a73-4db0-8a68-dfd7867d8163" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048713\",\"not_before\":\"1712044813\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:05:13.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "e577d979-9a73-4db0-8a68-dfd7867d8163" + }, + { + "name": "x-ms-request-id", + "value": "5015e2c2-4438-4cae-8c5e-022892443c00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:13 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:13.202Z", + "time": 441, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 441 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "dcefc242-2ea2-40cc-b72e-8d5ecdf72bfd" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "887982ac-c475-4546-9313-edab70011e69" + }, + { + "name": "x-ms-correlation-request-id", + "value": "887982ac-c475-4546-9313-edab70011e69" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T080514Z:887982ac-c475-4546-9313-edab70011e69" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8F239539E33F4F37AC8C1DA2EF474725 Ref B: MAA201060514025 Ref C: 2024-04-02T08:05:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:13 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:13.652Z", + "time": 563, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 563 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "220e5595-2895-4e78-9225-39495c54f66a" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11991" + }, + { + "name": "x-ms-request-id", + "value": "5698d7a8-62f2-4d3d-878b-fc138ca8ff19" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5698d7a8-62f2-4d3d-878b-fc138ca8ff19" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080514Z:5698d7a8-62f2-4d3d-878b-fc138ca8ff19" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 9365C3B9F9FA450F9A53BB245D7FD986 Ref B: MAA201060515053 Ref C: 2024-04-02T08:05:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:13 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:14.225Z", + "time": 266, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 266 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "25ec837e-1db1-4f97-9af9-bf2df02f3099" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048714\",\"not_before\":\"1712044814\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:05:14.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "25ec837e-1db1-4f97-9af9-bf2df02f3099" + }, + { + "name": "x-ms-request-id", + "value": "6ab6792c-4a3a-40bd-84be-08836d6d3a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:14 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:14.520Z", + "time": 452, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 452 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "83340378-efc7-4a28-a0c0-324bca4fd35b" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11996" + }, + { + "name": "x-ms-request-id", + "value": "12fe7b27-a7a3-498d-a29d-041401fe52ee" + }, + { + "name": "x-ms-correlation-request-id", + "value": "12fe7b27-a7a3-498d-a29d-041401fe52ee" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T080515Z:12fe7b27-a7a3-498d-a29d-041401fe52ee" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 63CFD1958DEA4E04A08EB2ADBCF140E8 Ref B: MAA201060513039 Ref C: 2024-04-02T08:05:15Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:14.975Z", + "time": 350, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 350 + } + }, + { + "_id": "c4571d69c37e1cba5a05e71290f79617", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2da9b032-b871-4f72-ad8d-a0d551a092d3" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1877, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/expressRouteCircuits?api-version=2019-12-01" + }, + "response": { + "bodySize": 10105, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 10105, + "text": "{\"value\":[{\"name\":\"direct\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"90221e8e-f3cb-4e0c-8559-0a2ebd039832\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":150,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[{\"name\":\"demoName\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"addressPrefix\":\"192.168.11.24/29\",\"authorizationKey\":\"308201F306092A864886F70D010703A08201E4308201E00201003182018C3082018802010030703059310B3009060355040613025553311E301C060355040A13154D6963726F736F667420436F72706F726174696F6E312A3028060355040313214D6963726F736F667420417A75726520544C532049737375696E6720434120303602133300F091EC8FEF75DCB9CEF244000000F091EC300D06092A864886F70D01010105000482010036B977895407DD84791C47FFDAA4C4640212993AB910EE37BFCEE94B47B66271171A1F7973DC2BE0A14AEE3C56A35876B77DC9648A15CD1B7FABB5C2A0F205DE7ABA315059A641252779955E86036BD0FB4B2E45C13B4840EC9DF2F099B177A2080293E9305663936BA2D64540DBF5AFDDC50912C876D7AE84CCAF9294216D422E0E2F3D2DCC8A0AF682C9FB4172783A43BFB0EC614259FE7B32769B2C3DE3E01382C92BD8BAB0B13492026C5295E6DF58A2308125836860D371689130BA45974EA613611E1371D8B6A416F7020CA7F6DC54A3FC4A45CC5C1AE83376F6ED9B55D9E9CADE49FB322500C40AC45A5259D442679D5BE7F6CDDFF8279C32BD444E55304B06092A864886F70D010701301406082A864886F70D03070408D87E57030D61E1A78028B158200110F9C0BC0513C7C5E513A8800812213FAEE84DC3183208735CF60B6032EC70BA6C3004BA\",\"circuitConnectionStatus\":\"Connected\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/connections\"}],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/authorizations/demokey2\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\",\"connectionResourceUri\":\"\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/10Gbps\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"direct2fromdirectexpressroute\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"411780e5-daec-490e-8771-44e4a01e579f\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":100,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"connections\":[],\"peeredConnections\":[{\"name\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"192.168.11.24/29\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"circuitConnectionStatus\":\"Connected\",\"connectionName\":\"demoName\",\"authResourceGuid\":\"22346bc5-5687-45df-8793-fcea17672d86\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"}]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/authorizations/demokey\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"7fb9b555-f308-4ec3-a341-06c213aca99f\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/directExpressRoute2\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"ExpressRoutecircuit\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{\"AccountId\":\"ExampleAccountID\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4e473b9e-ab96-4345-9a98-744aa6bdd127\",\"peerings\":[{\"name\":\"MicrosoftPeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/MicrosoftPeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"MicrosoftPeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"123.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"123.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":300,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[\"123.1.0.0/24\"],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"ValidationNeeded\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"},{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"10.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"10.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":200,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[],\"serviceProviderProperties\":{\"serviceProviderName\":\"Airtel\",\"peeringLocation\":\"Pune\",\"bandwidthInMbps\":50},\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"dd21cf58-f3fa-4873-b0bf-131d1fb3fd2e\",\"serviceProviderProvisioningState\":\"NotProvisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":false,\"stag\":5},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "10105" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "4931c6e2-a5d2-4192-9aaa-add06ab0e40d" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4931c6e2-a5d2-4192-9aaa-add06ab0e40d" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T080517Z:4931c6e2-a5d2-4192-9aaa-add06ab0e40d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 6850770001384318B40449F2648FD1DF Ref B: MAA201060516049 Ref C: 2024-04-02T08:05:15Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:05:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 630, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:05:15.334Z", + "time": 2056, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2056 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-has-azure-peer-express-route-connection-relation_3158649908/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-has-azure-peer-express-route-connection-relation_3158649908/recording.har new file mode 100644 index 00000000..a40caf54 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route-has-azure-peer-express-route-connection-relation_3158649908/recording.har @@ -0,0 +1,2205 @@ +{ + "log": { + "_recordingName": "rm-azure-express-route-has-azure-peer-express-route-connection-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:51:51.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b7ac80c4-3495-4bc8-a012-1f86e2e03700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:50 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:50.808Z", + "time": 532, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 532 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "94211f28-e384-2426-f2cd-181a27c7851e" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "46d55e14-68cc-4e64-b339-4209aaf343a0" + }, + { + "name": "client-request-id", + "value": "94211f28-e384-2426-f2cd-181a27c7851e" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002CE\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:51 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:51.344Z", + "time": 572, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 572 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "7eff40d3-fd2c-4018-a7ea-23a4e289ca64" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "114071ad-6eaf-45e9-bb49-e21bcd34433e" + }, + { + "name": "client-request-id", + "value": "7eff40d3-fd2c-4018-a7ea-23a4e289ca64" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF0000704D\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:51 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:51.921Z", + "time": 850, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 850 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "f1ab3835-e478-4e90-95d2-9dc904e8d37b" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712051512\",\"not_before\":\"1712047612\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:51:53.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "f1ab3835-e478-4e90-95d2-9dc904e8d37b" + }, + { + "name": "x-ms-request-id", + "value": "613a876d-6e58-4aa1-ba3a-cf13ab9c3800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:52 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:52.780Z", + "time": 505, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 505 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "b8e59191-5c71-4a4c-860f-1e00a1b291cf" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "bfef317a-d6af-40a8-9707-172a349a21f1" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bfef317a-d6af-40a8-9707-172a349a21f1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T085153Z:bfef317a-d6af-40a8-9707-172a349a21f1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 764D1EC56A034545B3ADFC944BC5FA2A Ref B: MAA201060513035 Ref C: 2024-04-02T08:51:53Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:53 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:53.290Z", + "time": 637, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 637 + } + }, + { + "_id": "c4571d69c37e1cba5a05e71290f79617", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "e05f2efd-13ad-4695-8ebc-b96489c63736" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1877, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/expressRouteCircuits?api-version=2019-12-01" + }, + "response": { + "bodySize": 10105, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 10105, + "text": "{\"value\":[{\"name\":\"direct\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"90221e8e-f3cb-4e0c-8559-0a2ebd039832\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":150,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[{\"name\":\"demoName\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"addressPrefix\":\"192.168.11.24/29\",\"authorizationKey\":\"308201F306092A864886F70D010703A08201E4308201E00201003182018C3082018802010030703059310B3009060355040613025553311E301C060355040A13154D6963726F736F667420436F72706F726174696F6E312A3028060355040313214D6963726F736F667420417A75726520544C532049737375696E6720434120303602133300F091EC8FEF75DCB9CEF244000000F091EC300D06092A864886F70D01010105000482010036B977895407DD84791C47FFDAA4C4640212993AB910EE37BFCEE94B47B66271171A1F7973DC2BE0A14AEE3C56A35876B77DC9648A15CD1B7FABB5C2A0F205DE7ABA315059A641252779955E86036BD0FB4B2E45C13B4840EC9DF2F099B177A2080293E9305663936BA2D64540DBF5AFDDC50912C876D7AE84CCAF9294216D422E0E2F3D2DCC8A0AF682C9FB4172783A43BFB0EC614259FE7B32769B2C3DE3E01382C92BD8BAB0B13492026C5295E6DF58A2308125836860D371689130BA45974EA613611E1371D8B6A416F7020CA7F6DC54A3FC4A45CC5C1AE83376F6ED9B55D9E9CADE49FB322500C40AC45A5259D442679D5BE7F6CDDFF8279C32BD444E55304B06092A864886F70D010701301406082A864886F70D03070408D87E57030D61E1A78028B158200110F9C0BC0513C7C5E513A8800812213FAEE84DC3183208735CF60B6032EC70BA6C3004BA\",\"circuitConnectionStatus\":\"Connected\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/connections\"}],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/authorizations/demokey2\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\",\"connectionResourceUri\":\"\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/10Gbps\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"direct2fromdirectexpressroute\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"411780e5-daec-490e-8771-44e4a01e579f\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":100,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"connections\":[],\"peeredConnections\":[{\"name\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"192.168.11.24/29\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"circuitConnectionStatus\":\"Connected\",\"connectionName\":\"demoName\",\"authResourceGuid\":\"22346bc5-5687-45df-8793-fcea17672d86\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"}]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/authorizations/demokey\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"7fb9b555-f308-4ec3-a341-06c213aca99f\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/directExpressRoute2\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"ExpressRoutecircuit\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{\"AccountId\":\"ExampleAccountID\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4e473b9e-ab96-4345-9a98-744aa6bdd127\",\"peerings\":[{\"name\":\"MicrosoftPeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/MicrosoftPeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"MicrosoftPeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"123.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"123.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":300,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[\"123.1.0.0/24\"],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"ValidationNeeded\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"},{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"10.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"10.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":200,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[],\"serviceProviderProperties\":{\"serviceProviderName\":\"Airtel\",\"peeringLocation\":\"Pune\",\"bandwidthInMbps\":50},\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"dd21cf58-f3fa-4873-b0bf-131d1fb3fd2e\",\"serviceProviderProvisioningState\":\"NotProvisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":false,\"stag\":5},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "10105" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "e73a5d23-53b7-4a32-a0c8-03793eaaa8da" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e73a5d23-53b7-4a32-a0c8-03793eaaa8da" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T085155Z:e73a5d23-53b7-4a32-a0c8-03793eaaa8da" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 491F4E7237634C969BEE94DD22EF0208 Ref B: MAA201060514021 Ref C: 2024-04-02T08:51:54Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 627, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:53.933Z", + "time": 2014, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2014 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "24bbcffd-da77-4427-861d-127e418d9309" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712051516\",\"not_before\":\"1712047616\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:51:56.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "24bbcffd-da77-4427-861d-127e418d9309" + }, + { + "name": "x-ms-request-id", + "value": "de7bacd6-54ec-41d3-9259-41263ff62a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:55 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:55.978Z", + "time": 482, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 482 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "94b90021-0038-4f24-ab30-7b721afd86a0" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "846fe86d-84a0-41d5-bbbd-6e79518b90fe" + }, + { + "name": "x-ms-correlation-request-id", + "value": "846fe86d-84a0-41d5-bbbd-6e79518b90fe" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T085156Z:846fe86d-84a0-41d5-bbbd-6e79518b90fe" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C83B0011CADF47E6BF0E986179FDCB17 Ref B: MAA201060514029 Ref C: 2024-04-02T08:51:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:56.464Z", + "time": 349, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 349 + } + }, + { + "_id": "d76f5661333ff9e244d5103251b6b935", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "a9e0f896-01f0-4418-91ec-3e4fa45dab7e" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1950, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "e8bf8b4f-b24e-4289-a2b4-9414a8ae8656" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2308643b-6f5b-4ac2-968d-69a1f72794a4" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "aba2a15d-4840-4b75-8fb4-6463f3530092" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T085157Z:2308643b-6f5b-4ac2-968d-69a1f72794a4" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 54F815946BE3439886C7EA0C185C9DA0 Ref B: MAA201060516027 Ref C: 2024-04-02T08:51:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:56.817Z", + "time": 791, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 791 + } + }, + { + "_id": "24da3805b33cb3cf76c5dd26a6b1f5fc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9231f8b3-8233-4da0-804e-1b16380640c8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1973, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 1249, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1249, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"etag\": \"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.11.24/29\",\r\n \"expressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"\r\n },\r\n \"peerExpressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"\r\n },\r\n \"circuitConnectionStatus\": \"Connected\",\r\n \"connectionName\": \"demoName\",\r\n \"authResourceGuid\": \"22346bc5-5687-45df-8793-fcea17672d86\"\r\n },\r\n \"type\": \"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1249" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "ce26dc00-f36d-418e-9ece-764d1086ee56" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c4b85d59-ecc3-4c5e-8e0b-c32073d606b0" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "9d7b8120-7f97-4de5-a033-ccff76ea650b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T085158Z:c4b85d59-ecc3-4c5e-8e0b-c32073d606b0" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 806DC0D473734A698FE1D692245EEA58 Ref B: MAA201060514031 Ref C: 2024-04-02T08:51:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:57 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:57.614Z", + "time": 687, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 687 + } + }, + { + "_id": "a0c36df4b1548dbaca1dcebcddf14bcc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6d6ca322-cab0-4b76-a3ec-980b403d4908" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1963, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "933d552f-0be1-4582-9dcd-890211e887ac" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4294d51b-65e5-4bfb-881b-9f239732b5ee" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "b190b928-a412-47ed-aefa-f50de81ee4e9" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T085159Z:4294d51b-65e5-4bfb-881b-9f239732b5ee" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4C33FA9F96D242329F13F6409A7009C7 Ref B: MAA201060513049 Ref C: 2024-04-02T08:51:58Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:58 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 746, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:58.306Z", + "time": 813, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 813 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "b8bc1ca1-a9ec-47fd-85c9-b19eba3e30a2" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712051519\",\"not_before\":\"1712047619\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T08:51:59.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "b8bc1ca1-a9ec-47fd-85c9-b19eba3e30a2" + }, + { + "name": "x-ms-request-id", + "value": "1cea41c1-3905-4465-8568-a65ceb333800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:59 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:59.124Z", + "time": 562, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 562 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "f7081b66-22e2-4584-b696-4f007a2c5400" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "dd7375d1-9135-48af-a0ef-287a894c0554" + }, + { + "name": "x-ms-correlation-request-id", + "value": "dd7375d1-9135-48af-a0ef-287a894c0554" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T085159Z:dd7375d1-9135-48af-a0ef-287a894c0554" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 4A2401BD5BA149C18AC89DAF867CB1DE Ref B: MAA201060514021 Ref C: 2024-04-02T08:51:59Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:59.690Z", + "time": 260, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 260 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9c183416-9670-48d9-af51-6441e1cb1028" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "325b738c-8e2f-43d3-800b-1408183ee6b1" + }, + { + "name": "x-ms-correlation-request-id", + "value": "325b738c-8e2f-43d3-800b-1408183ee6b1" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T085200Z:325b738c-8e2f-43d3-800b-1408183ee6b1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 67D2B1DBA055411CB6FEBA33476EAC5B Ref B: MAA201060514029 Ref C: 2024-04-02T08:52:00Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 08:51:59 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 680, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T08:51:59.959Z", + "time": 355, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 355 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route_458344443/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route_458344443/recording.har new file mode 100644 index 00000000..b90b5995 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-express-route_458344443/recording.har @@ -0,0 +1,929 @@ +{ + "log": { + "_recordingName": "rm-azure-express-route", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:56:11.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2d686555-721f-4ebd-b872-7aa451e46a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:56:11 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:56:11.287Z", + "time": 499, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 499 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "2d40a0ec-f121-6d2f-2eae-873075b70dea" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "874cbed9-5d3e-4696-8256-2a6aa6fa03da" + }, + { + "name": "client-request-id", + "value": "2d40a0ec-f121-6d2f-2eae-873075b70dea" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002B9\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:56:11 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:56:11.789Z", + "time": 346, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 346 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "70629447-4737-9160-d75c-b319969deebe" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "90d3da3c-f25b-4998-97b7-0f275e99e949" + }, + { + "name": "client-request-id", + "value": "70629447-4737-9160-d75c-b319969deebe" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000264\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:56:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:56:12.141Z", + "time": 581, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 581 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "25db9fe3-6dc1-489c-abae-32b4dd5c72f6" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048173\",\"not_before\":\"1712044273\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:56:13.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "25db9fe3-6dc1-489c-abae-32b4dd5c72f6" + }, + { + "name": "x-ms-request-id", + "value": "3380373e-e165-48e5-ae07-9a7735a33100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:56:12 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:56:12.739Z", + "time": 461, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 461 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "cc3b3040-a5f0-49d8-a7c2-a49741c7d1cb" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11995" + }, + { + "name": "x-ms-request-id", + "value": "1a2f9022-b621-4bae-879a-7722dcbc73f0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1a2f9022-b621-4bae-879a-7722dcbc73f0" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075613Z:1a2f9022-b621-4bae-879a-7722dcbc73f0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 35291B5A4BE54692BEFA45EAB7A79BDC Ref B: MAA201060515037 Ref C: 2024-04-02T07:56:13Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:56:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:56:13.204Z", + "time": 346, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 346 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8134667a-cdea-44b4-b7e7-a95ee737b26f" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11992" + }, + { + "name": "x-ms-request-id", + "value": "c9947830-049f-4372-8807-549340c89446" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c9947830-049f-4372-8807-549340c89446" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075613Z:c9947830-049f-4372-8807-549340c89446" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 00B8C5281F4642F8AF6BEC9D02901579 Ref B: MAA201060515027 Ref C: 2024-04-02T07:56:13Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:56:13 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:56:13.555Z", + "time": 214, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 214 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-peer-express-route-connection_1498071775/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-peer-express-route-connection_1498071775/recording.har new file mode 100644 index 00000000..8f0e75f0 --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-peer-express-route-connection_1498071775/recording.har @@ -0,0 +1,1718 @@ +{ + "log": { + "_recordingName": "rm-azure-peer-express-route-connection", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:54:10.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e20864ef-6252-4e7c-baa4-aa11ca603800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:10 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:10.404Z", + "time": 540, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 540 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "b11c126a-2f88-e239-6d1c-37c6c8eb9e61" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "eb0b3f38-4e21-4929-8917-c41bab7908ae" + }, + { + "name": "client-request-id", + "value": "b11c126a-2f88-e239-6d1c-37c6c8eb9e61" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002BF\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:10 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:10.950Z", + "time": 382, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 382 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "402bcb75-6052-64f8-8936-ca149bbdc84e" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "7b276d51-cdc0-463e-8d45-68451792fece" + }, + { + "name": "client-request-id", + "value": "402bcb75-6052-64f8-8936-ca149bbdc84e" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000272\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:12 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:11.340Z", + "time": 1935, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1935 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "40d977de-2338-4e6d-97f1-eb3e768f74a7" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048053\",\"not_before\":\"1712044153\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:54:13.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "40d977de-2338-4e6d-97f1-eb3e768f74a7" + }, + { + "name": "x-ms-request-id", + "value": "be296550-dd95-4923-899b-278c8e838e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:12 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:13.282Z", + "time": 475, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 475 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bda6a545-6cd5-4081-b06d-a64b23aaf528" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11997" + }, + { + "name": "x-ms-request-id", + "value": "18f2ed92-8492-4153-aabd-c0535fe51f4c" + }, + { + "name": "x-ms-correlation-request-id", + "value": "18f2ed92-8492-4153-aabd-c0535fe51f4c" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T075414Z:18f2ed92-8492-4153-aabd-c0535fe51f4c" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1EDA8EA8611245FEBF1F56730D2E05D4 Ref B: MAA201060514021 Ref C: 2024-04-02T07:54:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:14 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:13.770Z", + "time": 557, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 557 + } + }, + { + "_id": "c4571d69c37e1cba5a05e71290f79617", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "cc9ca76c-5372-489e-8689-8347431275f4" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1877, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/expressRouteCircuits?api-version=2019-12-01" + }, + "response": { + "bodySize": 10105, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 10105, + "text": "{\"value\":[{\"name\":\"direct\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"90221e8e-f3cb-4e0c-8559-0a2ebd039832\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":150,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[{\"name\":\"demoName\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/connections/demoName\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"addressPrefix\":\"192.168.11.24/29\",\"authorizationKey\":\"308201F306092A864886F70D010703A08201E4308201E00201003182018C3082018802010030703059310B3009060355040613025553311E301C060355040A13154D6963726F736F667420436F72706F726174696F6E312A3028060355040313214D6963726F736F667420417A75726520544C532049737375696E6720434120303602133300F091EC8FEF75DCB9CEF244000000F091EC300D06092A864886F70D01010105000482010036B977895407DD84791C47FFDAA4C4640212993AB910EE37BFCEE94B47B66271171A1F7973DC2BE0A14AEE3C56A35876B77DC9648A15CD1B7FABB5C2A0F205DE7ABA315059A641252779955E86036BD0FB4B2E45C13B4840EC9DF2F099B177A2080293E9305663936BA2D64540DBF5AFDDC50912C876D7AE84CCAF9294216D422E0E2F3D2DCC8A0AF682C9FB4172783A43BFB0EC614259FE7B32769B2C3DE3E01382C92BD8BAB0B13492026C5295E6DF58A2308125836860D371689130BA45974EA613611E1371D8B6A416F7020CA7F6DC54A3FC4A45CC5C1AE83376F6ED9B55D9E9CADE49FB322500C40AC45A5259D442679D5BE7F6CDDFF8279C32BD444E55304B06092A864886F70D010701301406082A864886F70D03070408D87E57030D61E1A78028B158200110F9C0BC0513C7C5E513A8800812213FAEE84DC3183208735CF60B6032EC70BA6C3004BA\",\"circuitConnectionStatus\":\"Connected\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/connections\"}],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/authorizations/demokey2\",\"etag\":\"W/\\\"11c67623-5900-4861-b377-c7c19216a750\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\",\"connectionResourceUri\":\"\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/10Gbps\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"direct2fromdirectexpressroute\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"411780e5-daec-490e-8771-44e4a01e579f\",\"peerings\":[{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":65020,\"primaryPeerAddressPrefix\":\"192.168.21.16/30\",\"secondaryPeerAddressPrefix\":\"192.168.21.20/30\",\"primaryAzurePort\":\"\",\"secondaryAzurePort\":\"\",\"state\":\"Enabled\",\"vlanId\":100,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"connections\":[],\"peeredConnections\":[{\"name\":\"efc29450-94d2-41e6-8bcb-e699eac836f2\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"addressPrefix\":\"192.168.11.24/29\",\"expressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"},\"peerExpressRouteCircuitPeering\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"},\"circuitConnectionStatus\":\"Connected\",\"connectionName\":\"demoName\",\"authResourceGuid\":\"22346bc5-5687-45df-8793-fcea17672d86\"},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"}]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[{\"name\":\"demokey\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/authorizations/demokey\",\"etag\":\"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"authorizationKey\":\"*****************\",\"authorizationUseStatus\":\"Available\"},\"type\":\"Microsoft.Network/expressRouteCircuits/authorizations\"}],\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"7fb9b555-f308-4ec3-a341-06c213aca99f\",\"serviceProviderProvisioningState\":\"Provisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":true,\"expressRoutePort\":{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRoutePorts/directExpressRoute2\"},\"bandwidthInGbps\":1.0},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}},{\"name\":\"ExpressRoutecircuit\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"type\":\"Microsoft.Network/expressRouteCircuits\",\"location\":\"eastus\",\"tags\":{\"AccountId\":\"ExampleAccountID\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"resourceGuid\":\"4e473b9e-ab96-4345-9a98-744aa6bdd127\",\"peerings\":[{\"name\":\"MicrosoftPeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/MicrosoftPeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"MicrosoftPeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"123.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"123.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":300,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[\"123.1.0.0/24\"],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"ValidationNeeded\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"},{\"name\":\"AzurePrivatePeering\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering\",\"etag\":\"W/\\\"60460c51-c028-4554-b2c2-f6d4c0b1f8ed\\\"\",\"properties\":{\"provisioningState\":\"Succeeded\",\"peeringType\":\"AzurePrivatePeering\",\"azureASN\":12076,\"peerASN\":100,\"primaryPeerAddressPrefix\":\"10.0.0.0/30\",\"secondaryPeerAddressPrefix\":\"10.0.0.4/30\",\"primaryAzurePort\":\"AIRTEL-EXR01-PNQ30-PRI-09292023\",\"secondaryAzurePort\":\"AIRTEL-EXR02-PNQ30-SEC-09292023\",\"state\":\"Enabled\",\"vlanId\":200,\"gatewayManagerEtag\":\"\",\"lastModifiedBy\":\"Customer\",\"microsoftPeeringConfig\":{\"advertisedPublicPrefixes\":[],\"advertisedCommunities\":[],\"advertisedPublicPrefixesState\":\"NotConfigured\",\"customerASN\":0,\"legacyMode\":0,\"routingRegistryName\":\"NONE\"},\"connections\":[],\"peeredConnections\":[]},\"type\":\"Microsoft.Network/expressRouteCircuits/peerings\"}],\"authorizations\":[],\"serviceProviderProperties\":{\"serviceProviderName\":\"Airtel\",\"peeringLocation\":\"Pune\",\"bandwidthInMbps\":50},\"circuitProvisioningState\":\"Enabled\",\"allowClassicOperations\":false,\"gatewayManagerEtag\":\"\",\"serviceKey\":\"dd21cf58-f3fa-4873-b0bf-131d1fb3fd2e\",\"serviceProviderProvisioningState\":\"NotProvisioned\",\"allowGlobalReach\":false,\"globalReachEnabled\":false,\"stag\":5},\"sku\":{\"name\":\"Standard_MeteredData\",\"tier\":\"Standard\",\"family\":\"MeteredData\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "10105" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "0b7ba22b-650e-4c01-b509-1401cf04a72b" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0b7ba22b-650e-4c01-b509-1401cf04a72b" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T075416Z:0b7ba22b-650e-4c01-b509-1401cf04a72b" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0B46E459BB7B4376A71ED9B57D6450FF Ref B: MAA201060515053 Ref C: 2024-04-02T07:54:14Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:15 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 627, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:14.341Z", + "time": 1817, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1817 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a0de980c-b847-47f1-b0c6-7f90f560af28" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712048056\",\"not_before\":\"1712044156\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:54:16.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a0de980c-b847-47f1-b0c6-7f90f560af28" + }, + { + "name": "x-ms-request-id", + "value": "1bcf49ed-5188-48de-bb50-66bd3b521b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:16 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:16.167Z", + "time": 442, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 442 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "55a1b1ac-6db1-45e3-8241-b4e2f7db357b" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11993" + }, + { + "name": "x-ms-request-id", + "value": "c3a54b76-6d0c-4af3-aba7-2a4cf301d9c0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c3a54b76-6d0c-4af3-aba7-2a4cf301d9c0" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075416Z:c3a54b76-6d0c-4af3-aba7-2a4cf301d9c0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CAD9DFDCE32946F397F31F1243FDDD3E Ref B: MAA201060515049 Ref C: 2024-04-02T07:54:16Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:16 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:16.630Z", + "time": 243, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 243 + } + }, + { + "_id": "d76f5661333ff9e244d5103251b6b935", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "191a6294-5772-4687-993c-c1c42c956e97" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1950, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "2a769811-d5ad-4761-a34c-d05e00a4a3d2" + }, + { + "name": "x-ms-correlation-request-id", + "value": "da0cd6cb-e9bd-40dc-a72e-0225106944ee" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "ff102a34-5d39-4afc-879e-0dba60797778" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T075418Z:da0cd6cb-e9bd-40dc-a72e-0225106944ee" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 52012E21F7154C5EB4CD89AEEE58FBEB Ref B: MAA201060513017 Ref C: 2024-04-02T07:54:17Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 741, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:16.878Z", + "time": 1189, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1189 + } + }, + { + "_id": "24da3805b33cb3cf76c5dd26a6b1f5fc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "61485f7f-954a-4d07-b2ca-42048755472e" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1973, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 1249, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1249, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering/peerConnections/efc29450-94d2-41e6-8bcb-e699eac836f2\",\r\n \"etag\": \"W/\\\"84b20bf2-e75b-4008-8582-539a87561010\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"192.168.11.24/29\",\r\n \"expressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct2fromdirectexpressroute/peerings/AzurePrivatePeering\"\r\n },\r\n \"peerExpressRouteCircuitPeering\": {\r\n \"id\": \"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/direct/peerings/AzurePrivatePeering\"\r\n },\r\n \"circuitConnectionStatus\": \"Connected\",\r\n \"connectionName\": \"demoName\",\r\n \"authResourceGuid\": \"22346bc5-5687-45df-8793-fcea17672d86\"\r\n },\r\n \"type\": \"Microsoft.Network/expressRouteCircuits/peerings/peerConnections\"\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1249" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "22c4f296-4c13-4b70-ba95-dbfa3b22e7bb" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5cae2a89-4ab1-42fd-ab89-1225fa77d37c" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "e695de38-dad0-420d-8cbb-911bcac4940d" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11993" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T075419Z:5cae2a89-4ab1-42fd-ab89-1225fa77d37c" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 97C124115EF241499988501188DC6828 Ref B: MAA201060516053 Ref C: 2024-04-02T07:54:18Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 745, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:18.072Z", + "time": 1117, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1117 + } + }, + { + "_id": "a0c36df4b1548dbaca1dcebcddf14bcc", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "9b748b77-c927-4966-9c71-ead4427e4202" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1963, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Network/expressRouteCircuits/ExpressRoutecircuit/peerings/AzurePrivatePeering/peerConnections?api-version=2019-12-01" + }, + "response": { + "bodySize": 19, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 19, + "text": "{\r\n \"value\": []\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "19" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "6678e730-aac3-42a1-8a1e-ff0bc4a52949" + }, + { + "name": "x-ms-correlation-request-id", + "value": "48f65410-df19-41e6-a863-02f4cd270953" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "451b8546-cea5-4e73-a863-1da53298d662" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11990" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T075419Z:48f65410-df19-41e6-a863-02f4cd270953" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7A32AD8EF451498486C2273D5FCCF354 Ref B: MAA201060516019 Ref C: 2024-04-02T07:54:19Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:54:18 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 743, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:54:19.194Z", + "time": 640, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 640 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/__recordings__/rm-azure-subscription-has-azure-bgp-service-communities-relation_212268516/recording.har b/src/steps/resource-manager/express-route/__recordings__/rm-azure-subscription-has-azure-bgp-service-communities-relation_212268516/recording.har new file mode 100644 index 00000000..c235e0cb --- /dev/null +++ b/src/steps/resource-manager/express-route/__recordings__/rm-azure-subscription-has-azure-bgp-service-communities-relation_212268516/recording.har @@ -0,0 +1,1420 @@ +{ + "log": { + "_recordingName": "rm-azure-subscription-has-azure-bgp-service-communities-relation", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:34:48.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "56faff8b-8df5-497a-a7bb-58fa9a1f7600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:34:47 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:34:47.178Z", + "time": 954, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 954 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "bde61e05-0325-48fa-7edd-3cc5865ffd0d" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "3f4c137d-fbe0-46e5-9368-b3acc18f99e3" + }, + { + "name": "client-request-id", + "value": "bde61e05-0325-48fa-7edd-3cc5865ffd0d" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C4\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:34:48 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:34:48.141Z", + "time": 374, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 374 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "7a13434b-5c5c-da64-0d31-312468e695d9" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "dcdc15ec-36b3-43b9-8d23-ff87702bb20c" + }, + { + "name": "client-request-id", + "value": "7a13434b-5c5c-da64-0d31-312468e695d9" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000270\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:34:53 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:34:48.530Z", + "time": 6238, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 6238 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "3bf0ba2a-1ebb-414b-aa05-b7a233603802" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712057695\",\"not_before\":\"1712053795\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:34:55.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "3bf0ba2a-1ebb-414b-aa05-b7a233603802" + }, + { + "name": "x-ms-request-id", + "value": "5a32d311-266f-4e8f-a02f-a71d63b21e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:34:54 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:34:54.780Z", + "time": 779, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 779 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "beb80fd2-a875-4f09-b49e-694e753f33b5" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "8e7f7bf8-9a9f-4b40-884c-c34a8483aaf0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8e7f7bf8-9a9f-4b40-884c-c34a8483aaf0" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T103456Z:8e7f7bf8-9a9f-4b40-884c-c34a8483aaf0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EB4E0A4D0E8343AD98D8E97F373A3297 Ref B: MAA201060513039 Ref C: 2024-04-02T10:34:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:34:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 674, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:34:55.563Z", + "time": 691, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 691 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "c585e0b9-49e8-479c-9688-94fdcd3c36c0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "ecb40a26-d48c-4796-a11c-d727fd4de7bf" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ecb40a26-d48c-4796-a11c-d727fd4de7bf" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T103456Z:ecb40a26-d48c-4796-a11c-d727fd4de7bf" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: B6A728A3A84A4883B4D331C546943748 Ref B: MAA201060515053 Ref C: 2024-04-02T10:34:56Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:34:55 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:34:56.262Z", + "time": 349, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 349 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "0cbe8fff-286e-47be-9b6a-1339ff0651ea" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712057696\",\"not_before\":\"1712053796\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:34:57.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "0cbe8fff-286e-47be-9b6a-1339ff0651ea" + }, + { + "name": "x-ms-request-id", + "value": "6ab6792c-4a3a-40bd-84be-088334113f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:34:57 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:34:56.631Z", + "time": 506, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 506 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "d373faca-f969-4c9a-bdc5-749bff87abee" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "13425514-92c4-4ddd-9bdf-468c7b6a95b0" + }, + { + "name": "x-ms-correlation-request-id", + "value": "13425514-92c4-4ddd-9bdf-468c7b6a95b0" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T103457Z:13425514-92c4-4ddd-9bdf-468c7b6a95b0" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: CAC2F1BE0B044E70A3A04E36D3DB62BF Ref B: MAA201060514009 Ref C: 2024-04-02T10:34:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:34:56 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:34:57.146Z", + "time": 313, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 313 + } + }, + { + "_id": "566f0d1eee3e89f9325031d4a2b6f390", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "5d4daf1e-07c6-45b2-8984-d6c63770e76b" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-network/20.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1878, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2019-12-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Network/bgpServiceCommunities?api-version=2019-12-01" + }, + "response": { + "bodySize": 707782, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 707782, + "text": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Exchange\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/Exchange\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"Exchange\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Exchange\",\r\n \"communityValue\": \"12076:5010\",\r\n \"communityPrefixes\": [\r\n \"13.107.6.152/31\",\r\n \"13.107.18.10/31\",\r\n \"13.107.128.0/22\",\r\n \"23.103.160.0/20\",\r\n \"40.92.0.0/15\",\r\n \"40.96.0.0/13\",\r\n \"40.104.0.0/15\",\r\n \"40.107.0.0/16\",\r\n \"52.96.0.0/14\",\r\n \"52.100.0.0/14\",\r\n \"52.238.78.88/32\",\r\n \"104.47.0.0/17\",\r\n \"131.253.33.215/32\",\r\n \"132.245.0.0/16\",\r\n \"150.171.32.0/22\",\r\n \"204.79.197.215/32\",\r\n \"13.107.128.0/24\",\r\n \"13.107.129.0/24\",\r\n \"150.171.32.0/24\",\r\n \"150.171.34.0/24\",\r\n \"150.171.35.0/24\",\r\n \"52.96.38.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Exchange IPv6\",\r\n \"communityValue\": \"12076:5010\",\r\n \"communityPrefixes\": [\r\n \"2603:1006::/40\",\r\n \"2603:1016::/36\",\r\n \"2603:1026::/36\",\r\n \"2603:1036::/36\",\r\n \"2603:1046::/36\",\r\n \"2603:1056::/36\",\r\n \"2620:1ec:4::152/128\",\r\n \"2620:1ec:4::153/128\",\r\n \"2620:1ec:c::10/128\",\r\n \"2620:1ec:c::11/128\",\r\n \"2620:1ec:d::10/128\",\r\n \"2620:1ec:d::11/128\",\r\n \"2620:1ec:8f0::/46\",\r\n \"2620:1ec:900::/46\",\r\n \"2620:1ec:a92::152/128\",\r\n \"2620:1ec:a92::153/128\",\r\n \"2a01:111:f400::/48\",\r\n \"2a01:111:f403::/48\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"OtherOffice365Services\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/OtherOffice365Services\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"OtherOffice365Services\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Other Office 365 Services\",\r\n \"communityValue\": \"12076:5100\",\r\n \"communityPrefixes\": [\r\n \"13.107.6.171/32\",\r\n \"13.107.6.192/32\",\r\n \"13.107.9.192/32\",\r\n \"13.107.18.15/32\",\r\n \"13.107.140.6/32\",\r\n \"20.20.32.0/19\",\r\n \"20.190.128.0/18\",\r\n \"20.231.128.0/19\",\r\n \"40.126.0.0/18\",\r\n \"52.108.0.0/14\",\r\n \"52.244.37.168/32\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Other Office 365 Services IPv6\",\r\n \"communityValue\": \"12076:5100\",\r\n \"communityPrefixes\": [\r\n \"2603:1006:1400::/40\",\r\n \"2603:1006:2000::/48\",\r\n \"2603:1007:200::/48\",\r\n \"2603:1016:1400::/48\",\r\n \"2603:1016:2400::/40\",\r\n \"2603:1017::/48\",\r\n \"2603:1026:2400::/40\",\r\n \"2603:1026:3000::/48\",\r\n \"2603:1027:1::/48\",\r\n \"2603:1036:2400::/40\",\r\n \"2603:1036:3000::/48\",\r\n \"2603:1037:1::/48\",\r\n \"2603:1046:1400::/40\",\r\n \"2603:1046:2000::/48\",\r\n \"2603:1047:1::/48\",\r\n \"2603:1056:1400::/40\",\r\n \"2603:1056:2000::/48\",\r\n \"2603:1057:2::/48\",\r\n \"2603:1063:2000::/38\",\r\n \"2620:1ec:4::192/128\",\r\n \"2620:1ec:c::15/128\",\r\n \"2620:1ec:8fc::6/128\",\r\n \"2620:1ec:a92::171/128\",\r\n \"2620:1ec:a92::192/128\",\r\n \"2a01:111:f100:2000::a83e:3019/128\",\r\n \"2a01:111:f100:2002::8975:2d79/128\",\r\n \"2a01:111:f100:2002::8975:2da8/128\",\r\n \"2a01:111:f100:7000::6fdd:6cd5/128\",\r\n \"2a01:111:f100:a004::bfeb:88cf/128\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"SharePoint\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/SharePoint\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"SharePoint\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"SharePoint Online\",\r\n \"communityValue\": \"12076:5020\",\r\n \"communityPrefixes\": [\r\n \"13.107.136.0/22\",\r\n \"40.108.128.0/17\",\r\n \"52.104.0.0/14\",\r\n \"104.146.128.0/17\",\r\n \"150.171.40.0/22\",\r\n \"13.107.136.0/24\",\r\n \"150.171.40.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"SharePoint Online IPv6\",\r\n \"communityValue\": \"12076:5020\",\r\n \"communityPrefixes\": [\r\n \"2603:1061:1300::/40\",\r\n \"2620:1ec:8f8::/46\",\r\n \"2620:1ec:908::/46\",\r\n \"2a01:111:f402::/48\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"SkypeForBusiness\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/SkypeForBusiness\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"SkypeForBusiness\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Skype For Business\",\r\n \"communityValue\": \"12076:5030\",\r\n \"communityPrefixes\": [\r\n \"13.107.64.0/18\",\r\n \"52.112.0.0/14\",\r\n \"52.122.0.0/15\",\r\n \"52.238.119.141/32\",\r\n \"52.244.160.207/32\",\r\n \"52.113.192.0/24\",\r\n \"52.113.193.0/24\",\r\n \"52.113.194.0/24\",\r\n \"52.113.195.0/24\",\r\n \"13.107.66.0/24\",\r\n \"13.107.67.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Skype For Business IPv6\",\r\n \"communityValue\": \"12076:5030\",\r\n \"communityPrefixes\": [\r\n \"2603:1027::/48\",\r\n \"2603:1037::/48\",\r\n \"2603:1047::/48\",\r\n \"2603:1057::/48\",\r\n \"2603:1063::/38\",\r\n \"2620:1ec:6::/48\",\r\n \"2620:1ec:40::/42\"\r\n ],\r\n \"isAuthorizedToUse\": false,\r\n \"serviceGroup\": \"O365\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"CRMOnline\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/CRMOnline\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"CRMOnline\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"CRM Online\",\r\n \"communityValue\": \"12076:5040\",\r\n \"communityPrefixes\": [\r\n \"13.70.185.74/32\",\r\n \"13.75.152.226/32\",\r\n \"13.78.115.65/32\",\r\n \"13.79.172.168/32\",\r\n \"13.81.109.182/32\",\r\n \"13.84.227.98/32\",\r\n \"13.88.20.122/32\",\r\n \"13.92.199.78/32\",\r\n \"13.106.5.0/26\",\r\n \"13.106.6.128/25\",\r\n \"13.106.8.128/26\",\r\n \"13.106.14.128/26\",\r\n \"13.106.16.128/26\",\r\n \"13.106.18.64/26\",\r\n \"13.106.42.64/26\",\r\n \"13.106.44.128/26\",\r\n \"13.106.52.64/26\",\r\n \"13.106.58.192/26\",\r\n \"13.106.60.128/26\",\r\n \"13.106.72.128/25\",\r\n \"13.106.102.128/25\",\r\n \"13.106.108.0/25\",\r\n \"13.106.110.0/25\",\r\n \"13.107.6.169/32\",\r\n \"13.107.9.169/32\",\r\n \"23.97.66.205/32\",\r\n \"52.172.55.194/32\",\r\n \"52.172.157.251/32\",\r\n \"52.187.44.184/32\",\r\n \"52.232.131.85/32\",\r\n \"52.233.25.234/32\",\r\n \"65.55.132.0/24\",\r\n \"65.55.135.0/24\",\r\n \"66.119.148.0/24\",\r\n \"66.119.154.0/23\",\r\n \"66.119.156.0/24\",\r\n \"104.44.102.0/23\",\r\n \"104.44.104.0/23\",\r\n \"104.44.113.0/24\",\r\n \"104.44.114.0/23\",\r\n \"104.44.116.0/23\",\r\n \"104.44.118.0/24\",\r\n \"104.44.208.192/26\",\r\n \"104.44.209.0/25\",\r\n \"104.44.209.128/26\",\r\n \"104.44.249.0/24\",\r\n \"104.44.250.0/24\",\r\n \"104.214.137.185/32\",\r\n \"134.170.26.0/24\",\r\n \"134.170.70.0/24\",\r\n \"134.170.98.0/24\",\r\n \"134.170.217.160/27\",\r\n \"157.56.174.160/27\",\r\n \"157.56.199.0/24\",\r\n \"191.232.3.192/26\",\r\n \"191.235.81.50/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"CRM\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"CRM Online IPv6\",\r\n \"communityValue\": \"12076:5040\",\r\n \"communityPrefixes\": [\r\n \"2620:1ec:4::169/128\",\r\n \"2620:1ec:a92::169/128\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"CRM\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureActiveDirectory\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureActiveDirectory\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureActiveDirectory\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Active Directory\",\r\n \"communityValue\": \"12076:5060\",\r\n \"communityPrefixes\": [\r\n \"40.126.0.0/19\",\r\n \"40.126.32.0/19\",\r\n \"20.190.128.0/19\",\r\n \"20.190.160.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Active Directory IPv6\",\r\n \"communityValue\": \"12076:5060\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central\",\r\n \"communityValue\": \"12076:51032\",\r\n \"communityPrefixes\": [\r\n \"20.28.0.0/17\",\r\n \"20.36.32.0/19\",\r\n \"20.36.104.0/23\",\r\n \"20.36.106.0/24\",\r\n \"20.36.107.0/25\",\r\n \"20.36.107.128/26\",\r\n \"20.36.107.224/27\",\r\n \"20.36.108.0/22\",\r\n \"20.37.0.0/18\",\r\n \"20.37.224.0/19\",\r\n \"20.38.184.0/22\",\r\n \"20.39.64.0/21\",\r\n \"20.53.0.0/27\",\r\n \"20.53.0.32/29\",\r\n \"20.53.0.48/28\",\r\n \"20.53.0.64/26\",\r\n \"20.53.0.128/25\",\r\n \"20.53.1.0/24\",\r\n \"20.53.2.0/23\",\r\n \"20.53.4.0/22\",\r\n \"20.53.8.0/21\",\r\n \"20.53.16.0/20\",\r\n \"20.53.48.0/21\",\r\n \"20.60.102.0/24\",\r\n \"20.60.214.0/23\",\r\n \"20.70.0.0/18\",\r\n \"20.150.124.0/24\",\r\n \"20.213.224.0/19\",\r\n \"20.227.128.0/17\",\r\n \"20.248.0.0/17\",\r\n \"40.64.146.240/28\",\r\n \"40.64.177.128/25\",\r\n \"40.82.240.0/22\",\r\n \"52.143.219.0/24\",\r\n \"52.239.216.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central IPv6\",\r\n \"communityValue\": \"12076:51032\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:300::/47\",\r\n \"2603:1010:304::/47\",\r\n \"2603:1061:1314::/54\",\r\n \"2603:1061:1725::/48\",\r\n \"2603:1061:2010:23::/64\",\r\n \"2603:10c0:203::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central 2\",\r\n \"communityValue\": \"12076:51033\",\r\n \"communityPrefixes\": [\r\n \"4.198.32.0/19\",\r\n \"4.254.128.0/17\",\r\n \"20.36.64.0/19\",\r\n \"20.36.112.0/23\",\r\n \"20.36.114.0/24\",\r\n \"20.36.115.0/26\",\r\n \"20.36.115.96/27\",\r\n \"20.36.115.128/25\",\r\n \"20.36.116.0/24\",\r\n \"20.36.117.0/25\",\r\n \"20.36.117.128/26\",\r\n \"20.36.117.192/29\",\r\n \"20.36.117.208/28\",\r\n \"20.36.117.224/27\",\r\n \"20.36.118.0/23\",\r\n \"20.36.120.0/21\",\r\n \"20.39.72.0/21\",\r\n \"20.39.96.0/19\",\r\n \"20.53.56.0/21\",\r\n \"20.60.107.0/24\",\r\n \"20.150.103.0/24\",\r\n \"20.167.128.0/17\",\r\n \"20.193.96.0/19\",\r\n \"20.209.156.0/23\",\r\n \"40.64.176.128/25\",\r\n \"40.82.244.0/22\",\r\n \"40.126.128.0/18\",\r\n \"52.143.218.0/24\",\r\n \"52.239.218.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:51033\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:400::/47\",\r\n \"2603:1010:404::/47\",\r\n \"2603:1061:1314:400::/54\",\r\n \"2603:1061:1723::/48\",\r\n \"2603:1061:2010:21::/64\",\r\n \"2603:10c0:303::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia East\",\r\n \"communityValue\": \"12076:51015\",\r\n \"communityPrefixes\": [\r\n \"4.147.0.0/16\",\r\n \"4.195.0.0/16\",\r\n \"4.196.0.0/15\",\r\n \"4.198.0.0/19\",\r\n \"4.198.160.0/21\",\r\n \"4.237.0.0/17\",\r\n \"13.70.64.0/21\",\r\n \"13.70.72.0/24\",\r\n \"13.70.73.0/27\",\r\n \"13.70.73.64/26\",\r\n \"13.70.73.128/25\",\r\n \"13.70.74.0/23\",\r\n \"13.70.76.0/23\",\r\n \"13.70.78.0/24\",\r\n \"13.70.79.0/26\",\r\n \"13.70.79.64/29\",\r\n \"13.70.79.80/28\",\r\n \"13.70.79.96/27\",\r\n \"13.70.79.128/25\",\r\n \"13.70.80.0/20\",\r\n \"13.70.96.0/19\",\r\n \"13.72.224.0/19\",\r\n \"13.73.192.0/20\",\r\n \"13.75.128.0/17\",\r\n \"20.5.0.0/16\",\r\n \"20.11.0.0/17\",\r\n \"20.28.128.0/17\",\r\n \"20.37.192.0/19\",\r\n \"20.38.112.0/23\",\r\n \"20.40.64.0/20\",\r\n \"20.40.80.0/21\",\r\n \"20.40.120.0/21\",\r\n \"20.40.176.0/20\",\r\n \"20.42.192.0/19\",\r\n \"20.43.96.0/20\",\r\n \"20.53.32.0/28\",\r\n \"20.53.40.0/21\",\r\n \"20.53.64.0/18\",\r\n \"20.53.128.0/17\",\r\n \"20.58.128.0/18\",\r\n \"20.60.72.0/22\",\r\n \"20.60.182.0/23\",\r\n \"20.70.128.0/17\",\r\n \"20.92.64.0/18\",\r\n \"20.92.128.0/17\",\r\n \"20.95.192.0/21\",\r\n \"20.95.201.0/24\",\r\n \"20.95.202.0/23\",\r\n \"20.95.204.0/24\",\r\n \"20.95.208.0/24\",\r\n \"20.150.66.0/24\",\r\n \"20.150.92.0/24\",\r\n \"20.150.117.0/24\",\r\n \"20.167.0.0/17\",\r\n \"20.188.128.0/17\",\r\n \"20.191.192.0/18\",\r\n \"20.193.0.0/18\",\r\n \"20.193.64.0/19\",\r\n \"20.202.62.0/24\",\r\n \"20.202.65.0/24\",\r\n \"20.202.70.0/24\",\r\n \"20.202.171.0/24\",\r\n \"20.202.172.0/23\",\r\n \"20.202.174.0/24\",\r\n \"20.205.88.0/21\",\r\n \"20.209.164.0/23\",\r\n \"20.211.0.0/17\",\r\n \"20.211.128.0/18\",\r\n \"20.213.0.0/17\",\r\n \"20.213.128.0/18\",\r\n \"20.213.192.0/20\",\r\n \"20.227.0.0/18\",\r\n \"20.248.128.0/17\",\r\n \"23.101.208.0/20\",\r\n \"40.64.146.16/28\",\r\n \"40.64.160.0/25\",\r\n \"40.79.160.0/20\",\r\n \"40.79.211.0/24\",\r\n \"40.82.32.0/22\",\r\n \"40.82.192.0/19\",\r\n \"40.87.208.0/22\",\r\n \"40.112.37.128/26\",\r\n \"40.126.224.0/19\",\r\n \"52.120.158.0/23\",\r\n \"52.121.108.0/22\",\r\n \"52.143.199.0/24\",\r\n \"52.143.200.0/23\",\r\n \"52.147.0.0/19\",\r\n \"52.156.160.0/19\",\r\n \"52.187.192.0/18\",\r\n \"52.232.136.0/21\",\r\n \"52.232.154.0/24\",\r\n \"52.237.192.0/18\",\r\n \"52.239.130.0/23\",\r\n \"52.239.226.0/24\",\r\n \"52.245.16.0/22\",\r\n \"68.218.0.0/18\",\r\n \"68.218.64.0/19\",\r\n \"68.218.96.0/20\",\r\n \"68.218.112.0/21\",\r\n \"68.218.120.0/26\",\r\n \"68.218.120.80/28\",\r\n \"68.218.120.96/27\",\r\n \"68.218.120.128/25\",\r\n \"68.218.121.0/24\",\r\n \"68.218.122.0/23\",\r\n \"68.218.124.0/22\",\r\n \"68.218.128.0/19\",\r\n \"104.46.29.0/24\",\r\n \"104.46.30.0/23\",\r\n \"104.209.80.0/20\",\r\n \"104.210.64.0/18\",\r\n \"151.206.49.192/27\",\r\n \"151.206.105.0/24\",\r\n \"151.206.106.0/25\",\r\n \"191.238.66.0/23\",\r\n \"191.239.64.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia East IPv6\",\r\n \"communityValue\": \"12076:51015\",\r\n \"communityPrefixes\": [\r\n \"2603:1010::/46\",\r\n \"2603:1010:6::/47\",\r\n \"2603:1061:1314:800::/54\",\r\n \"2603:1061:1704::/48\",\r\n \"2603:1061:2000:120::/60\",\r\n \"2603:1061:2000:788::/62\",\r\n \"2603:1061:2002:6900::/57\",\r\n \"2603:1061:2004:5900::/57\",\r\n \"2603:1061:2010::/64\",\r\n \"2603:1062:c:30::/63\",\r\n \"2603:10c0:9::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Southeast\",\r\n \"communityValue\": \"12076:51016\",\r\n \"communityPrefixes\": [\r\n \"4.198.64.0/18\",\r\n \"4.198.128.0/19\",\r\n \"4.199.0.0/17\",\r\n \"4.200.128.0/17\",\r\n \"13.70.128.0/18\",\r\n \"13.73.96.0/19\",\r\n \"13.77.0.0/19\",\r\n \"13.77.32.0/20\",\r\n \"13.77.48.0/23\",\r\n \"13.77.50.0/24\",\r\n \"13.77.52.0/25\",\r\n \"13.77.52.128/27\",\r\n \"13.77.52.192/26\",\r\n \"13.77.53.0/24\",\r\n \"13.77.54.0/23\",\r\n \"13.77.56.0/21\",\r\n \"20.11.128.0/17\",\r\n \"20.40.160.0/20\",\r\n \"20.42.224.0/19\",\r\n \"20.45.144.0/20\",\r\n \"20.46.96.0/20\",\r\n \"20.58.192.0/18\",\r\n \"20.60.32.0/23\",\r\n \"20.70.64.0/18\",\r\n \"20.92.0.0/18\",\r\n \"20.95.200.0/24\",\r\n \"20.150.12.0/23\",\r\n \"20.150.119.0/24\",\r\n \"20.190.96.0/19\",\r\n \"20.202.61.0/24\",\r\n \"20.202.63.0/24\",\r\n \"20.202.69.0/24\",\r\n \"20.202.175.0/24\",\r\n \"20.209.204.0/23\",\r\n \"20.211.192.0/19\",\r\n \"20.211.224.0/22\",\r\n \"20.211.228.0/26\",\r\n \"20.211.228.64/28\",\r\n \"20.211.228.96/27\",\r\n \"20.211.228.128/25\",\r\n \"20.211.229.0/24\",\r\n \"20.211.230.0/23\",\r\n \"20.211.232.0/21\",\r\n \"20.211.240.0/20\",\r\n \"20.213.208.0/20\",\r\n \"23.101.224.0/19\",\r\n \"40.64.146.64/28\",\r\n \"40.64.160.128/25\",\r\n \"40.79.212.0/24\",\r\n \"40.81.48.0/20\",\r\n \"40.87.212.0/22\",\r\n \"40.90.138.133/32\",\r\n \"40.90.138.136/32\",\r\n \"40.112.37.192/26\",\r\n \"40.115.64.0/19\",\r\n \"40.127.64.0/19\",\r\n \"52.121.106.0/23\",\r\n \"52.136.25.0/24\",\r\n \"52.147.32.0/19\",\r\n \"52.158.128.0/19\",\r\n \"52.189.192.0/18\",\r\n \"52.239.132.0/23\",\r\n \"52.239.225.0/24\",\r\n \"52.243.64.0/18\",\r\n \"52.245.20.0/22\",\r\n \"52.255.32.0/19\",\r\n \"104.46.28.0/24\",\r\n \"104.46.160.0/23\",\r\n \"104.46.162.0/29\",\r\n \"104.46.162.16/28\",\r\n \"104.46.162.32/27\",\r\n \"104.46.162.64/26\",\r\n \"104.46.162.128/25\",\r\n \"104.46.163.0/24\",\r\n \"104.46.164.0/22\",\r\n \"104.46.168.0/21\",\r\n \"104.46.176.0/23\",\r\n \"104.46.178.0/25\",\r\n \"104.46.178.160/27\",\r\n \"104.46.178.192/26\",\r\n \"104.46.179.0/24\",\r\n \"104.46.180.0/22\",\r\n \"104.46.184.0/21\",\r\n \"104.209.64.0/20\",\r\n \"151.206.49.224/27\",\r\n \"151.206.106.128/25\",\r\n \"151.206.107.0/24\",\r\n \"191.239.160.0/19\",\r\n \"191.239.192.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:51016\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:100::/40\",\r\n \"2603:1010:200::/47\",\r\n \"2603:1010:202::/48\",\r\n \"2603:1010:205::/48\",\r\n \"2603:1010:206::/47\",\r\n \"2603:1061:1314:c00::/54\",\r\n \"2603:1061:1705::/48\",\r\n \"2603:1061:2000:780::/62\",\r\n \"2603:1061:2002:6800::/57\",\r\n \"2603:1061:2004:5800::/57\",\r\n \"2603:1061:2010:1::/64\",\r\n \"2603:1062:c:32::/63\",\r\n \"2603:1063:400::/56\",\r\n \"2603:10c0:106::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil South\",\r\n \"communityValue\": \"12076:51014\",\r\n \"communityPrefixes\": [\r\n \"4.160.0.0/16\",\r\n \"4.169.0.0/16\",\r\n \"4.201.0.0/16\",\r\n \"4.202.0.0/16\",\r\n \"4.203.0.0/17\",\r\n \"4.228.0.0/16\",\r\n \"4.238.128.0/17\",\r\n \"20.40.16.0/21\",\r\n \"20.40.112.0/21\",\r\n \"20.60.36.0/23\",\r\n \"20.95.240.0/24\",\r\n \"20.150.111.0/24\",\r\n \"20.195.136.0/21\",\r\n \"20.195.152.0/21\",\r\n \"20.195.160.0/19\",\r\n \"20.195.192.0/18\",\r\n \"20.197.128.0/17\",\r\n \"20.201.0.0/17\",\r\n \"20.202.75.0/24\",\r\n \"20.202.76.0/23\",\r\n \"20.202.80.0/22\",\r\n \"20.202.176.0/22\",\r\n \"20.202.180.0/24\",\r\n \"20.206.64.0/18\",\r\n \"20.206.128.0/17\",\r\n \"20.209.12.0/23\",\r\n \"20.209.82.0/23\",\r\n \"20.209.232.0/23\",\r\n \"20.226.0.0/17\",\r\n \"20.226.128.0/18\",\r\n \"20.226.192.0/20\",\r\n \"20.226.208.0/23\",\r\n \"20.226.210.0/24\",\r\n \"20.226.211.0/26\",\r\n \"20.226.211.80/28\",\r\n \"20.226.211.96/27\",\r\n \"20.226.211.128/25\",\r\n \"20.226.212.0/22\",\r\n \"20.226.216.0/21\",\r\n \"20.226.224.0/19\",\r\n \"23.97.96.0/20\",\r\n \"23.97.112.0/25\",\r\n \"23.97.112.128/28\",\r\n \"23.97.112.160/27\",\r\n \"40.64.144.224/29\",\r\n \"40.64.145.64/28\",\r\n \"40.64.161.0/25\",\r\n \"52.121.40.0/21\",\r\n \"52.253.185.0/24\",\r\n \"52.253.186.0/24\",\r\n \"104.41.0.0/18\",\r\n \"151.206.50.32/28\",\r\n \"151.206.101.128/25\",\r\n \"151.206.102.0/24\",\r\n \"191.232.32.0/19\",\r\n \"191.232.64.0/20\",\r\n \"191.232.160.0/19\",\r\n \"191.232.192.0/18\",\r\n \"191.233.0.0/21\",\r\n \"191.233.16.0/20\",\r\n \"191.233.128.0/20\",\r\n \"191.233.192.0/21\",\r\n \"191.233.200.0/23\",\r\n \"191.233.203.0/24\",\r\n \"191.233.204.0/25\",\r\n \"191.233.204.128/27\",\r\n \"191.233.204.192/26\",\r\n \"191.233.205.0/24\",\r\n \"191.233.206.0/24\",\r\n \"191.233.207.0/25\",\r\n \"191.233.207.128/26\",\r\n \"191.233.207.200/29\",\r\n \"191.233.207.208/28\",\r\n \"191.233.207.224/27\",\r\n \"191.233.208.0/20\",\r\n \"191.233.224.0/19\",\r\n \"191.234.128.0/18\",\r\n \"191.234.192.0/19\",\r\n \"191.235.32.0/19\",\r\n \"191.235.64.0/18\",\r\n \"191.235.196.0/22\",\r\n \"191.235.200.0/21\",\r\n \"191.235.224.0/20\",\r\n \"191.235.240.0/21\",\r\n \"191.235.248.0/23\",\r\n \"191.235.250.0/25\",\r\n \"191.237.195.0/24\",\r\n \"191.237.200.0/21\",\r\n \"191.237.248.0/21\",\r\n \"191.238.72.0/21\",\r\n \"191.238.128.0/21\",\r\n \"191.238.192.0/19\",\r\n \"191.239.112.0/20\",\r\n \"191.239.204.0/22\",\r\n \"191.239.240.0/20\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil South IPv6\",\r\n \"communityValue\": \"12076:51014\",\r\n \"communityPrefixes\": [\r\n \"2603:1050:1::/48\",\r\n \"2603:1050:2::/47\",\r\n \"2603:1050:6::/47\",\r\n \"2603:1056:1400::800/117\",\r\n \"2603:1056:1400::1000/116\",\r\n \"2603:1056:1400::2000/115\",\r\n \"2603:1056:1400::4000/114\",\r\n \"2603:1056:1400::8000/113\",\r\n \"2603:1056:1400::1:0/112\",\r\n \"2603:1056:1400::2:0/111\",\r\n \"2603:1056:1400::4:0/110\",\r\n \"2603:1056:1400::8:0/109\",\r\n \"2603:1056:1400::10:0/108\",\r\n \"2603:1056:1400::20:0/107\",\r\n \"2603:1056:1400::40:0/106\",\r\n \"2603:1056:1400::80:0/105\",\r\n \"2603:1056:1400::100:0/104\",\r\n \"2603:1056:1400::200:0/103\",\r\n \"2603:1056:1400::400:0/102\",\r\n \"2603:1056:1400::800:0/101\",\r\n \"2603:1056:1400::1000:0/100\",\r\n \"2603:1056:1400::2000:0/99\",\r\n \"2603:1056:1400::4000:0/98\",\r\n \"2603:1056:1400::8000:0/97\",\r\n \"2603:1056:1400::1:0:0/96\",\r\n \"2603:1056:1400::2:0:0/95\",\r\n \"2603:1056:1400::4:0:0/94\",\r\n \"2603:1056:1400::8:0:0/93\",\r\n \"2603:1056:1400::10:0:0/92\",\r\n \"2603:1056:1400::20:0:0/91\",\r\n \"2603:1056:1400::40:0:0/90\",\r\n \"2603:1056:1400::80:0:0/89\",\r\n \"2603:1056:1400::100:0:0/88\",\r\n \"2603:1056:1400::200:0:0/87\",\r\n \"2603:1056:1400::400:0:0/86\",\r\n \"2603:1056:1400::800:0:0/85\",\r\n \"2603:1056:1400::1000:0:0/84\",\r\n \"2603:1056:1400::2000:0:0/83\",\r\n \"2603:1056:1400::4000:0:0/82\",\r\n \"2603:1056:1400::8000:0:0/81\",\r\n \"2603:1056:1400:0:1::/80\",\r\n \"2603:1056:1400:0:2::/79\",\r\n \"2603:1056:1400:0:4::/78\",\r\n \"2603:1056:1400:0:8::/77\",\r\n \"2603:1056:1400:0:10::/76\",\r\n \"2603:1056:1400:0:20::/75\",\r\n \"2603:1056:1400:0:40::/74\",\r\n \"2603:1056:1400:0:80::/73\",\r\n \"2603:1056:1400:0:100::/72\",\r\n \"2603:1056:1400:0:200::/71\",\r\n \"2603:1056:1400:0:400::/70\",\r\n \"2603:1056:1400:0:800::/69\",\r\n \"2603:1056:1400:0:1000::/68\",\r\n \"2603:1056:1400:0:2000::/67\",\r\n \"2603:1056:1400:0:4000::/66\",\r\n \"2603:1056:1400:0:8000::/65\",\r\n \"2603:1056:1400:1::800/117\",\r\n \"2603:1056:1400:1::1000/116\",\r\n \"2603:1056:1400:1::2000/115\",\r\n \"2603:1056:1400:1::4000/114\",\r\n \"2603:1056:1400:1::8000/113\",\r\n \"2603:1056:1400:1::1:0/112\",\r\n \"2603:1056:1400:1::2:0/111\",\r\n \"2603:1056:1400:1::4:0/110\",\r\n \"2603:1056:1400:1::8:0/109\",\r\n \"2603:1056:1400:1::10:0/108\",\r\n \"2603:1056:1400:1::20:0/107\",\r\n \"2603:1056:1400:1::40:0/106\",\r\n \"2603:1056:1400:1::80:0/105\",\r\n \"2603:1056:1400:1::100:0/104\",\r\n \"2603:1056:1400:1::200:0/103\",\r\n \"2603:1056:1400:1::400:0/102\",\r\n \"2603:1056:1400:1::800:0/101\",\r\n \"2603:1056:1400:1::1000:0/100\",\r\n \"2603:1056:1400:1::2000:0/99\",\r\n \"2603:1056:1400:1::4000:0/98\",\r\n \"2603:1056:1400:1::8000:0/97\",\r\n \"2603:1056:1400:1:0:1::/96\",\r\n \"2603:1056:1400:1:0:2::/95\",\r\n \"2603:1056:1400:1:0:4::/94\",\r\n \"2603:1056:1400:1:0:8::/93\",\r\n \"2603:1056:1400:1:0:10::/92\",\r\n \"2603:1056:1400:1:0:20::/91\",\r\n \"2603:1056:1400:1:0:40::/90\",\r\n \"2603:1056:1400:1:0:80::/89\",\r\n \"2603:1056:1400:1:0:100::/88\",\r\n \"2603:1056:1400:1:0:200::/87\",\r\n \"2603:1056:1400:1:0:400::/86\",\r\n \"2603:1056:1400:1:0:800::/85\",\r\n \"2603:1056:1400:1:0:1000::/84\",\r\n \"2603:1056:1400:1:0:2000::/83\",\r\n \"2603:1056:1400:1:0:4000::/82\",\r\n \"2603:1056:1400:1:0:8000::/81\",\r\n \"2603:1056:1400:1:1::/80\",\r\n \"2603:1056:1400:1:2::/79\",\r\n \"2603:1056:1400:1:4::/78\",\r\n \"2603:1056:1400:1:8::/77\",\r\n \"2603:1056:1400:1:10::/76\",\r\n \"2603:1056:1400:1:20::/75\",\r\n \"2603:1056:1400:1:40::/74\",\r\n \"2603:1056:1400:1:80::/73\",\r\n \"2603:1056:1400:1:100::/72\",\r\n \"2603:1056:1400:1:200::/71\",\r\n \"2603:1056:1400:1:400::/70\",\r\n \"2603:1056:1400:1:800::/69\",\r\n \"2603:1056:1400:1:1000::/68\",\r\n \"2603:1056:1400:1:2000::/67\",\r\n \"2603:1056:1400:1:4000::/66\",\r\n \"2603:1056:1400:1:8000::/65\",\r\n \"2603:1056:1400:2::/63\",\r\n \"2603:1056:1400:4::/62\",\r\n \"2603:1056:1400:8::/61\",\r\n \"2603:1056:1400:10::/60\",\r\n \"2603:1056:1400:20::/59\",\r\n \"2603:1056:1400:40::/58\",\r\n \"2603:1056:1400:80::/57\",\r\n \"2603:1056:1400:100::/56\",\r\n \"2603:1056:1400:200::/55\",\r\n \"2603:1056:1400:400::/54\",\r\n \"2603:1056:1400:800::/53\",\r\n \"2603:1056:1400:1000::/52\",\r\n \"2603:1056:1400:2000::/51\",\r\n \"2603:1056:1400:4000::/50\",\r\n \"2603:1056:1400:8000::/49\",\r\n \"2603:1061:1315:400::/54\",\r\n \"2603:1061:1706::/48\",\r\n \"2603:1061:2000:408::/62\",\r\n \"2603:1061:2002:1100::/57\",\r\n \"2603:1061:2004:100::/57\",\r\n \"2603:1061:2010:2::/64\",\r\n \"2603:1062:c:2e::/63\",\r\n \"2603:1063:401::/56\",\r\n \"2603:10d0:6::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil Southeast\",\r\n \"communityValue\": \"12076:51050\",\r\n \"communityPrefixes\": [\r\n \"4.238.0.0/17\",\r\n \"20.40.32.0/21\",\r\n \"20.150.73.0/24\",\r\n \"20.150.80.0/24\",\r\n \"20.150.123.0/24\",\r\n \"20.195.128.0/22\",\r\n \"20.195.144.0/21\",\r\n \"20.206.0.0/18\",\r\n \"20.209.210.0/23\",\r\n \"23.97.112.192/27\",\r\n \"23.97.116.0/22\",\r\n \"23.97.120.0/21\",\r\n \"40.64.183.128/25\",\r\n \"40.123.128.0/22\",\r\n \"40.126.207.0/24\",\r\n \"52.253.197.0/24\",\r\n \"108.140.0.0/16\",\r\n \"191.232.16.0/21\",\r\n \"191.233.8.0/21\",\r\n \"191.233.48.0/21\",\r\n \"191.233.160.0/19\",\r\n \"191.234.224.0/19\",\r\n \"191.237.224.0/25\",\r\n \"191.237.224.128/27\",\r\n \"191.237.224.168/29\",\r\n \"191.237.224.176/28\",\r\n \"191.237.224.192/26\",\r\n \"191.237.225.0/24\",\r\n \"191.237.226.0/23\",\r\n \"191.237.228.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Brazil Southeast IPv6\",\r\n \"communityValue\": \"12076:51050\",\r\n \"communityPrefixes\": [\r\n \"2603:1050:400::/48\",\r\n \"2603:1050:403::/48\",\r\n \"2603:1050:404::/48\",\r\n \"2603:1061:1002::/48\",\r\n \"2603:1061:1315:800::/54\",\r\n \"2603:1061:172f::/48\",\r\n \"2603:1061:2000:400::/62\",\r\n \"2603:1061:2002:1000::/57\",\r\n \"2603:1061:2004::/57\",\r\n \"2603:1061:2010:2f::/64\",\r\n \"2603:1063:402::/56\",\r\n \"2603:10d0:10e::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada Central\",\r\n \"communityValue\": \"12076:51020\",\r\n \"communityPrefixes\": [\r\n \"4.172.0.0/15\",\r\n \"4.174.0.0/16\",\r\n \"4.204.128.0/17\",\r\n \"4.205.0.0/16\",\r\n \"4.206.0.0/16\",\r\n \"4.229.128.0/17\",\r\n \"4.239.128.0/17\",\r\n \"13.71.160.0/21\",\r\n \"13.71.168.0/23\",\r\n \"13.71.170.0/24\",\r\n \"13.71.172.0/25\",\r\n \"13.71.172.128/27\",\r\n \"13.71.172.192/26\",\r\n \"13.71.173.0/24\",\r\n \"13.71.174.0/24\",\r\n \"13.71.175.0/25\",\r\n \"13.71.175.128/26\",\r\n \"13.71.175.200/29\",\r\n \"13.71.175.208/28\",\r\n \"13.71.175.224/27\",\r\n \"13.71.176.0/20\",\r\n \"13.88.224.0/19\",\r\n \"20.38.114.0/25\",\r\n \"20.38.144.0/21\",\r\n \"20.39.128.0/20\",\r\n \"20.43.0.0/19\",\r\n \"20.48.128.0/18\",\r\n \"20.48.192.0/20\",\r\n \"20.48.224.0/19\",\r\n \"20.60.42.0/23\",\r\n \"20.60.242.0/23\",\r\n \"20.63.0.0/17\",\r\n \"20.95.20.0/24\",\r\n \"20.95.29.0/24\",\r\n \"20.95.40.0/21\",\r\n \"20.104.0.0/17\",\r\n \"20.104.192.0/18\",\r\n \"20.116.0.0/16\",\r\n \"20.150.16.0/24\",\r\n \"20.150.31.0/24\",\r\n \"20.150.71.0/24\",\r\n \"20.150.100.0/24\",\r\n \"20.151.0.0/16\",\r\n \"20.175.128.0/17\",\r\n \"20.200.64.0/18\",\r\n \"20.209.70.0/23\",\r\n \"20.209.168.0/23\",\r\n \"20.220.0.0/23\",\r\n \"20.220.2.0/26\",\r\n \"20.220.2.64/27\",\r\n \"20.220.2.96/28\",\r\n \"20.220.2.128/25\",\r\n \"20.220.3.0/24\",\r\n \"20.220.4.0/22\",\r\n \"20.220.8.0/21\",\r\n \"20.220.16.0/20\",\r\n \"20.220.32.0/19\",\r\n \"20.220.128.0/17\",\r\n \"40.64.145.208/28\",\r\n \"40.64.161.128/25\",\r\n \"40.79.216.0/24\",\r\n \"40.80.44.0/22\",\r\n \"40.82.160.0/19\",\r\n \"40.85.192.0/18\",\r\n \"52.136.23.0/24\",\r\n \"52.136.27.0/24\",\r\n \"52.138.0.0/18\",\r\n \"52.139.0.0/18\",\r\n \"52.156.0.0/19\",\r\n \"52.228.0.0/17\",\r\n \"52.233.0.0/18\",\r\n \"52.237.0.0/18\",\r\n \"52.239.148.64/26\",\r\n \"52.239.189.0/24\",\r\n \"52.245.28.0/22\",\r\n \"52.246.152.0/21\",\r\n \"52.253.196.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada Central IPv6\",\r\n \"communityValue\": \"12076:51020\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:208::/47\",\r\n \"2603:1030:f00::/47\",\r\n \"2603:1030:f02::/48\",\r\n \"2603:1030:f05::/48\",\r\n \"2603:1030:f06::/48\",\r\n \"2603:1030:f07::/56\",\r\n \"2603:1030:f08::/48\",\r\n \"2603:1061:1312::/54\",\r\n \"2603:1061:1707::/48\",\r\n \"2603:1061:2000:740::/62\",\r\n \"2603:1061:2002:6000::/57\",\r\n \"2603:1061:2004:8900::/57\",\r\n \"2603:1061:2010:3::/64\",\r\n \"2603:1063:403::/56\",\r\n \"2603:10b0:1b04::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada East\",\r\n \"communityValue\": \"12076:51021\",\r\n \"communityPrefixes\": [\r\n \"4.229.0.0/17\",\r\n \"4.239.0.0/17\",\r\n \"4.248.0.0/17\",\r\n \"20.38.121.128/25\",\r\n \"20.48.208.0/21\",\r\n \"20.60.142.0/23\",\r\n \"20.95.17.0/24\",\r\n \"20.95.49.0/24\",\r\n \"20.104.128.0/18\",\r\n \"20.150.1.0/25\",\r\n \"20.150.40.128/25\",\r\n \"20.150.113.0/24\",\r\n \"20.175.0.0/23\",\r\n \"20.175.2.0/25\",\r\n \"20.175.2.128/26\",\r\n \"20.175.2.192/28\",\r\n \"20.175.2.224/27\",\r\n \"20.175.3.0/24\",\r\n \"20.175.4.0/22\",\r\n \"20.175.8.0/21\",\r\n \"20.175.16.0/20\",\r\n \"20.175.32.0/19\",\r\n \"20.175.64.0/18\",\r\n \"20.200.0.0/18\",\r\n \"20.209.64.0/23\",\r\n \"20.220.64.0/18\",\r\n \"40.64.146.208/28\",\r\n \"40.64.162.0/25\",\r\n \"40.69.96.0/21\",\r\n \"40.69.104.0/23\",\r\n \"40.69.106.0/24\",\r\n \"40.69.107.0/25\",\r\n \"40.69.107.128/27\",\r\n \"40.69.107.192/26\",\r\n \"40.69.108.0/23\",\r\n \"40.69.110.0/24\",\r\n \"40.69.111.0/26\",\r\n \"40.69.111.64/27\",\r\n \"40.69.111.104/29\",\r\n \"40.69.111.112/28\",\r\n \"40.69.111.128/25\",\r\n \"40.69.112.0/20\",\r\n \"40.79.217.0/24\",\r\n \"40.80.40.0/22\",\r\n \"40.80.240.0/20\",\r\n \"40.86.192.0/18\",\r\n \"40.89.0.0/19\",\r\n \"52.136.22.0/24\",\r\n \"52.139.64.0/18\",\r\n \"52.155.0.0/19\",\r\n \"52.229.64.0/18\",\r\n \"52.232.128.0/21\",\r\n \"52.235.0.0/18\",\r\n \"52.239.164.128/26\",\r\n \"52.239.190.0/25\",\r\n \"52.242.0.0/18\",\r\n \"52.245.32.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Canada East IPv6\",\r\n \"communityValue\": \"12076:51021\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:20a::/47\",\r\n \"2603:1030:1000::/47\",\r\n \"2603:1030:1002::/48\",\r\n \"2603:1030:1005::/48\",\r\n \"2603:1030:1006::/48\",\r\n \"2603:1061:1312:400::/54\",\r\n \"2603:1061:1708::/48\",\r\n \"2603:1061:2000:748::/62\",\r\n \"2603:1061:2002:6100::/57\",\r\n \"2603:1061:2004:5200::/57\",\r\n \"2603:1061:2004:8800::/57\",\r\n \"2603:1061:2010:4::/64\",\r\n \"2603:1063:404::/56\",\r\n \"2603:10b0:1d04::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central India\",\r\n \"communityValue\": \"12076:51017\",\r\n \"communityPrefixes\": [\r\n \"4.186.0.0/16\",\r\n \"4.187.128.0/17\",\r\n \"4.188.0.0/16\",\r\n \"4.213.0.0/16\",\r\n \"4.224.0.0/16\",\r\n \"4.240.0.0/17\",\r\n \"4.247.128.0/17\",\r\n \"13.71.0.0/18\",\r\n \"20.38.126.0/23\",\r\n \"20.40.40.0/21\",\r\n \"20.40.48.0/20\",\r\n \"20.43.120.0/27\",\r\n \"20.43.120.64/26\",\r\n \"20.43.120.128/25\",\r\n \"20.43.121.0/24\",\r\n \"20.43.122.0/24\",\r\n \"20.43.123.0/25\",\r\n \"20.43.123.128/27\",\r\n \"20.43.123.160/28\",\r\n \"20.43.123.184/29\",\r\n \"20.43.123.192/26\",\r\n \"20.43.124.0/22\",\r\n \"20.60.84.0/23\",\r\n \"20.95.131.0/24\",\r\n \"20.95.136.0/24\",\r\n \"20.150.114.0/24\",\r\n \"20.192.0.0/19\",\r\n \"20.192.40.0/21\",\r\n \"20.192.96.0/21\",\r\n \"20.192.168.0/21\",\r\n \"20.193.128.0/19\",\r\n \"20.193.224.0/19\",\r\n \"20.197.0.0/18\",\r\n \"20.198.0.0/17\",\r\n \"20.202.41.0/24\",\r\n \"20.202.56.0/23\",\r\n \"20.202.73.0/24\",\r\n \"20.202.74.0/24\",\r\n \"20.202.252.0/24\",\r\n \"20.202.254.0/24\",\r\n \"20.204.0.0/17\",\r\n \"20.204.128.0/18\",\r\n \"20.204.192.0/23\",\r\n \"20.204.194.0/24\",\r\n \"20.204.195.0/25\",\r\n \"20.204.195.128/26\",\r\n \"20.204.195.192/27\",\r\n \"20.204.195.224/28\",\r\n \"20.204.196.0/22\",\r\n \"20.204.200.0/21\",\r\n \"20.204.208.0/20\",\r\n \"20.204.224.0/19\",\r\n \"20.207.64.0/18\",\r\n \"20.207.192.0/20\",\r\n \"20.209.56.0/23\",\r\n \"20.209.172.0/23\",\r\n \"20.219.0.0/18\",\r\n \"20.219.128.0/17\",\r\n \"20.235.64.0/18\",\r\n \"20.235.192.0/18\",\r\n \"20.244.0.0/17\",\r\n \"40.64.144.232/29\",\r\n \"40.64.145.80/28\",\r\n \"40.64.162.128/25\",\r\n \"40.79.214.0/24\",\r\n \"40.80.48.0/21\",\r\n \"40.80.64.0/19\",\r\n \"40.81.224.0/19\",\r\n \"40.87.224.0/22\",\r\n \"40.112.39.0/25\",\r\n \"40.112.39.128/26\",\r\n \"52.121.122.0/23\",\r\n \"52.121.124.0/22\",\r\n \"52.136.24.0/24\",\r\n \"52.140.64.0/18\",\r\n \"52.172.128.0/17\",\r\n \"52.239.135.64/26\",\r\n \"52.239.202.0/24\",\r\n \"52.245.96.0/22\",\r\n \"52.253.181.0/24\",\r\n \"52.253.191.0/24\",\r\n \"74.225.128.0/17\",\r\n \"98.70.0.0/17\",\r\n \"104.47.210.0/23\",\r\n \"104.211.64.0/20\",\r\n \"104.211.81.0/24\",\r\n \"104.211.82.0/23\",\r\n \"104.211.84.0/22\",\r\n \"104.211.88.0/21\",\r\n \"104.211.96.0/19\",\r\n \"151.206.48.0/27\",\r\n \"151.206.71.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central India IPv6\",\r\n \"communityValue\": \"12076:51017\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:a00::/46\",\r\n \"2603:1040:a06::/47\",\r\n \"2603:1046:1400::800/117\",\r\n \"2603:1046:1400::1000/116\",\r\n \"2603:1046:1400::2000/115\",\r\n \"2603:1046:1400::4000/114\",\r\n \"2603:1046:1400::8000/113\",\r\n \"2603:1046:1400::1:0/112\",\r\n \"2603:1046:1400::2:0/111\",\r\n \"2603:1046:1400::4:0/110\",\r\n \"2603:1046:1400::8:0/109\",\r\n \"2603:1046:1400::10:0/108\",\r\n \"2603:1046:1400::20:0/107\",\r\n \"2603:1046:1400::40:0/106\",\r\n \"2603:1046:1400::80:0/105\",\r\n \"2603:1046:1400::100:0/104\",\r\n \"2603:1046:1400::200:0/103\",\r\n \"2603:1046:1400::400:0/102\",\r\n \"2603:1046:1400::800:0/101\",\r\n \"2603:1046:1400::1000:0/100\",\r\n \"2603:1046:1400::2000:0/99\",\r\n \"2603:1046:1400::4000:0/98\",\r\n \"2603:1046:1400::8000:0/97\",\r\n \"2603:1046:1400::1:0:0/96\",\r\n \"2603:1046:1400::2:0:0/95\",\r\n \"2603:1046:1400::4:0:0/94\",\r\n \"2603:1046:1400::8:0:0/93\",\r\n \"2603:1046:1400::10:0:0/92\",\r\n \"2603:1046:1400::20:0:0/91\",\r\n \"2603:1046:1400::40:0:0/90\",\r\n \"2603:1046:1400::80:0:0/89\",\r\n \"2603:1046:1400::100:0:0/88\",\r\n \"2603:1046:1400::200:0:0/87\",\r\n \"2603:1046:1400::400:0:0/86\",\r\n \"2603:1046:1400::800:0:0/85\",\r\n \"2603:1046:1400::1000:0:0/84\",\r\n \"2603:1046:1400::2000:0:0/83\",\r\n \"2603:1046:1400::4000:0:0/82\",\r\n \"2603:1046:1400::8000:0:0/81\",\r\n \"2603:1046:1400:0:1::/80\",\r\n \"2603:1046:1400:0:2::/79\",\r\n \"2603:1046:1400:0:4::/78\",\r\n \"2603:1046:1400:0:8::/77\",\r\n \"2603:1046:1400:0:10::/76\",\r\n \"2603:1046:1400:0:20::/75\",\r\n \"2603:1046:1400:0:40::/74\",\r\n \"2603:1046:1400:0:80::/73\",\r\n \"2603:1046:1400:0:100::/72\",\r\n \"2603:1046:1400:0:200::/71\",\r\n \"2603:1046:1400:0:400::/70\",\r\n \"2603:1046:1400:0:800::/69\",\r\n \"2603:1046:1400:0:1000::/68\",\r\n \"2603:1046:1400:0:2000::/67\",\r\n \"2603:1046:1400:0:4000::/66\",\r\n \"2603:1046:1400:0:8000::/65\",\r\n \"2603:1046:1400:1::800/117\",\r\n \"2603:1046:1400:1::1000/116\",\r\n \"2603:1046:1400:1::2000/115\",\r\n \"2603:1046:1400:1::4000/114\",\r\n \"2603:1046:1400:1::8000/113\",\r\n \"2603:1046:1400:1::1:0/112\",\r\n \"2603:1046:1400:1::2:0/111\",\r\n \"2603:1046:1400:1::4:0/110\",\r\n \"2603:1046:1400:1::8:0/109\",\r\n \"2603:1046:1400:1::10:0/108\",\r\n \"2603:1046:1400:1::20:0/107\",\r\n \"2603:1046:1400:1::40:0/106\",\r\n \"2603:1046:1400:1::80:0/105\",\r\n \"2603:1046:1400:1::100:0/104\",\r\n \"2603:1046:1400:1::200:0/103\",\r\n \"2603:1046:1400:1::400:0/102\",\r\n \"2603:1046:1400:1::800:0/101\",\r\n \"2603:1046:1400:1::1000:0/100\",\r\n \"2603:1046:1400:1::2000:0/99\",\r\n \"2603:1046:1400:1::4000:0/98\",\r\n \"2603:1046:1400:1::8000:0/97\",\r\n \"2603:1046:1400:1:0:1::/96\",\r\n \"2603:1046:1400:1:0:2::/95\",\r\n \"2603:1046:1400:1:0:4::/94\",\r\n \"2603:1046:1400:1:0:8::/93\",\r\n \"2603:1046:1400:1:0:10::/92\",\r\n \"2603:1046:1400:1:0:20::/91\",\r\n \"2603:1046:1400:1:0:40::/90\",\r\n \"2603:1046:1400:1:0:80::/89\",\r\n \"2603:1046:1400:1:0:100::/88\",\r\n \"2603:1046:1400:1:0:200::/87\",\r\n \"2603:1046:1400:1:0:400::/86\",\r\n \"2603:1046:1400:1:0:800::/85\",\r\n \"2603:1046:1400:1:0:1000::/84\",\r\n \"2603:1046:1400:1:0:2000::/83\",\r\n \"2603:1046:1400:1:0:4000::/82\",\r\n \"2603:1046:1400:1:0:8000::/81\",\r\n \"2603:1046:1400:1:1::/80\",\r\n \"2603:1046:1400:1:2::/79\",\r\n \"2603:1046:1400:1:4::/78\",\r\n \"2603:1046:1400:1:8::/77\",\r\n \"2603:1046:1400:1:10::/76\",\r\n \"2603:1046:1400:1:20::/75\",\r\n \"2603:1046:1400:1:40::/74\",\r\n \"2603:1046:1400:1:80::/73\",\r\n \"2603:1046:1400:1:100::/72\",\r\n \"2603:1046:1400:1:200::/71\",\r\n \"2603:1046:1400:1:400::/70\",\r\n \"2603:1046:1400:1:800::/69\",\r\n \"2603:1046:1400:1:1000::/68\",\r\n \"2603:1046:1400:1:2000::/67\",\r\n \"2603:1046:1400:1:4000::/66\",\r\n \"2603:1046:1400:1:8000::/65\",\r\n \"2603:1046:1400:2::/63\",\r\n \"2603:1046:1400:4::/62\",\r\n \"2603:1046:1400:8::/61\",\r\n \"2603:1046:1400:10::/60\",\r\n \"2603:1046:1400:20::/59\",\r\n \"2603:1046:1400:40::/58\",\r\n \"2603:1046:1400:80::/57\",\r\n \"2603:1046:1400:100::/56\",\r\n \"2603:1046:1400:200::/55\",\r\n \"2603:1046:1400:400::/54\",\r\n \"2603:1046:1400:800::/53\",\r\n \"2603:1046:1400:1000::/52\",\r\n \"2603:1046:1400:2000::/51\",\r\n \"2603:1046:1400:4000::/50\",\r\n \"2603:1046:1400:8000::/49\",\r\n \"2603:1061:1310::/54\",\r\n \"2603:1061:1709::/48\",\r\n \"2603:1061:2000:608::/62\",\r\n \"2603:1061:2002:4000::/57\",\r\n \"2603:1061:2004:3900::/57\",\r\n \"2603:1061:2010:5::/64\",\r\n \"2603:1062:c:e::/63\",\r\n \"2603:1063:405::/56\",\r\n \"2603:1090:402::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"4.150.128.0/18\",\r\n \"4.150.192.0/19\",\r\n \"4.249.128.0/17\",\r\n \"13.67.128.0/20\",\r\n \"13.67.144.0/21\",\r\n \"13.67.152.0/24\",\r\n \"13.67.153.0/28\",\r\n \"13.67.153.32/27\",\r\n \"13.67.153.64/26\",\r\n \"13.67.153.128/25\",\r\n \"13.67.155.0/24\",\r\n \"13.67.156.0/22\",\r\n \"13.67.160.0/19\",\r\n \"13.67.192.0/18\",\r\n \"13.86.0.0/17\",\r\n \"13.89.0.0/17\",\r\n \"13.89.128.0/19\",\r\n \"13.89.160.0/21\",\r\n \"13.89.168.0/22\",\r\n \"13.89.172.0/23\",\r\n \"13.89.174.32/27\",\r\n \"13.89.174.64/26\",\r\n \"13.89.174.128/25\",\r\n \"13.89.175.0/24\",\r\n \"13.89.176.0/20\",\r\n \"13.89.192.0/18\",\r\n \"20.9.0.0/17\",\r\n \"20.12.128.0/17\",\r\n \"20.15.128.0/21\",\r\n \"20.15.136.0/22\",\r\n \"20.15.140.0/24\",\r\n \"20.15.142.0/23\",\r\n \"20.15.144.0/20\",\r\n \"20.15.160.0/19\",\r\n \"20.15.192.0/18\",\r\n \"20.29.0.0/17\",\r\n \"20.37.128.0/18\",\r\n \"20.38.96.0/23\",\r\n \"20.38.122.0/23\",\r\n \"20.38.176.0/21\",\r\n \"20.40.192.0/19\",\r\n \"20.40.224.0/22\",\r\n \"20.40.228.0/26\",\r\n \"20.40.228.80/28\",\r\n \"20.40.228.96/27\",\r\n \"20.40.228.128/25\",\r\n \"20.40.229.0/26\",\r\n \"20.40.229.64/28\",\r\n \"20.40.229.80/29\",\r\n \"20.40.229.92/30\",\r\n \"20.40.229.96/27\",\r\n \"20.40.229.128/25\",\r\n \"20.40.230.0/26\",\r\n \"20.40.230.128/25\",\r\n \"20.40.231.0/24\",\r\n \"20.40.232.0/21\",\r\n \"20.40.240.0/20\",\r\n \"20.44.8.0/23\",\r\n \"20.44.10.0/25\",\r\n \"20.44.10.128/26\",\r\n \"20.44.10.192/28\",\r\n \"20.44.10.224/27\",\r\n \"20.44.11.0/24\",\r\n \"20.44.12.0/22\",\r\n \"20.46.224.0/19\",\r\n \"20.60.18.0/24\",\r\n \"20.60.30.0/23\",\r\n \"20.60.178.0/23\",\r\n \"20.60.194.0/23\",\r\n \"20.60.240.0/23\",\r\n \"20.60.244.0/23\",\r\n \"20.80.64.0/18\",\r\n \"20.83.0.0/18\",\r\n \"20.84.128.0/17\",\r\n \"20.95.16.0/24\",\r\n \"20.95.27.0/24\",\r\n \"20.95.55.0/24\",\r\n \"20.95.59.0/24\",\r\n \"20.98.128.0/18\",\r\n \"20.106.0.0/18\",\r\n \"20.109.192.0/18\",\r\n \"20.112.192.0/18\",\r\n \"20.118.0.0/18\",\r\n \"20.118.192.0/18\",\r\n \"20.136.3.128/25\",\r\n \"20.136.5.0/24\",\r\n \"20.150.43.128/25\",\r\n \"20.150.58.0/24\",\r\n \"20.150.63.0/24\",\r\n \"20.150.77.0/24\",\r\n \"20.150.89.0/24\",\r\n \"20.150.95.0/24\",\r\n \"20.184.64.0/18\",\r\n \"20.186.192.0/18\",\r\n \"20.209.18.0/23\",\r\n \"20.209.36.0/23\",\r\n \"20.209.98.0/23\",\r\n \"20.209.142.0/23\",\r\n \"20.209.184.0/23\",\r\n \"20.221.0.0/17\",\r\n \"20.236.192.0/18\",\r\n \"23.99.128.0/17\",\r\n \"23.100.80.0/21\",\r\n \"23.100.240.0/20\",\r\n \"23.101.112.0/20\",\r\n \"23.102.202.0/24\",\r\n \"40.64.145.176/28\",\r\n \"40.64.163.0/25\",\r\n \"40.67.160.0/19\",\r\n \"40.69.128.0/18\",\r\n \"40.77.0.0/17\",\r\n \"40.78.128.0/20\",\r\n \"40.78.144.0/22\",\r\n \"40.78.148.0/24\",\r\n \"40.78.149.0/25\",\r\n \"40.78.149.128/27\",\r\n \"40.78.149.160/30\",\r\n \"40.78.149.164/31\",\r\n \"40.78.149.167/32\",\r\n \"40.78.149.168/29\",\r\n \"40.78.149.176/28\",\r\n \"40.78.149.192/26\",\r\n \"40.78.150.0/23\",\r\n \"40.78.152.0/21\",\r\n \"40.78.160.0/19\",\r\n \"40.78.221.0/24\",\r\n \"40.82.16.0/22\",\r\n \"40.82.96.0/22\",\r\n \"40.83.0.0/20\",\r\n \"40.83.16.0/21\",\r\n \"40.83.24.0/26\",\r\n \"40.83.24.64/27\",\r\n \"40.83.24.128/25\",\r\n \"40.83.25.0/24\",\r\n \"40.83.26.0/23\",\r\n \"40.83.28.0/22\",\r\n \"40.83.32.0/19\",\r\n \"40.86.0.0/17\",\r\n \"40.87.180.0/30\",\r\n \"40.87.180.4/31\",\r\n \"40.87.180.14/31\",\r\n \"40.87.180.16/30\",\r\n \"40.87.180.20/31\",\r\n \"40.87.180.28/30\",\r\n \"40.87.180.32/29\",\r\n \"40.87.180.42/31\",\r\n \"40.87.180.44/30\",\r\n \"40.87.180.48/28\",\r\n \"40.87.180.64/30\",\r\n \"40.87.180.74/31\",\r\n \"40.87.180.76/30\",\r\n \"40.87.180.80/28\",\r\n \"40.87.180.96/27\",\r\n \"40.87.180.128/26\",\r\n \"40.87.180.192/30\",\r\n \"40.87.180.202/31\",\r\n \"40.87.180.204/30\",\r\n \"40.87.180.208/28\",\r\n \"40.87.180.224/28\",\r\n \"40.87.180.240/29\",\r\n \"40.87.180.248/30\",\r\n \"40.87.181.4/30\",\r\n \"40.87.181.8/29\",\r\n \"40.87.181.16/28\",\r\n \"40.87.181.32/27\",\r\n \"40.87.181.64/26\",\r\n \"40.87.181.128/28\",\r\n \"40.87.181.144/29\",\r\n \"40.87.181.152/31\",\r\n \"40.87.181.162/31\",\r\n \"40.87.181.164/30\",\r\n \"40.87.181.168/29\",\r\n \"40.87.181.176/28\",\r\n \"40.87.181.192/26\",\r\n \"40.87.182.4/30\",\r\n \"40.87.182.8/29\",\r\n \"40.87.182.24/29\",\r\n \"40.87.182.32/28\",\r\n \"40.87.182.48/29\",\r\n \"40.87.182.56/30\",\r\n \"40.87.182.62/31\",\r\n \"40.87.182.64/26\",\r\n \"40.87.182.128/25\",\r\n \"40.87.183.0/28\",\r\n \"40.87.183.16/29\",\r\n \"40.87.183.24/30\",\r\n \"40.87.183.34/31\",\r\n \"40.87.183.36/30\",\r\n \"40.87.183.42/31\",\r\n \"40.87.183.44/30\",\r\n \"40.87.183.54/31\",\r\n \"40.87.183.56/29\",\r\n \"40.87.183.64/26\",\r\n \"40.87.183.144/28\",\r\n \"40.87.183.160/27\",\r\n \"40.87.183.192/27\",\r\n \"40.87.183.224/29\",\r\n \"40.87.183.232/30\",\r\n \"40.87.183.236/31\",\r\n \"40.87.183.244/30\",\r\n \"40.87.183.248/29\",\r\n \"40.89.224.0/19\",\r\n \"40.113.192.0/18\",\r\n \"40.120.164.2/31\",\r\n \"40.120.164.4/30\",\r\n \"40.120.164.8/29\",\r\n \"40.120.164.16/29\",\r\n \"40.120.164.24/30\",\r\n \"40.120.164.36/30\",\r\n \"40.120.164.40/29\",\r\n \"40.120.164.48/29\",\r\n \"40.120.164.56/31\",\r\n \"40.120.164.66/31\",\r\n \"40.120.164.68/30\",\r\n \"40.120.164.72/30\",\r\n \"40.120.164.76/31\",\r\n \"40.120.164.80/28\",\r\n \"40.120.164.100/30\",\r\n \"40.120.164.104/29\",\r\n \"40.120.164.112/31\",\r\n \"40.120.164.118/31\",\r\n \"40.120.164.120/29\",\r\n \"40.120.164.128/27\",\r\n \"40.120.164.160/30\",\r\n \"40.122.16.0/20\",\r\n \"40.122.32.0/19\",\r\n \"40.122.64.0/18\",\r\n \"40.122.128.0/17\",\r\n \"40.123.168.0/24\",\r\n \"40.123.169.0/30\",\r\n \"40.123.169.6/31\",\r\n \"40.123.169.8/29\",\r\n \"40.123.169.16/28\",\r\n \"40.123.169.32/27\",\r\n \"40.123.169.64/27\",\r\n \"40.123.169.96/29\",\r\n \"40.123.169.104/31\",\r\n \"40.123.169.108/30\",\r\n \"40.123.169.112/28\",\r\n \"40.123.169.140/30\",\r\n \"40.123.169.144/28\",\r\n \"40.123.169.160/27\",\r\n \"40.123.169.192/26\",\r\n \"40.123.170.0/29\",\r\n \"40.123.170.8/30\",\r\n \"40.123.170.12/31\",\r\n \"40.123.170.22/31\",\r\n \"40.123.170.24/29\",\r\n \"40.123.170.32/28\",\r\n \"40.123.170.52/30\",\r\n \"40.123.170.86/31\",\r\n \"40.123.170.88/29\",\r\n \"40.123.170.96/29\",\r\n \"40.123.170.104/30\",\r\n \"40.123.170.108/31\",\r\n \"40.123.170.116/30\",\r\n \"40.123.170.120/29\",\r\n \"40.123.170.130/31\",\r\n \"40.123.170.132/30\",\r\n \"40.123.170.136/29\",\r\n \"40.123.170.144/28\",\r\n \"40.123.170.160/28\",\r\n \"40.123.170.176/29\",\r\n \"40.123.170.184/31\",\r\n \"40.123.170.192/31\",\r\n \"40.123.170.196/30\",\r\n \"40.123.170.200/29\",\r\n \"40.123.170.208/29\",\r\n \"40.123.170.216/30\",\r\n \"40.123.170.220/31\",\r\n \"40.123.170.224/27\",\r\n \"40.123.171.0/24\",\r\n \"52.136.30.0/24\",\r\n \"52.141.192.0/19\",\r\n \"52.141.240.0/20\",\r\n \"52.143.193.0/24\",\r\n \"52.143.224.0/19\",\r\n \"52.154.0.0/18\",\r\n \"52.154.128.0/17\",\r\n \"52.158.160.0/20\",\r\n \"52.158.192.0/19\",\r\n \"52.165.0.0/19\",\r\n \"52.165.32.0/20\",\r\n \"52.165.48.0/28\",\r\n \"52.165.49.0/24\",\r\n \"52.165.56.0/21\",\r\n \"52.165.64.0/19\",\r\n \"52.165.96.0/21\",\r\n \"52.165.104.0/25\",\r\n \"52.165.128.0/17\",\r\n \"52.173.0.0/16\",\r\n \"52.176.0.0/17\",\r\n \"52.176.128.0/19\",\r\n \"52.176.160.0/21\",\r\n \"52.176.176.0/20\",\r\n \"52.176.192.0/19\",\r\n \"52.176.224.0/24\",\r\n \"52.180.128.0/19\",\r\n \"52.180.184.0/27\",\r\n \"52.180.184.32/28\",\r\n \"52.180.185.0/24\",\r\n \"52.182.128.0/17\",\r\n \"52.185.0.0/19\",\r\n \"52.185.32.0/20\",\r\n \"52.185.48.0/21\",\r\n \"52.185.56.0/26\",\r\n \"52.185.56.64/27\",\r\n \"52.185.56.96/28\",\r\n \"52.185.56.128/27\",\r\n \"52.185.56.160/28\",\r\n \"52.185.64.0/19\",\r\n \"52.185.96.0/20\",\r\n \"52.185.112.0/26\",\r\n \"52.185.112.96/27\",\r\n \"52.185.120.0/21\",\r\n \"52.189.0.0/17\",\r\n \"52.228.128.0/17\",\r\n \"52.230.128.0/17\",\r\n \"52.232.157.0/24\",\r\n \"52.238.192.0/18\",\r\n \"52.239.150.0/23\",\r\n \"52.239.177.32/27\",\r\n \"52.239.177.64/26\",\r\n \"52.239.177.128/25\",\r\n \"52.239.195.0/24\",\r\n \"52.239.234.0/23\",\r\n \"52.242.128.0/18\",\r\n \"52.242.192.0/20\",\r\n \"52.242.208.0/23\",\r\n \"52.242.210.0/24\",\r\n \"52.242.211.0/28\",\r\n \"52.242.211.16/30\",\r\n \"52.242.211.21/32\",\r\n \"52.242.211.22/32\",\r\n \"52.242.211.24/29\",\r\n \"52.242.211.32/27\",\r\n \"52.242.211.64/26\",\r\n \"52.242.211.128/25\",\r\n \"52.242.212.0/22\",\r\n \"52.242.216.0/21\",\r\n \"52.242.224.0/19\",\r\n \"52.245.68.0/24\",\r\n \"52.245.69.32/27\",\r\n \"52.245.69.64/27\",\r\n \"52.245.69.96/28\",\r\n \"52.245.69.144/28\",\r\n \"52.245.69.160/27\",\r\n \"52.245.69.192/26\",\r\n \"52.245.70.0/23\",\r\n \"52.255.0.0/19\",\r\n \"74.249.128.0/17\",\r\n \"104.43.128.0/18\",\r\n \"104.43.192.0/20\",\r\n \"104.43.208.0/23\",\r\n \"104.43.210.0/25\",\r\n \"104.43.210.128/26\",\r\n \"104.43.210.192/29\",\r\n \"104.43.210.201/32\",\r\n \"104.43.210.202/31\",\r\n \"104.43.210.204/30\",\r\n \"104.43.210.208/28\",\r\n \"104.43.210.224/27\",\r\n \"104.43.211.0/24\",\r\n \"104.43.212.0/22\",\r\n \"104.43.216.0/21\",\r\n \"104.43.224.0/19\",\r\n \"104.44.88.176/31\",\r\n \"104.44.88.184/29\",\r\n \"104.44.91.160/27\",\r\n \"104.208.0.0/19\",\r\n \"104.208.32.0/20\",\r\n \"151.206.50.224/27\",\r\n \"151.206.98.192/26\",\r\n \"151.206.99.0/24\",\r\n \"151.206.100.0/24\",\r\n \"151.206.101.0/25\",\r\n \"168.61.128.0/25\",\r\n \"168.61.128.128/28\",\r\n \"168.61.128.160/27\",\r\n \"168.61.128.192/26\",\r\n \"168.61.129.0/25\",\r\n \"168.61.129.128/26\",\r\n \"168.61.129.208/28\",\r\n \"168.61.129.224/27\",\r\n \"168.61.130.64/26\",\r\n \"168.61.130.128/25\",\r\n \"168.61.131.0/26\",\r\n \"168.61.131.128/25\",\r\n \"168.61.132.0/26\",\r\n \"168.61.144.0/20\",\r\n \"168.61.160.0/19\",\r\n \"168.61.208.0/20\",\r\n \"172.168.0.0/15\",\r\n \"172.170.0.0/16\",\r\n \"172.171.0.0/19\",\r\n \"172.173.8.0/21\",\r\n \"172.173.64.0/18\",\r\n \"172.202.0.0/17\",\r\n \"172.212.128.0/17\",\r\n \"193.149.72.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US IPv6\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030::/45\",\r\n \"2603:1030:9:2::/63\",\r\n \"2603:1030:9:4::/62\",\r\n \"2603:1030:9:8::/61\",\r\n \"2603:1030:9:10::/62\",\r\n \"2603:1030:9:14::/63\",\r\n \"2603:1030:9:17::/64\",\r\n \"2603:1030:9:18::/61\",\r\n \"2603:1030:9:20::/59\",\r\n \"2603:1030:9:40::/58\",\r\n \"2603:1030:9:80::/59\",\r\n \"2603:1030:9:a0::/60\",\r\n \"2603:1030:9:b3::/64\",\r\n \"2603:1030:9:b4::/63\",\r\n \"2603:1030:9:b7::/64\",\r\n \"2603:1030:9:b8::/63\",\r\n \"2603:1030:9:bd::/64\",\r\n \"2603:1030:9:be::/63\",\r\n \"2603:1030:9:c0::/58\",\r\n \"2603:1030:9:100::/64\",\r\n \"2603:1030:9:104::/62\",\r\n \"2603:1030:9:108::/62\",\r\n \"2603:1030:9:10c::/64\",\r\n \"2603:1030:9:111::/64\",\r\n \"2603:1030:9:112::/63\",\r\n \"2603:1030:9:114::/64\",\r\n \"2603:1030:9:118::/62\",\r\n \"2603:1030:9:11c::/63\",\r\n \"2603:1030:9:11f::/64\",\r\n \"2603:1030:9:120::/61\",\r\n \"2603:1030:9:128::/62\",\r\n \"2603:1030:9:12f::/64\",\r\n \"2603:1030:9:130::/60\",\r\n \"2603:1030:9:140::/59\",\r\n \"2603:1030:9:160::/61\",\r\n \"2603:1030:9:168::/62\",\r\n \"2603:1030:9:16f::/64\",\r\n \"2603:1030:9:170::/60\",\r\n \"2603:1030:9:180::/61\",\r\n \"2603:1030:9:18c::/62\",\r\n \"2603:1030:9:190::/60\",\r\n \"2603:1030:9:1a0::/59\",\r\n \"2603:1030:9:1c0::/60\",\r\n \"2603:1030:9:1d0::/62\",\r\n \"2603:1030:9:1d4::/63\",\r\n \"2603:1030:9:1d6::/64\",\r\n \"2603:1030:9:1db::/64\",\r\n \"2603:1030:9:1dc::/62\",\r\n \"2603:1030:9:1e0::/59\",\r\n \"2603:1030:9:200::/57\",\r\n \"2603:1030:9:280::/61\",\r\n \"2603:1030:9:288::/62\",\r\n \"2603:1030:9:28d::/64\",\r\n \"2603:1030:9:28e::/63\",\r\n \"2603:1030:9:290::/60\",\r\n \"2603:1030:9:2a0::/59\",\r\n \"2603:1030:9:2c0::/63\",\r\n \"2603:1030:9:2c2::/64\",\r\n \"2603:1030:9:2c4::/62\",\r\n \"2603:1030:9:2c8::/62\",\r\n \"2603:1030:9:2cc::/63\",\r\n \"2603:1030:9:2d4::/62\",\r\n \"2603:1030:9:2d8::/61\",\r\n \"2603:1030:9:2e0::/59\",\r\n \"2603:1030:9:300::/60\",\r\n \"2603:1030:9:310::/62\",\r\n \"2603:1030:9:314::/64\",\r\n \"2603:1030:9:319::/64\",\r\n \"2603:1030:9:31a::/63\",\r\n \"2603:1030:9:31c::/62\",\r\n \"2603:1030:9:320::/62\",\r\n \"2603:1030:9:324::/63\",\r\n \"2603:1030:9:328::/63\",\r\n \"2603:1030:9:339::/64\",\r\n \"2603:1030:9:33a::/63\",\r\n \"2603:1030:9:33c::/62\",\r\n \"2603:1030:9:340::/62\",\r\n \"2603:1030:9:344::/64\",\r\n \"2603:1030:9:348::/61\",\r\n \"2603:1030:9:350::/64\",\r\n \"2603:1030:9:352::/63\",\r\n \"2603:1030:9:354::/62\",\r\n \"2603:1030:9:358::/61\",\r\n \"2603:1030:9:360::/61\",\r\n \"2603:1030:9:368::/63\",\r\n \"2603:1030:9:36a::/64\",\r\n \"2603:1030:9:36e::/64\",\r\n \"2603:1030:9:370::/61\",\r\n \"2603:1030:9:378::/62\",\r\n \"2603:1030:9:37c::/64\",\r\n \"2603:1030:9:37e::/63\",\r\n \"2603:1030:9:380::/57\",\r\n \"2603:1030:9:400::/61\",\r\n \"2603:1030:9:408::/62\",\r\n \"2603:1030:9:40c::/63\",\r\n \"2603:1030:9:40f::/64\",\r\n \"2603:1030:9:410::/61\",\r\n \"2603:1030:9:418::/62\",\r\n \"2603:1030:9:420::/61\",\r\n \"2603:1030:9:428::/63\",\r\n \"2603:1030:9:42a::/64\",\r\n \"2603:1030:9:42f::/64\",\r\n \"2603:1030:9:430::/62\",\r\n \"2603:1030:9:434::/64\",\r\n \"2603:1030:9:436::/63\",\r\n \"2603:1030:9:438::/62\",\r\n \"2603:1030:9:43c::/63\",\r\n \"2603:1030:9:440::/62\",\r\n \"2603:1030:9:444::/63\",\r\n \"2603:1030:9:446::/64\",\r\n \"2603:1030:9:449::/64\",\r\n \"2603:1030:9:44a::/63\",\r\n \"2603:1030:9:44c::/62\",\r\n \"2603:1030:9:450::/60\",\r\n \"2603:1030:a::/47\",\r\n \"2603:1030:10::/47\",\r\n \"2603:1030:13::/56\",\r\n \"2603:1030:13:200::/62\",\r\n \"2603:1061:1312:800::/54\",\r\n \"2603:1061:1312:3002::/63\",\r\n \"2603:1061:1312:3004::/62\",\r\n \"2603:1061:1312:3008::/61\",\r\n \"2603:1061:1312:3010::/60\",\r\n \"2603:1061:1312:3020::/59\",\r\n \"2603:1061:1312:3040::/58\",\r\n \"2603:1061:1312:3080::/57\",\r\n \"2603:1061:1312:3100::/56\",\r\n \"2603:1061:1312:3200::/55\",\r\n \"2603:1061:170a::/48\",\r\n \"2603:1061:2010:6::/64\",\r\n \"2603:1062:2:180::/57\",\r\n \"2603:1062:c:2a::/63\",\r\n \"2603:1063:406::/56\",\r\n \"2603:10b0:112:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US EUAP\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"13.67.153.16/28\",\r\n \"13.67.154.0/24\",\r\n \"20.45.192.0/24\",\r\n \"20.45.194.0/23\",\r\n \"20.45.196.0/22\",\r\n \"20.45.200.0/21\",\r\n \"20.45.208.0/20\",\r\n \"20.45.224.0/19\",\r\n \"20.46.0.0/21\",\r\n \"20.46.8.0/23\",\r\n \"20.46.10.0/26\",\r\n \"20.46.10.96/27\",\r\n \"20.46.10.128/25\",\r\n \"20.46.11.0/24\",\r\n \"20.46.12.0/22\",\r\n \"20.46.16.0/20\",\r\n \"20.51.24.0/21\",\r\n \"20.60.24.0/23\",\r\n \"20.112.128.0/19\",\r\n \"20.150.23.0/24\",\r\n \"20.150.47.0/25\",\r\n \"20.209.124.0/23\",\r\n \"20.228.0.0/18\",\r\n \"40.64.175.0/25\",\r\n \"40.66.120.0/21\",\r\n \"40.78.200.0/23\",\r\n \"40.78.202.0/24\",\r\n \"40.78.203.0/26\",\r\n \"40.78.203.96/27\",\r\n \"40.78.203.128/25\",\r\n \"40.78.204.0/22\",\r\n \"40.78.208.16/28\",\r\n \"40.79.232.0/21\",\r\n \"40.82.0.0/22\",\r\n \"40.83.24.96/27\",\r\n \"40.87.180.6/31\",\r\n \"40.87.180.8/30\",\r\n \"40.87.180.12/31\",\r\n \"40.87.180.22/31\",\r\n \"40.87.180.24/30\",\r\n \"40.87.180.40/31\",\r\n \"40.87.180.68/30\",\r\n \"40.87.180.72/31\",\r\n \"40.87.180.196/30\",\r\n \"40.87.180.200/31\",\r\n \"40.87.180.252/30\",\r\n \"40.87.181.0/30\",\r\n \"40.87.181.154/31\",\r\n \"40.87.181.156/30\",\r\n \"40.87.181.160/31\",\r\n \"40.87.182.0/30\",\r\n \"40.87.182.16/29\",\r\n \"40.87.182.60/31\",\r\n \"40.87.183.28/30\",\r\n \"40.87.183.32/31\",\r\n \"40.87.183.40/31\",\r\n \"40.87.183.48/30\",\r\n \"40.87.183.52/31\",\r\n \"40.87.183.128/28\",\r\n \"40.87.183.238/31\",\r\n \"40.87.183.240/30\",\r\n \"40.89.32.0/19\",\r\n \"40.120.164.0/31\",\r\n \"40.120.164.28/30\",\r\n \"40.120.164.32/30\",\r\n \"40.120.164.58/31\",\r\n \"40.120.164.60/30\",\r\n \"40.120.164.64/31\",\r\n \"40.120.164.78/31\",\r\n \"40.120.164.96/30\",\r\n \"40.120.164.114/31\",\r\n \"40.120.164.116/31\",\r\n \"40.122.0.0/20\",\r\n \"40.123.169.4/31\",\r\n \"40.123.169.106/31\",\r\n \"40.123.169.128/29\",\r\n \"40.123.169.136/30\",\r\n \"40.123.170.14/31\",\r\n \"40.123.170.16/30\",\r\n \"40.123.170.20/31\",\r\n \"40.123.170.48/30\",\r\n \"40.123.170.56/29\",\r\n \"40.123.170.64/28\",\r\n \"40.123.170.80/30\",\r\n \"40.123.170.84/31\",\r\n \"40.123.170.110/31\",\r\n \"40.123.170.112/30\",\r\n \"40.123.170.128/31\",\r\n \"40.123.170.186/31\",\r\n \"40.123.170.188/30\",\r\n \"40.123.170.194/31\",\r\n \"40.123.170.222/31\",\r\n \"52.141.224.0/20\",\r\n \"52.143.198.0/24\",\r\n \"52.158.176.0/20\",\r\n \"52.165.104.128/26\",\r\n \"52.176.225.0/24\",\r\n \"52.176.232.0/21\",\r\n \"52.176.240.0/20\",\r\n \"52.180.160.0/20\",\r\n \"52.180.176.0/21\",\r\n \"52.185.56.112/28\",\r\n \"52.185.112.64/27\",\r\n \"52.239.177.0/27\",\r\n \"52.239.238.0/24\",\r\n \"52.245.69.0/27\",\r\n \"52.253.156.0/22\",\r\n \"52.253.232.0/21\",\r\n \"104.208.48.0/20\",\r\n \"168.61.136.0/22\",\r\n \"168.61.140.0/26\",\r\n \"168.61.140.64/27\",\r\n \"168.61.140.104/29\",\r\n \"168.61.140.112/28\",\r\n \"168.61.140.128/25\",\r\n \"168.61.141.0/24\",\r\n \"168.61.142.0/23\",\r\n \"168.61.224.0/19\",\r\n \"172.215.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:51009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:8::/48\",\r\n \"2603:1030:9::/63\",\r\n \"2603:1030:9:16::/64\",\r\n \"2603:1030:9:b0::/63\",\r\n \"2603:1030:9:b2::/64\",\r\n \"2603:1030:9:b6::/64\",\r\n \"2603:1030:9:ba::/63\",\r\n \"2603:1030:9:bc::/64\",\r\n \"2603:1030:9:101::/64\",\r\n \"2603:1030:9:102::/63\",\r\n \"2603:1030:9:10d::/64\",\r\n \"2603:1030:9:10e::/63\",\r\n \"2603:1030:9:110::/64\",\r\n \"2603:1030:9:115::/64\",\r\n \"2603:1030:9:116::/63\",\r\n \"2603:1030:9:11e::/64\",\r\n \"2603:1030:9:12c::/63\",\r\n \"2603:1030:9:12e::/64\",\r\n \"2603:1030:9:16c::/63\",\r\n \"2603:1030:9:16e::/64\",\r\n \"2603:1030:9:188::/62\",\r\n \"2603:1030:9:1d7::/64\",\r\n \"2603:1030:9:1d8::/63\",\r\n \"2603:1030:9:1da::/64\",\r\n \"2603:1030:9:28c::/64\",\r\n \"2603:1030:9:2c3::/64\",\r\n \"2603:1030:9:2ce::/63\",\r\n \"2603:1030:9:2d0::/62\",\r\n \"2603:1030:9:315::/64\",\r\n \"2603:1030:9:316::/63\",\r\n \"2603:1030:9:318::/64\",\r\n \"2603:1030:9:326::/63\",\r\n \"2603:1030:9:32a::/63\",\r\n \"2603:1030:9:32c::/62\",\r\n \"2603:1030:9:330::/61\",\r\n \"2603:1030:9:338::/64\",\r\n \"2603:1030:9:345::/64\",\r\n \"2603:1030:9:346::/63\",\r\n \"2603:1030:9:351::/64\",\r\n \"2603:1030:9:36b::/64\",\r\n \"2603:1030:9:36c::/63\",\r\n \"2603:1030:9:36f::/64\",\r\n \"2603:1030:9:37d::/64\",\r\n \"2603:1030:9:40e::/64\",\r\n \"2603:1030:9:41c::/62\",\r\n \"2603:1030:9:42b::/64\",\r\n \"2603:1030:9:42c::/63\",\r\n \"2603:1030:9:42e::/64\",\r\n \"2603:1030:9:435::/64\",\r\n \"2603:1030:9:43e::/63\",\r\n \"2603:1030:9:447::/64\",\r\n \"2603:1030:9:448::/64\",\r\n \"2603:1030:f::800/117\",\r\n \"2603:1030:f::1000/116\",\r\n \"2603:1030:f::2000/115\",\r\n \"2603:1030:f::4000/114\",\r\n \"2603:1030:f::8000/113\",\r\n \"2603:1030:f::1:0/112\",\r\n \"2603:1030:f::2:0/111\",\r\n \"2603:1030:f::4:0/110\",\r\n \"2603:1030:f::8:0/109\",\r\n \"2603:1030:f::10:0/108\",\r\n \"2603:1030:f::20:0/107\",\r\n \"2603:1030:f::40:0/106\",\r\n \"2603:1030:f::80:0/105\",\r\n \"2603:1030:f::100:0/104\",\r\n \"2603:1030:f::200:0/103\",\r\n \"2603:1030:f::400:0/102\",\r\n \"2603:1030:f::800:0/101\",\r\n \"2603:1030:f::1000:0/100\",\r\n \"2603:1030:f::2000:0/99\",\r\n \"2603:1030:f::4000:0/98\",\r\n \"2603:1030:f::8000:0/97\",\r\n \"2603:1030:f::1:0:0/96\",\r\n \"2603:1030:f::2:0:0/95\",\r\n \"2603:1030:f::4:0:0/94\",\r\n \"2603:1030:f::8:0:0/93\",\r\n \"2603:1030:f::10:0:0/92\",\r\n \"2603:1030:f::20:0:0/91\",\r\n \"2603:1030:f::40:0:0/90\",\r\n \"2603:1030:f::80:0:0/89\",\r\n \"2603:1030:f::100:0:0/88\",\r\n \"2603:1030:f::200:0:0/87\",\r\n \"2603:1030:f::400:0:0/86\",\r\n \"2603:1030:f::800:0:0/85\",\r\n \"2603:1030:f::1000:0:0/84\",\r\n \"2603:1030:f::2000:0:0/83\",\r\n \"2603:1030:f::4000:0:0/82\",\r\n \"2603:1030:f::8000:0:0/81\",\r\n \"2603:1030:f:0:1::/80\",\r\n \"2603:1030:f:0:2::/79\",\r\n \"2603:1030:f:0:4::/78\",\r\n \"2603:1030:f:0:8::/77\",\r\n \"2603:1030:f:0:10::/76\",\r\n \"2603:1030:f:0:20::/75\",\r\n \"2603:1030:f:0:40::/74\",\r\n \"2603:1030:f:0:80::/73\",\r\n \"2603:1030:f:0:100::/72\",\r\n \"2603:1030:f:0:200::/71\",\r\n \"2603:1030:f:0:400::/70\",\r\n \"2603:1030:f:0:800::/69\",\r\n \"2603:1030:f:0:1000::/68\",\r\n \"2603:1030:f:0:2000::/67\",\r\n \"2603:1030:f:0:4000::/66\",\r\n \"2603:1030:f:0:8000::/65\",\r\n \"2603:1030:f:1::/64\",\r\n \"2603:1030:f:2::/63\",\r\n \"2603:1030:f:4::/62\",\r\n \"2603:1030:f:8::/61\",\r\n \"2603:1030:f:10::/60\",\r\n \"2603:1030:f:20::/59\",\r\n \"2603:1030:f:40::/58\",\r\n \"2603:1030:f:80::/57\",\r\n \"2603:1030:f:100::/56\",\r\n \"2603:1030:f:200::/55\",\r\n \"2603:1030:f:400::800/117\",\r\n \"2603:1030:f:400::1000/116\",\r\n \"2603:1030:f:400::2000/115\",\r\n \"2603:1030:f:400::4000/114\",\r\n \"2603:1030:f:400::8000/113\",\r\n \"2603:1030:f:400::1:0/112\",\r\n \"2603:1030:f:400::2:0/111\",\r\n \"2603:1030:f:400::4:0/110\",\r\n \"2603:1030:f:400::8:0/109\",\r\n \"2603:1030:f:400::10:0/108\",\r\n \"2603:1030:f:400::20:0/107\",\r\n \"2603:1030:f:400::40:0/106\",\r\n \"2603:1030:f:400::80:0/105\",\r\n \"2603:1030:f:400::100:0/104\",\r\n \"2603:1030:f:400::200:0/103\",\r\n \"2603:1030:f:400::400:0/102\",\r\n \"2603:1030:f:400::800:0/101\",\r\n \"2603:1030:f:400::1000:0/100\",\r\n \"2603:1030:f:400::2000:0/99\",\r\n \"2603:1030:f:400::4000:0/98\",\r\n \"2603:1030:f:400::8000:0/97\",\r\n \"2603:1030:f:400:0:1::/96\",\r\n \"2603:1030:f:400:0:2::/95\",\r\n \"2603:1030:f:400:0:4::/94\",\r\n \"2603:1030:f:400:0:8::/93\",\r\n \"2603:1030:f:400:0:10::/92\",\r\n \"2603:1030:f:400:0:20::/91\",\r\n \"2603:1030:f:400:0:40::/90\",\r\n \"2603:1030:f:400:0:80::/89\",\r\n \"2603:1030:f:400:0:100::/88\",\r\n \"2603:1030:f:400:0:200::/87\",\r\n \"2603:1030:f:400:0:400::/86\",\r\n \"2603:1030:f:400:0:800::/85\",\r\n \"2603:1030:f:400:0:1000::/84\",\r\n \"2603:1030:f:400:0:2000::/83\",\r\n \"2603:1030:f:400:0:4000::/82\",\r\n \"2603:1030:f:400:0:8000::/81\",\r\n \"2603:1030:f:400:1::/80\",\r\n \"2603:1030:f:400:2::/79\",\r\n \"2603:1030:f:400:4::/78\",\r\n \"2603:1030:f:400:8::/77\",\r\n \"2603:1030:f:400:10::/76\",\r\n \"2603:1030:f:400:20::/75\",\r\n \"2603:1030:f:400:40::/74\",\r\n \"2603:1030:f:400:80::/73\",\r\n \"2603:1030:f:400:100::/72\",\r\n \"2603:1030:f:400:200::/71\",\r\n \"2603:1030:f:400:400::/70\",\r\n \"2603:1030:f:400:800::/69\",\r\n \"2603:1030:f:400:1000::/68\",\r\n \"2603:1030:f:400:2000::/67\",\r\n \"2603:1030:f:400:4000::/66\",\r\n \"2603:1030:f:400:8000::/65\",\r\n \"2603:1030:f:401::/64\",\r\n \"2603:1030:f:402::/63\",\r\n \"2603:1030:f:404::/62\",\r\n \"2603:1030:f:408::/61\",\r\n \"2603:1030:f:410::/60\",\r\n \"2603:1030:f:420::/59\",\r\n \"2603:1030:f:440::/58\",\r\n \"2603:1030:f:480::/57\",\r\n \"2603:1030:f:500::/56\",\r\n \"2603:1030:f:600::/55\",\r\n \"2603:1030:f:800::/53\",\r\n \"2603:1030:f:1000::/52\",\r\n \"2603:1030:f:2000::/51\",\r\n \"2603:1030:f:4000::/50\",\r\n \"2603:1030:f:8000::/49\",\r\n \"2603:1030:12::/48\",\r\n \"2603:1030:13:100::/56\",\r\n \"2603:1061:1312:3402::/63\",\r\n \"2603:1061:1312:3404::/62\",\r\n \"2603:1061:1312:3408::/61\",\r\n \"2603:1061:1312:3410::/60\",\r\n \"2603:1061:1312:3420::/59\",\r\n \"2603:1061:1312:3440::/58\",\r\n \"2603:1061:1312:3480::/57\",\r\n \"2603:1061:1312:3500::/56\",\r\n \"2603:1061:1312:3600::/55\",\r\n \"2603:1061:1703::/48\",\r\n \"2603:1061:2010:1e::/64\",\r\n \"2603:1063:407::/56\",\r\n \"2603:10b0:112::/64\",\r\n \"2603:10b0:112:20::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East Asia\",\r\n \"communityValue\": \"12076:51010\",\r\n \"communityPrefixes\": [\r\n \"4.144.0.0/17\",\r\n \"4.191.0.0/16\",\r\n \"4.192.0.0/16\",\r\n \"4.252.0.0/16\",\r\n \"13.70.0.0/18\",\r\n \"13.72.192.0/19\",\r\n \"13.75.0.0/19\",\r\n \"13.75.32.0/23\",\r\n \"13.75.34.0/24\",\r\n \"13.75.36.0/23\",\r\n \"13.75.38.0/27\",\r\n \"13.75.38.64/26\",\r\n \"13.75.38.128/25\",\r\n \"13.75.39.0/24\",\r\n \"13.75.40.0/21\",\r\n \"13.75.48.0/20\",\r\n \"13.75.64.0/18\",\r\n \"13.88.208.0/20\",\r\n \"13.94.0.0/18\",\r\n \"20.2.0.0/16\",\r\n \"20.6.128.0/17\",\r\n \"20.24.64.0/18\",\r\n \"20.24.192.0/18\",\r\n \"20.60.86.0/23\",\r\n \"20.60.131.0/24\",\r\n \"20.60.254.0/23\",\r\n \"20.95.133.0/24\",\r\n \"20.95.139.0/24\",\r\n \"20.150.1.128/25\",\r\n \"20.150.22.0/24\",\r\n \"20.150.96.0/24\",\r\n \"20.187.64.0/18\",\r\n \"20.187.128.0/18\",\r\n \"20.187.192.0/22\",\r\n \"20.187.196.0/24\",\r\n \"20.187.197.0/27\",\r\n \"20.187.197.64/26\",\r\n \"20.187.197.128/26\",\r\n \"20.187.197.192/27\",\r\n \"20.187.197.224/28\",\r\n \"20.187.198.0/23\",\r\n \"20.187.224.0/19\",\r\n \"20.189.64.0/18\",\r\n \"20.195.72.0/21\",\r\n \"20.195.88.0/21\",\r\n \"20.205.0.0/18\",\r\n \"20.205.64.0/20\",\r\n \"20.205.80.0/21\",\r\n \"20.205.96.0/19\",\r\n \"20.205.128.0/20\",\r\n \"20.209.166.0/23\",\r\n \"20.239.0.0/16\",\r\n \"20.247.0.0/17\",\r\n \"20.255.0.0/16\",\r\n \"23.97.64.0/19\",\r\n \"23.98.32.0/21\",\r\n \"23.98.40.0/22\",\r\n \"23.98.44.0/24\",\r\n \"23.99.96.0/19\",\r\n \"23.100.88.0/21\",\r\n \"23.101.0.0/20\",\r\n \"23.102.200.0/23\",\r\n \"23.102.224.0/19\",\r\n \"40.64.145.192/28\",\r\n \"40.64.164.0/25\",\r\n \"40.79.210.0/24\",\r\n \"40.81.16.0/20\",\r\n \"40.83.64.0/18\",\r\n \"40.87.192.0/22\",\r\n \"52.120.157.0/24\",\r\n \"52.121.112.0/22\",\r\n \"52.139.128.0/18\",\r\n \"52.175.0.0/17\",\r\n \"52.184.0.0/17\",\r\n \"52.229.128.0/17\",\r\n \"52.232.153.0/24\",\r\n \"52.239.128.0/24\",\r\n \"52.239.224.0/24\",\r\n \"52.245.56.0/22\",\r\n \"52.246.128.0/20\",\r\n \"52.253.222.0/23\",\r\n \"65.52.160.0/19\",\r\n \"104.46.24.0/22\",\r\n \"104.208.64.0/18\",\r\n \"104.214.160.0/22\",\r\n \"104.214.164.0/27\",\r\n \"104.214.164.32/28\",\r\n \"104.214.164.48/29\",\r\n \"104.214.164.64/26\",\r\n \"104.214.164.128/25\",\r\n \"104.214.165.0/24\",\r\n \"104.214.166.0/23\",\r\n \"104.214.168.0/21\",\r\n \"104.214.176.0/20\",\r\n \"134.170.192.0/21\",\r\n \"137.116.160.0/20\",\r\n \"168.63.128.0/24\",\r\n \"168.63.129.0/28\",\r\n \"168.63.129.32/27\",\r\n \"168.63.129.64/26\",\r\n \"168.63.129.128/25\",\r\n \"168.63.130.0/23\",\r\n \"168.63.132.0/22\",\r\n \"168.63.136.0/21\",\r\n \"168.63.148.0/22\",\r\n \"168.63.152.0/22\",\r\n \"168.63.156.0/24\",\r\n \"168.63.192.0/19\",\r\n \"191.234.2.0/23\",\r\n \"191.234.16.0/20\",\r\n \"191.237.238.0/24\",\r\n \"204.231.197.0/24\",\r\n \"207.46.67.160/27\",\r\n \"207.46.67.192/27\",\r\n \"207.46.72.0/27\",\r\n \"207.46.77.224/28\",\r\n \"207.46.87.0/24\",\r\n \"207.46.89.16/28\",\r\n \"207.46.95.32/27\",\r\n \"207.46.128.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East Asia IPv6\",\r\n \"communityValue\": \"12076:51010\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:200::/46\",\r\n \"2603:1040:204::/48\",\r\n \"2603:1040:207::/48\",\r\n \"2603:1040:208::/48\",\r\n \"2603:1046:1401::800/117\",\r\n \"2603:1046:1401::1000/116\",\r\n \"2603:1046:1401::2000/115\",\r\n \"2603:1046:1401::4000/114\",\r\n \"2603:1046:1401::8000/113\",\r\n \"2603:1046:1401::1:0/112\",\r\n \"2603:1046:1401::2:0/111\",\r\n \"2603:1046:1401::4:0/110\",\r\n \"2603:1046:1401::8:0/109\",\r\n \"2603:1046:1401::10:0/108\",\r\n \"2603:1046:1401::20:0/107\",\r\n \"2603:1046:1401::40:0/106\",\r\n \"2603:1046:1401::80:0/105\",\r\n \"2603:1046:1401::100:0/104\",\r\n \"2603:1046:1401::200:0/103\",\r\n \"2603:1046:1401::400:0/102\",\r\n \"2603:1046:1401::800:0/101\",\r\n \"2603:1046:1401::1000:0/100\",\r\n \"2603:1046:1401::2000:0/99\",\r\n \"2603:1046:1401::4000:0/98\",\r\n \"2603:1046:1401::8000:0/97\",\r\n \"2603:1046:1401::1:0:0/96\",\r\n \"2603:1046:1401::2:0:0/95\",\r\n \"2603:1046:1401::4:0:0/94\",\r\n \"2603:1046:1401::8:0:0/93\",\r\n \"2603:1046:1401::10:0:0/92\",\r\n \"2603:1046:1401::20:0:0/91\",\r\n \"2603:1046:1401::40:0:0/90\",\r\n \"2603:1046:1401::80:0:0/89\",\r\n \"2603:1046:1401::100:0:0/88\",\r\n \"2603:1046:1401::200:0:0/87\",\r\n \"2603:1046:1401::400:0:0/86\",\r\n \"2603:1046:1401::800:0:0/85\",\r\n \"2603:1046:1401::1000:0:0/84\",\r\n \"2603:1046:1401::2000:0:0/83\",\r\n \"2603:1046:1401::4000:0:0/82\",\r\n \"2603:1046:1401::8000:0:0/81\",\r\n \"2603:1046:1401:0:1::/80\",\r\n \"2603:1046:1401:0:2::/79\",\r\n \"2603:1046:1401:0:4::/78\",\r\n \"2603:1046:1401:0:8::/77\",\r\n \"2603:1046:1401:0:10::/76\",\r\n \"2603:1046:1401:0:20::/75\",\r\n \"2603:1046:1401:0:40::/74\",\r\n \"2603:1046:1401:0:80::/73\",\r\n \"2603:1046:1401:0:100::/72\",\r\n \"2603:1046:1401:0:200::/71\",\r\n \"2603:1046:1401:0:400::/70\",\r\n \"2603:1046:1401:0:800::/69\",\r\n \"2603:1046:1401:0:1000::/68\",\r\n \"2603:1046:1401:0:2000::/67\",\r\n \"2603:1046:1401:0:4000::/66\",\r\n \"2603:1046:1401:0:8000::/65\",\r\n \"2603:1046:1401:1::800/117\",\r\n \"2603:1046:1401:1::1000/116\",\r\n \"2603:1046:1401:1::2000/115\",\r\n \"2603:1046:1401:1::4000/114\",\r\n \"2603:1046:1401:1::8000/113\",\r\n \"2603:1046:1401:1::1:0/112\",\r\n \"2603:1046:1401:1::2:0/111\",\r\n \"2603:1046:1401:1::4:0/110\",\r\n \"2603:1046:1401:1::8:0/109\",\r\n \"2603:1046:1401:1::10:0/108\",\r\n \"2603:1046:1401:1::20:0/107\",\r\n \"2603:1046:1401:1::40:0/106\",\r\n \"2603:1046:1401:1::80:0/105\",\r\n \"2603:1046:1401:1::100:0/104\",\r\n \"2603:1046:1401:1::200:0/103\",\r\n \"2603:1046:1401:1::400:0/102\",\r\n \"2603:1046:1401:1::800:0/101\",\r\n \"2603:1046:1401:1::1000:0/100\",\r\n \"2603:1046:1401:1::2000:0/99\",\r\n \"2603:1046:1401:1::4000:0/98\",\r\n \"2603:1046:1401:1::8000:0/97\",\r\n \"2603:1046:1401:1:0:1::/96\",\r\n \"2603:1046:1401:1:0:2::/95\",\r\n \"2603:1046:1401:1:0:4::/94\",\r\n \"2603:1046:1401:1:0:8::/93\",\r\n \"2603:1046:1401:1:0:10::/92\",\r\n \"2603:1046:1401:1:0:20::/91\",\r\n \"2603:1046:1401:1:0:40::/90\",\r\n \"2603:1046:1401:1:0:80::/89\",\r\n \"2603:1046:1401:1:0:100::/88\",\r\n \"2603:1046:1401:1:0:200::/87\",\r\n \"2603:1046:1401:1:0:400::/86\",\r\n \"2603:1046:1401:1:0:800::/85\",\r\n \"2603:1046:1401:1:0:1000::/84\",\r\n \"2603:1046:1401:1:0:2000::/83\",\r\n \"2603:1046:1401:1:0:4000::/82\",\r\n \"2603:1046:1401:1:0:8000::/81\",\r\n \"2603:1046:1401:1:1::/80\",\r\n \"2603:1046:1401:1:2::/79\",\r\n \"2603:1046:1401:1:4::/78\",\r\n \"2603:1046:1401:1:8::/77\",\r\n \"2603:1046:1401:1:10::/76\",\r\n \"2603:1046:1401:1:20::/75\",\r\n \"2603:1046:1401:1:40::/74\",\r\n \"2603:1046:1401:1:80::/73\",\r\n \"2603:1046:1401:1:100::/72\",\r\n \"2603:1046:1401:1:200::/71\",\r\n \"2603:1046:1401:1:400::/70\",\r\n \"2603:1046:1401:1:800::/69\",\r\n \"2603:1046:1401:1:1000::/68\",\r\n \"2603:1046:1401:1:2000::/67\",\r\n \"2603:1046:1401:1:4000::/66\",\r\n \"2603:1046:1401:1:8000::/65\",\r\n \"2603:1046:1401:2::/63\",\r\n \"2603:1046:1401:4::/62\",\r\n \"2603:1046:1401:8::/61\",\r\n \"2603:1046:1401:10::/60\",\r\n \"2603:1046:1401:20::/59\",\r\n \"2603:1046:1401:40::/58\",\r\n \"2603:1046:1401:80::/57\",\r\n \"2603:1046:1401:100::/56\",\r\n \"2603:1046:1401:200::/55\",\r\n \"2603:1046:1401:400::/54\",\r\n \"2603:1046:1401:800::/53\",\r\n \"2603:1046:1401:1000::/52\",\r\n \"2603:1046:1401:2000::/51\",\r\n \"2603:1046:1401:4000::/50\",\r\n \"2603:1046:1401:8000::/49\",\r\n \"2603:1061:1310:400::/54\",\r\n \"2603:1061:170c::/48\",\r\n \"2603:1061:2000:7c0::/62\",\r\n \"2603:1061:2002:8100::/57\",\r\n \"2603:1061:2004:6000::/57\",\r\n \"2603:1061:2010:8::/64\",\r\n \"2603:1090:305::/60\",\r\n \"2a01:111:f100:6000::/64\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US\",\r\n \"communityValue\": \"12076:51004\",\r\n \"communityPrefixes\": [\r\n \"4.156.0.0/15\",\r\n \"4.227.128.0/17\",\r\n \"4.236.128.0/17\",\r\n \"4.246.128.0/17\",\r\n \"4.255.0.0/17\",\r\n \"13.68.128.0/17\",\r\n \"13.72.64.0/21\",\r\n \"13.72.72.0/24\",\r\n \"13.72.73.0/26\",\r\n \"13.72.73.64/27\",\r\n \"13.72.73.96/29\",\r\n \"13.72.73.104/30\",\r\n \"13.72.73.108/31\",\r\n \"13.72.73.111/32\",\r\n \"13.72.73.112/28\",\r\n \"13.72.73.128/25\",\r\n \"13.72.74.0/23\",\r\n \"13.72.76.0/22\",\r\n \"13.72.80.0/20\",\r\n \"13.72.96.0/19\",\r\n \"13.82.0.0/16\",\r\n \"13.87.112.0/21\",\r\n \"13.90.0.0/18\",\r\n \"13.90.64.0/20\",\r\n \"13.90.80.0/22\",\r\n \"13.90.84.0/23\",\r\n \"13.90.86.0/32\",\r\n \"13.90.86.2/31\",\r\n \"13.90.86.4/30\",\r\n \"13.90.86.8/29\",\r\n \"13.90.86.16/28\",\r\n \"13.90.86.32/27\",\r\n \"13.90.86.64/26\",\r\n \"13.90.86.128/25\",\r\n \"13.90.87.0/24\",\r\n \"13.90.88.0/21\",\r\n \"13.90.96.0/19\",\r\n \"13.90.128.0/17\",\r\n \"13.92.0.0/18\",\r\n \"13.92.64.0/19\",\r\n \"13.92.96.0/24\",\r\n \"13.92.97.0/25\",\r\n \"13.92.97.128/26\",\r\n \"13.92.97.192/27\",\r\n \"13.92.97.224/28\",\r\n \"13.92.97.240/31\",\r\n \"13.92.97.242/32\",\r\n \"13.92.97.244/30\",\r\n \"13.92.97.248/29\",\r\n \"13.92.98.0/23\",\r\n \"13.92.100.0/22\",\r\n \"13.92.104.0/21\",\r\n \"13.92.112.0/20\",\r\n \"13.92.128.0/19\",\r\n \"13.92.160.0/20\",\r\n \"13.92.176.0/21\",\r\n \"13.92.184.0/22\",\r\n \"13.92.188.0/25\",\r\n \"13.92.188.128/26\",\r\n \"13.92.188.192/28\",\r\n \"13.92.188.208/32\",\r\n \"13.92.188.210/31\",\r\n \"13.92.188.212/30\",\r\n \"13.92.188.216/29\",\r\n \"13.92.188.224/27\",\r\n \"13.92.189.0/24\",\r\n \"13.92.190.0/25\",\r\n \"13.92.190.128/27\",\r\n \"13.92.190.160/28\",\r\n \"13.92.190.176/29\",\r\n \"13.92.190.184/32\",\r\n \"13.92.190.186/31\",\r\n \"13.92.190.188/30\",\r\n \"13.92.190.192/26\",\r\n \"13.92.191.0/24\",\r\n \"13.92.192.0/18\",\r\n \"13.104.192.0/21\",\r\n \"20.25.0.0/17\",\r\n \"20.38.98.0/24\",\r\n \"20.39.32.0/20\",\r\n \"20.39.48.0/21\",\r\n \"20.39.56.0/23\",\r\n \"20.39.60.0/22\",\r\n \"20.42.0.0/17\",\r\n \"20.49.104.0/21\",\r\n \"20.51.128.0/17\",\r\n \"20.55.0.0/17\",\r\n \"20.60.0.0/24\",\r\n \"20.60.2.0/23\",\r\n \"20.60.6.0/23\",\r\n \"20.60.60.0/22\",\r\n \"20.60.128.0/23\",\r\n \"20.60.134.0/23\",\r\n \"20.60.146.0/23\",\r\n \"20.60.220.0/23\",\r\n \"20.62.128.0/24\",\r\n \"20.62.129.32/27\",\r\n \"20.62.129.64/26\",\r\n \"20.62.129.128/26\",\r\n \"20.62.129.192/27\",\r\n \"20.62.129.224/28\",\r\n \"20.62.130.0/23\",\r\n \"20.62.132.0/23\",\r\n \"20.62.134.0/26\",\r\n \"20.62.134.64/29\",\r\n \"20.62.134.72/31\",\r\n \"20.62.134.76/30\",\r\n \"20.62.134.80/28\",\r\n \"20.62.134.96/27\",\r\n \"20.62.134.128/29\",\r\n \"20.62.134.160/27\",\r\n \"20.62.134.224/27\",\r\n \"20.62.135.0/24\",\r\n \"20.62.136.0/21\",\r\n \"20.62.144.0/20\",\r\n \"20.62.160.0/19\",\r\n \"20.62.192.0/18\",\r\n \"20.72.128.0/18\",\r\n \"20.75.128.0/17\",\r\n \"20.81.0.0/17\",\r\n \"20.83.128.0/18\",\r\n \"20.84.0.0/17\",\r\n \"20.85.128.0/17\",\r\n \"20.88.128.0/18\",\r\n \"20.95.0.0/24\",\r\n \"20.95.2.0/24\",\r\n \"20.95.4.0/24\",\r\n \"20.95.6.0/24\",\r\n \"20.95.19.0/24\",\r\n \"20.95.21.0/24\",\r\n \"20.95.31.0/24\",\r\n \"20.95.33.0/24\",\r\n \"20.95.34.0/24\",\r\n \"20.95.54.0/24\",\r\n \"20.95.58.0/24\",\r\n \"20.102.0.0/17\",\r\n \"20.106.128.0/17\",\r\n \"20.115.0.0/17\",\r\n \"20.119.0.0/17\",\r\n \"20.120.0.0/17\",\r\n \"20.121.0.0/16\",\r\n \"20.124.0.0/16\",\r\n \"20.127.0.0/16\",\r\n \"20.136.3.0/25\",\r\n \"20.136.4.0/24\",\r\n \"20.150.32.0/23\",\r\n \"20.150.90.0/24\",\r\n \"20.163.128.0/17\",\r\n \"20.168.192.0/18\",\r\n \"20.169.128.0/17\",\r\n \"20.172.128.0/17\",\r\n \"20.185.0.0/17\",\r\n \"20.185.128.0/18\",\r\n \"20.185.192.0/20\",\r\n \"20.185.208.0/22\",\r\n \"20.185.212.0/26\",\r\n \"20.185.212.64/27\",\r\n \"20.185.212.96/29\",\r\n \"20.185.212.104/31\",\r\n \"20.185.212.107/32\",\r\n \"20.185.212.108/30\",\r\n \"20.185.212.112/28\",\r\n \"20.185.212.128/25\",\r\n \"20.185.213.0/24\",\r\n \"20.185.214.0/25\",\r\n \"20.185.214.128/26\",\r\n \"20.185.214.192/27\",\r\n \"20.185.214.224/30\",\r\n \"20.185.214.228/31\",\r\n \"20.185.214.231/32\",\r\n \"20.185.214.232/29\",\r\n \"20.185.214.240/28\",\r\n \"20.185.215.0/24\",\r\n \"20.185.216.0/21\",\r\n \"20.185.224.0/19\",\r\n \"20.202.20.0/24\",\r\n \"20.202.39.0/24\",\r\n \"20.202.106.0/24\",\r\n \"20.202.110.0/24\",\r\n \"20.202.114.0/24\",\r\n \"20.202.118.0/24\",\r\n \"20.202.120.0/22\",\r\n \"20.202.124.0/24\",\r\n \"20.202.130.0/24\",\r\n \"20.202.134.0/24\",\r\n \"20.202.138.0/24\",\r\n \"20.202.184.0/21\",\r\n \"20.202.192.0/23\",\r\n \"20.209.0.0/23\",\r\n \"20.209.40.0/23\",\r\n \"20.209.52.0/23\",\r\n \"20.209.74.0/23\",\r\n \"20.209.84.0/23\",\r\n \"20.209.106.0/23\",\r\n \"20.209.146.0/23\",\r\n \"20.209.162.0/23\",\r\n \"20.209.226.0/23\",\r\n \"20.228.128.0/17\",\r\n \"20.231.0.0/17\",\r\n \"20.231.192.0/18\",\r\n \"20.232.0.0/16\",\r\n \"20.237.0.0/17\",\r\n \"20.241.128.0/17\",\r\n \"20.242.128.0/19\",\r\n \"20.242.160.0/20\",\r\n \"20.242.176.0/22\",\r\n \"20.242.180.0/24\",\r\n \"20.242.182.0/23\",\r\n \"20.242.184.0/21\",\r\n \"20.242.192.0/18\",\r\n \"20.246.128.0/17\",\r\n \"20.253.0.0/17\",\r\n \"23.96.0.0/17\",\r\n \"23.98.45.0/24\",\r\n \"23.100.16.0/20\",\r\n \"23.101.128.0/20\",\r\n \"40.64.146.80/28\",\r\n \"40.64.164.128/25\",\r\n \"40.71.0.0/21\",\r\n \"40.71.8.0/22\",\r\n \"40.71.12.0/24\",\r\n \"40.71.13.32/27\",\r\n \"40.71.13.64/26\",\r\n \"40.71.13.128/25\",\r\n \"40.71.14.0/23\",\r\n \"40.71.16.0/20\",\r\n \"40.71.32.0/19\",\r\n \"40.71.64.0/20\",\r\n \"40.71.80.0/22\",\r\n \"40.71.84.0/23\",\r\n \"40.71.86.0/26\",\r\n \"40.71.86.64/27\",\r\n \"40.71.86.96/29\",\r\n \"40.71.86.104/31\",\r\n \"40.71.86.106/32\",\r\n \"40.71.86.108/30\",\r\n \"40.71.86.112/28\",\r\n \"40.71.86.128/25\",\r\n \"40.71.87.0/24\",\r\n \"40.71.88.0/21\",\r\n \"40.71.96.0/19\",\r\n \"40.71.128.0/17\",\r\n \"40.76.0.0/16\",\r\n \"40.78.219.0/24\",\r\n \"40.78.224.0/21\",\r\n \"40.79.152.0/21\",\r\n \"40.80.144.0/21\",\r\n \"40.82.24.0/22\",\r\n \"40.82.60.0/22\",\r\n \"40.85.160.0/19\",\r\n \"40.87.0.0/17\",\r\n \"40.87.164.0/22\",\r\n \"40.88.0.0/16\",\r\n \"40.90.224.0/19\",\r\n \"40.91.4.0/22\",\r\n \"40.112.48.0/20\",\r\n \"40.114.0.0/17\",\r\n \"40.117.32.0/23\",\r\n \"40.117.34.0/24\",\r\n \"40.117.35.0/26\",\r\n \"40.117.35.64/27\",\r\n \"40.117.35.96/31\",\r\n \"40.117.35.98/32\",\r\n \"40.117.35.100/30\",\r\n \"40.117.35.104/29\",\r\n \"40.117.35.112/28\",\r\n \"40.117.35.128/25\",\r\n \"40.117.36.0/22\",\r\n \"40.117.40.0/21\",\r\n \"40.117.48.0/20\",\r\n \"40.117.64.0/18\",\r\n \"40.117.128.0/17\",\r\n \"40.120.148.0/25\",\r\n \"40.120.148.128/26\",\r\n \"40.120.148.192/27\",\r\n \"40.120.148.224/31\",\r\n \"40.121.0.0/17\",\r\n \"40.121.128.0/18\",\r\n \"40.121.192.0/20\",\r\n \"40.121.208.0/22\",\r\n \"40.121.212.0/23\",\r\n \"40.121.214.0/27\",\r\n \"40.121.214.32/28\",\r\n \"40.121.214.48/29\",\r\n \"40.121.214.56/31\",\r\n \"40.121.214.59/32\",\r\n \"40.121.214.60/30\",\r\n \"40.121.214.64/26\",\r\n \"40.121.214.128/25\",\r\n \"40.121.215.0/24\",\r\n \"40.121.216.0/21\",\r\n \"40.121.224.0/19\",\r\n \"40.123.132.0/22\",\r\n \"40.123.176.0/22\",\r\n \"52.120.32.0/19\",\r\n \"52.120.224.0/20\",\r\n \"52.136.64.0/18\",\r\n \"52.142.0.0/18\",\r\n \"52.143.207.0/24\",\r\n \"52.146.0.0/17\",\r\n \"52.147.192.0/18\",\r\n \"52.149.128.0/17\",\r\n \"52.150.0.0/17\",\r\n \"52.151.128.0/17\",\r\n \"52.152.128.0/17\",\r\n \"52.154.64.0/18\",\r\n \"52.168.0.0/18\",\r\n \"52.168.64.0/20\",\r\n \"52.168.80.0/21\",\r\n \"52.168.88.0/25\",\r\n \"52.168.88.128/26\",\r\n \"52.168.88.192/27\",\r\n \"52.168.88.224/28\",\r\n \"52.168.88.240/30\",\r\n \"52.168.88.244/31\",\r\n \"52.168.88.246/32\",\r\n \"52.168.88.248/29\",\r\n \"52.168.89.0/28\",\r\n \"52.168.89.16/29\",\r\n \"52.168.89.24/30\",\r\n \"52.168.89.28/31\",\r\n \"52.168.89.31/32\",\r\n \"52.168.89.32/27\",\r\n \"52.168.89.64/26\",\r\n \"52.168.89.128/25\",\r\n \"52.168.90.0/23\",\r\n \"52.168.92.0/25\",\r\n \"52.168.92.128/26\",\r\n \"52.168.92.192/27\",\r\n \"52.168.92.224/29\",\r\n \"52.168.92.232/31\",\r\n \"52.168.92.235/32\",\r\n \"52.168.92.236/30\",\r\n \"52.168.92.240/28\",\r\n \"52.168.93.0/24\",\r\n \"52.168.94.0/23\",\r\n \"52.168.96.0/20\",\r\n \"52.168.112.0/22\",\r\n \"52.168.116.64/26\",\r\n \"52.168.116.128/25\",\r\n \"52.168.117.0/24\",\r\n \"52.168.118.0/23\",\r\n \"52.168.120.0/21\",\r\n \"52.168.128.0/21\",\r\n \"52.168.136.0/25\",\r\n \"52.168.136.128/27\",\r\n \"52.168.136.160/28\",\r\n \"52.168.136.176/29\",\r\n \"52.168.136.184/31\",\r\n \"52.168.136.187/32\",\r\n \"52.168.136.188/30\",\r\n \"52.168.136.192/26\",\r\n \"52.168.137.0/24\",\r\n \"52.168.138.0/24\",\r\n \"52.168.139.0/26\",\r\n \"52.168.139.64/27\",\r\n \"52.168.139.97/32\",\r\n \"52.168.139.98/31\",\r\n \"52.168.139.100/30\",\r\n \"52.168.139.104/29\",\r\n \"52.168.139.112/28\",\r\n \"52.168.139.128/25\",\r\n \"52.168.140.0/24\",\r\n \"52.168.141.0/26\",\r\n \"52.168.141.64/28\",\r\n \"52.168.141.80/29\",\r\n \"52.168.141.88/31\",\r\n \"52.168.141.91/32\",\r\n \"52.168.141.92/30\",\r\n \"52.168.141.96/27\",\r\n \"52.168.141.128/25\",\r\n \"52.168.142.0/24\",\r\n \"52.168.143.0/26\",\r\n \"52.168.143.64/28\",\r\n \"52.168.143.80/30\",\r\n \"52.168.143.84/32\",\r\n \"52.168.143.86/31\",\r\n \"52.168.143.88/29\",\r\n \"52.168.143.96/27\",\r\n \"52.168.143.128/25\",\r\n \"52.168.144.0/20\",\r\n \"52.168.160.0/21\",\r\n \"52.168.168.0/25\",\r\n \"52.168.168.128/27\",\r\n \"52.168.168.160/30\",\r\n \"52.168.168.164/32\",\r\n \"52.168.168.166/31\",\r\n \"52.168.168.168/29\",\r\n \"52.168.168.176/28\",\r\n \"52.168.168.192/26\",\r\n \"52.168.169.0/24\",\r\n \"52.168.170.0/23\",\r\n \"52.168.172.0/22\",\r\n \"52.168.176.0/23\",\r\n \"52.168.178.0/26\",\r\n \"52.168.178.64/29\",\r\n \"52.168.178.72/30\",\r\n \"52.168.178.76/32\",\r\n \"52.168.178.78/31\",\r\n \"52.168.178.80/28\",\r\n \"52.168.178.96/27\",\r\n \"52.168.178.128/25\",\r\n \"52.168.179.0/26\",\r\n \"52.168.179.64/27\",\r\n \"52.168.179.96/28\",\r\n \"52.168.179.112/30\",\r\n \"52.168.179.116/32\",\r\n \"52.168.179.118/31\",\r\n \"52.168.179.120/29\",\r\n \"52.168.179.128/25\",\r\n \"52.168.180.0/25\",\r\n \"52.168.180.128/27\",\r\n \"52.168.180.160/29\",\r\n \"52.168.180.169/32\",\r\n \"52.168.180.170/31\",\r\n \"52.168.180.172/30\",\r\n \"52.168.180.176/28\",\r\n \"52.168.180.192/26\",\r\n \"52.168.181.0/24\",\r\n \"52.168.182.0/23\",\r\n \"52.168.184.0/21\",\r\n \"52.168.192.0/18\",\r\n \"52.170.0.0/20\",\r\n \"52.170.16.0/21\",\r\n \"52.170.24.0/22\",\r\n \"52.170.28.0/25\",\r\n \"52.170.28.128/27\",\r\n \"52.170.28.160/28\",\r\n \"52.170.28.176/29\",\r\n \"52.170.28.185/32\",\r\n \"52.170.28.186/31\",\r\n \"52.170.28.188/30\",\r\n \"52.170.28.192/26\",\r\n \"52.170.29.0/24\",\r\n \"52.170.30.0/23\",\r\n \"52.170.32.0/23\",\r\n \"52.170.34.0/25\",\r\n \"52.170.34.128/26\",\r\n \"52.170.34.192/28\",\r\n \"52.170.34.208/29\",\r\n \"52.170.34.216/32\",\r\n \"52.170.34.218/31\",\r\n \"52.170.34.220/30\",\r\n \"52.170.34.224/27\",\r\n \"52.170.35.0/24\",\r\n \"52.170.36.0/24\",\r\n \"52.170.37.0/25\",\r\n \"52.170.37.128/26\",\r\n \"52.170.37.192/27\",\r\n \"52.170.37.224/29\",\r\n \"52.170.37.232/30\",\r\n \"52.170.37.237/32\",\r\n \"52.170.37.238/31\",\r\n \"52.170.37.240/28\",\r\n \"52.170.38.0/23\",\r\n \"52.170.40.0/21\",\r\n \"52.170.48.0/20\",\r\n \"52.170.64.0/18\",\r\n \"52.170.128.0/18\",\r\n \"52.170.192.0/20\",\r\n \"52.170.208.0/24\",\r\n \"52.170.209.0/28\",\r\n \"52.170.209.16/30\",\r\n \"52.170.209.20/31\",\r\n \"52.170.209.23/32\",\r\n \"52.170.209.24/29\",\r\n \"52.170.209.32/27\",\r\n \"52.170.209.64/26\",\r\n \"52.170.209.128/25\",\r\n \"52.170.210.0/23\",\r\n \"52.170.212.0/22\",\r\n \"52.170.216.0/21\",\r\n \"52.170.224.0/19\",\r\n \"52.179.0.0/20\",\r\n \"52.179.16.0/22\",\r\n \"52.179.20.0/23\",\r\n \"52.179.22.0/24\",\r\n \"52.179.23.0/25\",\r\n \"52.179.23.128/26\",\r\n \"52.179.23.192/29\",\r\n \"52.179.23.201/32\",\r\n \"52.179.23.202/31\",\r\n \"52.179.23.204/30\",\r\n \"52.179.23.208/28\",\r\n \"52.179.23.224/27\",\r\n \"52.179.24.0/21\",\r\n \"52.179.32.0/19\",\r\n \"52.179.64.0/18\",\r\n \"52.186.0.0/16\",\r\n \"52.188.0.0/16\",\r\n \"52.190.0.0/17\",\r\n \"52.191.0.0/17\",\r\n \"52.191.192.0/18\",\r\n \"52.224.0.0/16\",\r\n \"52.226.0.0/16\",\r\n \"52.232.146.0/24\",\r\n \"52.234.128.0/17\",\r\n \"52.239.152.0/22\",\r\n \"52.239.168.0/22\",\r\n \"52.239.207.192/26\",\r\n \"52.239.214.0/23\",\r\n \"52.239.220.0/23\",\r\n \"52.239.246.0/23\",\r\n \"52.239.252.0/24\",\r\n \"52.240.0.0/17\",\r\n \"52.245.8.0/22\",\r\n \"52.245.104.0/22\",\r\n \"52.249.128.0/17\",\r\n \"52.253.160.0/24\",\r\n \"52.255.128.0/17\",\r\n \"57.150.0.0/23\",\r\n \"57.150.8.112/28\",\r\n \"57.150.8.128/25\",\r\n \"57.150.9.0/24\",\r\n \"57.150.10.0/26\",\r\n \"57.150.10.64/28\",\r\n \"57.150.18.80/28\",\r\n \"57.150.18.96/27\",\r\n \"57.150.18.128/26\",\r\n \"57.150.18.192/27\",\r\n \"57.150.18.224/28\",\r\n \"57.150.26.0/23\",\r\n \"57.151.0.0/17\",\r\n \"65.54.19.128/27\",\r\n \"68.220.88.0/21\",\r\n \"74.235.0.0/16\",\r\n \"104.41.128.0/19\",\r\n \"104.45.128.0/18\",\r\n \"104.45.192.0/20\",\r\n \"104.211.0.0/18\",\r\n \"137.116.112.0/20\",\r\n \"137.117.32.0/19\",\r\n \"137.117.64.0/19\",\r\n \"137.117.96.0/25\",\r\n \"137.117.96.128/27\",\r\n \"137.117.96.160/28\",\r\n \"137.117.96.176/29\",\r\n \"137.117.96.185/32\",\r\n \"137.117.96.186/31\",\r\n \"137.117.96.188/30\",\r\n \"137.117.96.192/26\",\r\n \"137.117.97.0/27\",\r\n \"137.117.97.32/28\",\r\n \"137.117.97.48/31\",\r\n \"137.117.97.50/32\",\r\n \"137.117.97.52/30\",\r\n \"137.117.97.56/29\",\r\n \"137.117.97.64/26\",\r\n \"137.117.97.128/25\",\r\n \"137.117.98.0/23\",\r\n \"137.117.100.0/22\",\r\n \"137.117.104.0/21\",\r\n \"137.117.112.0/20\",\r\n \"137.135.64.0/18\",\r\n \"138.91.96.0/19\",\r\n \"151.206.50.192/27\",\r\n \"151.206.96.0/23\",\r\n \"151.206.98.0/25\",\r\n \"151.206.98.128/26\",\r\n \"157.56.176.0/21\",\r\n \"168.61.32.0/20\",\r\n \"168.61.48.0/21\",\r\n \"168.62.32.0/19\",\r\n \"168.62.160.0/19\",\r\n \"172.171.32.0/19\",\r\n \"172.171.64.0/19\",\r\n \"172.171.128.0/17\",\r\n \"172.172.128.0/18\",\r\n \"172.172.192.0/19\",\r\n \"172.172.224.0/20\",\r\n \"172.172.240.0/21\",\r\n \"172.172.248.0/22\",\r\n \"172.172.252.0/23\",\r\n \"172.172.254.0/24\",\r\n \"172.172.255.0/26\",\r\n \"172.172.255.64/27\",\r\n \"172.172.255.112/28\",\r\n \"172.172.255.128/25\",\r\n \"172.173.128.0/17\",\r\n \"172.174.0.0/16\",\r\n \"172.178.0.0/17\",\r\n \"172.190.0.0/15\",\r\n \"172.203.128.0/17\",\r\n \"172.206.192.0/18\",\r\n \"172.208.0.0/17\",\r\n \"172.210.0.0/17\",\r\n \"172.212.0.0/17\",\r\n \"172.214.0.0/17\",\r\n \"191.234.32.0/19\",\r\n \"191.236.0.0/18\",\r\n \"191.237.0.0/17\",\r\n \"191.238.0.0/18\",\r\n \"204.152.18.0/31\",\r\n \"204.152.18.8/29\",\r\n \"204.152.18.32/27\",\r\n \"204.152.18.64/26\",\r\n \"204.152.19.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US IPv6\",\r\n \"communityValue\": \"12076:51004\",\r\n \"communityPrefixes\": [\r\n \"2602:fd5e:1::/63\",\r\n \"2602:fd5e:1:2::/64\",\r\n \"2603:1030:20c::/47\",\r\n \"2603:1030:20e::/48\",\r\n \"2603:1030:210::/47\",\r\n \"2603:1030:212::/56\",\r\n \"2603:1030:213::/48\",\r\n \"2603:1061:1312:c00::/54\",\r\n \"2603:1061:1312:3802::/63\",\r\n \"2603:1061:1312:3804::/62\",\r\n \"2603:1061:1312:3808::/61\",\r\n \"2603:1061:1312:3810::/60\",\r\n \"2603:1061:1312:3820::/59\",\r\n \"2603:1061:1312:3840::/58\",\r\n \"2603:1061:1312:3880::/57\",\r\n \"2603:1061:1312:3900::/56\",\r\n \"2603:1061:1312:3a00::/55\",\r\n \"2603:1061:170d::/48\",\r\n \"2603:1061:2000::/64\",\r\n \"2603:1061:2000:2::/64\",\r\n \"2603:1061:2000:100::/60\",\r\n \"2603:1061:2000:540::/62\",\r\n \"2603:1061:2002::/56\",\r\n \"2603:1061:2004:7000::/56\",\r\n \"2603:1061:2010:9::/64\",\r\n \"2603:1062:2:100::/57\",\r\n \"2603:1062:c:28::/63\",\r\n \"2603:1063:424::/56\",\r\n \"2603:10b0:315::/60\",\r\n \"2a01:111:f100:2000::/52\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"4.150.64.0/18\",\r\n \"4.152.0.0/15\",\r\n \"13.68.0.0/17\",\r\n \"13.77.64.0/18\",\r\n \"20.1.128.0/17\",\r\n \"20.7.0.0/16\",\r\n \"20.10.0.0/18\",\r\n \"20.10.64.0/19\",\r\n \"20.10.96.0/20\",\r\n \"20.10.112.0/21\",\r\n \"20.10.120.0/22\",\r\n \"20.10.124.0/23\",\r\n \"20.10.126.0/24\",\r\n \"20.10.128.0/17\",\r\n \"20.12.0.0/17\",\r\n \"20.14.128.0/17\",\r\n \"20.15.0.0/17\",\r\n \"20.22.0.0/16\",\r\n \"20.36.128.0/17\",\r\n \"20.38.100.0/23\",\r\n \"20.38.208.0/22\",\r\n \"20.41.0.0/18\",\r\n \"20.44.16.0/27\",\r\n \"20.44.16.64/26\",\r\n \"20.44.16.128/25\",\r\n \"20.44.17.0/24\",\r\n \"20.44.18.0/24\",\r\n \"20.44.19.0/27\",\r\n \"20.44.19.32/28\",\r\n \"20.44.19.56/29\",\r\n \"20.44.19.64/26\",\r\n \"20.44.19.128/25\",\r\n \"20.44.20.0/22\",\r\n \"20.44.64.0/18\",\r\n \"20.49.0.0/18\",\r\n \"20.49.96.0/21\",\r\n \"20.55.192.0/18\",\r\n \"20.57.0.0/17\",\r\n \"20.60.56.0/22\",\r\n \"20.60.88.0/22\",\r\n \"20.60.132.0/23\",\r\n \"20.60.180.0/23\",\r\n \"20.60.224.0/23\",\r\n \"20.60.236.0/23\",\r\n \"20.62.0.0/19\",\r\n \"20.62.32.0/20\",\r\n \"20.62.48.0/21\",\r\n \"20.62.56.0/23\",\r\n \"20.62.58.0/26\",\r\n \"20.62.58.64/28\",\r\n \"20.62.58.96/27\",\r\n \"20.62.58.128/25\",\r\n \"20.62.59.0/26\",\r\n \"20.62.59.64/27\",\r\n \"20.62.59.96/28\",\r\n \"20.62.59.128/25\",\r\n \"20.62.60.0/26\",\r\n \"20.62.60.104/29\",\r\n \"20.62.60.112/28\",\r\n \"20.62.60.128/25\",\r\n \"20.62.61.0/24\",\r\n \"20.62.62.0/23\",\r\n \"20.62.64.0/18\",\r\n \"20.65.0.0/17\",\r\n \"20.69.192.0/18\",\r\n \"20.72.64.0/18\",\r\n \"20.75.0.0/17\",\r\n \"20.80.192.0/18\",\r\n \"20.81.128.0/17\",\r\n \"20.85.0.0/17\",\r\n \"20.88.96.0/19\",\r\n \"20.94.0.0/17\",\r\n \"20.95.22.0/24\",\r\n \"20.95.25.0/24\",\r\n \"20.95.35.0/24\",\r\n \"20.95.36.0/24\",\r\n \"20.95.53.0/24\",\r\n \"20.95.56.0/24\",\r\n \"20.95.60.0/24\",\r\n \"20.95.255.0/29\",\r\n \"20.96.0.0/16\",\r\n \"20.97.128.0/17\",\r\n \"20.98.192.0/18\",\r\n \"20.109.0.0/17\",\r\n \"20.110.0.0/16\",\r\n \"20.114.128.0/17\",\r\n \"20.119.128.0/17\",\r\n \"20.122.0.0/16\",\r\n \"20.136.0.0/25\",\r\n \"20.136.1.0/24\",\r\n \"20.150.29.0/24\",\r\n \"20.150.36.0/24\",\r\n \"20.150.50.0/23\",\r\n \"20.150.72.0/24\",\r\n \"20.150.82.0/24\",\r\n \"20.150.88.0/24\",\r\n \"20.161.0.0/16\",\r\n \"20.186.0.0/17\",\r\n \"20.186.128.0/18\",\r\n \"20.190.192.0/18\",\r\n \"20.201.224.0/23\",\r\n \"20.202.21.0/24\",\r\n \"20.202.31.0/24\",\r\n \"20.202.32.0/23\",\r\n \"20.202.34.0/24\",\r\n \"20.202.84.0/24\",\r\n \"20.202.89.0/24\",\r\n \"20.202.93.0/24\",\r\n \"20.202.97.0/24\",\r\n \"20.202.125.0/24\",\r\n \"20.202.194.0/23\",\r\n \"20.202.196.0/22\",\r\n \"20.202.200.0/23\",\r\n \"20.209.68.0/23\",\r\n \"20.209.90.0/23\",\r\n \"20.209.110.0/23\",\r\n \"20.209.112.0/23\",\r\n \"20.209.178.0/23\",\r\n \"20.230.0.0/17\",\r\n \"20.242.0.0/17\",\r\n \"20.246.0.0/17\",\r\n \"23.100.64.0/21\",\r\n \"23.101.32.0/21\",\r\n \"23.101.80.0/21\",\r\n \"23.101.144.0/20\",\r\n \"23.102.96.0/19\",\r\n \"23.102.204.0/22\",\r\n \"23.102.208.0/20\",\r\n \"40.64.144.192/29\",\r\n \"40.64.145.0/28\",\r\n \"40.64.165.0/25\",\r\n \"40.65.192.0/18\",\r\n \"40.67.128.0/19\",\r\n \"40.70.0.0/18\",\r\n \"40.70.64.0/20\",\r\n \"40.70.80.0/21\",\r\n \"40.70.128.0/17\",\r\n \"40.75.0.0/19\",\r\n \"40.75.64.0/18\",\r\n \"40.77.167.0/24\",\r\n \"40.78.208.48/28\",\r\n \"40.78.220.0/24\",\r\n \"40.79.0.0/21\",\r\n \"40.79.8.0/27\",\r\n \"40.79.8.32/28\",\r\n \"40.79.8.64/27\",\r\n \"40.79.8.96/28\",\r\n \"40.79.9.0/24\",\r\n \"40.79.16.0/20\",\r\n \"40.79.32.0/20\",\r\n \"40.79.48.0/27\",\r\n \"40.79.48.32/28\",\r\n \"40.79.49.0/24\",\r\n \"40.79.56.0/21\",\r\n \"40.79.64.0/20\",\r\n \"40.79.80.0/21\",\r\n \"40.79.90.0/24\",\r\n \"40.79.91.0/28\",\r\n \"40.79.92.0/24\",\r\n \"40.79.93.0/28\",\r\n \"40.79.94.0/24\",\r\n \"40.79.95.0/28\",\r\n \"40.79.240.0/20\",\r\n \"40.82.4.0/22\",\r\n \"40.82.44.0/22\",\r\n \"40.84.0.0/17\",\r\n \"40.87.168.0/30\",\r\n \"40.87.168.8/29\",\r\n \"40.87.168.16/28\",\r\n \"40.87.168.32/29\",\r\n \"40.87.168.48/28\",\r\n \"40.87.168.64/30\",\r\n \"40.87.168.70/31\",\r\n \"40.87.168.72/29\",\r\n \"40.87.168.80/28\",\r\n \"40.87.168.96/27\",\r\n \"40.87.168.128/26\",\r\n \"40.87.168.192/28\",\r\n \"40.87.168.210/31\",\r\n \"40.87.168.212/30\",\r\n \"40.87.168.216/29\",\r\n \"40.87.168.224/27\",\r\n \"40.87.169.0/27\",\r\n \"40.87.169.32/29\",\r\n \"40.87.169.44/30\",\r\n \"40.87.169.48/29\",\r\n \"40.87.169.56/31\",\r\n \"40.87.169.60/30\",\r\n \"40.87.169.64/27\",\r\n \"40.87.169.96/31\",\r\n \"40.87.169.102/31\",\r\n \"40.87.169.104/29\",\r\n \"40.87.169.112/28\",\r\n \"40.87.169.128/29\",\r\n \"40.87.169.136/31\",\r\n \"40.87.169.140/30\",\r\n \"40.87.169.160/27\",\r\n \"40.87.169.192/26\",\r\n \"40.87.170.0/25\",\r\n \"40.87.170.128/28\",\r\n \"40.87.170.144/31\",\r\n \"40.87.170.152/29\",\r\n \"40.87.170.160/28\",\r\n \"40.87.170.176/29\",\r\n \"40.87.170.184/30\",\r\n \"40.87.170.194/31\",\r\n \"40.87.170.196/30\",\r\n \"40.87.170.214/31\",\r\n \"40.87.170.216/30\",\r\n \"40.87.170.228/30\",\r\n \"40.87.170.232/29\",\r\n \"40.87.170.240/29\",\r\n \"40.87.170.248/30\",\r\n \"40.87.171.2/31\",\r\n \"40.87.171.4/30\",\r\n \"40.87.171.8/29\",\r\n \"40.87.171.16/28\",\r\n \"40.87.171.36/30\",\r\n \"40.87.171.40/31\",\r\n \"40.87.171.72/29\",\r\n \"40.87.171.80/28\",\r\n \"40.87.171.96/27\",\r\n \"40.87.171.128/27\",\r\n \"40.87.171.160/31\",\r\n \"40.87.171.166/31\",\r\n \"40.87.171.168/29\",\r\n \"40.87.171.176/28\",\r\n \"40.87.171.192/27\",\r\n \"40.87.171.224/28\",\r\n \"40.87.171.240/29\",\r\n \"40.87.171.248/31\",\r\n \"40.91.12.16/28\",\r\n \"40.91.12.48/28\",\r\n \"40.91.12.64/26\",\r\n \"40.91.12.128/28\",\r\n \"40.91.12.160/27\",\r\n \"40.91.12.208/28\",\r\n \"40.91.12.240/28\",\r\n \"40.91.13.64/27\",\r\n \"40.91.13.96/28\",\r\n \"40.91.13.128/27\",\r\n \"40.91.13.240/28\",\r\n \"40.91.14.0/24\",\r\n \"40.120.156.0/28\",\r\n \"40.120.156.16/29\",\r\n \"40.120.156.24/30\",\r\n \"40.120.156.28/31\",\r\n \"40.120.156.40/31\",\r\n \"40.120.156.56/30\",\r\n \"40.123.0.0/17\",\r\n \"40.123.144.0/26\",\r\n \"40.123.144.64/29\",\r\n \"40.123.144.104/29\",\r\n \"40.123.144.112/28\",\r\n \"40.123.144.128/28\",\r\n \"40.123.144.144/29\",\r\n \"40.123.144.156/30\",\r\n \"40.123.144.160/27\",\r\n \"40.123.144.192/27\",\r\n \"40.123.144.224/28\",\r\n \"40.123.144.240/29\",\r\n \"40.123.144.248/30\",\r\n \"40.123.144.252/31\",\r\n \"40.123.145.6/31\",\r\n \"40.123.145.8/30\",\r\n \"40.123.145.12/31\",\r\n \"40.123.145.22/31\",\r\n \"40.123.145.24/29\",\r\n \"40.123.145.32/28\",\r\n \"40.123.145.48/29\",\r\n \"40.123.145.56/30\",\r\n \"40.123.145.68/30\",\r\n \"40.123.145.72/29\",\r\n \"40.123.145.80/28\",\r\n \"40.123.145.96/27\",\r\n \"40.123.145.128/27\",\r\n \"40.123.145.160/30\",\r\n \"40.123.145.166/31\",\r\n \"40.123.145.168/29\",\r\n \"40.123.145.176/28\",\r\n \"40.123.145.192/28\",\r\n \"40.123.145.208/30\",\r\n \"40.123.145.212/31\",\r\n \"40.123.145.222/31\",\r\n \"40.123.145.224/27\",\r\n \"40.123.146.0/28\",\r\n \"40.123.146.16/29\",\r\n \"40.123.146.24/30\",\r\n \"40.123.146.28/31\",\r\n \"40.123.146.42/31\",\r\n \"40.123.146.44/30\",\r\n \"40.123.146.48/31\",\r\n \"40.123.146.54/31\",\r\n \"40.123.146.56/29\",\r\n \"40.123.146.64/26\",\r\n \"40.123.146.128/27\",\r\n \"40.123.146.160/30\",\r\n \"40.123.146.164/31\",\r\n \"40.123.146.182/31\",\r\n \"40.123.146.184/29\",\r\n \"40.123.146.192/29\",\r\n \"40.123.146.200/30\",\r\n \"40.123.146.204/31\",\r\n \"40.123.146.210/31\",\r\n \"40.123.146.212/30\",\r\n \"40.123.146.216/29\",\r\n \"40.123.146.224/27\",\r\n \"40.123.147.0/27\",\r\n \"40.123.147.32/31\",\r\n \"40.123.147.38/31\",\r\n \"40.123.147.40/29\",\r\n \"40.123.147.48/28\",\r\n \"40.123.147.64/28\",\r\n \"40.123.147.80/30\",\r\n \"40.123.147.84/31\",\r\n \"40.123.147.104/29\",\r\n \"40.123.147.112/29\",\r\n \"40.123.147.138/31\",\r\n \"40.123.147.140/30\",\r\n \"40.123.147.144/31\",\r\n \"40.123.147.148/30\",\r\n \"40.123.147.152/29\",\r\n \"40.123.147.160/28\",\r\n \"40.123.147.176/30\",\r\n \"40.123.147.180/31\",\r\n \"40.123.147.184/29\",\r\n \"40.123.147.192/26\",\r\n \"40.123.184.0/26\",\r\n \"40.123.184.64/28\",\r\n \"40.123.184.80/29\",\r\n \"40.123.184.88/31\",\r\n \"40.123.184.98/31\",\r\n \"40.123.184.100/30\",\r\n \"40.123.184.104/29\",\r\n \"40.123.184.112/28\",\r\n \"40.123.184.128/27\",\r\n \"40.123.184.168/29\",\r\n \"40.123.184.176/29\",\r\n \"40.123.184.184/31\",\r\n \"40.123.184.194/31\",\r\n \"40.123.184.196/30\",\r\n \"40.123.184.200/30\",\r\n \"40.123.184.204/31\",\r\n \"40.123.184.208/29\",\r\n \"40.123.184.230/31\",\r\n \"40.123.184.232/29\",\r\n \"40.123.185.8/29\",\r\n \"40.123.185.16/28\",\r\n \"40.123.185.32/27\",\r\n \"40.123.185.64/30\",\r\n \"40.123.185.100/30\",\r\n \"40.123.185.104/30\",\r\n \"40.123.185.110/31\",\r\n \"40.123.185.112/28\",\r\n \"40.123.185.128/27\",\r\n \"40.123.185.192/27\",\r\n \"40.123.185.224/28\",\r\n \"40.123.185.240/29\",\r\n \"40.123.185.250/31\",\r\n \"40.123.185.254/31\",\r\n \"40.123.186.0/29\",\r\n \"40.123.186.8/31\",\r\n \"40.123.186.28/31\",\r\n \"40.123.186.42/31\",\r\n \"40.123.186.44/30\",\r\n \"40.123.186.48/31\",\r\n \"40.123.186.52/31\",\r\n \"40.123.186.56/29\",\r\n \"40.123.186.64/26\",\r\n \"40.123.186.128/25\",\r\n \"40.123.187.0/25\",\r\n \"40.123.187.128/27\",\r\n \"40.123.187.160/31\",\r\n \"40.123.187.170/31\",\r\n \"40.123.187.172/30\",\r\n \"40.123.187.176/29\",\r\n \"40.123.187.188/30\",\r\n \"40.123.187.192/29\",\r\n \"40.123.187.200/31\",\r\n \"40.123.187.204/30\",\r\n \"40.123.187.208/28\",\r\n \"40.123.187.226/31\",\r\n \"40.123.187.228/30\",\r\n \"40.123.187.232/29\",\r\n \"40.123.187.244/30\",\r\n \"40.123.187.248/29\",\r\n \"52.120.64.0/19\",\r\n \"52.121.32.0/22\",\r\n \"52.136.29.0/24\",\r\n \"52.138.80.0/21\",\r\n \"52.138.96.0/19\",\r\n \"52.143.192.0/24\",\r\n \"52.147.160.0/19\",\r\n \"52.167.0.0/16\",\r\n \"52.177.0.0/16\",\r\n \"52.179.128.0/17\",\r\n \"52.184.128.0/19\",\r\n \"52.184.160.0/21\",\r\n \"52.184.168.0/28\",\r\n \"52.184.168.80/28\",\r\n \"52.184.168.96/27\",\r\n \"52.184.168.128/28\",\r\n \"52.184.169.0/24\",\r\n \"52.184.170.0/24\",\r\n \"52.184.176.0/20\",\r\n \"52.184.192.0/18\",\r\n \"52.225.128.0/21\",\r\n \"52.225.136.0/27\",\r\n \"52.225.136.32/28\",\r\n \"52.225.136.64/28\",\r\n \"52.225.137.0/24\",\r\n \"52.225.192.0/18\",\r\n \"52.232.151.0/24\",\r\n \"52.232.160.0/19\",\r\n \"52.232.192.0/18\",\r\n \"52.239.156.0/24\",\r\n \"52.239.157.0/25\",\r\n \"52.239.157.128/26\",\r\n \"52.239.157.192/27\",\r\n \"52.239.172.0/22\",\r\n \"52.239.184.0/25\",\r\n \"52.239.184.160/28\",\r\n \"52.239.184.192/27\",\r\n \"52.239.185.32/27\",\r\n \"52.239.192.0/26\",\r\n \"52.239.192.64/28\",\r\n \"52.239.192.96/27\",\r\n \"52.239.192.160/27\",\r\n \"52.239.192.192/26\",\r\n \"52.239.198.0/25\",\r\n \"52.239.198.192/26\",\r\n \"52.239.206.0/24\",\r\n \"52.239.207.32/28\",\r\n \"52.239.207.64/26\",\r\n \"52.239.207.128/27\",\r\n \"52.239.222.0/23\",\r\n \"52.242.64.0/18\",\r\n \"52.245.44.0/24\",\r\n \"52.245.45.0/25\",\r\n \"52.245.45.128/28\",\r\n \"52.245.45.160/27\",\r\n \"52.245.45.192/26\",\r\n \"52.245.46.0/27\",\r\n \"52.245.46.48/28\",\r\n \"52.245.46.64/28\",\r\n \"52.245.46.112/28\",\r\n \"52.245.46.128/28\",\r\n \"52.245.46.160/27\",\r\n \"52.245.46.192/26\",\r\n \"52.247.0.0/17\",\r\n \"52.250.128.0/18\",\r\n \"52.251.0.0/17\",\r\n \"52.252.0.0/17\",\r\n \"52.253.64.0/20\",\r\n \"52.253.148.0/23\",\r\n \"52.253.154.0/23\",\r\n \"52.254.0.0/18\",\r\n \"52.254.64.0/19\",\r\n \"52.254.96.0/20\",\r\n \"52.254.112.0/21\",\r\n \"57.150.4.0/23\",\r\n \"65.52.108.31/32\",\r\n \"65.52.108.38/32\",\r\n \"68.154.0.0/17\",\r\n \"68.220.0.0/19\",\r\n \"68.220.128.0/17\",\r\n \"74.249.0.0/17\",\r\n \"104.44.88.106/31\",\r\n \"104.44.88.112/31\",\r\n \"104.46.0.0/21\",\r\n \"104.46.96.0/19\",\r\n \"104.46.192.0/20\",\r\n \"104.47.200.0/21\",\r\n \"104.208.128.0/17\",\r\n \"104.209.128.0/17\",\r\n \"104.210.0.0/20\",\r\n \"137.116.0.0/18\",\r\n \"137.116.64.0/19\",\r\n \"137.116.96.0/22\",\r\n \"151.206.50.48/28\",\r\n \"151.206.103.0/24\",\r\n \"151.206.104.0/24\",\r\n \"172.172.0.0/17\",\r\n \"172.175.0.0/16\",\r\n \"172.176.0.0/15\",\r\n \"172.200.0.0/16\",\r\n \"172.203.0.0/17\",\r\n \"172.206.0.0/17\",\r\n \"172.210.128.0/17\",\r\n \"191.236.192.0/18\",\r\n \"191.237.128.0/18\",\r\n \"191.239.224.0/20\",\r\n \"193.149.64.0/21\",\r\n \"199.30.16.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2 IPv6\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:400::/48\",\r\n \"2603:1030:401:2::/63\",\r\n \"2603:1030:401:4::/62\",\r\n \"2603:1030:401:8::/61\",\r\n \"2603:1030:401:10::/62\",\r\n \"2603:1030:401:14::/63\",\r\n \"2603:1030:401:17::/64\",\r\n \"2603:1030:401:18::/61\",\r\n \"2603:1030:401:20::/59\",\r\n \"2603:1030:401:40::/60\",\r\n \"2603:1030:401:50::/61\",\r\n \"2603:1030:401:58::/64\",\r\n \"2603:1030:401:5a::/63\",\r\n \"2603:1030:401:5c::/62\",\r\n \"2603:1030:401:60::/59\",\r\n \"2603:1030:401:80::/62\",\r\n \"2603:1030:401:84::/64\",\r\n \"2603:1030:401:87::/64\",\r\n \"2603:1030:401:88::/62\",\r\n \"2603:1030:401:8c::/63\",\r\n \"2603:1030:401:8f::/64\",\r\n \"2603:1030:401:90::/63\",\r\n \"2603:1030:401:94::/62\",\r\n \"2603:1030:401:98::/61\",\r\n \"2603:1030:401:a0::/62\",\r\n \"2603:1030:401:a4::/63\",\r\n \"2603:1030:401:a7::/64\",\r\n \"2603:1030:401:a8::/61\",\r\n \"2603:1030:401:b0::/60\",\r\n \"2603:1030:401:c0::/58\",\r\n \"2603:1030:401:100::/59\",\r\n \"2603:1030:401:120::/64\",\r\n \"2603:1030:401:124::/62\",\r\n \"2603:1030:401:128::/61\",\r\n \"2603:1030:401:130::/62\",\r\n \"2603:1030:401:134::/63\",\r\n \"2603:1030:401:139::/64\",\r\n \"2603:1030:401:13a::/63\",\r\n \"2603:1030:401:143::/64\",\r\n \"2603:1030:401:144::/63\",\r\n \"2603:1030:401:14a::/63\",\r\n \"2603:1030:401:14c::/62\",\r\n \"2603:1030:401:150::/62\",\r\n \"2603:1030:401:154::/63\",\r\n \"2603:1030:401:159::/64\",\r\n \"2603:1030:401:15a::/63\",\r\n \"2603:1030:401:15c::/62\",\r\n \"2603:1030:401:160::/61\",\r\n \"2603:1030:401:16a::/63\",\r\n \"2603:1030:401:16c::/64\",\r\n \"2603:1030:401:17c::/62\",\r\n \"2603:1030:401:180::/58\",\r\n \"2603:1030:401:1c0::/61\",\r\n \"2603:1030:401:1c8::/63\",\r\n \"2603:1030:401:1cc::/62\",\r\n \"2603:1030:401:1d0::/60\",\r\n \"2603:1030:401:1e0::/60\",\r\n \"2603:1030:401:1f0::/61\",\r\n \"2603:1030:401:1f8::/64\",\r\n \"2603:1030:401:20c::/62\",\r\n \"2603:1030:401:210::/60\",\r\n \"2603:1030:401:220::/62\",\r\n \"2603:1030:401:226::/63\",\r\n \"2603:1030:401:228::/61\",\r\n \"2603:1030:401:230::/60\",\r\n \"2603:1030:401:240::/60\",\r\n \"2603:1030:401:250::/62\",\r\n \"2603:1030:401:254::/63\",\r\n \"2603:1030:401:256::/64\",\r\n \"2603:1030:401:25b::/64\",\r\n \"2603:1030:401:25c::/63\",\r\n \"2603:1030:401:25e::/64\",\r\n \"2603:1030:401:263::/64\",\r\n \"2603:1030:401:264::/62\",\r\n \"2603:1030:401:268::/61\",\r\n \"2603:1030:401:270::/62\",\r\n \"2603:1030:401:274::/63\",\r\n \"2603:1030:401:27a::/63\",\r\n \"2603:1030:401:27c::/62\",\r\n \"2603:1030:401:280::/59\",\r\n \"2603:1030:401:2a0::/61\",\r\n \"2603:1030:401:2a8::/63\",\r\n \"2603:1030:401:2ab::/64\",\r\n \"2603:1030:401:2ac::/62\",\r\n \"2603:1030:401:2b0::/60\",\r\n \"2603:1030:401:2c0::/63\",\r\n \"2603:1030:401:2c2::/64\",\r\n \"2603:1030:401:2c7::/64\",\r\n \"2603:1030:401:2c8::/61\",\r\n \"2603:1030:401:2d0::/60\",\r\n \"2603:1030:401:2e0::/62\",\r\n \"2603:1030:401:2e4::/63\",\r\n \"2603:1030:401:2e6::/64\",\r\n \"2603:1030:401:2ed::/64\",\r\n \"2603:1030:401:2ee::/63\",\r\n \"2603:1030:401:2f0::/64\",\r\n \"2603:1030:401:2f3::/64\",\r\n \"2603:1030:401:2f4::/62\",\r\n \"2603:1030:401:2f8::/61\",\r\n \"2603:1030:401:300::/59\",\r\n \"2603:1030:401:320::/61\",\r\n \"2603:1030:401:328::/63\",\r\n \"2603:1030:401:32a::/64\",\r\n \"2603:1030:401:333::/64\",\r\n \"2603:1030:401:334::/62\",\r\n \"2603:1030:401:338::/62\",\r\n \"2603:1030:401:33c::/63\",\r\n \"2603:1030:401:33e::/64\",\r\n \"2603:1030:401:341::/64\",\r\n \"2603:1030:401:342::/63\",\r\n \"2603:1030:401:344::/62\",\r\n \"2603:1030:401:348::/61\",\r\n \"2603:1030:401:350::/60\",\r\n \"2603:1030:401:360::/61\",\r\n \"2603:1030:401:368::/64\",\r\n \"2603:1030:401:36b::/64\",\r\n \"2603:1030:401:36c::/62\",\r\n \"2603:1030:401:370::/60\",\r\n \"2603:1030:401:380::/63\",\r\n \"2603:1030:401:382::/64\",\r\n \"2603:1030:401:38c::/62\",\r\n \"2603:1030:401:390::/62\",\r\n \"2603:1030:401:39d::/64\",\r\n \"2603:1030:401:39e::/63\",\r\n \"2603:1030:401:3a0::/64\",\r\n \"2603:1030:401:3a2::/63\",\r\n \"2603:1030:401:3a4::/62\",\r\n \"2603:1030:401:3a8::/61\",\r\n \"2603:1030:401:3b0::/63\",\r\n \"2603:1030:401:3b2::/64\",\r\n \"2603:1030:401:3b4::/62\",\r\n \"2603:1030:401:3b8::/61\",\r\n \"2603:1030:401:3c0::/58\",\r\n \"2603:1030:401:400::/62\",\r\n \"2603:1030:401:404::/64\",\r\n \"2603:1030:401:409::/64\",\r\n \"2603:1030:401:40a::/63\",\r\n \"2603:1030:401:40c::/62\",\r\n \"2603:1030:401:410::/60\",\r\n \"2603:1030:401:420::/61\",\r\n \"2603:1030:401:42c::/62\",\r\n \"2603:1030:401:430::/62\",\r\n \"2603:1030:401:434::/64\",\r\n \"2603:1030:401:439::/64\",\r\n \"2603:1030:401:43a::/63\",\r\n \"2603:1030:401:43c::/63\",\r\n \"2603:1030:401:43e::/64\",\r\n \"2603:1030:401:440::/62\",\r\n \"2603:1030:401:44b::/64\",\r\n \"2603:1030:401:44c::/62\",\r\n \"2603:1030:401:45c::/62\",\r\n \"2603:1030:401:460::/60\",\r\n \"2603:1030:401:470::/61\",\r\n \"2603:1030:401:478::/63\",\r\n \"2603:1030:401:48a::/63\",\r\n \"2603:1030:401:48c::/63\",\r\n \"2603:1030:401:48f::/64\",\r\n \"2603:1030:401:490::/60\",\r\n \"2603:1030:401:4a0::/61\",\r\n \"2603:1030:401:4b8::/61\",\r\n \"2603:1030:401:4c0::/60\",\r\n \"2603:1030:401:4d0::/62\",\r\n \"2603:1030:401:4d5::/64\",\r\n \"2603:1030:401:4d7::/64\",\r\n \"2603:1030:401:4d8::/62\",\r\n \"2603:1030:401:4dc::/64\",\r\n \"2603:1030:401:4e6::/64\",\r\n \"2603:1030:401:4ee::/63\",\r\n \"2603:1030:401:4f0::/63\",\r\n \"2603:1030:401:4f3::/64\",\r\n \"2603:1030:401:4f5::/64\",\r\n \"2603:1030:401:4f6::/63\",\r\n \"2603:1030:401:4f8::/61\",\r\n \"2603:1030:401:500::/57\",\r\n \"2603:1030:401:580::/59\",\r\n \"2603:1030:401:5a0::/61\",\r\n \"2603:1030:401:5a8::/63\",\r\n \"2603:1030:401:5ae::/63\",\r\n \"2603:1030:401:5b0::/62\",\r\n \"2603:1030:401:5b4::/64\",\r\n \"2603:1030:401:5b7::/64\",\r\n \"2603:1030:401:5b8::/62\",\r\n \"2603:1030:401:5bc::/63\",\r\n \"2603:1030:401:5bf::/64\",\r\n \"2603:1030:401:5c0::/61\",\r\n \"2603:1030:401:5c8::/64\",\r\n \"2603:1030:401:5ca::/63\",\r\n \"2603:1030:401:5cc::/62\",\r\n \"2603:1030:401:5d0::/64\",\r\n \"2603:1030:401:5d3::/64\",\r\n \"2603:1030:401:5d4::/62\",\r\n \"2603:1030:401:5d8::/61\",\r\n \"2603:1030:401:5e0::/61\",\r\n \"2603:1030:401:5ed::/64\",\r\n \"2603:1030:401:5f5::/64\",\r\n \"2603:1030:401:5f6::/64\",\r\n \"2603:1030:402::/47\",\r\n \"2603:1030:406::/47\",\r\n \"2603:1030:408::/48\",\r\n \"2603:1030:40a:1::/64\",\r\n \"2603:1030:40a:2::/64\",\r\n \"2603:1030:40c::/48\",\r\n \"2603:1030:40d:8000::/49\",\r\n \"2603:1030:40e::/56\",\r\n \"2603:1030:40f::/48\",\r\n \"2603:1061:1312:1002::/63\",\r\n \"2603:1061:1312:1004::/62\",\r\n \"2603:1061:1312:1008::/61\",\r\n \"2603:1061:1312:1010::/60\",\r\n \"2603:1061:1312:1020::/59\",\r\n \"2603:1061:1312:1040::/58\",\r\n \"2603:1061:1312:1080::/57\",\r\n \"2603:1061:1312:1100::/56\",\r\n \"2603:1061:1312:1200::/55\",\r\n \"2603:1061:170e::/48\",\r\n \"2603:1061:2010:a::/64\",\r\n \"2603:1062:2::/57\",\r\n \"2603:1062:c:2c::/63\",\r\n \"2603:1063:425::/56\",\r\n \"2603:10b0:509:1::/64\",\r\n \"2603:10b0:509:10::/60\",\r\n \"2603:10e2:1107:3b::/64\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2 EUAP\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"13.105.114.88/29\",\r\n \"13.105.114.96/27\",\r\n \"13.105.114.128/26\",\r\n \"13.105.114.192/28\",\r\n \"13.105.114.208/29\",\r\n \"20.1.0.0/17\",\r\n \"20.39.0.0/21\",\r\n \"20.39.8.0/24\",\r\n \"20.39.10.0/23\",\r\n \"20.39.12.0/22\",\r\n \"20.39.16.0/20\",\r\n \"20.47.128.0/17\",\r\n \"20.51.16.0/25\",\r\n \"20.51.16.160/27\",\r\n \"20.51.16.192/26\",\r\n \"20.51.17.0/24\",\r\n \"20.51.18.0/23\",\r\n \"20.51.20.0/22\",\r\n \"20.60.154.0/23\",\r\n \"20.60.184.0/23\",\r\n \"20.60.238.0/23\",\r\n \"20.102.128.0/18\",\r\n \"20.150.108.0/24\",\r\n \"20.168.168.0/21\",\r\n \"20.187.200.0/21\",\r\n \"20.201.151.0/24\",\r\n \"20.209.136.0/23\",\r\n \"20.209.148.0/23\",\r\n \"20.209.248.0/23\",\r\n \"20.221.128.0/18\",\r\n \"20.252.128.0/17\",\r\n \"40.64.147.160/30\",\r\n \"40.64.174.128/25\",\r\n \"40.70.88.0/28\",\r\n \"40.74.144.0/23\",\r\n \"40.74.146.0/25\",\r\n \"40.74.146.128/26\",\r\n \"40.74.146.224/27\",\r\n \"40.74.147.0/24\",\r\n \"40.74.148.0/22\",\r\n \"40.74.152.0/21\",\r\n \"40.75.32.0/22\",\r\n \"40.75.37.0/24\",\r\n \"40.75.38.0/23\",\r\n \"40.78.208.0/28\",\r\n \"40.79.88.0/27\",\r\n \"40.79.88.32/28\",\r\n \"40.79.89.0/24\",\r\n \"40.79.96.0/19\",\r\n \"40.80.161.0/31\",\r\n \"40.87.168.4/30\",\r\n \"40.87.168.40/29\",\r\n \"40.87.168.68/31\",\r\n \"40.87.168.208/31\",\r\n \"40.87.169.40/30\",\r\n \"40.87.169.58/31\",\r\n \"40.87.169.98/31\",\r\n \"40.87.169.100/31\",\r\n \"40.87.169.138/31\",\r\n \"40.87.169.144/28\",\r\n \"40.87.170.146/31\",\r\n \"40.87.170.148/30\",\r\n \"40.87.170.188/30\",\r\n \"40.87.170.192/31\",\r\n \"40.87.170.200/29\",\r\n \"40.87.170.208/30\",\r\n \"40.87.170.212/31\",\r\n \"40.87.170.220/30\",\r\n \"40.87.170.224/30\",\r\n \"40.87.170.252/30\",\r\n \"40.87.171.0/31\",\r\n \"40.87.171.32/30\",\r\n \"40.87.171.42/31\",\r\n \"40.87.171.44/30\",\r\n \"40.87.171.48/28\",\r\n \"40.87.171.64/29\",\r\n \"40.87.171.162/31\",\r\n \"40.87.171.164/31\",\r\n \"40.87.171.250/31\",\r\n \"40.87.171.252/30\",\r\n \"40.89.64.0/19\",\r\n \"40.89.96.0/20\",\r\n \"40.89.112.0/21\",\r\n \"40.89.120.0/24\",\r\n \"40.89.121.0/25\",\r\n \"40.89.121.128/27\",\r\n \"40.89.121.168/29\",\r\n \"40.89.121.176/28\",\r\n \"40.89.121.192/26\",\r\n \"40.89.122.0/23\",\r\n \"40.89.124.0/22\",\r\n \"40.91.12.0/28\",\r\n \"40.91.12.32/28\",\r\n \"40.91.13.0/28\",\r\n \"40.120.156.30/31\",\r\n \"40.120.156.32/29\",\r\n \"40.120.156.42/31\",\r\n \"40.120.156.44/30\",\r\n \"40.120.156.48/29\",\r\n \"40.120.156.60/30\",\r\n \"40.120.156.64/29\",\r\n \"40.123.144.72/29\",\r\n \"40.123.144.80/28\",\r\n \"40.123.144.96/29\",\r\n \"40.123.144.152/30\",\r\n \"40.123.144.254/31\",\r\n \"40.123.145.0/30\",\r\n \"40.123.145.4/31\",\r\n \"40.123.145.14/31\",\r\n \"40.123.145.16/30\",\r\n \"40.123.145.20/31\",\r\n \"40.123.145.60/30\",\r\n \"40.123.145.64/30\",\r\n \"40.123.145.164/31\",\r\n \"40.123.145.214/31\",\r\n \"40.123.145.216/30\",\r\n \"40.123.145.220/31\",\r\n \"40.123.146.30/31\",\r\n \"40.123.146.32/29\",\r\n \"40.123.146.40/31\",\r\n \"40.123.146.50/31\",\r\n \"40.123.146.52/31\",\r\n \"40.123.146.166/31\",\r\n \"40.123.146.168/29\",\r\n \"40.123.146.176/30\",\r\n \"40.123.146.180/31\",\r\n \"40.123.146.206/31\",\r\n \"40.123.146.208/31\",\r\n \"40.123.147.34/31\",\r\n \"40.123.147.36/31\",\r\n \"40.123.147.86/31\",\r\n \"40.123.147.88/29\",\r\n \"40.123.147.96/29\",\r\n \"40.123.147.120/29\",\r\n \"40.123.147.128/29\",\r\n \"40.123.147.136/31\",\r\n \"40.123.147.146/31\",\r\n \"40.123.147.182/31\",\r\n \"40.123.184.90/31\",\r\n \"40.123.184.92/30\",\r\n \"40.123.184.96/31\",\r\n \"40.123.184.160/29\",\r\n \"40.123.184.186/31\",\r\n \"40.123.184.188/30\",\r\n \"40.123.184.192/31\",\r\n \"40.123.184.206/31\",\r\n \"40.123.184.216/29\",\r\n \"40.123.184.224/30\",\r\n \"40.123.184.228/31\",\r\n \"40.123.184.240/28\",\r\n \"40.123.185.0/29\",\r\n \"40.123.185.68/30\",\r\n \"40.123.185.72/29\",\r\n \"40.123.185.80/28\",\r\n \"40.123.185.96/30\",\r\n \"40.123.185.108/31\",\r\n \"40.123.185.160/27\",\r\n \"40.123.185.248/31\",\r\n \"40.123.185.252/31\",\r\n \"40.123.186.10/31\",\r\n \"40.123.186.12/30\",\r\n \"40.123.186.16/29\",\r\n \"40.123.186.24/30\",\r\n \"40.123.186.30/31\",\r\n \"40.123.186.32/29\",\r\n \"40.123.186.40/31\",\r\n \"40.123.186.50/31\",\r\n \"40.123.186.54/31\",\r\n \"40.123.187.162/31\",\r\n \"40.123.187.164/30\",\r\n \"40.123.187.168/31\",\r\n \"40.123.187.184/30\",\r\n \"40.123.187.202/31\",\r\n \"40.123.187.224/31\",\r\n \"40.123.187.240/30\",\r\n \"52.138.64.0/20\",\r\n \"52.138.88.0/21\",\r\n \"52.143.212.0/23\",\r\n \"52.147.128.0/19\",\r\n \"52.184.168.16/28\",\r\n \"52.184.168.32/28\",\r\n \"52.225.136.48/28\",\r\n \"52.225.144.0/20\",\r\n \"52.225.160.0/19\",\r\n \"52.232.150.0/24\",\r\n \"52.239.157.224/27\",\r\n \"52.239.165.192/26\",\r\n \"52.239.184.176/28\",\r\n \"52.239.184.224/27\",\r\n \"52.239.185.0/28\",\r\n \"52.239.192.128/27\",\r\n \"52.239.198.128/27\",\r\n \"52.239.230.0/24\",\r\n \"52.239.239.0/24\",\r\n \"52.245.45.144/28\",\r\n \"52.245.46.32/28\",\r\n \"52.245.46.80/28\",\r\n \"52.245.46.96/28\",\r\n \"52.253.150.0/23\",\r\n \"52.253.152.0/23\",\r\n \"52.253.224.0/21\",\r\n \"52.254.120.0/21\",\r\n \"57.150.12.144/28\",\r\n \"57.150.12.160/27\",\r\n \"57.150.12.192/26\",\r\n \"57.150.13.0/25\",\r\n \"57.150.19.176/28\",\r\n \"57.150.19.192/26\",\r\n \"68.220.64.0/20\",\r\n \"68.220.80.0/21\",\r\n \"68.220.96.0/19\",\r\n \"172.173.0.0/21\",\r\n \"172.173.32.0/19\",\r\n \"198.180.97.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:51005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:401::/63\",\r\n \"2603:1030:401:16::/64\",\r\n \"2603:1030:401:59::/64\",\r\n \"2603:1030:401:85::/64\",\r\n \"2603:1030:401:86::/64\",\r\n \"2603:1030:401:8e::/64\",\r\n \"2603:1030:401:92::/63\",\r\n \"2603:1030:401:a6::/64\",\r\n \"2603:1030:401:121::/64\",\r\n \"2603:1030:401:122::/63\",\r\n \"2603:1030:401:136::/63\",\r\n \"2603:1030:401:138::/64\",\r\n \"2603:1030:401:13c::/62\",\r\n \"2603:1030:401:140::/63\",\r\n \"2603:1030:401:142::/64\",\r\n \"2603:1030:401:146::/63\",\r\n \"2603:1030:401:148::/63\",\r\n \"2603:1030:401:156::/63\",\r\n \"2603:1030:401:158::/64\",\r\n \"2603:1030:401:168::/63\",\r\n \"2603:1030:401:16d::/64\",\r\n \"2603:1030:401:16e::/63\",\r\n \"2603:1030:401:170::/61\",\r\n \"2603:1030:401:178::/62\",\r\n \"2603:1030:401:1ca::/63\",\r\n \"2603:1030:401:1f9::/64\",\r\n \"2603:1030:401:1fa::/63\",\r\n \"2603:1030:401:1fc::/62\",\r\n \"2603:1030:401:200::/61\",\r\n \"2603:1030:401:208::/62\",\r\n \"2603:1030:401:224::/63\",\r\n \"2603:1030:401:257::/64\",\r\n \"2603:1030:401:258::/63\",\r\n \"2603:1030:401:25a::/64\",\r\n \"2603:1030:401:25f::/64\",\r\n \"2603:1030:401:260::/63\",\r\n \"2603:1030:401:262::/64\",\r\n \"2603:1030:401:276::/63\",\r\n \"2603:1030:401:278::/63\",\r\n \"2603:1030:401:2aa::/64\",\r\n \"2603:1030:401:2c3::/64\",\r\n \"2603:1030:401:2c4::/63\",\r\n \"2603:1030:401:2c6::/64\",\r\n \"2603:1030:401:2e7::/64\",\r\n \"2603:1030:401:2e8::/62\",\r\n \"2603:1030:401:2ec::/64\",\r\n \"2603:1030:401:2f1::/64\",\r\n \"2603:1030:401:2f2::/64\",\r\n \"2603:1030:401:32b::/64\",\r\n \"2603:1030:401:32c::/62\",\r\n \"2603:1030:401:330::/63\",\r\n \"2603:1030:401:332::/64\",\r\n \"2603:1030:401:33f::/64\",\r\n \"2603:1030:401:340::/64\",\r\n \"2603:1030:401:369::/64\",\r\n \"2603:1030:401:36a::/64\",\r\n \"2603:1030:401:383::/64\",\r\n \"2603:1030:401:384::/62\",\r\n \"2603:1030:401:388::/62\",\r\n \"2603:1030:401:394::/62\",\r\n \"2603:1030:401:398::/62\",\r\n \"2603:1030:401:39c::/64\",\r\n \"2603:1030:401:3a1::/64\",\r\n \"2603:1030:401:3b3::/64\",\r\n \"2603:1030:401:405::/64\",\r\n \"2603:1030:401:406::/63\",\r\n \"2603:1030:401:408::/64\",\r\n \"2603:1030:401:428::/62\",\r\n \"2603:1030:401:435::/64\",\r\n \"2603:1030:401:436::/63\",\r\n \"2603:1030:401:438::/64\",\r\n \"2603:1030:401:43f::/64\",\r\n \"2603:1030:401:444::/62\",\r\n \"2603:1030:401:448::/63\",\r\n \"2603:1030:401:44a::/64\",\r\n \"2603:1030:401:450::/61\",\r\n \"2603:1030:401:458::/62\",\r\n \"2603:1030:401:47a::/63\",\r\n \"2603:1030:401:47c::/62\",\r\n \"2603:1030:401:480::/61\",\r\n \"2603:1030:401:488::/63\",\r\n \"2603:1030:401:48e::/64\",\r\n \"2603:1030:401:4a8::/61\",\r\n \"2603:1030:401:4b0::/61\",\r\n \"2603:1030:401:4d4::/64\",\r\n \"2603:1030:401:4d6::/64\",\r\n \"2603:1030:401:4dd::/64\",\r\n \"2603:1030:401:4de::/63\",\r\n \"2603:1030:401:4e0::/62\",\r\n \"2603:1030:401:4e4::/63\",\r\n \"2603:1030:401:4e7::/64\",\r\n \"2603:1030:401:4e8::/62\",\r\n \"2603:1030:401:4ec::/63\",\r\n \"2603:1030:401:4f2::/64\",\r\n \"2603:1030:401:4f4::/64\",\r\n \"2603:1030:401:5aa::/63\",\r\n \"2603:1030:401:5ac::/63\",\r\n \"2603:1030:401:5b5::/64\",\r\n \"2603:1030:401:5b6::/64\",\r\n \"2603:1030:401:5be::/64\",\r\n \"2603:1030:401:5c9::/64\",\r\n \"2603:1030:401:5d1::/64\",\r\n \"2603:1030:401:5d2::/64\",\r\n \"2603:1030:401:5e8::/62\",\r\n \"2603:1030:401:5ec::/64\",\r\n \"2603:1030:401:5ee::/63\",\r\n \"2603:1030:401:5f0::/62\",\r\n \"2603:1030:401:5f4::/64\",\r\n \"2603:1030:401:5f7::/64\",\r\n \"2603:1030:401:5f8::/62\",\r\n \"2603:1030:401:5fc::/64\",\r\n \"2603:1030:409::/64\",\r\n \"2603:1030:409:2::/63\",\r\n \"2603:1030:409:4::/62\",\r\n \"2603:1030:409:8::/61\",\r\n \"2603:1030:409:10::/60\",\r\n \"2603:1030:409:20::/59\",\r\n \"2603:1030:409:40::/58\",\r\n \"2603:1030:409:80::/57\",\r\n \"2603:1030:409:100::/56\",\r\n \"2603:1030:409:200::/55\",\r\n \"2603:1030:409:400::/54\",\r\n \"2603:1030:409:800::/53\",\r\n \"2603:1030:409:1000::/52\",\r\n \"2603:1030:409:2000::/51\",\r\n \"2603:1030:409:4000::/50\",\r\n \"2603:1030:409:8000::/49\",\r\n \"2603:1030:40a::/64\",\r\n \"2603:1030:40a:3::/64\",\r\n \"2603:1030:40a:4::/62\",\r\n \"2603:1030:40a:8::/63\",\r\n \"2603:1030:40b::800/117\",\r\n \"2603:1030:40b::1000/116\",\r\n \"2603:1030:40b::2000/115\",\r\n \"2603:1030:40b::4000/114\",\r\n \"2603:1030:40b::8000/113\",\r\n \"2603:1030:40b::1:0/112\",\r\n \"2603:1030:40b::2:0/111\",\r\n \"2603:1030:40b::4:0/110\",\r\n \"2603:1030:40b::8:0/109\",\r\n \"2603:1030:40b::10:0/108\",\r\n \"2603:1030:40b::20:0/107\",\r\n \"2603:1030:40b::40:0/106\",\r\n \"2603:1030:40b::80:0/105\",\r\n \"2603:1030:40b::100:0/104\",\r\n \"2603:1030:40b::200:0/103\",\r\n \"2603:1030:40b::400:0/102\",\r\n \"2603:1030:40b::800:0/101\",\r\n \"2603:1030:40b::1000:0/100\",\r\n \"2603:1030:40b::2000:0/99\",\r\n \"2603:1030:40b::4000:0/98\",\r\n \"2603:1030:40b::8000:0/97\",\r\n \"2603:1030:40b::1:0:0/96\",\r\n \"2603:1030:40b::2:0:0/95\",\r\n \"2603:1030:40b::4:0:0/94\",\r\n \"2603:1030:40b::8:0:0/93\",\r\n \"2603:1030:40b::10:0:0/92\",\r\n \"2603:1030:40b::20:0:0/91\",\r\n \"2603:1030:40b::40:0:0/90\",\r\n \"2603:1030:40b::80:0:0/89\",\r\n \"2603:1030:40b::100:0:0/88\",\r\n \"2603:1030:40b::200:0:0/87\",\r\n \"2603:1030:40b::400:0:0/86\",\r\n \"2603:1030:40b::800:0:0/85\",\r\n \"2603:1030:40b::1000:0:0/84\",\r\n \"2603:1030:40b::2000:0:0/83\",\r\n \"2603:1030:40b::4000:0:0/82\",\r\n \"2603:1030:40b::8000:0:0/81\",\r\n \"2603:1030:40b:0:1::/80\",\r\n \"2603:1030:40b:0:2::/79\",\r\n \"2603:1030:40b:0:4::/78\",\r\n \"2603:1030:40b:0:8::/77\",\r\n \"2603:1030:40b:0:10::/76\",\r\n \"2603:1030:40b:0:20::/75\",\r\n \"2603:1030:40b:0:40::/74\",\r\n \"2603:1030:40b:0:80::/73\",\r\n \"2603:1030:40b:0:100::/72\",\r\n \"2603:1030:40b:0:200::/71\",\r\n \"2603:1030:40b:0:400::/70\",\r\n \"2603:1030:40b:0:800::/69\",\r\n \"2603:1030:40b:0:1000::/68\",\r\n \"2603:1030:40b:0:2000::/67\",\r\n \"2603:1030:40b:0:4000::/66\",\r\n \"2603:1030:40b:0:8000::/65\",\r\n \"2603:1030:40b:1::/64\",\r\n \"2603:1030:40b:2::/63\",\r\n \"2603:1030:40b:4::/62\",\r\n \"2603:1030:40b:8::/61\",\r\n \"2603:1030:40b:10::/60\",\r\n \"2603:1030:40b:20::/59\",\r\n \"2603:1030:40b:40::/58\",\r\n \"2603:1030:40b:80::/57\",\r\n \"2603:1030:40b:100::/56\",\r\n \"2603:1030:40b:200::/55\",\r\n \"2603:1030:40b:400::800/117\",\r\n \"2603:1030:40b:400::1000/116\",\r\n \"2603:1030:40b:400::2000/115\",\r\n \"2603:1030:40b:400::4000/114\",\r\n \"2603:1030:40b:400::8000/113\",\r\n \"2603:1030:40b:400::1:0/112\",\r\n \"2603:1030:40b:400::2:0/111\",\r\n \"2603:1030:40b:400::4:0/110\",\r\n \"2603:1030:40b:400::8:0/109\",\r\n \"2603:1030:40b:400::10:0/108\",\r\n \"2603:1030:40b:400::20:0/107\",\r\n \"2603:1030:40b:400::40:0/106\",\r\n \"2603:1030:40b:400::80:0/105\",\r\n \"2603:1030:40b:400::100:0/104\",\r\n \"2603:1030:40b:400::200:0/103\",\r\n \"2603:1030:40b:400::400:0/102\",\r\n \"2603:1030:40b:400::800:0/101\",\r\n \"2603:1030:40b:400::1000:0/100\",\r\n \"2603:1030:40b:400::2000:0/99\",\r\n \"2603:1030:40b:400::4000:0/98\",\r\n \"2603:1030:40b:400::8000:0/97\",\r\n \"2603:1030:40b:400:0:1::/96\",\r\n \"2603:1030:40b:400:0:2::/95\",\r\n \"2603:1030:40b:400:0:4::/94\",\r\n \"2603:1030:40b:400:0:8::/93\",\r\n \"2603:1030:40b:400:0:10::/92\",\r\n \"2603:1030:40b:400:0:20::/91\",\r\n \"2603:1030:40b:400:0:40::/90\",\r\n \"2603:1030:40b:400:0:80::/89\",\r\n \"2603:1030:40b:400:0:100::/88\",\r\n \"2603:1030:40b:400:0:200::/87\",\r\n \"2603:1030:40b:400:0:400::/86\",\r\n \"2603:1030:40b:400:0:800::/85\",\r\n \"2603:1030:40b:400:0:1000::/84\",\r\n \"2603:1030:40b:400:0:2000::/83\",\r\n \"2603:1030:40b:400:0:4000::/82\",\r\n \"2603:1030:40b:400:0:8000::/81\",\r\n \"2603:1030:40b:400:1::/80\",\r\n \"2603:1030:40b:400:2::/79\",\r\n \"2603:1030:40b:400:4::/78\",\r\n \"2603:1030:40b:400:8::/77\",\r\n \"2603:1030:40b:400:10::/76\",\r\n \"2603:1030:40b:400:20::/75\",\r\n \"2603:1030:40b:400:40::/74\",\r\n \"2603:1030:40b:400:80::/73\",\r\n \"2603:1030:40b:400:100::/72\",\r\n \"2603:1030:40b:400:200::/71\",\r\n \"2603:1030:40b:400:400::/70\",\r\n \"2603:1030:40b:400:800::/69\",\r\n \"2603:1030:40b:400:1000::/68\",\r\n \"2603:1030:40b:400:2000::/67\",\r\n \"2603:1030:40b:400:4000::/66\",\r\n \"2603:1030:40b:400:8000::/65\",\r\n \"2603:1030:40b:401::/64\",\r\n \"2603:1030:40b:402::/63\",\r\n \"2603:1030:40b:404::/62\",\r\n \"2603:1030:40b:408::/61\",\r\n \"2603:1030:40b:410::/60\",\r\n \"2603:1030:40b:420::/59\",\r\n \"2603:1030:40b:440::/58\",\r\n \"2603:1030:40b:480::/57\",\r\n \"2603:1030:40b:500::/56\",\r\n \"2603:1030:40b:600::/55\",\r\n \"2603:1030:40b:800::/53\",\r\n \"2603:1030:40b:1000::/52\",\r\n \"2603:1030:40b:2000::/51\",\r\n \"2603:1030:40b:4000::/50\",\r\n \"2603:1030:40b:8000::/49\",\r\n \"2603:1030:40d::/60\",\r\n \"2603:1030:40d:4000::/50\",\r\n \"2603:1030:40e:100::/56\",\r\n \"2603:1030:410::/47\",\r\n \"2603:1061:1702::/48\",\r\n \"2603:1061:2010:1d::/64\",\r\n \"2603:1063:426::/56\",\r\n \"2603:10b0:509::/64\",\r\n \"2603:10b0:509:8::/62\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France Central\",\r\n \"communityValue\": \"12076:51030\",\r\n \"communityPrefixes\": [\r\n \"4.176.0.0/16\",\r\n \"4.178.0.0/17\",\r\n \"4.211.0.0/16\",\r\n \"4.212.0.0/16\",\r\n \"4.233.0.0/16\",\r\n \"4.251.128.0/18\",\r\n \"4.251.192.0/20\",\r\n \"20.19.0.0/20\",\r\n \"20.19.16.0/21\",\r\n \"20.19.24.0/22\",\r\n \"20.19.28.0/23\",\r\n \"20.19.30.0/24\",\r\n \"20.19.31.0/25\",\r\n \"20.19.31.128/28\",\r\n \"20.19.31.160/27\",\r\n \"20.19.31.192/26\",\r\n \"20.19.32.0/19\",\r\n \"20.19.64.0/18\",\r\n \"20.19.128.0/17\",\r\n \"20.38.196.0/22\",\r\n \"20.39.232.0/21\",\r\n \"20.39.240.0/20\",\r\n \"20.40.128.0/19\",\r\n \"20.43.32.0/19\",\r\n \"20.60.13.0/24\",\r\n \"20.60.156.0/23\",\r\n \"20.74.0.0/17\",\r\n \"20.95.85.0/24\",\r\n \"20.95.108.0/23\",\r\n \"20.111.0.0/18\",\r\n \"20.150.61.0/24\",\r\n \"20.188.32.0/19\",\r\n \"20.199.0.0/17\",\r\n \"20.202.0.0/24\",\r\n \"20.202.5.0/24\",\r\n \"20.202.6.0/23\",\r\n \"20.202.8.0/22\",\r\n \"20.202.104.0/24\",\r\n \"20.202.108.0/24\",\r\n \"20.202.112.0/24\",\r\n \"20.202.116.0/24\",\r\n \"20.202.128.0/24\",\r\n \"20.202.132.0/24\",\r\n \"20.202.136.0/24\",\r\n \"20.202.169.0/24\",\r\n \"20.202.244.0/24\",\r\n \"20.209.8.0/23\",\r\n \"20.209.214.0/23\",\r\n \"20.216.128.0/18\",\r\n \"20.216.192.0/19\",\r\n \"40.64.145.224/28\",\r\n \"40.64.165.128/25\",\r\n \"40.66.32.0/19\",\r\n \"40.79.128.0/23\",\r\n \"40.79.130.0/24\",\r\n \"40.79.131.0/25\",\r\n \"40.79.131.160/27\",\r\n \"40.79.131.192/26\",\r\n \"40.79.132.0/22\",\r\n \"40.79.136.0/23\",\r\n \"40.79.138.0/25\",\r\n \"40.79.138.128/26\",\r\n \"40.79.139.0/25\",\r\n \"40.79.139.128/26\",\r\n \"40.79.139.192/29\",\r\n \"40.79.139.208/28\",\r\n \"40.79.139.224/27\",\r\n \"40.79.140.0/22\",\r\n \"40.79.144.0/21\",\r\n \"40.79.222.0/24\",\r\n \"40.80.24.0/22\",\r\n \"40.89.128.0/18\",\r\n \"51.11.192.0/18\",\r\n \"51.103.0.0/17\",\r\n \"51.138.192.0/19\",\r\n \"52.121.88.0/21\",\r\n \"52.121.96.0/22\",\r\n \"52.121.178.0/23\",\r\n \"52.121.180.0/23\",\r\n \"52.143.128.0/18\",\r\n \"52.143.215.0/24\",\r\n \"52.143.216.0/23\",\r\n \"52.239.134.0/24\",\r\n \"52.239.194.0/24\",\r\n \"52.239.241.0/24\",\r\n \"52.245.116.0/22\",\r\n \"98.66.128.0/22\",\r\n \"98.66.132.0/24\",\r\n \"98.66.133.0/25\",\r\n \"98.66.133.144/28\",\r\n \"98.66.133.160/27\",\r\n \"98.66.133.192/26\",\r\n \"98.66.134.0/23\",\r\n \"98.66.136.0/21\",\r\n \"98.66.144.0/20\",\r\n \"98.66.160.0/19\",\r\n \"98.66.192.0/18\",\r\n \"151.206.49.96/27\",\r\n \"151.206.78.128/25\",\r\n \"151.206.79.0/24\",\r\n \"151.206.80.0/24\",\r\n \"151.206.81.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France Central IPv6\",\r\n \"communityValue\": \"12076:51030\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:800::/47\",\r\n \"2603:1020:802::/48\",\r\n \"2603:1020:805::/48\",\r\n \"2603:1020:806::/48\",\r\n \"2603:1026:2400::800/117\",\r\n \"2603:1026:2400::1000/116\",\r\n \"2603:1026:2400::2000/115\",\r\n \"2603:1026:2400::4000/114\",\r\n \"2603:1026:2400::8000/113\",\r\n \"2603:1026:2400::1:0/112\",\r\n \"2603:1026:2400::2:0/111\",\r\n \"2603:1026:2400::4:0/110\",\r\n \"2603:1026:2400::8:0/109\",\r\n \"2603:1026:2400::10:0/108\",\r\n \"2603:1026:2400::20:0/107\",\r\n \"2603:1026:2400::40:0/106\",\r\n \"2603:1026:2400::80:0/105\",\r\n \"2603:1026:2400::100:0/104\",\r\n \"2603:1026:2400::200:0/103\",\r\n \"2603:1026:2400::400:0/102\",\r\n \"2603:1026:2400::800:0/101\",\r\n \"2603:1026:2400::1000:0/100\",\r\n \"2603:1026:2400::2000:0/99\",\r\n \"2603:1026:2400::4000:0/98\",\r\n \"2603:1026:2400::8000:0/97\",\r\n \"2603:1026:2400::1:0:0/96\",\r\n \"2603:1026:2400::2:0:0/95\",\r\n \"2603:1026:2400::4:0:0/94\",\r\n \"2603:1026:2400::8:0:0/93\",\r\n \"2603:1026:2400::10:0:0/92\",\r\n \"2603:1026:2400::20:0:0/91\",\r\n \"2603:1026:2400::40:0:0/90\",\r\n \"2603:1026:2400::80:0:0/89\",\r\n \"2603:1026:2400::100:0:0/88\",\r\n \"2603:1026:2400::200:0:0/87\",\r\n \"2603:1026:2400::400:0:0/86\",\r\n \"2603:1026:2400::800:0:0/85\",\r\n \"2603:1026:2400::1000:0:0/84\",\r\n \"2603:1026:2400::2000:0:0/83\",\r\n \"2603:1026:2400::4000:0:0/82\",\r\n \"2603:1026:2400::8000:0:0/81\",\r\n \"2603:1026:2400:0:1::/80\",\r\n \"2603:1026:2400:0:2::/79\",\r\n \"2603:1026:2400:0:4::/78\",\r\n \"2603:1026:2400:0:8::/77\",\r\n \"2603:1026:2400:0:10::/76\",\r\n \"2603:1026:2400:0:20::/75\",\r\n \"2603:1026:2400:0:40::/74\",\r\n \"2603:1026:2400:0:80::/73\",\r\n \"2603:1026:2400:0:100::/72\",\r\n \"2603:1026:2400:0:200::/71\",\r\n \"2603:1026:2400:0:400::/70\",\r\n \"2603:1026:2400:0:800::/69\",\r\n \"2603:1026:2400:0:1000::/68\",\r\n \"2603:1026:2400:0:2000::/67\",\r\n \"2603:1026:2400:0:4000::/66\",\r\n \"2603:1026:2400:0:8000::/65\",\r\n \"2603:1026:2400:1::800/117\",\r\n \"2603:1026:2400:1::1000/116\",\r\n \"2603:1026:2400:1::2000/115\",\r\n \"2603:1026:2400:1::4000/114\",\r\n \"2603:1026:2400:1::8000/113\",\r\n \"2603:1026:2400:1::1:0/112\",\r\n \"2603:1026:2400:1::2:0/111\",\r\n \"2603:1026:2400:1::4:0/110\",\r\n \"2603:1026:2400:1::8:0/109\",\r\n \"2603:1026:2400:1::10:0/108\",\r\n \"2603:1026:2400:1::20:0/107\",\r\n \"2603:1026:2400:1::40:0/106\",\r\n \"2603:1026:2400:1::80:0/105\",\r\n \"2603:1026:2400:1::100:0/104\",\r\n \"2603:1026:2400:1::200:0/103\",\r\n \"2603:1026:2400:1::400:0/102\",\r\n \"2603:1026:2400:1::800:0/101\",\r\n \"2603:1026:2400:1::1000:0/100\",\r\n \"2603:1026:2400:1::2000:0/99\",\r\n \"2603:1026:2400:1::4000:0/98\",\r\n \"2603:1026:2400:1::8000:0/97\",\r\n \"2603:1026:2400:1:0:1::/96\",\r\n \"2603:1026:2400:1:0:2::/95\",\r\n \"2603:1026:2400:1:0:4::/94\",\r\n \"2603:1026:2400:1:0:8::/93\",\r\n \"2603:1026:2400:1:0:10::/92\",\r\n \"2603:1026:2400:1:0:20::/91\",\r\n \"2603:1026:2400:1:0:40::/90\",\r\n \"2603:1026:2400:1:0:80::/89\",\r\n \"2603:1026:2400:1:0:100::/88\",\r\n \"2603:1026:2400:1:0:200::/87\",\r\n \"2603:1026:2400:1:0:400::/86\",\r\n \"2603:1026:2400:1:0:800::/85\",\r\n \"2603:1026:2400:1:0:1000::/84\",\r\n \"2603:1026:2400:1:0:2000::/83\",\r\n \"2603:1026:2400:1:0:4000::/82\",\r\n \"2603:1026:2400:1:0:8000::/81\",\r\n \"2603:1026:2400:1:1::/80\",\r\n \"2603:1026:2400:1:2::/79\",\r\n \"2603:1026:2400:1:4::/78\",\r\n \"2603:1026:2400:1:8::/77\",\r\n \"2603:1026:2400:1:10::/76\",\r\n \"2603:1026:2400:1:20::/75\",\r\n \"2603:1026:2400:1:40::/74\",\r\n \"2603:1026:2400:1:80::/73\",\r\n \"2603:1026:2400:1:100::/72\",\r\n \"2603:1026:2400:1:200::/71\",\r\n \"2603:1026:2400:1:400::/70\",\r\n \"2603:1026:2400:1:800::/69\",\r\n \"2603:1026:2400:1:1000::/68\",\r\n \"2603:1026:2400:1:2000::/67\",\r\n \"2603:1026:2400:1:4000::/66\",\r\n \"2603:1026:2400:1:8000::/65\",\r\n \"2603:1026:2400:2::/63\",\r\n \"2603:1026:2400:4::/62\",\r\n \"2603:1026:2400:8::/61\",\r\n \"2603:1026:2400:10::/60\",\r\n \"2603:1026:2400:20::/59\",\r\n \"2603:1026:2400:40::/58\",\r\n \"2603:1026:2400:80::/57\",\r\n \"2603:1026:2400:100::/56\",\r\n \"2603:1026:2400:200::/55\",\r\n \"2603:1026:2400:400::/54\",\r\n \"2603:1026:2400:800::/53\",\r\n \"2603:1026:2400:1000::/52\",\r\n \"2603:1026:2400:2000::/51\",\r\n \"2603:1026:2400:4000::/50\",\r\n \"2603:1026:2400:8000::/49\",\r\n \"2603:1061:1311:c00::/54\",\r\n \"2603:1061:170f::/48\",\r\n \"2603:1061:2000:640::/62\",\r\n \"2603:1061:2002:4800::/57\",\r\n \"2603:1061:2004:4000::/57\",\r\n \"2603:1061:2010:b::/64\",\r\n \"2603:1062:c:18::/63\",\r\n \"2603:1063:408::/56\",\r\n \"2603:10a0:705::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France South\",\r\n \"communityValue\": \"12076:51031\",\r\n \"communityPrefixes\": [\r\n \"4.251.208.0/20\",\r\n \"4.251.224.0/19\",\r\n \"20.38.188.0/22\",\r\n \"20.39.80.0/20\",\r\n \"20.60.11.0/24\",\r\n \"20.60.188.0/23\",\r\n \"20.111.64.0/21\",\r\n \"20.111.72.0/22\",\r\n \"20.111.76.0/23\",\r\n \"20.111.78.0/25\",\r\n \"20.111.78.144/28\",\r\n \"20.111.78.160/27\",\r\n \"20.111.78.192/26\",\r\n \"20.111.79.0/24\",\r\n \"20.111.80.0/20\",\r\n \"20.111.96.0/19\",\r\n \"20.150.19.0/24\",\r\n \"20.216.224.0/21\",\r\n \"40.64.166.0/25\",\r\n \"40.79.176.0/23\",\r\n \"40.79.178.0/24\",\r\n \"40.79.179.0/25\",\r\n \"40.79.179.160/27\",\r\n \"40.79.179.192/26\",\r\n \"40.79.180.0/22\",\r\n \"40.79.223.0/24\",\r\n \"40.80.20.0/22\",\r\n \"40.80.96.0/22\",\r\n \"40.80.100.0/23\",\r\n \"40.80.102.0/24\",\r\n \"40.80.103.0/25\",\r\n \"40.80.103.128/26\",\r\n \"40.80.103.208/28\",\r\n \"40.80.103.224/27\",\r\n \"40.80.104.0/21\",\r\n \"40.82.224.0/20\",\r\n \"51.105.88.0/21\",\r\n \"51.138.128.0/19\",\r\n \"51.138.160.0/29\",\r\n \"51.138.160.16/28\",\r\n \"51.138.160.32/27\",\r\n \"51.138.160.64/26\",\r\n \"51.138.160.128/25\",\r\n \"51.138.161.0/24\",\r\n \"51.138.162.0/23\",\r\n \"51.138.164.0/22\",\r\n \"52.136.8.0/21\",\r\n \"52.136.28.0/24\",\r\n \"52.136.128.0/18\",\r\n \"52.239.135.0/26\",\r\n \"52.239.196.0/24\",\r\n \"52.245.120.0/22\",\r\n \"57.150.21.0/24\",\r\n \"98.65.0.0/16\",\r\n \"98.66.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure France South IPv6\",\r\n \"communityValue\": \"12076:51031\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:900::/47\",\r\n \"2603:1020:902::/48\",\r\n \"2603:1020:905::/54\",\r\n \"2603:1020:905:400::/63\",\r\n \"2603:1020:905:402::/120\",\r\n \"2603:1020:905:402::100/122\",\r\n \"2603:1020:905:402::140/123\",\r\n \"2603:1020:905:402::162/127\",\r\n \"2603:1020:905:402::164/126\",\r\n \"2603:1020:905:402::168/125\",\r\n \"2603:1020:905:402::170/124\",\r\n \"2603:1020:905:402::180/121\",\r\n \"2603:1020:905:402::200/119\",\r\n \"2603:1020:905:402::400/118\",\r\n \"2603:1020:905:402::800/117\",\r\n \"2603:1020:905:402::1000/116\",\r\n \"2603:1020:905:402::2000/115\",\r\n \"2603:1020:905:402::4000/114\",\r\n \"2603:1020:905:402::8000/113\",\r\n \"2603:1020:905:402::1:0/112\",\r\n \"2603:1020:905:402::2:0/111\",\r\n \"2603:1020:905:402::4:0/110\",\r\n \"2603:1020:905:402::8:0/109\",\r\n \"2603:1020:905:402::10:0/108\",\r\n \"2603:1020:905:402::20:0/107\",\r\n \"2603:1020:905:402::40:0/106\",\r\n \"2603:1020:905:402::80:0/105\",\r\n \"2603:1020:905:402::100:0/104\",\r\n \"2603:1020:905:402::200:0/103\",\r\n \"2603:1020:905:402::400:0/102\",\r\n \"2603:1020:905:402::800:0/101\",\r\n \"2603:1020:905:402::1000:0/100\",\r\n \"2603:1020:905:402::2000:0/99\",\r\n \"2603:1020:905:402::4000:0/98\",\r\n \"2603:1020:905:402::8000:0/97\",\r\n \"2603:1020:905:402:0:1::/96\",\r\n \"2603:1020:905:402:0:2::/95\",\r\n \"2603:1020:905:402:0:4::/94\",\r\n \"2603:1020:905:402:0:8::/93\",\r\n \"2603:1020:905:402:0:10::/92\",\r\n \"2603:1020:905:402:0:20::/91\",\r\n \"2603:1020:905:402:0:40::/90\",\r\n \"2603:1020:905:402:0:80::/89\",\r\n \"2603:1020:905:402:0:100::/88\",\r\n \"2603:1020:905:402:0:200::/87\",\r\n \"2603:1020:905:402:0:400::/86\",\r\n \"2603:1020:905:402:0:800::/85\",\r\n \"2603:1020:905:402:0:1000::/84\",\r\n \"2603:1020:905:402:0:2000::/83\",\r\n \"2603:1020:905:402:0:4000::/82\",\r\n \"2603:1020:905:402:0:8000::/81\",\r\n \"2603:1020:905:402:1::/80\",\r\n \"2603:1020:905:402:2::/79\",\r\n \"2603:1020:905:402:4::/78\",\r\n \"2603:1020:905:402:8::/77\",\r\n \"2603:1020:905:402:10::/76\",\r\n \"2603:1020:905:402:20::/75\",\r\n \"2603:1020:905:402:40::/74\",\r\n \"2603:1020:905:402:80::/73\",\r\n \"2603:1020:905:402:100::/72\",\r\n \"2603:1020:905:402:200::/71\",\r\n \"2603:1020:905:402:400::/70\",\r\n \"2603:1020:905:402:800::/69\",\r\n \"2603:1020:905:402:1000::/68\",\r\n \"2603:1020:905:402:2000::/67\",\r\n \"2603:1020:905:402:4000::/66\",\r\n \"2603:1020:905:402:8000::/65\",\r\n \"2603:1020:905:403::/64\",\r\n \"2603:1020:905:404::/62\",\r\n \"2603:1020:905:408::/61\",\r\n \"2603:1020:905:410::/60\",\r\n \"2603:1020:905:420::/59\",\r\n \"2603:1020:905:440::/58\",\r\n \"2603:1020:905:480::/57\",\r\n \"2603:1020:905:500::/56\",\r\n \"2603:1020:905:600::/55\",\r\n \"2603:1020:905:800::/53\",\r\n \"2603:1020:905:1000::/52\",\r\n \"2603:1020:905:2000::/51\",\r\n \"2603:1020:905:4000::/50\",\r\n \"2603:1020:905:8000::/49\",\r\n \"2603:1020:906::/48\",\r\n \"2603:1026:2401::/64\",\r\n \"2603:1026:2401:1::800/117\",\r\n \"2603:1026:2401:1::1000/116\",\r\n \"2603:1026:2401:1::2000/115\",\r\n \"2603:1026:2401:1::4000/114\",\r\n \"2603:1026:2401:1::8000/113\",\r\n \"2603:1026:2401:1::1:0/112\",\r\n \"2603:1026:2401:1::2:0/111\",\r\n \"2603:1026:2401:1::4:0/110\",\r\n \"2603:1026:2401:1::8:0/109\",\r\n \"2603:1026:2401:1::10:0/108\",\r\n \"2603:1026:2401:1::20:0/107\",\r\n \"2603:1026:2401:1::40:0/106\",\r\n \"2603:1026:2401:1::80:0/105\",\r\n \"2603:1026:2401:1::100:0/104\",\r\n \"2603:1026:2401:1::200:0/103\",\r\n \"2603:1026:2401:1::400:0/102\",\r\n \"2603:1026:2401:1::800:0/101\",\r\n \"2603:1026:2401:1::1000:0/100\",\r\n \"2603:1026:2401:1::2000:0/99\",\r\n \"2603:1026:2401:1::4000:0/98\",\r\n \"2603:1026:2401:1::8000:0/97\",\r\n \"2603:1026:2401:1:0:1::/96\",\r\n \"2603:1026:2401:1:0:2::/95\",\r\n \"2603:1026:2401:1:0:4::/94\",\r\n \"2603:1026:2401:1:0:8::/93\",\r\n \"2603:1026:2401:1:0:10::/92\",\r\n \"2603:1026:2401:1:0:20::/91\",\r\n \"2603:1026:2401:1:0:40::/90\",\r\n \"2603:1026:2401:1:0:80::/89\",\r\n \"2603:1026:2401:1:0:100::/88\",\r\n \"2603:1026:2401:1:0:200::/87\",\r\n \"2603:1026:2401:1:0:400::/86\",\r\n \"2603:1026:2401:1:0:800::/85\",\r\n \"2603:1026:2401:1:0:1000::/84\",\r\n \"2603:1026:2401:1:0:2000::/83\",\r\n \"2603:1026:2401:1:0:4000::/82\",\r\n \"2603:1026:2401:1:0:8000::/81\",\r\n \"2603:1026:2401:1:1::/80\",\r\n \"2603:1026:2401:1:2::/79\",\r\n \"2603:1026:2401:1:4::/78\",\r\n \"2603:1026:2401:1:8::/77\",\r\n \"2603:1026:2401:1:10::/76\",\r\n \"2603:1026:2401:1:20::/75\",\r\n \"2603:1026:2401:1:40::/74\",\r\n \"2603:1026:2401:1:80::/73\",\r\n \"2603:1026:2401:1:100::/72\",\r\n \"2603:1026:2401:1:200::/71\",\r\n \"2603:1026:2401:1:400::/70\",\r\n \"2603:1026:2401:1:800::/69\",\r\n \"2603:1026:2401:1:1000::/68\",\r\n \"2603:1026:2401:1:2000::/67\",\r\n \"2603:1026:2401:1:4000::/66\",\r\n \"2603:1026:2401:1:8000::/65\",\r\n \"2603:1026:2401:2::/63\",\r\n \"2603:1026:2401:4::/62\",\r\n \"2603:1026:2401:8::/61\",\r\n \"2603:1026:2401:10::/60\",\r\n \"2603:1026:2401:20::/59\",\r\n \"2603:1026:2401:40::/58\",\r\n \"2603:1026:2401:80::/57\",\r\n \"2603:1026:2401:100::/56\",\r\n \"2603:1026:2401:200::/55\",\r\n \"2603:1026:2401:400::/54\",\r\n \"2603:1026:2401:800::/53\",\r\n \"2603:1026:2401:1000::/52\",\r\n \"2603:1026:2401:2000::/51\",\r\n \"2603:1026:2401:4000::/50\",\r\n \"2603:1026:2401:8000::/49\",\r\n \"2603:1061:1311:1000::/54\",\r\n \"2603:1061:1710::/48\",\r\n \"2603:1061:2000:648::/62\",\r\n \"2603:1061:2002:4900::/57\",\r\n \"2603:1061:2004:4100::/57\",\r\n \"2603:1061:2010:c::/64\",\r\n \"2603:1063:409::/56\",\r\n \"2603:10a0:903::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany North\",\r\n \"communityValue\": \"12076:51040\",\r\n \"communityPrefixes\": [\r\n \"20.38.115.0/24\",\r\n \"20.52.72.0/21\",\r\n \"20.52.80.32/27\",\r\n \"20.113.192.0/18\",\r\n \"20.150.60.0/24\",\r\n \"20.150.112.0/24\",\r\n \"20.170.160.0/19\",\r\n \"20.170.192.0/18\",\r\n \"20.209.206.0/23\",\r\n \"20.218.0.0/18\",\r\n \"40.64.182.0/25\",\r\n \"40.119.96.0/22\",\r\n \"40.126.198.0/24\",\r\n \"51.116.0.0/19\",\r\n \"51.116.32.0/20\",\r\n \"51.116.48.0/21\",\r\n \"51.116.56.0/22\",\r\n \"51.116.60.0/25\",\r\n \"51.116.60.128/26\",\r\n \"51.116.60.192/27\",\r\n \"51.116.60.224/28\",\r\n \"51.116.60.240/29\",\r\n \"51.116.61.0/24\",\r\n \"51.116.62.0/23\",\r\n \"51.116.64.0/19\",\r\n \"51.116.200.0/21\",\r\n \"51.116.208.0/20\",\r\n \"52.253.172.0/24\",\r\n \"98.67.0.0/18\",\r\n \"98.67.64.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany North IPv6\",\r\n \"communityValue\": \"12076:51040\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:d00::/47\",\r\n \"2603:1020:d04::/47\",\r\n \"2603:1061:1311:1400::/54\",\r\n \"2603:1061:172c::/48\",\r\n \"2603:1061:2000:6c0::/62\",\r\n \"2603:1061:2002:5000::/57\",\r\n \"2603:1061:2004:4800::/57\",\r\n \"2603:1061:2010:2c::/64\",\r\n \"2603:10a0:1202::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany West Central\",\r\n \"communityValue\": \"12076:51041\",\r\n \"communityPrefixes\": [\r\n \"4.182.0.0/16\",\r\n \"4.184.56.0/21\",\r\n \"4.184.64.0/18\",\r\n \"4.184.128.0/17\",\r\n \"4.185.0.0/16\",\r\n \"20.38.118.0/24\",\r\n \"20.52.0.0/18\",\r\n \"20.52.64.0/21\",\r\n \"20.52.80.0/27\",\r\n \"20.52.80.64/27\",\r\n \"20.52.88.0/21\",\r\n \"20.52.96.0/19\",\r\n \"20.52.128.0/17\",\r\n \"20.60.22.0/23\",\r\n \"20.79.0.0/16\",\r\n \"20.95.70.0/24\",\r\n \"20.95.78.0/23\",\r\n \"20.95.80.0/24\",\r\n \"20.95.102.0/24\",\r\n \"20.113.0.0/17\",\r\n \"20.113.128.0/18\",\r\n \"20.150.54.0/24\",\r\n \"20.150.125.0/24\",\r\n \"20.170.0.0/17\",\r\n \"20.170.128.0/19\",\r\n \"20.209.32.0/23\",\r\n \"20.209.176.0/23\",\r\n \"20.209.242.0/23\",\r\n \"20.218.64.0/18\",\r\n \"20.218.128.0/17\",\r\n \"40.64.145.240/28\",\r\n \"40.64.180.128/25\",\r\n \"40.119.92.0/22\",\r\n \"40.126.197.0/24\",\r\n \"51.116.96.0/19\",\r\n \"51.116.128.0/18\",\r\n \"51.116.192.0/21\",\r\n \"51.116.224.0/20\",\r\n \"51.116.240.0/22\",\r\n \"51.116.244.0/23\",\r\n \"51.116.246.8/29\",\r\n \"51.116.246.16/28\",\r\n \"51.116.246.32/27\",\r\n \"51.116.246.64/26\",\r\n \"51.116.246.128/25\",\r\n \"51.116.247.0/24\",\r\n \"51.116.248.0/21\",\r\n \"52.253.169.0/24\",\r\n \"52.253.170.0/23\",\r\n \"98.67.128.0/17\",\r\n \"151.206.49.128/27\",\r\n \"151.206.81.64/26\",\r\n \"151.206.81.128/25\",\r\n \"151.206.82.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Germany West Central IPv6\",\r\n \"communityValue\": \"12076:51041\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:c00::/47\",\r\n \"2603:1020:c04::/47\",\r\n \"2603:1061:1311:1800::/54\",\r\n \"2603:1061:1729::/48\",\r\n \"2603:1061:2000:6c8::/62\",\r\n \"2603:1061:2002:5100::/57\",\r\n \"2603:1061:2004:4900::/57\",\r\n \"2603:1061:2010:29::/64\",\r\n \"2603:1062:c:1a::/63\",\r\n \"2603:10a0:1002::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureGlobalServices\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureGlobalServices\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureGlobalServices\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Global Services\",\r\n \"communityValue\": \"12076:5050\",\r\n \"communityPrefixes\": [\r\n \"13.107.6.175/32\",\r\n \"13.107.6.176/32\",\r\n \"13.107.6.183/32\",\r\n \"13.107.9.175/32\",\r\n \"13.107.9.176/32\",\r\n \"13.107.9.183/32\",\r\n \"13.107.42.18/31\",\r\n \"13.107.42.20/32\",\r\n \"13.107.43.18/31\",\r\n \"13.107.43.20/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Israel Central\",\r\n \"communityValue\": \"12076:51053\",\r\n \"communityPrefixes\": [\r\n \"20.38.18.0/24\",\r\n \"20.60.94.0/23\",\r\n \"20.201.129.0/24\",\r\n \"20.201.130.0/23\",\r\n \"20.209.118.0/23\",\r\n \"20.209.134.0/23\",\r\n \"20.209.212.0/23\",\r\n \"20.217.0.0/19\",\r\n \"20.217.32.0/22\",\r\n \"20.217.40.0/21\",\r\n \"20.217.48.0/20\",\r\n \"20.217.64.0/19\",\r\n \"20.217.128.0/21\",\r\n \"20.217.160.0/19\",\r\n \"20.217.192.0/19\",\r\n \"40.64.144.248/29\",\r\n \"40.64.187.128/25\",\r\n \"40.123.173.0/24\",\r\n \"151.206.49.0/28\",\r\n \"151.206.70.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Israel Central IPv6\",\r\n \"communityValue\": \"12076:51053\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1401::/48\",\r\n \"2603:1040:1402::/47\",\r\n \"2603:1046:140d::800/117\",\r\n \"2603:1046:140d::1000/116\",\r\n \"2603:1046:140d::2000/115\",\r\n \"2603:1046:140d::4000/114\",\r\n \"2603:1046:140d::8000/113\",\r\n \"2603:1046:140d::1:0/112\",\r\n \"2603:1046:140d::2:0/111\",\r\n \"2603:1046:140d::4:0/110\",\r\n \"2603:1046:140d::8:0/109\",\r\n \"2603:1046:140d::10:0/108\",\r\n \"2603:1046:140d::20:0/107\",\r\n \"2603:1046:140d::40:0/106\",\r\n \"2603:1046:140d::80:0/105\",\r\n \"2603:1046:140d::100:0/104\",\r\n \"2603:1046:140d::200:0/103\",\r\n \"2603:1046:140d::400:0/102\",\r\n \"2603:1046:140d::800:0/101\",\r\n \"2603:1046:140d::1000:0/100\",\r\n \"2603:1046:140d::2000:0/99\",\r\n \"2603:1046:140d::4000:0/98\",\r\n \"2603:1046:140d::8000:0/97\",\r\n \"2603:1046:140d::1:0:0/96\",\r\n \"2603:1046:140d::2:0:0/95\",\r\n \"2603:1046:140d::4:0:0/94\",\r\n \"2603:1046:140d::8:0:0/93\",\r\n \"2603:1046:140d::10:0:0/92\",\r\n \"2603:1046:140d::20:0:0/91\",\r\n \"2603:1046:140d::40:0:0/90\",\r\n \"2603:1046:140d::80:0:0/89\",\r\n \"2603:1046:140d::100:0:0/88\",\r\n \"2603:1046:140d::200:0:0/87\",\r\n \"2603:1046:140d::400:0:0/86\",\r\n \"2603:1046:140d::800:0:0/85\",\r\n \"2603:1046:140d::1000:0:0/84\",\r\n \"2603:1046:140d::2000:0:0/83\",\r\n \"2603:1046:140d::4000:0:0/82\",\r\n \"2603:1046:140d::8000:0:0/81\",\r\n \"2603:1046:140d:0:1::/80\",\r\n \"2603:1046:140d:0:2::/79\",\r\n \"2603:1046:140d:0:4::/78\",\r\n \"2603:1046:140d:0:8::/77\",\r\n \"2603:1046:140d:0:10::/76\",\r\n \"2603:1046:140d:0:20::/75\",\r\n \"2603:1046:140d:0:40::/74\",\r\n \"2603:1046:140d:0:80::/73\",\r\n \"2603:1046:140d:0:100::/72\",\r\n \"2603:1046:140d:0:200::/71\",\r\n \"2603:1046:140d:0:400::/70\",\r\n \"2603:1046:140d:0:800::/69\",\r\n \"2603:1046:140d:0:1000::/68\",\r\n \"2603:1046:140d:0:2000::/67\",\r\n \"2603:1046:140d:0:4000::/66\",\r\n \"2603:1046:140d:0:8000::/65\",\r\n \"2603:1046:140d:1::/64\",\r\n \"2603:1046:140d:2::/63\",\r\n \"2603:1046:140d:4::/62\",\r\n \"2603:1046:140d:8::/61\",\r\n \"2603:1046:140d:10::/60\",\r\n \"2603:1046:140d:20::/59\",\r\n \"2603:1046:140d:40::/58\",\r\n \"2603:1046:140d:80::/57\",\r\n \"2603:1046:140d:100::/56\",\r\n \"2603:1046:140d:200::/55\",\r\n \"2603:1046:140d:400::/54\",\r\n \"2603:1046:140d:800::/53\",\r\n \"2603:1046:140d:1000::/52\",\r\n \"2603:1046:140d:2000::/51\",\r\n \"2603:1046:140d:4000::/50\",\r\n \"2603:1046:140d:8000::/49\",\r\n \"2603:1061:1007::/58\",\r\n \"2603:1061:1007:40::/59\",\r\n \"2603:1061:1007:60::/60\",\r\n \"2603:1061:1007:70::/63\",\r\n \"2603:1061:1007:72::/64\",\r\n \"2603:1061:1310:800::/54\",\r\n \"2603:1061:1737::/48\",\r\n \"2603:1061:2002:9000::/57\",\r\n \"2603:1061:2004:a000::/57\",\r\n \"2603:1061:2010:37::/64\",\r\n \"2603:1062:c:c::/63\",\r\n \"2603:1090:1600::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Italy North\",\r\n \"communityValue\": \"12076:51054\",\r\n \"communityPrefixes\": [\r\n \"4.232.0.0/17\",\r\n \"4.232.128.0/18\",\r\n \"4.232.192.0/21\",\r\n \"4.232.208.0/20\",\r\n \"4.232.224.0/19\",\r\n \"20.38.22.0/24\",\r\n \"20.95.104.0/24\",\r\n \"20.209.80.0/23\",\r\n \"20.209.86.0/23\",\r\n \"20.209.120.0/23\",\r\n \"40.64.189.128/25\",\r\n \"40.120.132.0/25\",\r\n \"40.120.132.128/26\",\r\n \"40.120.132.192/27\",\r\n \"40.120.132.224/28\",\r\n \"52.253.216.0/23\",\r\n \"52.253.218.0/24\",\r\n \"172.213.0.0/19\",\r\n \"172.213.128.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Italy North IPv6\",\r\n \"communityValue\": \"12076:51054\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1200::/47\",\r\n \"2603:1020:1204::/48\",\r\n \"2603:1026:2412::800/117\",\r\n \"2603:1026:2412::1000/116\",\r\n \"2603:1026:2412::2000/115\",\r\n \"2603:1026:2412::4000/114\",\r\n \"2603:1026:2412::8000/113\",\r\n \"2603:1026:2412::1:0/112\",\r\n \"2603:1026:2412::2:0/111\",\r\n \"2603:1026:2412::4:0/110\",\r\n \"2603:1026:2412::8:0/109\",\r\n \"2603:1026:2412::10:0/108\",\r\n \"2603:1026:2412::20:0/107\",\r\n \"2603:1026:2412::40:0/106\",\r\n \"2603:1026:2412::80:0/105\",\r\n \"2603:1026:2412::100:0/104\",\r\n \"2603:1026:2412::200:0/103\",\r\n \"2603:1026:2412::400:0/102\",\r\n \"2603:1026:2412::800:0/101\",\r\n \"2603:1026:2412::1000:0/100\",\r\n \"2603:1026:2412::2000:0/99\",\r\n \"2603:1026:2412::4000:0/98\",\r\n \"2603:1026:2412::8000:0/97\",\r\n \"2603:1026:2412::1:0:0/96\",\r\n \"2603:1026:2412::2:0:0/95\",\r\n \"2603:1026:2412::4:0:0/94\",\r\n \"2603:1026:2412::8:0:0/93\",\r\n \"2603:1026:2412::10:0:0/92\",\r\n \"2603:1026:2412::20:0:0/91\",\r\n \"2603:1026:2412::40:0:0/90\",\r\n \"2603:1026:2412::80:0:0/89\",\r\n \"2603:1026:2412::100:0:0/88\",\r\n \"2603:1026:2412::200:0:0/87\",\r\n \"2603:1026:2412::400:0:0/86\",\r\n \"2603:1026:2412::800:0:0/85\",\r\n \"2603:1026:2412::1000:0:0/84\",\r\n \"2603:1026:2412::2000:0:0/83\",\r\n \"2603:1026:2412::4000:0:0/82\",\r\n \"2603:1026:2412::8000:0:0/81\",\r\n \"2603:1026:2412:0:1::/80\",\r\n \"2603:1026:2412:0:2::/79\",\r\n \"2603:1026:2412:0:4::/78\",\r\n \"2603:1026:2412:0:8::/77\",\r\n \"2603:1026:2412:0:10::/76\",\r\n \"2603:1026:2412:0:20::/75\",\r\n \"2603:1026:2412:0:40::/74\",\r\n \"2603:1026:2412:0:80::/73\",\r\n \"2603:1026:2412:0:100::/72\",\r\n \"2603:1026:2412:0:200::/71\",\r\n \"2603:1026:2412:0:400::/70\",\r\n \"2603:1026:2412:0:800::/69\",\r\n \"2603:1026:2412:0:1000::/68\",\r\n \"2603:1026:2412:0:2000::/67\",\r\n \"2603:1026:2412:0:4000::/66\",\r\n \"2603:1026:2412:0:8000::/65\",\r\n \"2603:1026:2412:1::800/117\",\r\n \"2603:1026:2412:1::1000/116\",\r\n \"2603:1026:2412:1::2000/115\",\r\n \"2603:1026:2412:1::4000/114\",\r\n \"2603:1026:2412:1::8000/113\",\r\n \"2603:1026:2412:1::1:0/112\",\r\n \"2603:1026:2412:1::2:0/111\",\r\n \"2603:1026:2412:1::4:0/110\",\r\n \"2603:1026:2412:1::8:0/109\",\r\n \"2603:1026:2412:1::10:0/108\",\r\n \"2603:1026:2412:1::20:0/107\",\r\n \"2603:1026:2412:1::40:0/106\",\r\n \"2603:1026:2412:1::80:0/105\",\r\n \"2603:1026:2412:1::100:0/104\",\r\n \"2603:1026:2412:1::200:0/103\",\r\n \"2603:1026:2412:1::400:0/102\",\r\n \"2603:1026:2412:1::800:0/101\",\r\n \"2603:1026:2412:1::1000:0/100\",\r\n \"2603:1026:2412:1::2000:0/99\",\r\n \"2603:1026:2412:1::4000:0/98\",\r\n \"2603:1026:2412:1::8000:0/97\",\r\n \"2603:1026:2412:1:0:1::/96\",\r\n \"2603:1026:2412:1:0:2::/95\",\r\n \"2603:1026:2412:1:0:4::/94\",\r\n \"2603:1026:2412:1:0:8::/93\",\r\n \"2603:1026:2412:1:0:10::/92\",\r\n \"2603:1026:2412:1:0:20::/91\",\r\n \"2603:1026:2412:1:0:40::/90\",\r\n \"2603:1026:2412:1:0:80::/89\",\r\n \"2603:1026:2412:1:0:100::/88\",\r\n \"2603:1026:2412:1:0:200::/87\",\r\n \"2603:1026:2412:1:0:400::/86\",\r\n \"2603:1026:2412:1:0:800::/85\",\r\n \"2603:1026:2412:1:0:1000::/84\",\r\n \"2603:1026:2412:1:0:2000::/83\",\r\n \"2603:1026:2412:1:0:4000::/82\",\r\n \"2603:1026:2412:1:0:8000::/81\",\r\n \"2603:1026:2412:1:1::/80\",\r\n \"2603:1026:2412:1:2::/79\",\r\n \"2603:1026:2412:1:4::/78\",\r\n \"2603:1026:2412:1:8::/77\",\r\n \"2603:1026:2412:1:10::/76\",\r\n \"2603:1026:2412:1:20::/75\",\r\n \"2603:1026:2412:1:40::/74\",\r\n \"2603:1026:2412:1:80::/73\",\r\n \"2603:1026:2412:1:100::/72\",\r\n \"2603:1026:2412:1:200::/71\",\r\n \"2603:1026:2412:1:400::/70\",\r\n \"2603:1026:2412:1:800::/69\",\r\n \"2603:1026:2412:1:1000::/68\",\r\n \"2603:1026:2412:1:2000::/67\",\r\n \"2603:1026:2412:1:4000::/66\",\r\n \"2603:1026:2412:1:8000::/65\",\r\n \"2603:1026:2412:2::/63\",\r\n \"2603:1026:2412:4::/62\",\r\n \"2603:1026:2412:8::/61\",\r\n \"2603:1026:2412:10::/60\",\r\n \"2603:1026:2412:20::/59\",\r\n \"2603:1026:2412:40::/58\",\r\n \"2603:1026:2412:80::/57\",\r\n \"2603:1026:2412:100::/56\",\r\n \"2603:1026:2412:200::/55\",\r\n \"2603:1026:2412:400::/54\",\r\n \"2603:1026:2412:800::/53\",\r\n \"2603:1026:2412:1000::/52\",\r\n \"2603:1026:2412:2000::/51\",\r\n \"2603:1026:2412:4000::/50\",\r\n \"2603:1026:2412:8000::/49\",\r\n \"2603:1061:100b::/58\",\r\n \"2603:1061:100b:40::/59\",\r\n \"2603:1061:100b:60::/61\",\r\n \"2603:1061:100b:68::/62\",\r\n \"2603:1061:1311:1c00::/54\",\r\n \"2603:1061:173b::/48\",\r\n \"2603:1061:2010:3b::/64\",\r\n \"2603:10a0:1800::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan East\",\r\n \"communityValue\": \"12076:51012\",\r\n \"communityPrefixes\": [\r\n \"4.189.0.0/16\",\r\n \"4.190.0.0/17\",\r\n \"4.214.0.0/15\",\r\n \"4.216.0.0/16\",\r\n \"4.241.0.0/16\",\r\n \"13.71.128.0/19\",\r\n \"13.73.0.0/19\",\r\n \"13.78.0.0/18\",\r\n \"13.78.64.0/19\",\r\n \"13.78.96.0/21\",\r\n \"13.78.104.0/23\",\r\n \"13.78.106.0/24\",\r\n \"13.78.108.0/25\",\r\n \"13.78.108.128/26\",\r\n \"13.78.108.224/27\",\r\n \"13.78.109.0/24\",\r\n \"13.78.110.0/24\",\r\n \"13.78.111.0/25\",\r\n \"13.78.111.128/26\",\r\n \"13.78.111.192/29\",\r\n \"13.78.111.208/28\",\r\n \"13.78.111.224/27\",\r\n \"13.78.112.0/20\",\r\n \"20.18.0.0/22\",\r\n \"20.18.4.0/25\",\r\n \"20.18.4.128/27\",\r\n \"20.18.4.176/28\",\r\n \"20.18.4.192/26\",\r\n \"20.18.5.0/24\",\r\n \"20.18.6.0/23\",\r\n \"20.18.8.0/21\",\r\n \"20.18.16.0/20\",\r\n \"20.18.32.0/19\",\r\n \"20.18.64.0/18\",\r\n \"20.18.144.0/20\",\r\n \"20.18.192.0/18\",\r\n \"20.27.0.0/18\",\r\n \"20.27.128.0/18\",\r\n \"20.37.96.0/19\",\r\n \"20.38.116.0/23\",\r\n \"20.40.88.0/21\",\r\n \"20.40.96.0/21\",\r\n \"20.43.64.0/19\",\r\n \"20.44.128.0/18\",\r\n \"20.46.112.0/20\",\r\n \"20.46.160.0/19\",\r\n \"20.48.0.0/17\",\r\n \"20.60.172.0/23\",\r\n \"20.60.248.0/23\",\r\n \"20.63.128.0/18\",\r\n \"20.78.0.0/17\",\r\n \"20.78.192.0/18\",\r\n \"20.89.0.0/17\",\r\n \"20.89.128.0/18\",\r\n \"20.95.138.0/24\",\r\n \"20.150.85.0/24\",\r\n \"20.150.105.0/24\",\r\n \"20.188.0.0/19\",\r\n \"20.191.160.0/19\",\r\n \"20.194.128.0/17\",\r\n \"20.202.54.0/23\",\r\n \"20.202.58.0/24\",\r\n \"20.202.66.0/23\",\r\n \"20.202.78.0/24\",\r\n \"20.202.86.0/24\",\r\n \"20.202.91.0/24\",\r\n \"20.202.95.0/24\",\r\n \"20.202.127.0/24\",\r\n \"20.202.181.0/24\",\r\n \"20.209.22.0/23\",\r\n \"20.209.170.0/23\",\r\n \"20.209.234.0/23\",\r\n \"20.210.0.0/17\",\r\n \"20.210.192.0/18\",\r\n \"20.222.0.0/16\",\r\n \"20.243.0.0/16\",\r\n \"23.98.57.64/26\",\r\n \"23.100.96.0/21\",\r\n \"23.102.64.0/19\",\r\n \"40.64.146.32/28\",\r\n \"40.64.166.128/25\",\r\n \"40.79.184.0/21\",\r\n \"40.79.192.0/21\",\r\n \"40.79.208.0/24\",\r\n \"40.81.192.0/19\",\r\n \"40.82.48.0/22\",\r\n \"40.87.200.0/22\",\r\n \"40.115.128.0/17\",\r\n \"52.121.120.0/23\",\r\n \"52.121.152.0/21\",\r\n \"52.121.160.0/22\",\r\n \"52.121.164.0/24\",\r\n \"52.136.31.0/24\",\r\n \"52.140.192.0/18\",\r\n \"52.155.96.0/19\",\r\n \"52.156.32.0/19\",\r\n \"52.185.128.0/18\",\r\n \"52.232.155.0/24\",\r\n \"52.239.144.0/23\",\r\n \"52.243.32.0/19\",\r\n \"52.245.36.0/22\",\r\n \"52.246.160.0/19\",\r\n \"52.253.96.0/19\",\r\n \"52.253.161.0/24\",\r\n \"74.226.128.0/17\",\r\n \"104.41.160.0/19\",\r\n \"104.46.208.0/20\",\r\n \"138.91.0.0/20\",\r\n \"151.206.48.128/27\",\r\n \"151.206.65.0/24\",\r\n \"151.206.66.0/25\",\r\n \"172.207.0.0/16\",\r\n \"191.237.240.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan East IPv6\",\r\n \"communityValue\": \"12076:51012\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:400::/46\",\r\n \"2603:1040:404::/48\",\r\n \"2603:1040:407::/48\",\r\n \"2603:1040:408::/48\",\r\n \"2603:1046:1402::800/117\",\r\n \"2603:1046:1402::1000/116\",\r\n \"2603:1046:1402::2000/115\",\r\n \"2603:1046:1402::4000/114\",\r\n \"2603:1046:1402::8000/113\",\r\n \"2603:1046:1402::1:0/112\",\r\n \"2603:1046:1402::2:0/111\",\r\n \"2603:1046:1402::4:0/110\",\r\n \"2603:1046:1402::8:0/109\",\r\n \"2603:1046:1402::10:0/108\",\r\n \"2603:1046:1402::20:0/107\",\r\n \"2603:1046:1402::40:0/106\",\r\n \"2603:1046:1402::80:0/105\",\r\n \"2603:1046:1402::100:0/104\",\r\n \"2603:1046:1402::200:0/103\",\r\n \"2603:1046:1402::400:0/102\",\r\n \"2603:1046:1402::800:0/101\",\r\n \"2603:1046:1402::1000:0/100\",\r\n \"2603:1046:1402::2000:0/99\",\r\n \"2603:1046:1402::4000:0/98\",\r\n \"2603:1046:1402::8000:0/97\",\r\n \"2603:1046:1402::1:0:0/96\",\r\n \"2603:1046:1402::2:0:0/95\",\r\n \"2603:1046:1402::4:0:0/94\",\r\n \"2603:1046:1402::8:0:0/93\",\r\n \"2603:1046:1402::10:0:0/92\",\r\n \"2603:1046:1402::20:0:0/91\",\r\n \"2603:1046:1402::40:0:0/90\",\r\n \"2603:1046:1402::80:0:0/89\",\r\n \"2603:1046:1402::100:0:0/88\",\r\n \"2603:1046:1402::200:0:0/87\",\r\n \"2603:1046:1402::400:0:0/86\",\r\n \"2603:1046:1402::800:0:0/85\",\r\n \"2603:1046:1402::1000:0:0/84\",\r\n \"2603:1046:1402::2000:0:0/83\",\r\n \"2603:1046:1402::4000:0:0/82\",\r\n \"2603:1046:1402::8000:0:0/81\",\r\n \"2603:1046:1402:0:1::/80\",\r\n \"2603:1046:1402:0:2::/79\",\r\n \"2603:1046:1402:0:4::/78\",\r\n \"2603:1046:1402:0:8::/77\",\r\n \"2603:1046:1402:0:10::/76\",\r\n \"2603:1046:1402:0:20::/75\",\r\n \"2603:1046:1402:0:40::/74\",\r\n \"2603:1046:1402:0:80::/73\",\r\n \"2603:1046:1402:0:100::/72\",\r\n \"2603:1046:1402:0:200::/71\",\r\n \"2603:1046:1402:0:400::/70\",\r\n \"2603:1046:1402:0:800::/69\",\r\n \"2603:1046:1402:0:1000::/68\",\r\n \"2603:1046:1402:0:2000::/67\",\r\n \"2603:1046:1402:0:4000::/66\",\r\n \"2603:1046:1402:0:8000::/65\",\r\n \"2603:1046:1402:1::800/117\",\r\n \"2603:1046:1402:1::1000/116\",\r\n \"2603:1046:1402:1::2000/115\",\r\n \"2603:1046:1402:1::4000/114\",\r\n \"2603:1046:1402:1::8000/113\",\r\n \"2603:1046:1402:1::1:0/112\",\r\n \"2603:1046:1402:1::2:0/111\",\r\n \"2603:1046:1402:1::4:0/110\",\r\n \"2603:1046:1402:1::8:0/109\",\r\n \"2603:1046:1402:1::10:0/108\",\r\n \"2603:1046:1402:1::20:0/107\",\r\n \"2603:1046:1402:1::40:0/106\",\r\n \"2603:1046:1402:1::80:0/105\",\r\n \"2603:1046:1402:1::100:0/104\",\r\n \"2603:1046:1402:1::200:0/103\",\r\n \"2603:1046:1402:1::400:0/102\",\r\n \"2603:1046:1402:1::800:0/101\",\r\n \"2603:1046:1402:1::1000:0/100\",\r\n \"2603:1046:1402:1::2000:0/99\",\r\n \"2603:1046:1402:1::4000:0/98\",\r\n \"2603:1046:1402:1::8000:0/97\",\r\n \"2603:1046:1402:1:0:1::/96\",\r\n \"2603:1046:1402:1:0:2::/95\",\r\n \"2603:1046:1402:1:0:4::/94\",\r\n \"2603:1046:1402:1:0:8::/93\",\r\n \"2603:1046:1402:1:0:10::/92\",\r\n \"2603:1046:1402:1:0:20::/91\",\r\n \"2603:1046:1402:1:0:40::/90\",\r\n \"2603:1046:1402:1:0:80::/89\",\r\n \"2603:1046:1402:1:0:100::/88\",\r\n \"2603:1046:1402:1:0:200::/87\",\r\n \"2603:1046:1402:1:0:400::/86\",\r\n \"2603:1046:1402:1:0:800::/85\",\r\n \"2603:1046:1402:1:0:1000::/84\",\r\n \"2603:1046:1402:1:0:2000::/83\",\r\n \"2603:1046:1402:1:0:4000::/82\",\r\n \"2603:1046:1402:1:0:8000::/81\",\r\n \"2603:1046:1402:1:1::/80\",\r\n \"2603:1046:1402:1:2::/79\",\r\n \"2603:1046:1402:1:4::/78\",\r\n \"2603:1046:1402:1:8::/77\",\r\n \"2603:1046:1402:1:10::/76\",\r\n \"2603:1046:1402:1:20::/75\",\r\n \"2603:1046:1402:1:40::/74\",\r\n \"2603:1046:1402:1:80::/73\",\r\n \"2603:1046:1402:1:100::/72\",\r\n \"2603:1046:1402:1:200::/71\",\r\n \"2603:1046:1402:1:400::/70\",\r\n \"2603:1046:1402:1:800::/69\",\r\n \"2603:1046:1402:1:1000::/68\",\r\n \"2603:1046:1402:1:2000::/67\",\r\n \"2603:1046:1402:1:4000::/66\",\r\n \"2603:1046:1402:1:8000::/65\",\r\n \"2603:1046:1402:2::/63\",\r\n \"2603:1046:1402:4::/62\",\r\n \"2603:1046:1402:8::/61\",\r\n \"2603:1046:1402:10::/60\",\r\n \"2603:1046:1402:20::/59\",\r\n \"2603:1046:1402:40::/58\",\r\n \"2603:1046:1402:80::/57\",\r\n \"2603:1046:1402:100::/56\",\r\n \"2603:1046:1402:200::/55\",\r\n \"2603:1046:1402:400::/54\",\r\n \"2603:1046:1402:800::/53\",\r\n \"2603:1046:1402:1000::/52\",\r\n \"2603:1046:1402:2000::/51\",\r\n \"2603:1046:1402:4000::/50\",\r\n \"2603:1046:1402:8000::/49\",\r\n \"2603:1061:1310:c00::/54\",\r\n \"2603:1061:1711::/48\",\r\n \"2603:1061:2000:5c0::/62\",\r\n \"2603:1061:2002:3900::/57\",\r\n \"2603:1061:2004:3000::/57\",\r\n \"2603:1061:2010:d::/64\",\r\n \"2603:1062:c:2::/63\",\r\n \"2603:1063:40a::/56\",\r\n \"2603:1090:f09::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan West\",\r\n \"communityValue\": \"12076:51013\",\r\n \"communityPrefixes\": [\r\n \"4.190.128.0/23\",\r\n \"4.190.130.0/27\",\r\n \"4.190.130.48/28\",\r\n \"4.190.130.64/26\",\r\n \"4.190.130.128/25\",\r\n \"4.190.131.0/24\",\r\n \"4.190.132.0/22\",\r\n \"4.190.136.0/21\",\r\n \"4.190.144.0/20\",\r\n \"4.190.160.0/19\",\r\n \"4.190.192.0/18\",\r\n \"13.73.232.0/21\",\r\n \"20.18.128.0/20\",\r\n \"20.18.160.0/20\",\r\n \"20.18.176.0/21\",\r\n \"20.27.64.0/18\",\r\n \"20.27.192.0/18\",\r\n \"20.39.176.0/21\",\r\n \"20.60.12.0/24\",\r\n \"20.60.105.0/24\",\r\n \"20.60.118.0/24\",\r\n \"20.60.186.0/23\",\r\n \"20.63.192.0/18\",\r\n \"20.78.128.0/18\",\r\n \"20.89.192.0/18\",\r\n \"20.95.128.0/24\",\r\n \"20.150.10.0/23\",\r\n \"20.189.192.0/18\",\r\n \"20.201.149.0/24\",\r\n \"20.201.150.0/24\",\r\n \"20.202.42.0/24\",\r\n \"20.202.50.0/23\",\r\n \"20.202.52.0/23\",\r\n \"20.202.79.0/24\",\r\n \"20.202.87.0/24\",\r\n \"20.202.88.0/24\",\r\n \"20.202.92.0/24\",\r\n \"20.202.96.0/24\",\r\n \"20.202.182.0/24\",\r\n \"20.209.16.0/23\",\r\n \"20.209.236.0/23\",\r\n \"20.210.128.0/18\",\r\n \"23.98.56.0/24\",\r\n \"23.100.104.0/21\",\r\n \"40.64.146.48/28\",\r\n \"40.64.167.0/25\",\r\n \"40.74.64.0/19\",\r\n \"40.74.96.0/22\",\r\n \"40.74.100.0/24\",\r\n \"40.74.101.0/26\",\r\n \"40.74.101.96/27\",\r\n \"40.74.101.128/25\",\r\n \"40.74.102.0/23\",\r\n \"40.74.104.0/21\",\r\n \"40.74.112.0/20\",\r\n \"40.74.128.0/20\",\r\n \"40.79.209.0/24\",\r\n \"40.80.56.0/21\",\r\n \"40.80.176.0/22\",\r\n \"40.80.180.0/26\",\r\n \"40.80.180.64/27\",\r\n \"40.80.180.96/28\",\r\n \"40.80.180.120/29\",\r\n \"40.80.180.128/25\",\r\n \"40.80.181.0/24\",\r\n \"40.80.182.0/23\",\r\n \"40.81.176.0/20\",\r\n \"40.87.204.0/22\",\r\n \"52.121.80.0/22\",\r\n \"52.121.84.0/23\",\r\n \"52.121.116.0/22\",\r\n \"52.121.165.0/24\",\r\n \"52.121.168.0/22\",\r\n \"52.147.64.0/19\",\r\n \"52.175.128.0/18\",\r\n \"52.232.158.0/24\",\r\n \"52.239.146.0/23\",\r\n \"52.245.92.0/22\",\r\n \"74.226.0.0/17\",\r\n \"104.46.224.0/20\",\r\n \"104.214.128.0/19\",\r\n \"104.215.0.0/18\",\r\n \"138.91.16.0/20\",\r\n \"151.206.48.96/27\",\r\n \"151.206.64.0/24\",\r\n \"191.233.32.0/20\",\r\n \"191.237.236.0/24\",\r\n \"191.238.68.0/24\",\r\n \"191.238.80.0/21\",\r\n \"191.238.88.0/22\",\r\n \"191.238.92.0/23\",\r\n \"191.239.96.0/20\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Japan West IPv6\",\r\n \"communityValue\": \"12076:51013\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:600::/46\",\r\n \"2603:1040:606::/47\",\r\n \"2603:1046:1403::800/117\",\r\n \"2603:1046:1403::1000/116\",\r\n \"2603:1046:1403::2000/115\",\r\n \"2603:1046:1403::4000/114\",\r\n \"2603:1046:1403::8000/113\",\r\n \"2603:1046:1403::1:0/112\",\r\n \"2603:1046:1403::2:0/111\",\r\n \"2603:1046:1403::4:0/110\",\r\n \"2603:1046:1403::8:0/109\",\r\n \"2603:1046:1403::10:0/108\",\r\n \"2603:1046:1403::20:0/107\",\r\n \"2603:1046:1403::40:0/106\",\r\n \"2603:1046:1403::80:0/105\",\r\n \"2603:1046:1403::100:0/104\",\r\n \"2603:1046:1403::200:0/103\",\r\n \"2603:1046:1403::400:0/102\",\r\n \"2603:1046:1403::800:0/101\",\r\n \"2603:1046:1403::1000:0/100\",\r\n \"2603:1046:1403::2000:0/99\",\r\n \"2603:1046:1403::4000:0/98\",\r\n \"2603:1046:1403::8000:0/97\",\r\n \"2603:1046:1403::1:0:0/96\",\r\n \"2603:1046:1403::2:0:0/95\",\r\n \"2603:1046:1403::4:0:0/94\",\r\n \"2603:1046:1403::8:0:0/93\",\r\n \"2603:1046:1403::10:0:0/92\",\r\n \"2603:1046:1403::20:0:0/91\",\r\n \"2603:1046:1403::40:0:0/90\",\r\n \"2603:1046:1403::80:0:0/89\",\r\n \"2603:1046:1403::100:0:0/88\",\r\n \"2603:1046:1403::200:0:0/87\",\r\n \"2603:1046:1403::400:0:0/86\",\r\n \"2603:1046:1403::800:0:0/85\",\r\n \"2603:1046:1403::1000:0:0/84\",\r\n \"2603:1046:1403::2000:0:0/83\",\r\n \"2603:1046:1403::4000:0:0/82\",\r\n \"2603:1046:1403::8000:0:0/81\",\r\n \"2603:1046:1403:0:1::/80\",\r\n \"2603:1046:1403:0:2::/79\",\r\n \"2603:1046:1403:0:4::/78\",\r\n \"2603:1046:1403:0:8::/77\",\r\n \"2603:1046:1403:0:10::/76\",\r\n \"2603:1046:1403:0:20::/75\",\r\n \"2603:1046:1403:0:40::/74\",\r\n \"2603:1046:1403:0:80::/73\",\r\n \"2603:1046:1403:0:100::/72\",\r\n \"2603:1046:1403:0:200::/71\",\r\n \"2603:1046:1403:0:400::/70\",\r\n \"2603:1046:1403:0:800::/69\",\r\n \"2603:1046:1403:0:1000::/68\",\r\n \"2603:1046:1403:0:2000::/67\",\r\n \"2603:1046:1403:0:4000::/66\",\r\n \"2603:1046:1403:0:8000::/65\",\r\n \"2603:1046:1403:1::800/117\",\r\n \"2603:1046:1403:1::1000/116\",\r\n \"2603:1046:1403:1::2000/115\",\r\n \"2603:1046:1403:1::4000/114\",\r\n \"2603:1046:1403:1::8000/113\",\r\n \"2603:1046:1403:1::1:0/112\",\r\n \"2603:1046:1403:1::2:0/111\",\r\n \"2603:1046:1403:1::4:0/110\",\r\n \"2603:1046:1403:1::8:0/109\",\r\n \"2603:1046:1403:1::10:0/108\",\r\n \"2603:1046:1403:1::20:0/107\",\r\n \"2603:1046:1403:1::40:0/106\",\r\n \"2603:1046:1403:1::80:0/105\",\r\n \"2603:1046:1403:1::100:0/104\",\r\n \"2603:1046:1403:1::200:0/103\",\r\n \"2603:1046:1403:1::400:0/102\",\r\n \"2603:1046:1403:1::800:0/101\",\r\n \"2603:1046:1403:1::1000:0/100\",\r\n \"2603:1046:1403:1::2000:0/99\",\r\n \"2603:1046:1403:1::4000:0/98\",\r\n \"2603:1046:1403:1::8000:0/97\",\r\n \"2603:1046:1403:1:0:1::/96\",\r\n \"2603:1046:1403:1:0:2::/95\",\r\n \"2603:1046:1403:1:0:4::/94\",\r\n \"2603:1046:1403:1:0:8::/93\",\r\n \"2603:1046:1403:1:0:10::/92\",\r\n \"2603:1046:1403:1:0:20::/91\",\r\n \"2603:1046:1403:1:0:40::/90\",\r\n \"2603:1046:1403:1:0:80::/89\",\r\n \"2603:1046:1403:1:0:100::/88\",\r\n \"2603:1046:1403:1:0:200::/87\",\r\n \"2603:1046:1403:1:0:400::/86\",\r\n \"2603:1046:1403:1:0:800::/85\",\r\n \"2603:1046:1403:1:0:1000::/84\",\r\n \"2603:1046:1403:1:0:2000::/83\",\r\n \"2603:1046:1403:1:0:4000::/82\",\r\n \"2603:1046:1403:1:0:8000::/81\",\r\n \"2603:1046:1403:1:1::/80\",\r\n \"2603:1046:1403:1:2::/79\",\r\n \"2603:1046:1403:1:4::/78\",\r\n \"2603:1046:1403:1:8::/77\",\r\n \"2603:1046:1403:1:10::/76\",\r\n \"2603:1046:1403:1:20::/75\",\r\n \"2603:1046:1403:1:40::/74\",\r\n \"2603:1046:1403:1:80::/73\",\r\n \"2603:1046:1403:1:100::/72\",\r\n \"2603:1046:1403:1:200::/71\",\r\n \"2603:1046:1403:1:400::/70\",\r\n \"2603:1046:1403:1:800::/69\",\r\n \"2603:1046:1403:1:1000::/68\",\r\n \"2603:1046:1403:1:2000::/67\",\r\n \"2603:1046:1403:1:4000::/66\",\r\n \"2603:1046:1403:1:8000::/65\",\r\n \"2603:1046:1403:2::/63\",\r\n \"2603:1046:1403:4::/62\",\r\n \"2603:1046:1403:8::/61\",\r\n \"2603:1046:1403:10::/60\",\r\n \"2603:1046:1403:20::/59\",\r\n \"2603:1046:1403:40::/58\",\r\n \"2603:1046:1403:80::/57\",\r\n \"2603:1046:1403:100::/56\",\r\n \"2603:1046:1403:200::/55\",\r\n \"2603:1046:1403:400::/54\",\r\n \"2603:1046:1403:800::/53\",\r\n \"2603:1046:1403:1000::/52\",\r\n \"2603:1046:1403:2000::/51\",\r\n \"2603:1046:1403:4000::/50\",\r\n \"2603:1046:1403:8000::/49\",\r\n \"2603:1061:1310:1000::/54\",\r\n \"2603:1061:1712::/48\",\r\n \"2603:1061:2000:5c8::/62\",\r\n \"2603:1061:2002:3800::/57\",\r\n \"2603:1061:2004:3100::/57\",\r\n \"2603:1061:2010:e::/64\",\r\n \"2603:1062:c::/63\",\r\n \"2603:1063:40b::/56\",\r\n \"2603:1090:903::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea Central\",\r\n \"communityValue\": \"12076:51029\",\r\n \"communityPrefixes\": [\r\n \"4.181.0.0/16\",\r\n \"4.183.0.0/16\",\r\n \"4.217.0.0/16\",\r\n \"4.218.0.0/16\",\r\n \"4.230.0.0/16\",\r\n \"20.39.184.0/21\",\r\n \"20.39.192.0/20\",\r\n \"20.41.64.0/18\",\r\n \"20.44.24.0/21\",\r\n \"20.60.16.0/24\",\r\n \"20.60.200.0/23\",\r\n \"20.95.140.0/24\",\r\n \"20.150.4.0/23\",\r\n \"20.194.0.0/18\",\r\n \"20.194.64.0/21\",\r\n \"20.194.72.0/24\",\r\n \"20.194.73.16/28\",\r\n \"20.194.73.32/27\",\r\n \"20.194.73.64/26\",\r\n \"20.194.73.128/25\",\r\n \"20.194.74.0/23\",\r\n \"20.194.76.0/22\",\r\n \"20.194.80.0/21\",\r\n \"20.194.96.0/19\",\r\n \"20.196.64.0/18\",\r\n \"20.196.128.0/17\",\r\n \"20.200.192.0/18\",\r\n \"20.202.238.0/23\",\r\n \"20.202.240.0/22\",\r\n \"20.209.46.0/23\",\r\n \"20.209.250.0/23\",\r\n \"20.214.64.0/18\",\r\n \"20.214.128.0/17\",\r\n \"20.249.0.0/16\",\r\n \"40.64.147.0/28\",\r\n \"40.64.167.128/25\",\r\n \"40.79.221.0/24\",\r\n \"40.80.36.0/22\",\r\n \"40.82.128.0/19\",\r\n \"51.53.200.0/21\",\r\n \"52.121.172.0/22\",\r\n \"52.121.176.0/23\",\r\n \"52.141.0.0/18\",\r\n \"52.231.0.0/20\",\r\n \"52.231.16.0/23\",\r\n \"52.231.18.0/24\",\r\n \"52.231.19.0/25\",\r\n \"52.231.19.160/27\",\r\n \"52.231.19.192/26\",\r\n \"52.231.20.0/23\",\r\n \"52.231.22.0/24\",\r\n \"52.231.23.0/26\",\r\n \"52.231.23.64/27\",\r\n \"52.231.23.104/29\",\r\n \"52.231.23.112/28\",\r\n \"52.231.23.128/25\",\r\n \"52.231.24.0/21\",\r\n \"52.231.32.0/19\",\r\n \"52.231.64.0/18\",\r\n \"52.232.145.0/24\",\r\n \"52.239.148.0/27\",\r\n \"52.239.164.192/26\",\r\n \"52.239.190.128/26\",\r\n \"52.245.112.0/22\",\r\n \"52.253.173.0/24\",\r\n \"52.253.174.0/24\",\r\n \"74.227.136.0/21\",\r\n \"151.206.48.224/28\",\r\n \"151.206.69.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea Central IPv6\",\r\n \"communityValue\": \"12076:51029\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:f00::/47\",\r\n \"2603:1040:f02::/48\",\r\n \"2603:1040:f05::/48\",\r\n \"2603:1040:f06::/48\",\r\n \"2603:1046:1404::800/117\",\r\n \"2603:1046:1404::1000/116\",\r\n \"2603:1046:1404::2000/115\",\r\n \"2603:1046:1404::4000/114\",\r\n \"2603:1046:1404::8000/113\",\r\n \"2603:1046:1404::1:0/112\",\r\n \"2603:1046:1404::2:0/111\",\r\n \"2603:1046:1404::4:0/110\",\r\n \"2603:1046:1404::8:0/109\",\r\n \"2603:1046:1404::10:0/108\",\r\n \"2603:1046:1404::20:0/107\",\r\n \"2603:1046:1404::40:0/106\",\r\n \"2603:1046:1404::80:0/105\",\r\n \"2603:1046:1404::100:0/104\",\r\n \"2603:1046:1404::200:0/103\",\r\n \"2603:1046:1404::400:0/102\",\r\n \"2603:1046:1404::800:0/101\",\r\n \"2603:1046:1404::1000:0/100\",\r\n \"2603:1046:1404::2000:0/99\",\r\n \"2603:1046:1404::4000:0/98\",\r\n \"2603:1046:1404::8000:0/97\",\r\n \"2603:1046:1404::1:0:0/96\",\r\n \"2603:1046:1404::2:0:0/95\",\r\n \"2603:1046:1404::4:0:0/94\",\r\n \"2603:1046:1404::8:0:0/93\",\r\n \"2603:1046:1404::10:0:0/92\",\r\n \"2603:1046:1404::20:0:0/91\",\r\n \"2603:1046:1404::40:0:0/90\",\r\n \"2603:1046:1404::80:0:0/89\",\r\n \"2603:1046:1404::100:0:0/88\",\r\n \"2603:1046:1404::200:0:0/87\",\r\n \"2603:1046:1404::400:0:0/86\",\r\n \"2603:1046:1404::800:0:0/85\",\r\n \"2603:1046:1404::1000:0:0/84\",\r\n \"2603:1046:1404::2000:0:0/83\",\r\n \"2603:1046:1404::4000:0:0/82\",\r\n \"2603:1046:1404::8000:0:0/81\",\r\n \"2603:1046:1404:0:1::/80\",\r\n \"2603:1046:1404:0:2::/79\",\r\n \"2603:1046:1404:0:4::/78\",\r\n \"2603:1046:1404:0:8::/77\",\r\n \"2603:1046:1404:0:10::/76\",\r\n \"2603:1046:1404:0:20::/75\",\r\n \"2603:1046:1404:0:40::/74\",\r\n \"2603:1046:1404:0:80::/73\",\r\n \"2603:1046:1404:0:100::/72\",\r\n \"2603:1046:1404:0:200::/71\",\r\n \"2603:1046:1404:0:400::/70\",\r\n \"2603:1046:1404:0:800::/69\",\r\n \"2603:1046:1404:0:1000::/68\",\r\n \"2603:1046:1404:0:2000::/67\",\r\n \"2603:1046:1404:0:4000::/66\",\r\n \"2603:1046:1404:0:8000::/65\",\r\n \"2603:1046:1404:1::800/117\",\r\n \"2603:1046:1404:1::1000/116\",\r\n \"2603:1046:1404:1::2000/115\",\r\n \"2603:1046:1404:1::4000/114\",\r\n \"2603:1046:1404:1::8000/113\",\r\n \"2603:1046:1404:1::1:0/112\",\r\n \"2603:1046:1404:1::2:0/111\",\r\n \"2603:1046:1404:1::4:0/110\",\r\n \"2603:1046:1404:1::8:0/109\",\r\n \"2603:1046:1404:1::10:0/108\",\r\n \"2603:1046:1404:1::20:0/107\",\r\n \"2603:1046:1404:1::40:0/106\",\r\n \"2603:1046:1404:1::80:0/105\",\r\n \"2603:1046:1404:1::100:0/104\",\r\n \"2603:1046:1404:1::200:0/103\",\r\n \"2603:1046:1404:1::400:0/102\",\r\n \"2603:1046:1404:1::800:0/101\",\r\n \"2603:1046:1404:1::1000:0/100\",\r\n \"2603:1046:1404:1::2000:0/99\",\r\n \"2603:1046:1404:1::4000:0/98\",\r\n \"2603:1046:1404:1::8000:0/97\",\r\n \"2603:1046:1404:1:0:1::/96\",\r\n \"2603:1046:1404:1:0:2::/95\",\r\n \"2603:1046:1404:1:0:4::/94\",\r\n \"2603:1046:1404:1:0:8::/93\",\r\n \"2603:1046:1404:1:0:10::/92\",\r\n \"2603:1046:1404:1:0:20::/91\",\r\n \"2603:1046:1404:1:0:40::/90\",\r\n \"2603:1046:1404:1:0:80::/89\",\r\n \"2603:1046:1404:1:0:100::/88\",\r\n \"2603:1046:1404:1:0:200::/87\",\r\n \"2603:1046:1404:1:0:400::/86\",\r\n \"2603:1046:1404:1:0:800::/85\",\r\n \"2603:1046:1404:1:0:1000::/84\",\r\n \"2603:1046:1404:1:0:2000::/83\",\r\n \"2603:1046:1404:1:0:4000::/82\",\r\n \"2603:1046:1404:1:0:8000::/81\",\r\n \"2603:1046:1404:1:1::/80\",\r\n \"2603:1046:1404:1:2::/79\",\r\n \"2603:1046:1404:1:4::/78\",\r\n \"2603:1046:1404:1:8::/77\",\r\n \"2603:1046:1404:1:10::/76\",\r\n \"2603:1046:1404:1:20::/75\",\r\n \"2603:1046:1404:1:40::/74\",\r\n \"2603:1046:1404:1:80::/73\",\r\n \"2603:1046:1404:1:100::/72\",\r\n \"2603:1046:1404:1:200::/71\",\r\n \"2603:1046:1404:1:400::/70\",\r\n \"2603:1046:1404:1:800::/69\",\r\n \"2603:1046:1404:1:1000::/68\",\r\n \"2603:1046:1404:1:2000::/67\",\r\n \"2603:1046:1404:1:4000::/66\",\r\n \"2603:1046:1404:1:8000::/65\",\r\n \"2603:1046:1404:2::/63\",\r\n \"2603:1046:1404:4::/62\",\r\n \"2603:1046:1404:8::/61\",\r\n \"2603:1046:1404:10::/60\",\r\n \"2603:1046:1404:20::/59\",\r\n \"2603:1046:1404:40::/58\",\r\n \"2603:1046:1404:80::/57\",\r\n \"2603:1046:1404:100::/56\",\r\n \"2603:1046:1404:200::/55\",\r\n \"2603:1046:1404:400::/54\",\r\n \"2603:1046:1404:800::/53\",\r\n \"2603:1046:1404:1000::/52\",\r\n \"2603:1046:1404:2000::/51\",\r\n \"2603:1046:1404:4000::/50\",\r\n \"2603:1046:1404:8000::/49\",\r\n \"2603:1061:1310:1c00::/54\",\r\n \"2603:1061:1713::/48\",\r\n \"2603:1061:2000:4c0::/62\",\r\n \"2603:1061:2002:2000::/57\",\r\n \"2603:1061:2004:1800::/57\",\r\n \"2603:1061:2010:f::/64\",\r\n \"2603:1062:c:8::/63\",\r\n \"2603:1063:40c::/56\",\r\n \"2603:1090:604::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea South\",\r\n \"communityValue\": \"12076:51028\",\r\n \"communityPrefixes\": [\r\n \"4.243.0.0/16\",\r\n \"20.39.168.0/21\",\r\n \"20.60.45.0/24\",\r\n \"20.60.202.0/23\",\r\n \"20.150.14.0/23\",\r\n \"20.194.88.0/21\",\r\n \"20.200.128.0/18\",\r\n \"20.202.40.0/24\",\r\n \"20.214.0.0/18\",\r\n \"40.64.147.16/28\",\r\n \"40.64.168.0/25\",\r\n \"40.79.220.0/24\",\r\n \"40.80.32.0/22\",\r\n \"40.80.168.0/21\",\r\n \"40.80.224.0/20\",\r\n \"40.89.192.0/19\",\r\n \"52.147.96.0/19\",\r\n \"52.231.128.0/20\",\r\n \"52.231.144.0/23\",\r\n \"52.231.146.0/24\",\r\n \"52.231.147.0/25\",\r\n \"52.231.147.128/26\",\r\n \"52.231.147.224/27\",\r\n \"52.231.148.0/23\",\r\n \"52.231.150.0/24\",\r\n \"52.231.151.0/27\",\r\n \"52.231.151.32/28\",\r\n \"52.231.151.56/29\",\r\n \"52.231.151.64/26\",\r\n \"52.231.151.128/25\",\r\n \"52.231.152.0/21\",\r\n \"52.231.160.0/19\",\r\n \"52.231.192.0/18\",\r\n \"52.232.144.0/24\",\r\n \"52.239.165.0/26\",\r\n \"52.239.165.160/27\",\r\n \"52.239.190.192/26\",\r\n \"52.239.204.0/24\",\r\n \"52.245.100.0/22\",\r\n \"74.227.0.0/17\",\r\n \"74.227.128.0/21\",\r\n \"151.206.48.192/27\",\r\n \"151.206.68.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Korea South IPv6\",\r\n \"communityValue\": \"12076:51028\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:e00::/47\",\r\n \"2603:1040:e02::/48\",\r\n \"2603:1040:e05::/48\",\r\n \"2603:1040:e06::/48\",\r\n \"2603:1046:1405::800/117\",\r\n \"2603:1046:1405::1000/116\",\r\n \"2603:1046:1405::2000/115\",\r\n \"2603:1046:1405::4000/114\",\r\n \"2603:1046:1405::8000/113\",\r\n \"2603:1046:1405::1:0/112\",\r\n \"2603:1046:1405::2:0/111\",\r\n \"2603:1046:1405::4:0/110\",\r\n \"2603:1046:1405::8:0/109\",\r\n \"2603:1046:1405::10:0/108\",\r\n \"2603:1046:1405::20:0/107\",\r\n \"2603:1046:1405::40:0/106\",\r\n \"2603:1046:1405::80:0/105\",\r\n \"2603:1046:1405::100:0/104\",\r\n \"2603:1046:1405::200:0/103\",\r\n \"2603:1046:1405::400:0/102\",\r\n \"2603:1046:1405::800:0/101\",\r\n \"2603:1046:1405::1000:0/100\",\r\n \"2603:1046:1405::2000:0/99\",\r\n \"2603:1046:1405::4000:0/98\",\r\n \"2603:1046:1405::8000:0/97\",\r\n \"2603:1046:1405::1:0:0/96\",\r\n \"2603:1046:1405::2:0:0/95\",\r\n \"2603:1046:1405::4:0:0/94\",\r\n \"2603:1046:1405::8:0:0/93\",\r\n \"2603:1046:1405::10:0:0/92\",\r\n \"2603:1046:1405::20:0:0/91\",\r\n \"2603:1046:1405::40:0:0/90\",\r\n \"2603:1046:1405::80:0:0/89\",\r\n \"2603:1046:1405::100:0:0/88\",\r\n \"2603:1046:1405::200:0:0/87\",\r\n \"2603:1046:1405::400:0:0/86\",\r\n \"2603:1046:1405::800:0:0/85\",\r\n \"2603:1046:1405::1000:0:0/84\",\r\n \"2603:1046:1405::2000:0:0/83\",\r\n \"2603:1046:1405::4000:0:0/82\",\r\n \"2603:1046:1405::8000:0:0/81\",\r\n \"2603:1046:1405:0:1::/80\",\r\n \"2603:1046:1405:0:2::/79\",\r\n \"2603:1046:1405:0:4::/78\",\r\n \"2603:1046:1405:0:8::/77\",\r\n \"2603:1046:1405:0:10::/76\",\r\n \"2603:1046:1405:0:20::/75\",\r\n \"2603:1046:1405:0:40::/74\",\r\n \"2603:1046:1405:0:80::/73\",\r\n \"2603:1046:1405:0:100::/72\",\r\n \"2603:1046:1405:0:200::/71\",\r\n \"2603:1046:1405:0:400::/70\",\r\n \"2603:1046:1405:0:800::/69\",\r\n \"2603:1046:1405:0:1000::/68\",\r\n \"2603:1046:1405:0:2000::/67\",\r\n \"2603:1046:1405:0:4000::/66\",\r\n \"2603:1046:1405:0:8000::/65\",\r\n \"2603:1046:1405:1::800/117\",\r\n \"2603:1046:1405:1::1000/116\",\r\n \"2603:1046:1405:1::2000/115\",\r\n \"2603:1046:1405:1::4000/114\",\r\n \"2603:1046:1405:1::8000/113\",\r\n \"2603:1046:1405:1::1:0/112\",\r\n \"2603:1046:1405:1::2:0/111\",\r\n \"2603:1046:1405:1::4:0/110\",\r\n \"2603:1046:1405:1::8:0/109\",\r\n \"2603:1046:1405:1::10:0/108\",\r\n \"2603:1046:1405:1::20:0/107\",\r\n \"2603:1046:1405:1::40:0/106\",\r\n \"2603:1046:1405:1::80:0/105\",\r\n \"2603:1046:1405:1::100:0/104\",\r\n \"2603:1046:1405:1::200:0/103\",\r\n \"2603:1046:1405:1::400:0/102\",\r\n \"2603:1046:1405:1::800:0/101\",\r\n \"2603:1046:1405:1::1000:0/100\",\r\n \"2603:1046:1405:1::2000:0/99\",\r\n \"2603:1046:1405:1::4000:0/98\",\r\n \"2603:1046:1405:1::8000:0/97\",\r\n \"2603:1046:1405:1:0:1::/96\",\r\n \"2603:1046:1405:1:0:2::/95\",\r\n \"2603:1046:1405:1:0:4::/94\",\r\n \"2603:1046:1405:1:0:8::/93\",\r\n \"2603:1046:1405:1:0:10::/92\",\r\n \"2603:1046:1405:1:0:20::/91\",\r\n \"2603:1046:1405:1:0:40::/90\",\r\n \"2603:1046:1405:1:0:80::/89\",\r\n \"2603:1046:1405:1:0:100::/88\",\r\n \"2603:1046:1405:1:0:200::/87\",\r\n \"2603:1046:1405:1:0:400::/86\",\r\n \"2603:1046:1405:1:0:800::/85\",\r\n \"2603:1046:1405:1:0:1000::/84\",\r\n \"2603:1046:1405:1:0:2000::/83\",\r\n \"2603:1046:1405:1:0:4000::/82\",\r\n \"2603:1046:1405:1:0:8000::/81\",\r\n \"2603:1046:1405:1:1::/80\",\r\n \"2603:1046:1405:1:2::/79\",\r\n \"2603:1046:1405:1:4::/78\",\r\n \"2603:1046:1405:1:8::/77\",\r\n \"2603:1046:1405:1:10::/76\",\r\n \"2603:1046:1405:1:20::/75\",\r\n \"2603:1046:1405:1:40::/74\",\r\n \"2603:1046:1405:1:80::/73\",\r\n \"2603:1046:1405:1:100::/72\",\r\n \"2603:1046:1405:1:200::/71\",\r\n \"2603:1046:1405:1:400::/70\",\r\n \"2603:1046:1405:1:800::/69\",\r\n \"2603:1046:1405:1:1000::/68\",\r\n \"2603:1046:1405:1:2000::/67\",\r\n \"2603:1046:1405:1:4000::/66\",\r\n \"2603:1046:1405:1:8000::/65\",\r\n \"2603:1046:1405:2::/63\",\r\n \"2603:1046:1405:4::/62\",\r\n \"2603:1046:1405:8::/61\",\r\n \"2603:1046:1405:10::/60\",\r\n \"2603:1046:1405:20::/59\",\r\n \"2603:1046:1405:40::/58\",\r\n \"2603:1046:1405:80::/57\",\r\n \"2603:1046:1405:100::/56\",\r\n \"2603:1046:1405:200::/55\",\r\n \"2603:1046:1405:400::/54\",\r\n \"2603:1046:1405:800::/53\",\r\n \"2603:1046:1405:1000::/52\",\r\n \"2603:1046:1405:2000::/51\",\r\n \"2603:1046:1405:4000::/50\",\r\n \"2603:1046:1405:8000::/49\",\r\n \"2603:1061:1310:2000::/54\",\r\n \"2603:1061:1714::/48\",\r\n \"2603:1061:2000:4c8::/62\",\r\n \"2603:1061:2002:2100::/57\",\r\n \"2603:1061:2004:1900::/57\",\r\n \"2603:1061:2010:10::/64\",\r\n \"2603:1062:c:6::/63\",\r\n \"2603:1063:40d::/56\",\r\n \"2603:1090:505::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Malaysia South\",\r\n \"communityValue\": \"12076:51055\",\r\n \"communityPrefixes\": [\r\n \"20.17.0.0/18\",\r\n \"20.17.64.0/21\",\r\n \"20.17.192.0/18\",\r\n \"20.38.21.0/24\",\r\n \"20.201.146.0/24\",\r\n \"20.209.66.0/23\",\r\n \"20.209.78.0/23\",\r\n \"40.64.192.0/25\",\r\n \"40.112.0.0/19\",\r\n \"40.120.128.0/26\",\r\n \"40.120.128.64/28\",\r\n \"40.120.128.80/29\",\r\n \"40.120.128.88/30\",\r\n \"52.121.8.0/22\",\r\n \"52.121.12.0/23\",\r\n \"52.121.14.0/24\",\r\n \"52.121.167.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Malaysia South IPv6\",\r\n \"communityValue\": \"12076:51055\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1502::/47\",\r\n \"2603:1040:1504::/48\",\r\n \"2603:1061:100a::/59\",\r\n \"2603:1061:100a:20::/63\",\r\n \"2603:1061:1740::/48\",\r\n \"2603:1061:2010:40::/64\",\r\n \"2603:1063:415::/64\",\r\n \"2603:1090:1700::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Central US\",\r\n \"communityValue\": \"12076:51007\",\r\n \"communityPrefixes\": [\r\n \"20.25.192.0/18\",\r\n \"20.36.96.0/21\",\r\n \"20.41.128.0/18\",\r\n \"20.49.112.0/21\",\r\n \"20.51.0.0/25\",\r\n \"20.51.0.196/30\",\r\n \"20.51.0.200/29\",\r\n \"20.51.0.208/28\",\r\n \"20.51.0.224/27\",\r\n \"20.51.1.0/24\",\r\n \"20.51.2.0/23\",\r\n \"20.51.4.0/22\",\r\n \"20.59.192.0/18\",\r\n \"20.60.28.0/23\",\r\n \"20.60.82.0/23\",\r\n \"20.66.128.0/17\",\r\n \"20.72.32.0/19\",\r\n \"20.80.0.0/18\",\r\n \"20.88.0.0/18\",\r\n \"20.95.7.0/24\",\r\n \"20.95.8.0/21\",\r\n \"20.95.18.0/24\",\r\n \"20.98.0.0/18\",\r\n \"20.102.192.0/18\",\r\n \"20.112.160.0/20\",\r\n \"20.112.176.0/21\",\r\n \"20.125.160.0/19\",\r\n \"20.125.192.0/19\",\r\n \"20.125.224.0/20\",\r\n \"20.150.17.0/25\",\r\n \"20.150.25.0/24\",\r\n \"20.150.49.0/24\",\r\n \"20.150.67.0/24\",\r\n \"20.150.126.0/24\",\r\n \"20.201.135.0/24\",\r\n \"20.201.136.0/24\",\r\n \"20.209.38.0/23\",\r\n \"20.209.114.0/23\",\r\n \"20.209.218.0/24\",\r\n \"20.221.192.0/18\",\r\n \"20.236.64.0/18\",\r\n \"20.241.0.0/17\",\r\n \"23.96.128.0/17\",\r\n \"23.98.48.0/21\",\r\n \"23.100.72.0/21\",\r\n \"23.100.224.0/20\",\r\n \"23.101.160.0/20\",\r\n \"40.64.146.96/28\",\r\n \"40.64.168.128/25\",\r\n \"40.78.208.64/28\",\r\n \"40.78.222.0/24\",\r\n \"40.80.184.0/21\",\r\n \"40.81.32.0/20\",\r\n \"40.87.172.0/22\",\r\n \"40.91.24.0/22\",\r\n \"40.116.0.0/16\",\r\n \"52.141.128.0/18\",\r\n \"52.159.64.0/18\",\r\n \"52.162.0.0/18\",\r\n \"52.162.64.0/19\",\r\n \"52.162.96.0/21\",\r\n \"52.162.104.0/22\",\r\n \"52.162.108.0/23\",\r\n \"52.162.110.0/26\",\r\n \"52.162.110.64/27\",\r\n \"52.162.110.128/25\",\r\n \"52.162.111.0/24\",\r\n \"52.162.112.0/20\",\r\n \"52.162.128.0/17\",\r\n \"52.232.156.0/24\",\r\n \"52.237.128.0/18\",\r\n \"52.239.149.0/24\",\r\n \"52.239.186.0/24\",\r\n \"52.239.253.0/24\",\r\n \"52.240.128.0/18\",\r\n \"52.240.192.0/19\",\r\n \"52.240.224.0/20\",\r\n \"52.240.240.0/24\",\r\n \"52.240.241.0/26\",\r\n \"52.240.241.64/28\",\r\n \"52.240.241.80/29\",\r\n \"52.240.241.96/27\",\r\n \"52.240.241.128/25\",\r\n \"52.240.242.0/23\",\r\n \"52.240.244.0/22\",\r\n \"52.240.248.0/21\",\r\n \"52.245.72.0/22\",\r\n \"52.252.128.0/17\",\r\n \"57.150.11.112/28\",\r\n \"57.150.11.128/25\",\r\n \"57.150.12.0/25\",\r\n \"57.150.12.128/28\",\r\n \"57.150.19.80/28\",\r\n \"57.150.19.96/27\",\r\n \"57.150.19.128/27\",\r\n \"57.150.19.160/28\",\r\n \"65.52.0.0/19\",\r\n \"65.52.48.0/20\",\r\n \"65.52.104.0/24\",\r\n \"65.52.106.16/28\",\r\n \"65.52.106.32/27\",\r\n \"65.52.106.64/26\",\r\n \"65.52.106.128/25\",\r\n \"65.52.192.0/19\",\r\n \"65.52.232.0/21\",\r\n \"65.52.240.0/21\",\r\n \"104.47.220.0/22\",\r\n \"151.206.50.160/27\",\r\n \"151.206.94.0/23\",\r\n \"157.55.24.0/21\",\r\n \"157.55.60.224/27\",\r\n \"157.55.64.0/20\",\r\n \"157.55.115.0/25\",\r\n \"157.55.136.0/21\",\r\n \"157.55.151.0/28\",\r\n \"157.55.160.0/20\",\r\n \"157.55.208.0/21\",\r\n \"157.55.248.0/21\",\r\n \"157.56.8.0/21\",\r\n \"157.56.24.160/27\",\r\n \"157.56.24.192/28\",\r\n \"157.56.28.0/22\",\r\n \"157.56.216.0/26\",\r\n \"168.62.96.0/19\",\r\n \"168.62.224.0/19\",\r\n \"172.183.0.0/16\",\r\n \"172.214.128.0/17\",\r\n \"191.233.144.0/20\",\r\n \"191.236.128.0/18\",\r\n \"207.46.193.192/28\",\r\n \"207.46.193.224/27\",\r\n \"207.46.198.128/25\",\r\n \"207.46.200.96/27\",\r\n \"207.46.200.176/28\",\r\n \"207.46.202.128/28\",\r\n \"207.46.205.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Central US IPv6\",\r\n \"communityValue\": \"12076:51007\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:600::/46\",\r\n \"2603:1030:604::/47\",\r\n \"2603:1030:608::/47\",\r\n \"2603:1061:1312:1800::/54\",\r\n \"2603:1061:1715::/48\",\r\n \"2603:1061:2010:11::/64\",\r\n \"2603:1062:c:26::/63\",\r\n \"2603:1063:40e::/56\",\r\n \"2603:10b0:70d::/60\",\r\n \"2603:10b0:70d:10::/64\",\r\n \"2a01:111:f100:1000::/62\",\r\n \"2a01:111:f100:1004::/63\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Europe\",\r\n \"communityValue\": \"12076:51003\",\r\n \"communityPrefixes\": [\r\n \"4.207.0.0/16\",\r\n \"4.208.0.0/21\",\r\n \"4.208.8.0/22\",\r\n \"4.208.12.0/24\",\r\n \"4.208.14.0/23\",\r\n \"4.208.16.0/20\",\r\n \"4.208.32.0/19\",\r\n \"4.208.64.0/18\",\r\n \"4.208.128.0/17\",\r\n \"4.209.0.0/16\",\r\n \"4.210.0.0/17\",\r\n \"4.231.128.0/17\",\r\n \"4.245.128.0/17\",\r\n \"13.69.128.0/18\",\r\n \"13.69.192.0/19\",\r\n \"13.69.224.0/23\",\r\n \"13.69.226.0/25\",\r\n \"13.69.227.0/24\",\r\n \"13.69.228.0/24\",\r\n \"13.69.229.0/26\",\r\n \"13.69.229.64/27\",\r\n \"13.69.229.128/25\",\r\n \"13.69.230.0/23\",\r\n \"13.69.232.0/24\",\r\n \"13.69.233.0/27\",\r\n \"13.69.233.32/28\",\r\n \"13.69.233.56/29\",\r\n \"13.69.233.64/26\",\r\n \"13.69.233.128/25\",\r\n \"13.69.234.0/23\",\r\n \"13.69.236.0/22\",\r\n \"13.69.240.0/20\",\r\n \"13.70.192.0/18\",\r\n \"13.74.0.0/18\",\r\n \"13.74.64.0/19\",\r\n \"13.74.96.0/21\",\r\n \"13.74.104.0/23\",\r\n \"13.74.106.0/25\",\r\n \"13.74.107.0/24\",\r\n \"13.74.108.0/22\",\r\n \"13.74.112.0/20\",\r\n \"13.74.128.0/17\",\r\n \"13.79.0.0/16\",\r\n \"13.94.64.0/18\",\r\n \"20.13.128.0/17\",\r\n \"20.38.64.0/19\",\r\n \"20.38.102.0/23\",\r\n \"20.50.64.0/20\",\r\n \"20.50.80.0/21\",\r\n \"20.54.0.0/17\",\r\n \"20.60.19.0/24\",\r\n \"20.60.40.0/23\",\r\n \"20.60.144.0/23\",\r\n \"20.60.204.0/23\",\r\n \"20.60.246.0/23\",\r\n \"20.67.128.0/17\",\r\n \"20.82.128.0/17\",\r\n \"20.93.0.0/17\",\r\n \"20.95.88.0/21\",\r\n \"20.105.0.0/17\",\r\n \"20.107.128.0/17\",\r\n \"20.123.0.0/17\",\r\n \"20.150.26.0/24\",\r\n \"20.150.47.128/25\",\r\n \"20.150.48.0/24\",\r\n \"20.150.75.0/24\",\r\n \"20.150.84.0/24\",\r\n \"20.150.104.0/24\",\r\n \"20.166.0.0/16\",\r\n \"20.191.0.0/18\",\r\n \"20.202.1.0/24\",\r\n \"20.202.119.0/24\",\r\n \"20.202.141.0/24\",\r\n \"20.202.142.0/23\",\r\n \"20.202.144.0/22\",\r\n \"20.202.148.0/23\",\r\n \"20.202.151.0/24\",\r\n \"20.202.153.0/24\",\r\n \"20.202.155.0/24\",\r\n \"20.202.157.0/24\",\r\n \"20.202.159.0/24\",\r\n \"20.202.161.0/24\",\r\n \"20.202.163.0/24\",\r\n \"20.202.165.0/24\",\r\n \"20.202.167.0/24\",\r\n \"20.209.14.0/23\",\r\n \"20.209.58.0/23\",\r\n \"20.209.96.0/23\",\r\n \"20.209.104.0/23\",\r\n \"20.209.160.0/23\",\r\n \"20.209.220.0/23\",\r\n \"20.223.0.0/16\",\r\n \"20.234.0.0/17\",\r\n \"20.238.0.0/17\",\r\n \"23.100.48.0/20\",\r\n \"23.100.128.0/18\",\r\n \"23.101.48.0/20\",\r\n \"23.102.0.0/18\",\r\n \"40.64.144.64/27\",\r\n \"40.64.169.0/25\",\r\n \"40.67.224.0/19\",\r\n \"40.69.0.0/18\",\r\n \"40.69.64.0/19\",\r\n \"40.69.192.0/19\",\r\n \"40.78.211.0/24\",\r\n \"40.85.0.0/17\",\r\n \"40.85.128.0/20\",\r\n \"40.87.128.0/19\",\r\n \"40.87.188.0/22\",\r\n \"40.90.141.128/29\",\r\n \"40.90.145.224/27\",\r\n \"40.91.20.0/22\",\r\n \"40.91.32.0/22\",\r\n \"40.112.36.0/25\",\r\n \"40.112.37.64/26\",\r\n \"40.112.64.0/19\",\r\n \"40.113.0.0/18\",\r\n \"40.113.64.0/19\",\r\n \"40.115.96.0/19\",\r\n \"40.120.160.0/22\",\r\n \"40.123.156.0/22\",\r\n \"40.127.96.0/20\",\r\n \"40.127.128.0/17\",\r\n \"51.104.64.0/18\",\r\n \"51.104.128.0/18\",\r\n \"51.138.176.0/20\",\r\n \"51.138.224.0/20\",\r\n \"52.120.136.0/21\",\r\n \"52.120.192.0/20\",\r\n \"52.121.16.0/21\",\r\n \"52.121.48.0/20\",\r\n \"52.138.128.0/17\",\r\n \"52.142.64.0/18\",\r\n \"52.143.195.0/24\",\r\n \"52.143.209.0/24\",\r\n \"52.146.128.0/22\",\r\n \"52.146.132.0/26\",\r\n \"52.146.132.64/27\",\r\n \"52.146.132.128/25\",\r\n \"52.146.133.0/26\",\r\n \"52.146.133.64/28\",\r\n \"52.146.133.96/27\",\r\n \"52.146.133.128/25\",\r\n \"52.146.134.0/23\",\r\n \"52.146.136.0/24\",\r\n \"52.146.137.0/26\",\r\n \"52.146.137.64/31\",\r\n \"52.146.137.68/30\",\r\n \"52.146.137.72/29\",\r\n \"52.146.137.96/27\",\r\n \"52.146.137.168/29\",\r\n \"52.146.137.176/28\",\r\n \"52.146.137.192/26\",\r\n \"52.146.138.0/23\",\r\n \"52.146.140.0/22\",\r\n \"52.146.144.0/20\",\r\n \"52.146.160.0/19\",\r\n \"52.146.192.0/18\",\r\n \"52.155.64.0/19\",\r\n \"52.155.128.0/17\",\r\n \"52.156.192.0/18\",\r\n \"52.158.0.0/17\",\r\n \"52.164.0.0/16\",\r\n \"52.169.0.0/16\",\r\n \"52.178.128.0/17\",\r\n \"52.232.148.0/24\",\r\n \"52.236.0.0/17\",\r\n \"52.239.136.0/22\",\r\n \"52.239.205.0/24\",\r\n \"52.239.248.0/24\",\r\n \"52.245.40.0/22\",\r\n \"52.245.88.0/22\",\r\n \"57.150.13.128/27\",\r\n \"57.150.13.160/28\",\r\n \"57.150.20.0/28\",\r\n \"65.52.64.0/20\",\r\n \"65.52.224.0/21\",\r\n \"68.219.0.0/17\",\r\n \"68.219.128.0/19\",\r\n \"68.219.192.0/18\",\r\n \"74.234.0.0/17\",\r\n \"94.245.88.0/21\",\r\n \"94.245.104.0/21\",\r\n \"94.245.117.96/27\",\r\n \"94.245.118.0/27\",\r\n \"94.245.120.128/28\",\r\n \"94.245.122.0/24\",\r\n \"94.245.123.144/28\",\r\n \"94.245.123.176/28\",\r\n \"98.71.0.0/17\",\r\n \"104.41.64.0/18\",\r\n \"104.41.192.0/18\",\r\n \"104.44.88.66/31\",\r\n \"104.45.80.0/20\",\r\n \"104.45.96.0/19\",\r\n \"104.46.8.0/21\",\r\n \"104.46.64.0/19\",\r\n \"104.47.218.0/23\",\r\n \"134.170.80.64/28\",\r\n \"137.116.224.0/19\",\r\n \"137.135.128.0/17\",\r\n \"138.91.48.0/20\",\r\n \"151.206.49.64/27\",\r\n \"151.206.75.192/26\",\r\n \"151.206.76.0/23\",\r\n \"151.206.78.0/25\",\r\n \"157.55.3.0/24\",\r\n \"157.55.10.160/29\",\r\n \"157.55.10.176/28\",\r\n \"157.55.204.128/25\",\r\n \"168.61.80.0/20\",\r\n \"168.61.96.0/19\",\r\n \"168.63.32.0/19\",\r\n \"168.63.64.0/20\",\r\n \"168.63.80.0/21\",\r\n \"168.63.92.0/22\",\r\n \"172.205.0.0/17\",\r\n \"191.235.128.0/18\",\r\n \"191.235.192.0/22\",\r\n \"191.235.208.0/20\",\r\n \"191.235.255.0/24\",\r\n \"191.237.192.0/23\",\r\n \"191.237.194.0/24\",\r\n \"191.237.196.0/24\",\r\n \"191.237.208.0/20\",\r\n \"191.238.96.0/19\",\r\n \"191.239.208.0/20\",\r\n \"193.149.88.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure North Europe IPv6\",\r\n \"communityValue\": \"12076:51003\",\r\n \"communityPrefixes\": [\r\n \"2603:1020::/47\",\r\n \"2603:1020:2::/48\",\r\n \"2603:1020:5::/48\",\r\n \"2603:1020:6::/48\",\r\n \"2603:1026:2404::800/117\",\r\n \"2603:1026:2404::1000/116\",\r\n \"2603:1026:2404::2000/115\",\r\n \"2603:1026:2404::4000/114\",\r\n \"2603:1026:2404::8000/113\",\r\n \"2603:1026:2404::1:0/112\",\r\n \"2603:1026:2404::2:0/111\",\r\n \"2603:1026:2404::4:0/110\",\r\n \"2603:1026:2404::8:0/109\",\r\n \"2603:1026:2404::10:0/108\",\r\n \"2603:1026:2404::20:0/107\",\r\n \"2603:1026:2404::40:0/106\",\r\n \"2603:1026:2404::80:0/105\",\r\n \"2603:1026:2404::100:0/104\",\r\n \"2603:1026:2404::200:0/103\",\r\n \"2603:1026:2404::400:0/102\",\r\n \"2603:1026:2404::800:0/101\",\r\n \"2603:1026:2404::1000:0/100\",\r\n \"2603:1026:2404::2000:0/99\",\r\n \"2603:1026:2404::4000:0/98\",\r\n \"2603:1026:2404::8000:0/97\",\r\n \"2603:1026:2404::1:0:0/96\",\r\n \"2603:1026:2404::2:0:0/95\",\r\n \"2603:1026:2404::4:0:0/94\",\r\n \"2603:1026:2404::8:0:0/93\",\r\n \"2603:1026:2404::10:0:0/92\",\r\n \"2603:1026:2404::20:0:0/91\",\r\n \"2603:1026:2404::40:0:0/90\",\r\n \"2603:1026:2404::80:0:0/89\",\r\n \"2603:1026:2404::100:0:0/88\",\r\n \"2603:1026:2404::200:0:0/87\",\r\n \"2603:1026:2404::400:0:0/86\",\r\n \"2603:1026:2404::800:0:0/85\",\r\n \"2603:1026:2404::1000:0:0/84\",\r\n \"2603:1026:2404::2000:0:0/83\",\r\n \"2603:1026:2404::4000:0:0/82\",\r\n \"2603:1026:2404::8000:0:0/81\",\r\n \"2603:1026:2404:0:1::/80\",\r\n \"2603:1026:2404:0:2::/79\",\r\n \"2603:1026:2404:0:4::/78\",\r\n \"2603:1026:2404:0:8::/77\",\r\n \"2603:1026:2404:0:10::/76\",\r\n \"2603:1026:2404:0:20::/75\",\r\n \"2603:1026:2404:0:40::/74\",\r\n \"2603:1026:2404:0:80::/73\",\r\n \"2603:1026:2404:0:100::/72\",\r\n \"2603:1026:2404:0:200::/71\",\r\n \"2603:1026:2404:0:400::/70\",\r\n \"2603:1026:2404:0:800::/69\",\r\n \"2603:1026:2404:0:1000::/68\",\r\n \"2603:1026:2404:0:2000::/67\",\r\n \"2603:1026:2404:0:4000::/66\",\r\n \"2603:1026:2404:0:8000::/65\",\r\n \"2603:1026:2404:1::800/117\",\r\n \"2603:1026:2404:1::1000/116\",\r\n \"2603:1026:2404:1::2000/115\",\r\n \"2603:1026:2404:1::4000/114\",\r\n \"2603:1026:2404:1::8000/113\",\r\n \"2603:1026:2404:1::1:0/112\",\r\n \"2603:1026:2404:1::2:0/111\",\r\n \"2603:1026:2404:1::4:0/110\",\r\n \"2603:1026:2404:1::8:0/109\",\r\n \"2603:1026:2404:1::10:0/108\",\r\n \"2603:1026:2404:1::20:0/107\",\r\n \"2603:1026:2404:1::40:0/106\",\r\n \"2603:1026:2404:1::80:0/105\",\r\n \"2603:1026:2404:1::100:0/104\",\r\n \"2603:1026:2404:1::200:0/103\",\r\n \"2603:1026:2404:1::400:0/102\",\r\n \"2603:1026:2404:1::800:0/101\",\r\n \"2603:1026:2404:1::1000:0/100\",\r\n \"2603:1026:2404:1::2000:0/99\",\r\n \"2603:1026:2404:1::4000:0/98\",\r\n \"2603:1026:2404:1::8000:0/97\",\r\n \"2603:1026:2404:1:0:1::/96\",\r\n \"2603:1026:2404:1:0:2::/95\",\r\n \"2603:1026:2404:1:0:4::/94\",\r\n \"2603:1026:2404:1:0:8::/93\",\r\n \"2603:1026:2404:1:0:10::/92\",\r\n \"2603:1026:2404:1:0:20::/91\",\r\n \"2603:1026:2404:1:0:40::/90\",\r\n \"2603:1026:2404:1:0:80::/89\",\r\n \"2603:1026:2404:1:0:100::/88\",\r\n \"2603:1026:2404:1:0:200::/87\",\r\n \"2603:1026:2404:1:0:400::/86\",\r\n \"2603:1026:2404:1:0:800::/85\",\r\n \"2603:1026:2404:1:0:1000::/84\",\r\n \"2603:1026:2404:1:0:2000::/83\",\r\n \"2603:1026:2404:1:0:4000::/82\",\r\n \"2603:1026:2404:1:0:8000::/81\",\r\n \"2603:1026:2404:1:1::/80\",\r\n \"2603:1026:2404:1:2::/79\",\r\n \"2603:1026:2404:1:4::/78\",\r\n \"2603:1026:2404:1:8::/77\",\r\n \"2603:1026:2404:1:10::/76\",\r\n \"2603:1026:2404:1:20::/75\",\r\n \"2603:1026:2404:1:40::/74\",\r\n \"2603:1026:2404:1:80::/73\",\r\n \"2603:1026:2404:1:100::/72\",\r\n \"2603:1026:2404:1:200::/71\",\r\n \"2603:1026:2404:1:400::/70\",\r\n \"2603:1026:2404:1:800::/69\",\r\n \"2603:1026:2404:1:1000::/68\",\r\n \"2603:1026:2404:1:2000::/67\",\r\n \"2603:1026:2404:1:4000::/66\",\r\n \"2603:1026:2404:1:8000::/65\",\r\n \"2603:1026:2404:2::/63\",\r\n \"2603:1026:2404:4::/62\",\r\n \"2603:1026:2404:8::/61\",\r\n \"2603:1026:2404:10::/60\",\r\n \"2603:1026:2404:20::/59\",\r\n \"2603:1026:2404:40::/58\",\r\n \"2603:1026:2404:80::/57\",\r\n \"2603:1026:2404:100::/56\",\r\n \"2603:1026:2404:200::/55\",\r\n \"2603:1026:2404:400::/54\",\r\n \"2603:1026:2404:800::/53\",\r\n \"2603:1026:2404:1000::/52\",\r\n \"2603:1026:2404:2000::/51\",\r\n \"2603:1026:2404:4000::/50\",\r\n \"2603:1026:2404:8000::/49\",\r\n \"2603:1061:1311:2000::/54\",\r\n \"2603:1061:1716::/48\",\r\n \"2603:1061:2000:688::/62\",\r\n \"2603:1061:2002:900::/56\",\r\n \"2603:1061:2004:7900::/56\",\r\n \"2603:1061:2010:12::/64\",\r\n \"2603:1062:c:16::/63\",\r\n \"2603:1063:40f::/56\",\r\n \"2603:10a0:10c::/60\",\r\n \"2a01:111:f100:a000::/63\",\r\n \"2a01:111:f100:a002::/64\",\r\n \"2a01:111:f100:a004::/64\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway East\",\r\n \"communityValue\": \"12076:51042\",\r\n \"communityPrefixes\": [\r\n \"4.177.0.0/16\",\r\n \"4.179.0.0/16\",\r\n \"4.219.0.0/16\",\r\n \"4.220.0.0/17\",\r\n \"4.235.0.0/16\",\r\n \"20.38.120.0/24\",\r\n \"20.60.206.0/23\",\r\n \"20.95.65.0/24\",\r\n \"20.100.0.0/18\",\r\n \"20.100.128.0/17\",\r\n \"20.150.53.0/24\",\r\n \"20.150.121.0/24\",\r\n \"20.209.24.0/23\",\r\n \"20.209.252.0/23\",\r\n \"20.251.0.0/16\",\r\n \"40.64.146.224/28\",\r\n \"40.64.181.0/25\",\r\n \"40.119.104.0/22\",\r\n \"40.126.200.0/24\",\r\n \"51.13.0.0/17\",\r\n \"51.13.160.0/19\",\r\n \"51.107.208.0/20\",\r\n \"51.120.0.0/18\",\r\n \"51.120.64.0/19\",\r\n \"51.120.96.0/21\",\r\n \"51.120.104.0/22\",\r\n \"51.120.108.0/24\",\r\n \"51.120.109.0/26\",\r\n \"51.120.109.64/27\",\r\n \"51.120.109.96/28\",\r\n \"51.120.109.120/29\",\r\n \"51.120.109.128/25\",\r\n \"51.120.110.0/23\",\r\n \"51.120.112.0/20\",\r\n \"51.120.208.0/21\",\r\n \"51.120.232.0/21\",\r\n \"51.120.240.0/20\",\r\n \"52.253.168.0/24\",\r\n \"52.253.177.0/24\",\r\n \"52.253.178.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway East IPv6\",\r\n \"communityValue\": \"12076:51042\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:e00::/47\",\r\n \"2603:1020:e04::/47\",\r\n \"2603:1061:1311:2800::/54\",\r\n \"2603:1061:172a::/48\",\r\n \"2603:1061:2000:480::/62\",\r\n \"2603:1061:2002:1800::/57\",\r\n \"2603:1061:2004:1000::/57\",\r\n \"2603:1061:2010:2a::/64\",\r\n \"2603:1063:410::/56\",\r\n \"2603:10a0:402::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway West\",\r\n \"communityValue\": \"12076:51043\",\r\n \"communityPrefixes\": [\r\n \"4.220.128.0/17\",\r\n \"20.60.15.0/24\",\r\n \"20.100.64.0/18\",\r\n \"20.150.0.0/24\",\r\n \"20.150.56.0/24\",\r\n \"40.64.181.128/25\",\r\n \"40.119.108.0/22\",\r\n \"40.126.201.0/24\",\r\n \"51.13.128.0/28\",\r\n \"51.13.128.24/29\",\r\n \"51.13.128.32/27\",\r\n \"51.13.128.64/26\",\r\n \"51.13.128.128/25\",\r\n \"51.13.129.0/24\",\r\n \"51.13.130.0/23\",\r\n \"51.13.132.0/22\",\r\n \"51.13.136.0/21\",\r\n \"51.13.144.0/20\",\r\n \"51.120.128.0/18\",\r\n \"51.120.192.0/20\",\r\n \"51.120.216.0/21\",\r\n \"51.120.224.0/21\",\r\n \"52.253.167.0/24\",\r\n \"74.240.0.0/17\",\r\n \"74.240.128.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Norway West IPv6\",\r\n \"communityValue\": \"12076:51043\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:f00::/47\",\r\n \"2603:1020:f04::/47\",\r\n \"2603:1061:1311:2c00::/54\",\r\n \"2603:1061:172b::/48\",\r\n \"2603:1061:2000:488::/62\",\r\n \"2603:1061:2002:1900::/57\",\r\n \"2603:1061:2004:1100::/57\",\r\n \"2603:1061:2010:2b::/64\",\r\n \"2603:1063:411::/56\",\r\n \"2603:10a0:501::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzurePolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzurePolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Poland Central\",\r\n \"communityValue\": \"12076:51051\",\r\n \"communityPrefixes\": [\r\n \"20.38.17.0/24\",\r\n \"20.60.92.0/23\",\r\n \"20.209.60.0/23\",\r\n \"20.209.94.0/23\",\r\n \"20.215.0.0/16\",\r\n \"40.64.186.128/25\",\r\n \"40.123.172.0/25\",\r\n \"40.123.172.128/26\",\r\n \"40.123.172.192/27\",\r\n \"40.123.172.224/29\",\r\n \"40.123.172.232/30\",\r\n \"52.253.204.0/23\",\r\n \"52.253.206.0/24\",\r\n \"74.248.0.0/17\",\r\n \"151.206.49.160/28\",\r\n \"151.206.84.0/24\",\r\n \"151.206.85.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Poland Central IPv6\",\r\n \"communityValue\": \"12076:51051\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1300::/47\",\r\n \"2603:1020:1302::/48\",\r\n \"2603:1026:2413::800/117\",\r\n \"2603:1026:2413::1000/116\",\r\n \"2603:1026:2413::2000/115\",\r\n \"2603:1026:2413::4000/114\",\r\n \"2603:1026:2413::8000/113\",\r\n \"2603:1026:2413::1:0/112\",\r\n \"2603:1026:2413::2:0/111\",\r\n \"2603:1026:2413::4:0/110\",\r\n \"2603:1026:2413::8:0/109\",\r\n \"2603:1026:2413::10:0/108\",\r\n \"2603:1026:2413::20:0/107\",\r\n \"2603:1026:2413::40:0/106\",\r\n \"2603:1026:2413::80:0/105\",\r\n \"2603:1026:2413::100:0/104\",\r\n \"2603:1026:2413::200:0/103\",\r\n \"2603:1026:2413::400:0/102\",\r\n \"2603:1026:2413::800:0/101\",\r\n \"2603:1026:2413::1000:0/100\",\r\n \"2603:1026:2413::2000:0/99\",\r\n \"2603:1026:2413::4000:0/98\",\r\n \"2603:1026:2413::8000:0/97\",\r\n \"2603:1026:2413::1:0:0/96\",\r\n \"2603:1026:2413::2:0:0/95\",\r\n \"2603:1026:2413::4:0:0/94\",\r\n \"2603:1026:2413::8:0:0/93\",\r\n \"2603:1026:2413::10:0:0/92\",\r\n \"2603:1026:2413::20:0:0/91\",\r\n \"2603:1026:2413::40:0:0/90\",\r\n \"2603:1026:2413::80:0:0/89\",\r\n \"2603:1026:2413::100:0:0/88\",\r\n \"2603:1026:2413::200:0:0/87\",\r\n \"2603:1026:2413::400:0:0/86\",\r\n \"2603:1026:2413::800:0:0/85\",\r\n \"2603:1026:2413::1000:0:0/84\",\r\n \"2603:1026:2413::2000:0:0/83\",\r\n \"2603:1026:2413::4000:0:0/82\",\r\n \"2603:1026:2413::8000:0:0/81\",\r\n \"2603:1026:2413:0:1::/80\",\r\n \"2603:1026:2413:0:2::/79\",\r\n \"2603:1026:2413:0:4::/78\",\r\n \"2603:1026:2413:0:8::/77\",\r\n \"2603:1026:2413:0:10::/76\",\r\n \"2603:1026:2413:0:20::/75\",\r\n \"2603:1026:2413:0:40::/74\",\r\n \"2603:1026:2413:0:80::/73\",\r\n \"2603:1026:2413:0:100::/72\",\r\n \"2603:1026:2413:0:200::/71\",\r\n \"2603:1026:2413:0:400::/70\",\r\n \"2603:1026:2413:0:800::/69\",\r\n \"2603:1026:2413:0:1000::/68\",\r\n \"2603:1026:2413:0:2000::/67\",\r\n \"2603:1026:2413:0:4000::/66\",\r\n \"2603:1026:2413:0:8000::/65\",\r\n \"2603:1026:2413:1::/64\",\r\n \"2603:1026:2413:2::/63\",\r\n \"2603:1026:2413:4::/62\",\r\n \"2603:1026:2413:8::/61\",\r\n \"2603:1026:2413:10::/60\",\r\n \"2603:1026:2413:20::/59\",\r\n \"2603:1026:2413:40::/58\",\r\n \"2603:1026:2413:80::/57\",\r\n \"2603:1026:2413:100::/56\",\r\n \"2603:1026:2413:200::/55\",\r\n \"2603:1026:2413:400::/54\",\r\n \"2603:1026:2413:800::/53\",\r\n \"2603:1026:2413:1000::/52\",\r\n \"2603:1026:2413:2000::/51\",\r\n \"2603:1026:2413:4000::/50\",\r\n \"2603:1026:2413:8000::/49\",\r\n \"2603:1061:1006::/58\",\r\n \"2603:1061:1006:40::/59\",\r\n \"2603:1061:1006:60::/61\",\r\n \"2603:1061:1006:68::/63\",\r\n \"2603:1061:1311:3000::/54\",\r\n \"2603:1061:1735::/48\",\r\n \"2603:1061:2002:9800::/57\",\r\n \"2603:1061:2004:9800::/57\",\r\n \"2603:1061:2010:35::/64\",\r\n \"2603:1062:c:1c::/63\",\r\n \"2603:10a0:1700:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Qatar Central\",\r\n \"communityValue\": \"12076:51049\",\r\n \"communityPrefixes\": [\r\n \"4.170.0.0/15\",\r\n \"4.244.0.0/16\",\r\n \"20.21.0.0/16\",\r\n \"20.38.16.0/24\",\r\n \"20.60.208.0/23\",\r\n \"20.95.129.0/24\",\r\n \"20.173.0.0/16\",\r\n \"20.209.2.0/23\",\r\n \"20.209.54.0/23\",\r\n \"20.209.202.0/23\",\r\n \"40.64.185.128/25\",\r\n \"40.123.148.0/25\",\r\n \"40.123.148.128/26\",\r\n \"40.123.148.192/27\",\r\n \"40.123.148.224/28\",\r\n \"40.123.148.240/29\",\r\n \"40.123.148.248/31\",\r\n \"52.253.200.0/23\",\r\n \"52.253.202.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Qatar Central IPv6\",\r\n \"communityValue\": \"12076:51049\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1001::/48\",\r\n \"2603:1040:1002::/48\",\r\n \"2603:1040:1004::/48\",\r\n \"2603:1046:140c::800/117\",\r\n \"2603:1046:140c::1000/116\",\r\n \"2603:1046:140c::2000/115\",\r\n \"2603:1046:140c::4000/114\",\r\n \"2603:1046:140c::8000/113\",\r\n \"2603:1046:140c::1:0/112\",\r\n \"2603:1046:140c::2:0/111\",\r\n \"2603:1046:140c::4:0/110\",\r\n \"2603:1046:140c::8:0/109\",\r\n \"2603:1046:140c::10:0/108\",\r\n \"2603:1046:140c::20:0/107\",\r\n \"2603:1046:140c::40:0/106\",\r\n \"2603:1046:140c::80:0/105\",\r\n \"2603:1046:140c::100:0/104\",\r\n \"2603:1046:140c::200:0/103\",\r\n \"2603:1046:140c::400:0/102\",\r\n \"2603:1046:140c::800:0/101\",\r\n \"2603:1046:140c::1000:0/100\",\r\n \"2603:1046:140c::2000:0/99\",\r\n \"2603:1046:140c::4000:0/98\",\r\n \"2603:1046:140c::8000:0/97\",\r\n \"2603:1046:140c::1:0:0/96\",\r\n \"2603:1046:140c::2:0:0/95\",\r\n \"2603:1046:140c::4:0:0/94\",\r\n \"2603:1046:140c::8:0:0/93\",\r\n \"2603:1046:140c::10:0:0/92\",\r\n \"2603:1046:140c::20:0:0/91\",\r\n \"2603:1046:140c::40:0:0/90\",\r\n \"2603:1046:140c::80:0:0/89\",\r\n \"2603:1046:140c::100:0:0/88\",\r\n \"2603:1046:140c::200:0:0/87\",\r\n \"2603:1046:140c::400:0:0/86\",\r\n \"2603:1046:140c::800:0:0/85\",\r\n \"2603:1046:140c::1000:0:0/84\",\r\n \"2603:1046:140c::2000:0:0/83\",\r\n \"2603:1046:140c::4000:0:0/82\",\r\n \"2603:1046:140c::8000:0:0/81\",\r\n \"2603:1046:140c:0:1::/80\",\r\n \"2603:1046:140c:0:2::/79\",\r\n \"2603:1046:140c:0:4::/78\",\r\n \"2603:1046:140c:0:8::/77\",\r\n \"2603:1046:140c:0:10::/76\",\r\n \"2603:1046:140c:0:20::/75\",\r\n \"2603:1046:140c:0:40::/74\",\r\n \"2603:1046:140c:0:80::/73\",\r\n \"2603:1046:140c:0:100::/72\",\r\n \"2603:1046:140c:0:200::/71\",\r\n \"2603:1046:140c:0:400::/70\",\r\n \"2603:1046:140c:0:800::/69\",\r\n \"2603:1046:140c:0:1000::/68\",\r\n \"2603:1046:140c:0:2000::/67\",\r\n \"2603:1046:140c:0:4000::/66\",\r\n \"2603:1046:140c:0:8000::/65\",\r\n \"2603:1046:140c:1::/64\",\r\n \"2603:1046:140c:2::/63\",\r\n \"2603:1046:140c:4::/62\",\r\n \"2603:1046:140c:8::/61\",\r\n \"2603:1046:140c:10::/60\",\r\n \"2603:1046:140c:20::/59\",\r\n \"2603:1046:140c:40::/58\",\r\n \"2603:1046:140c:80::/57\",\r\n \"2603:1046:140c:100::/56\",\r\n \"2603:1046:140c:200::/55\",\r\n \"2603:1046:140c:400::/54\",\r\n \"2603:1046:140c:800::/53\",\r\n \"2603:1046:140c:1000::/52\",\r\n \"2603:1046:140c:2000::/51\",\r\n \"2603:1046:140c:4000::/50\",\r\n \"2603:1046:140c:8000::/49\",\r\n \"2603:1061:1004::/58\",\r\n \"2603:1061:1004:40::/59\",\r\n \"2603:1061:1004:60::/60\",\r\n \"2603:1061:1004:70::/64\",\r\n \"2603:1061:1310:2800::/54\",\r\n \"2603:1061:1733::/48\",\r\n \"2603:1061:2002:a000::/57\",\r\n \"2603:1061:2004:9000::/57\",\r\n \"2603:1061:2010:33::/64\",\r\n \"2603:1090:130a:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureResourceManager\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureResourceManager\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureResourceManager\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Resource Manager\",\r\n \"communityValue\": \"12076:5070\",\r\n \"communityPrefixes\": [\r\n \"4.150.240.0/23\",\r\n \"4.232.96.0/23\",\r\n \"4.232.107.192/26\",\r\n \"13.66.141.176/28\",\r\n \"13.67.18.0/23\",\r\n \"13.69.67.32/28\",\r\n \"13.69.114.0/23\",\r\n \"13.69.229.224/28\",\r\n \"13.69.234.0/23\",\r\n \"13.70.74.64/28\",\r\n \"13.70.76.0/23\",\r\n \"13.71.173.192/28\",\r\n \"13.71.196.80/28\",\r\n \"13.71.198.0/24\",\r\n \"13.73.240.224/28\",\r\n \"13.73.246.0/23\",\r\n \"13.75.39.16/28\",\r\n \"13.77.53.32/28\",\r\n \"13.77.55.0/25\",\r\n \"13.78.109.96/28\",\r\n \"13.86.219.80/28\",\r\n \"13.86.222.0/24\",\r\n \"13.87.57.240/28\",\r\n \"13.87.60.0/23\",\r\n \"13.87.123.240/28\",\r\n \"13.87.126.0/24\",\r\n \"13.89.180.0/23\",\r\n \"13.104.150.85/32\",\r\n \"20.17.60.0/23\",\r\n \"20.17.68.0/26\",\r\n \"20.17.122.0/23\",\r\n \"20.21.44.0/26\",\r\n \"20.21.50.0/23\",\r\n \"20.36.108.48/28\",\r\n \"20.36.110.0/23\",\r\n \"20.36.115.144/28\",\r\n \"20.36.118.0/23\",\r\n \"20.36.126.0/23\",\r\n \"20.37.76.48/28\",\r\n \"20.37.78.0/23\",\r\n \"20.37.230.0/23\",\r\n \"20.38.128.32/28\",\r\n \"20.38.130.0/23\",\r\n \"20.38.150.0/23\",\r\n \"20.40.206.240/28\",\r\n \"20.40.226.0/23\",\r\n \"20.41.70.0/23\",\r\n \"20.43.120.224/28\",\r\n \"20.43.124.0/23\",\r\n \"20.44.3.240/28\",\r\n \"20.44.6.0/23\",\r\n \"20.44.8.16/28\",\r\n \"20.44.16.112/28\",\r\n \"20.44.20.0/23\",\r\n \"20.44.30.0/24\",\r\n \"20.45.88.0/23\",\r\n \"20.45.118.0/23\",\r\n \"20.46.8.0/23\",\r\n \"20.48.194.0/23\",\r\n \"20.49.116.0/23\",\r\n \"20.50.68.96/28\",\r\n \"20.51.10.0/23\",\r\n \"20.51.18.0/23\",\r\n \"20.53.42.0/23\",\r\n \"20.58.64.0/23\",\r\n \"20.61.100.0/23\",\r\n \"20.62.56.0/23\",\r\n \"20.62.130.0/23\",\r\n \"20.65.128.0/23\",\r\n \"20.66.0.0/23\",\r\n \"20.72.28.64/26\",\r\n \"20.88.64.64/26\",\r\n \"20.135.84.112/32\",\r\n \"20.135.86.130/32\",\r\n \"20.135.88.129/32\",\r\n \"20.135.136.30/32\",\r\n \"20.135.138.85/32\",\r\n \"20.135.140.94/32\",\r\n \"20.135.143.95/32\",\r\n \"20.135.144.124/32\",\r\n \"20.135.188.46/32\",\r\n \"20.135.193.49/32\",\r\n \"20.135.223.67/32\",\r\n \"20.135.224.159/32\",\r\n \"20.135.226.149/32\",\r\n \"20.140.54.0/23\",\r\n \"20.140.62.0/23\",\r\n \"20.140.70.0/23\",\r\n \"20.140.78.0/23\",\r\n \"20.140.136.0/24\",\r\n \"20.140.156.0/23\",\r\n \"20.150.225.128/26\",\r\n \"20.150.242.0/23\",\r\n \"20.187.198.0/23\",\r\n \"20.189.168.0/24\",\r\n \"20.189.226.0/23\",\r\n \"20.191.162.0/23\",\r\n \"20.192.32.128/26\",\r\n \"20.192.40.0/23\",\r\n \"20.192.52.0/23\",\r\n \"20.193.196.0/23\",\r\n \"20.193.204.0/26\",\r\n \"20.195.144.0/23\",\r\n \"20.215.10.0/23\",\r\n \"20.215.156.0/26\",\r\n \"20.217.50.0/23\",\r\n \"20.217.60.0/26\",\r\n \"23.98.110.0/23\",\r\n \"40.67.54.0/23\",\r\n \"40.67.59.208/28\",\r\n \"40.67.62.0/23\",\r\n \"40.67.120.0/24\",\r\n \"40.69.108.32/28\",\r\n \"40.69.112.0/22\",\r\n \"40.71.13.224/28\",\r\n \"40.74.102.0/28\",\r\n \"40.75.35.32/28\",\r\n \"40.75.38.0/23\",\r\n \"40.78.196.32/28\",\r\n \"40.78.198.0/23\",\r\n \"40.78.203.224/28\",\r\n \"40.78.206.0/23\",\r\n \"40.78.234.176/28\",\r\n \"40.78.254.0/23\",\r\n \"40.79.131.240/28\",\r\n \"40.79.134.0/23\",\r\n \"40.79.158.0/23\",\r\n \"40.79.180.0/28\",\r\n \"40.79.182.0/23\",\r\n \"40.79.198.0/23\",\r\n \"40.80.174.0/23\",\r\n \"40.80.178.0/23\",\r\n \"40.90.21.227/32\",\r\n \"40.113.178.0/28\",\r\n \"40.120.80.0/23\",\r\n \"51.11.64.0/24\",\r\n \"51.11.96.0/24\",\r\n \"51.12.44.0/23\",\r\n \"51.12.101.64/26\",\r\n \"51.12.196.0/23\",\r\n \"51.12.205.0/26\",\r\n \"51.53.98.0/23\",\r\n \"51.53.180.0/23\",\r\n \"51.53.188.0/26\",\r\n \"51.104.8.224/28\",\r\n \"51.105.78.0/23\",\r\n \"51.105.94.0/23\",\r\n \"51.107.54.0/23\",\r\n \"51.107.60.32/28\",\r\n \"51.107.62.0/23\",\r\n \"51.107.150.0/23\",\r\n \"51.107.156.32/28\",\r\n \"51.107.158.0/23\",\r\n \"51.116.52.0/23\",\r\n \"51.116.60.32/28\",\r\n \"51.116.62.0/23\",\r\n \"51.116.150.0/23\",\r\n \"51.116.156.32/28\",\r\n \"51.116.159.0/24\",\r\n \"51.120.46.0/23\",\r\n \"51.120.100.32/28\",\r\n \"51.120.102.0/23\",\r\n \"51.120.220.32/28\",\r\n \"51.120.222.0/23\",\r\n \"51.120.230.0/23\",\r\n \"51.138.208.0/23\",\r\n \"51.140.212.16/28\",\r\n \"51.140.214.0/24\",\r\n \"51.143.210.0/23\",\r\n \"52.126.203.144/28\",\r\n \"52.126.206.0/23\",\r\n \"52.127.3.208/28\",\r\n \"52.127.6.0/23\",\r\n \"52.127.27.48/28\",\r\n \"52.127.30.0/23\",\r\n \"52.127.35.192/28\",\r\n \"52.127.39.0/24\",\r\n \"52.127.43.176/28\",\r\n \"52.127.46.0/23\",\r\n \"52.127.59.192/28\",\r\n \"52.127.62.0/23\",\r\n \"52.136.54.0/23\",\r\n \"52.138.94.0/23\",\r\n \"52.139.104.0/23\",\r\n \"52.146.134.0/23\",\r\n \"52.147.96.0/24\",\r\n \"52.148.174.212/32\",\r\n \"52.150.158.0/23\",\r\n \"52.162.110.224/28\",\r\n \"52.172.114.0/23\",\r\n \"52.231.19.208/28\",\r\n \"52.231.22.0/24\",\r\n \"52.231.148.64/28\",\r\n \"52.231.150.0/24\",\r\n \"52.235.248.0/23\",\r\n \"52.240.242.0/23\",\r\n \"57.151.218.0/23\",\r\n \"65.52.252.48/28\",\r\n \"65.52.254.0/23\",\r\n \"68.221.90.0/23\",\r\n \"70.153.162.0/23\",\r\n \"102.133.28.16/28\",\r\n \"102.133.30.0/23\",\r\n \"102.133.62.0/23\",\r\n \"102.133.123.224/28\",\r\n \"102.133.158.0/23\",\r\n \"102.133.222.0/23\",\r\n \"104.46.160.0/24\",\r\n \"104.46.161.0/25\",\r\n \"104.46.180.0/23\",\r\n \"104.214.162.0/23\",\r\n \"104.214.166.0/26\",\r\n \"158.23.106.0/23\",\r\n \"168.61.138.0/23\",\r\n \"168.61.143.192/26\",\r\n \"172.204.162.0/23\",\r\n \"191.233.52.0/23\",\r\n \"191.233.205.16/28\",\r\n \"191.234.140.0/23\",\r\n \"191.234.158.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa North\",\r\n \"communityValue\": \"12076:51034\",\r\n \"communityPrefixes\": [\r\n \"4.167.0.0/16\",\r\n \"4.168.0.0/16\",\r\n \"4.221.0.0/16\",\r\n \"4.222.0.0/16\",\r\n \"4.253.0.0/16\",\r\n \"20.38.114.128/25\",\r\n \"20.45.128.0/21\",\r\n \"20.60.190.0/23\",\r\n \"20.87.0.0/17\",\r\n \"20.87.192.0/18\",\r\n \"20.95.224.0/24\",\r\n \"20.150.21.0/24\",\r\n \"20.150.62.0/24\",\r\n \"20.150.101.0/24\",\r\n \"20.164.0.0/16\",\r\n \"20.202.71.0/24\",\r\n \"20.202.100.0/23\",\r\n \"20.202.183.0/24\",\r\n \"20.209.130.0/23\",\r\n \"20.209.208.0/23\",\r\n \"40.64.146.112/28\",\r\n \"40.64.176.0/25\",\r\n \"40.79.203.0/24\",\r\n \"40.82.20.0/22\",\r\n \"40.119.64.0/22\",\r\n \"40.120.16.0/20\",\r\n \"40.123.240.0/20\",\r\n \"40.127.0.0/19\",\r\n \"52.121.86.0/23\",\r\n \"52.121.182.0/24\",\r\n \"52.143.204.0/23\",\r\n \"52.143.206.0/24\",\r\n \"52.239.232.0/25\",\r\n \"102.37.0.0/20\",\r\n \"102.37.16.0/21\",\r\n \"102.37.24.0/23\",\r\n \"102.37.26.32/27\",\r\n \"102.37.32.0/19\",\r\n \"102.37.72.0/21\",\r\n \"102.37.96.0/19\",\r\n \"102.37.128.0/19\",\r\n \"102.37.160.0/21\",\r\n \"102.37.176.0/20\",\r\n \"102.37.192.0/18\",\r\n \"102.133.120.0/22\",\r\n \"102.133.124.0/25\",\r\n \"102.133.124.128/28\",\r\n \"102.133.124.152/29\",\r\n \"102.133.124.160/27\",\r\n \"102.133.124.192/26\",\r\n \"102.133.125.0/24\",\r\n \"102.133.126.0/23\",\r\n \"102.133.128.0/18\",\r\n \"102.133.192.0/19\",\r\n \"102.133.224.0/20\",\r\n \"102.133.240.0/25\",\r\n \"102.133.240.128/26\",\r\n \"102.133.248.0/23\",\r\n \"102.133.250.0/24\",\r\n \"102.133.251.0/26\",\r\n \"102.133.251.64/27\",\r\n \"102.133.251.128/25\",\r\n \"102.133.252.0/22\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa North IPv6\",\r\n \"communityValue\": \"12076:51034\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:100::/47\",\r\n \"2603:1000:104::/47\",\r\n \"2603:1061:1313::/54\",\r\n \"2603:1061:1722::/48\",\r\n \"2603:1061:2000:500::/62\",\r\n \"2603:1061:2002:2800::/57\",\r\n \"2603:1061:2004:2000::/57\",\r\n \"2603:1061:2010:20::/64\",\r\n \"2603:1063:412::/56\",\r\n \"2603:1080:4::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa West\",\r\n \"communityValue\": \"12076:51035\",\r\n \"communityPrefixes\": [\r\n \"20.38.121.0/25\",\r\n \"20.45.136.0/21\",\r\n \"20.60.8.0/24\",\r\n \"20.60.210.0/23\",\r\n \"20.87.128.0/18\",\r\n \"20.150.20.0/25\",\r\n \"40.64.146.128/28\",\r\n \"40.64.175.128/25\",\r\n \"40.78.209.0/24\",\r\n \"40.117.0.0/19\",\r\n \"40.119.68.0/22\",\r\n \"52.143.203.0/24\",\r\n \"52.239.232.128/25\",\r\n \"102.37.26.0/27\",\r\n \"102.37.64.0/27\",\r\n \"102.37.64.32/28\",\r\n \"102.37.64.48/29\",\r\n \"102.37.64.64/26\",\r\n \"102.37.64.128/25\",\r\n \"102.37.65.0/24\",\r\n \"102.37.66.0/23\",\r\n \"102.37.68.0/22\",\r\n \"102.37.80.0/20\",\r\n \"102.133.0.0/18\",\r\n \"102.133.64.0/19\",\r\n \"102.133.96.0/20\",\r\n \"102.133.112.0/28\",\r\n \"172.209.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Africa West IPv6\",\r\n \"communityValue\": \"12076:51035\",\r\n \"communityPrefixes\": [\r\n \"2603:1000::/47\",\r\n \"2603:1000:4::/47\",\r\n \"2603:1061:1313:400::/54\",\r\n \"2603:1061:1721::/48\",\r\n \"2603:1061:2000:508::/62\",\r\n \"2603:1061:2002:2900::/57\",\r\n \"2603:1061:2004:2100::/57\",\r\n \"2603:1061:2010:1f::/64\",\r\n \"2603:1063:413::/56\",\r\n \"2603:1080:100::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Central US\",\r\n \"communityValue\": \"12076:51008\",\r\n \"communityPrefixes\": [\r\n \"4.149.96.0/20\",\r\n \"4.149.112.0/23\",\r\n \"4.149.114.0/24\",\r\n \"4.149.115.0/28\",\r\n \"4.149.115.32/27\",\r\n \"4.149.115.64/26\",\r\n \"4.149.115.128/25\",\r\n \"4.149.116.0/22\",\r\n \"4.149.120.0/21\",\r\n \"4.150.0.0/18\",\r\n \"4.151.0.0/16\",\r\n \"13.65.0.0/16\",\r\n \"13.66.0.0/17\",\r\n \"13.73.240.0/27\",\r\n \"13.73.240.64/26\",\r\n \"13.73.240.128/25\",\r\n \"13.73.241.0/24\",\r\n \"13.73.242.0/23\",\r\n \"13.73.244.0/25\",\r\n \"13.73.244.128/26\",\r\n \"13.73.244.192/29\",\r\n \"13.73.244.208/28\",\r\n \"13.73.244.224/27\",\r\n \"13.73.245.0/24\",\r\n \"13.73.246.0/23\",\r\n \"13.73.248.0/21\",\r\n \"13.84.0.0/15\",\r\n \"20.38.104.0/23\",\r\n \"20.45.0.0/18\",\r\n \"20.45.120.0/21\",\r\n \"20.47.0.0/24\",\r\n \"20.49.88.0/21\",\r\n \"20.60.48.0/22\",\r\n \"20.60.64.0/22\",\r\n \"20.60.140.0/23\",\r\n \"20.60.148.0/23\",\r\n \"20.60.160.0/23\",\r\n \"20.64.0.0/17\",\r\n \"20.65.128.0/22\",\r\n \"20.65.132.0/26\",\r\n \"20.65.132.64/27\",\r\n \"20.65.132.112/28\",\r\n \"20.65.132.128/25\",\r\n \"20.65.133.0/26\",\r\n \"20.65.133.64/27\",\r\n \"20.65.133.96/28\",\r\n \"20.65.133.112/29\",\r\n \"20.65.133.128/25\",\r\n \"20.65.134.48/28\",\r\n \"20.65.134.64/26\",\r\n \"20.65.134.128/25\",\r\n \"20.65.135.0/24\",\r\n \"20.65.136.0/21\",\r\n \"20.65.144.0/20\",\r\n \"20.65.160.0/19\",\r\n \"20.65.192.0/18\",\r\n \"20.88.192.0/18\",\r\n \"20.94.128.0/18\",\r\n \"20.95.5.0/24\",\r\n \"20.95.26.0/24\",\r\n \"20.95.51.0/24\",\r\n \"20.95.57.0/24\",\r\n \"20.95.61.0/24\",\r\n \"20.97.0.0/17\",\r\n \"20.114.64.0/18\",\r\n \"20.118.64.0/18\",\r\n \"20.136.0.128/25\",\r\n \"20.136.2.0/24\",\r\n \"20.150.20.128/25\",\r\n \"20.150.38.0/23\",\r\n \"20.150.70.0/24\",\r\n \"20.150.79.0/24\",\r\n \"20.150.93.0/24\",\r\n \"20.150.94.0/24\",\r\n \"20.165.0.0/17\",\r\n \"20.188.64.0/19\",\r\n \"20.189.0.0/18\",\r\n \"20.202.24.0/24\",\r\n \"20.202.35.0/24\",\r\n \"20.202.36.0/23\",\r\n \"20.202.38.0/24\",\r\n \"20.202.85.0/24\",\r\n \"20.202.90.0/24\",\r\n \"20.202.94.0/24\",\r\n \"20.202.98.0/24\",\r\n \"20.202.126.0/24\",\r\n \"20.202.202.0/23\",\r\n \"20.202.204.0/22\",\r\n \"20.202.208.0/24\",\r\n \"20.209.26.0/23\",\r\n \"20.209.34.0/23\",\r\n \"20.209.62.0/23\",\r\n \"20.209.116.0/23\",\r\n \"20.209.194.0/23\",\r\n \"20.209.196.0/23\",\r\n \"20.225.0.0/16\",\r\n \"20.236.128.0/18\",\r\n \"23.98.128.0/17\",\r\n \"23.100.120.0/21\",\r\n \"23.101.176.0/20\",\r\n \"23.102.128.0/18\",\r\n \"40.64.144.0/27\",\r\n \"40.64.169.128/25\",\r\n \"40.74.160.0/19\",\r\n \"40.74.192.0/21\",\r\n \"40.74.200.0/23\",\r\n \"40.74.202.0/24\",\r\n \"40.74.203.0/28\",\r\n \"40.74.203.16/30\",\r\n \"40.74.203.20/31\",\r\n \"40.74.203.23/32\",\r\n \"40.74.203.24/29\",\r\n \"40.74.203.32/27\",\r\n \"40.74.203.64/26\",\r\n \"40.74.203.128/25\",\r\n \"40.74.204.0/29\",\r\n \"40.74.204.8/32\",\r\n \"40.74.204.10/31\",\r\n \"40.74.204.12/30\",\r\n \"40.74.204.16/28\",\r\n \"40.74.204.32/27\",\r\n \"40.74.204.64/26\",\r\n \"40.74.204.128/25\",\r\n \"40.74.205.0/24\",\r\n \"40.74.206.0/23\",\r\n \"40.74.208.0/21\",\r\n \"40.74.216.0/23\",\r\n \"40.74.218.0/24\",\r\n \"40.74.219.0/27\",\r\n \"40.74.219.32/28\",\r\n \"40.74.219.48/32\",\r\n \"40.74.219.50/31\",\r\n \"40.74.219.52/31\",\r\n \"40.74.219.54/32\",\r\n \"40.74.219.56/29\",\r\n \"40.74.219.64/26\",\r\n \"40.74.219.128/25\",\r\n \"40.74.220.0/22\",\r\n \"40.74.224.0/19\",\r\n \"40.78.214.0/24\",\r\n \"40.80.192.0/19\",\r\n \"40.84.128.0/17\",\r\n \"40.86.128.0/19\",\r\n \"40.87.176.0/25\",\r\n \"40.87.176.128/27\",\r\n \"40.87.176.160/29\",\r\n \"40.87.176.174/31\",\r\n \"40.87.176.184/30\",\r\n \"40.87.176.192/28\",\r\n \"40.87.176.216/29\",\r\n \"40.87.176.224/29\",\r\n \"40.87.176.232/31\",\r\n \"40.87.176.240/28\",\r\n \"40.87.177.16/28\",\r\n \"40.87.177.32/27\",\r\n \"40.87.177.64/27\",\r\n \"40.87.177.96/28\",\r\n \"40.87.177.112/29\",\r\n \"40.87.177.120/31\",\r\n \"40.87.177.124/30\",\r\n \"40.87.177.128/28\",\r\n \"40.87.177.144/29\",\r\n \"40.87.177.152/31\",\r\n \"40.87.177.156/30\",\r\n \"40.87.177.160/27\",\r\n \"40.87.177.192/29\",\r\n \"40.87.177.200/30\",\r\n \"40.87.177.212/30\",\r\n \"40.87.177.216/29\",\r\n \"40.87.177.224/27\",\r\n \"40.87.178.0/24\",\r\n \"40.87.179.0/25\",\r\n \"40.87.179.128/26\",\r\n \"40.87.179.192/31\",\r\n \"40.87.179.202/31\",\r\n \"40.87.179.204/30\",\r\n \"40.87.179.208/28\",\r\n \"40.87.179.224/27\",\r\n \"40.91.16.0/22\",\r\n \"40.119.0.0/18\",\r\n \"40.123.164.0/25\",\r\n \"40.123.164.128/29\",\r\n \"40.123.164.136/31\",\r\n \"40.123.164.150/31\",\r\n \"40.123.164.152/29\",\r\n \"40.123.164.160/27\",\r\n \"40.123.164.192/26\",\r\n \"40.123.165.4/30\",\r\n \"40.123.165.8/29\",\r\n \"40.123.165.16/29\",\r\n \"40.123.165.24/30\",\r\n \"40.123.165.30/31\",\r\n \"40.123.165.32/28\",\r\n \"40.123.165.48/29\",\r\n \"40.123.165.56/30\",\r\n \"40.123.165.60/31\",\r\n \"40.123.165.68/30\",\r\n \"40.123.165.72/30\",\r\n \"40.123.165.78/31\",\r\n \"40.123.165.80/28\",\r\n \"40.123.165.96/27\",\r\n \"40.123.165.128/28\",\r\n \"40.123.165.144/29\",\r\n \"40.123.165.154/31\",\r\n \"40.123.165.156/30\",\r\n \"40.123.165.160/27\",\r\n \"40.123.165.192/26\",\r\n \"40.123.166.0/25\",\r\n \"40.123.166.128/29\",\r\n \"40.123.166.136/30\",\r\n \"40.124.0.0/16\",\r\n \"52.120.0.0/19\",\r\n \"52.120.152.0/22\",\r\n \"52.121.0.0/21\",\r\n \"52.141.64.0/18\",\r\n \"52.152.0.0/17\",\r\n \"52.153.64.0/18\",\r\n \"52.153.192.0/18\",\r\n \"52.171.0.0/16\",\r\n \"52.183.192.0/18\",\r\n \"52.185.192.0/18\",\r\n \"52.189.128.0/18\",\r\n \"52.232.159.0/24\",\r\n \"52.239.158.0/23\",\r\n \"52.239.178.0/23\",\r\n \"52.239.180.0/22\",\r\n \"52.239.199.0/24\",\r\n \"52.239.200.0/23\",\r\n \"52.239.203.0/24\",\r\n \"52.239.208.0/23\",\r\n \"52.245.24.0/22\",\r\n \"52.248.0.0/17\",\r\n \"52.249.0.0/18\",\r\n \"52.253.0.0/18\",\r\n \"52.253.179.0/24\",\r\n \"52.253.180.0/24\",\r\n \"52.255.64.0/18\",\r\n \"57.150.10.80/28\",\r\n \"57.150.10.96/27\",\r\n \"57.150.10.128/25\",\r\n \"57.150.11.0/26\",\r\n \"57.150.11.64/27\",\r\n \"57.150.11.96/28\",\r\n \"57.150.18.240/28\",\r\n \"57.150.19.0/26\",\r\n \"57.150.19.64/28\",\r\n \"65.52.32.0/21\",\r\n \"70.37.48.0/20\",\r\n \"70.37.64.0/18\",\r\n \"70.37.160.0/21\",\r\n \"104.44.128.0/18\",\r\n \"104.47.208.0/23\",\r\n \"104.210.128.0/19\",\r\n \"104.210.176.0/20\",\r\n \"104.210.192.0/19\",\r\n \"104.214.0.0/17\",\r\n \"104.215.64.0/18\",\r\n \"151.206.50.96/27\",\r\n \"151.206.89.0/24\",\r\n \"151.206.90.0/24\",\r\n \"151.206.91.0/25\",\r\n \"157.55.51.224/28\",\r\n \"157.55.80.0/21\",\r\n \"157.55.103.32/27\",\r\n \"157.55.153.224/28\",\r\n \"157.55.176.0/20\",\r\n \"157.55.192.0/21\",\r\n \"157.55.200.0/22\",\r\n \"157.55.204.1/32\",\r\n \"157.55.204.2/31\",\r\n \"157.55.204.33/32\",\r\n \"157.55.204.34/31\",\r\n \"168.62.128.0/19\",\r\n \"172.202.128.0/17\",\r\n \"172.206.128.0/18\",\r\n \"172.215.128.0/18\",\r\n \"191.238.144.0/20\",\r\n \"191.238.160.0/19\",\r\n \"191.238.224.0/19\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South Central US IPv6\",\r\n \"communityValue\": \"12076:51008\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:800::/48\",\r\n \"2603:1030:802::/47\",\r\n \"2603:1030:804::/58\",\r\n \"2603:1030:804:40::/60\",\r\n \"2603:1030:804:53::/64\",\r\n \"2603:1030:804:54::/64\",\r\n \"2603:1030:804:5b::/64\",\r\n \"2603:1030:804:5c::/62\",\r\n \"2603:1030:804:60::/62\",\r\n \"2603:1030:804:67::/64\",\r\n \"2603:1030:804:68::/61\",\r\n \"2603:1030:804:70::/60\",\r\n \"2603:1030:804:80::/59\",\r\n \"2603:1030:804:a0::/62\",\r\n \"2603:1030:804:a4::/64\",\r\n \"2603:1030:804:a6::/63\",\r\n \"2603:1030:804:a8::/61\",\r\n \"2603:1030:804:b0::/62\",\r\n \"2603:1030:804:b4::/64\",\r\n \"2603:1030:804:b6::/63\",\r\n \"2603:1030:804:b8::/61\",\r\n \"2603:1030:804:c0::/61\",\r\n \"2603:1030:804:c8::/62\",\r\n \"2603:1030:804:cc::/63\",\r\n \"2603:1030:804:d2::/63\",\r\n \"2603:1030:804:d4::/62\",\r\n \"2603:1030:804:d8::/61\",\r\n \"2603:1030:804:e0::/59\",\r\n \"2603:1030:804:100::/57\",\r\n \"2603:1030:804:180::/58\",\r\n \"2603:1030:804:1c0::/61\",\r\n \"2603:1030:804:1c8::/64\",\r\n \"2603:1030:804:1cd::/64\",\r\n \"2603:1030:804:1ce::/63\",\r\n \"2603:1030:804:1d0::/60\",\r\n \"2603:1030:804:1e0::/59\",\r\n \"2603:1030:804:200::/59\",\r\n \"2603:1030:804:220::/61\",\r\n \"2603:1030:804:228::/62\",\r\n \"2603:1030:804:22c::/64\",\r\n \"2603:1030:804:233::/64\",\r\n \"2603:1030:804:234::/62\",\r\n \"2603:1030:804:238::/61\",\r\n \"2603:1030:804:240::/59\",\r\n \"2603:1030:804:260::/61\",\r\n \"2603:1030:804:26a::/63\",\r\n \"2603:1030:804:26c::/62\",\r\n \"2603:1030:804:270::/62\",\r\n \"2603:1030:804:274::/63\",\r\n \"2603:1030:804:277::/64\",\r\n \"2603:1030:804:278::/61\",\r\n \"2603:1030:804:280::/62\",\r\n \"2603:1030:804:284::/63\",\r\n \"2603:1030:804:286::/64\",\r\n \"2603:1030:804:28a::/63\",\r\n \"2603:1030:804:28c::/63\",\r\n \"2603:1030:804:28e::/64\",\r\n \"2603:1030:804:290::/60\",\r\n \"2603:1030:804:2a0::/60\",\r\n \"2603:1030:804:2b0::/62\",\r\n \"2603:1030:804:2b5::/64\",\r\n \"2603:1030:804:2b6::/63\",\r\n \"2603:1030:804:2b8::/61\",\r\n \"2603:1030:804:2c0::/58\",\r\n \"2603:1030:804:300::/59\",\r\n \"2603:1030:804:320::/61\",\r\n \"2603:1030:804:328::/62\",\r\n \"2603:1030:804:32c::/63\",\r\n \"2603:1030:805::/48\",\r\n \"2603:1030:807::/48\",\r\n \"2603:1030:809::/48\",\r\n \"2603:1030:80a::/56\",\r\n \"2603:1030:80b::/48\",\r\n \"2603:1061:1312:1c00::/54\",\r\n \"2603:1061:1717::/48\",\r\n \"2603:1061:2000:410::/62\",\r\n \"2603:1061:2002:1200::/57\",\r\n \"2603:1061:2004:200::/57\",\r\n \"2603:1061:2010:13::/64\",\r\n \"2603:1062:2:80::/57\",\r\n \"2603:1062:c:22::/63\",\r\n \"2603:10b0:90e::/60\",\r\n \"2a01:111:f100:4002::/64\",\r\n \"2a01:111:f100:5000::/52\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South India\",\r\n \"communityValue\": \"12076:51019\",\r\n \"communityPrefixes\": [\r\n \"4.247.0.0/17\",\r\n \"13.71.64.0/18\",\r\n \"20.40.0.0/21\",\r\n \"20.41.192.0/18\",\r\n \"20.44.32.0/19\",\r\n \"20.60.10.0/24\",\r\n \"20.60.226.0/23\",\r\n \"20.95.141.0/24\",\r\n \"20.150.24.0/24\",\r\n \"20.192.128.0/19\",\r\n \"20.192.184.0/26\",\r\n \"20.192.184.64/28\",\r\n \"20.192.184.80/29\",\r\n \"20.192.184.96/27\",\r\n \"20.192.184.128/25\",\r\n \"20.192.185.0/24\",\r\n \"20.192.186.0/23\",\r\n \"20.192.188.0/22\",\r\n \"20.202.170.0/24\",\r\n \"20.202.245.0/24\",\r\n \"20.202.246.0/23\",\r\n \"20.202.253.0/24\",\r\n \"20.207.208.0/20\",\r\n \"20.209.182.0/23\",\r\n \"20.219.64.0/18\",\r\n \"20.235.0.0/18\",\r\n \"20.235.128.0/18\",\r\n \"40.64.144.208/29\",\r\n \"40.64.145.32/28\",\r\n \"40.64.170.128/25\",\r\n \"40.78.192.0/23\",\r\n \"40.78.194.0/24\",\r\n \"40.78.195.0/25\",\r\n \"40.78.195.128/27\",\r\n \"40.78.195.192/26\",\r\n \"40.78.196.0/22\",\r\n \"40.79.213.0/24\",\r\n \"40.81.64.0/20\",\r\n \"40.87.216.0/22\",\r\n \"52.121.15.0/24\",\r\n \"52.136.17.0/24\",\r\n \"52.140.0.0/18\",\r\n \"52.172.0.0/18\",\r\n \"52.172.64.0/20\",\r\n \"52.172.80.0/22\",\r\n \"52.172.84.0/24\",\r\n \"52.172.85.16/28\",\r\n \"52.172.85.32/27\",\r\n \"52.172.85.64/26\",\r\n \"52.172.85.128/25\",\r\n \"52.172.86.0/23\",\r\n \"52.172.88.0/21\",\r\n \"52.172.96.0/19\",\r\n \"52.239.135.128/26\",\r\n \"52.239.188.0/24\",\r\n \"52.245.84.0/22\",\r\n \"57.150.17.0/24\",\r\n \"74.224.0.0/16\",\r\n \"74.225.0.0/18\",\r\n \"104.47.214.0/23\",\r\n \"104.211.192.0/18\",\r\n \"151.206.48.32/27\",\r\n \"151.206.71.192/26\",\r\n \"151.206.72.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure South India IPv6\",\r\n \"communityValue\": \"12076:51019\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:c00::/46\",\r\n \"2603:1040:c06::/47\",\r\n \"2603:1046:1407::800/117\",\r\n \"2603:1046:1407::1000/116\",\r\n \"2603:1046:1407::2000/115\",\r\n \"2603:1046:1407::4000/114\",\r\n \"2603:1046:1407::8000/113\",\r\n \"2603:1046:1407::1:0/112\",\r\n \"2603:1046:1407::2:0/111\",\r\n \"2603:1046:1407::4:0/110\",\r\n \"2603:1046:1407::8:0/109\",\r\n \"2603:1046:1407::10:0/108\",\r\n \"2603:1046:1407::20:0/107\",\r\n \"2603:1046:1407::40:0/106\",\r\n \"2603:1046:1407::80:0/105\",\r\n \"2603:1046:1407::100:0/104\",\r\n \"2603:1046:1407::200:0/103\",\r\n \"2603:1046:1407::400:0/102\",\r\n \"2603:1046:1407::800:0/101\",\r\n \"2603:1046:1407::1000:0/100\",\r\n \"2603:1046:1407::2000:0/99\",\r\n \"2603:1046:1407::4000:0/98\",\r\n \"2603:1046:1407::8000:0/97\",\r\n \"2603:1046:1407::1:0:0/96\",\r\n \"2603:1046:1407::2:0:0/95\",\r\n \"2603:1046:1407::4:0:0/94\",\r\n \"2603:1046:1407::8:0:0/93\",\r\n \"2603:1046:1407::10:0:0/92\",\r\n \"2603:1046:1407::20:0:0/91\",\r\n \"2603:1046:1407::40:0:0/90\",\r\n \"2603:1046:1407::80:0:0/89\",\r\n \"2603:1046:1407::100:0:0/88\",\r\n \"2603:1046:1407::200:0:0/87\",\r\n \"2603:1046:1407::400:0:0/86\",\r\n \"2603:1046:1407::800:0:0/85\",\r\n \"2603:1046:1407::1000:0:0/84\",\r\n \"2603:1046:1407::2000:0:0/83\",\r\n \"2603:1046:1407::4000:0:0/82\",\r\n \"2603:1046:1407::8000:0:0/81\",\r\n \"2603:1046:1407:0:1::/80\",\r\n \"2603:1046:1407:0:2::/79\",\r\n \"2603:1046:1407:0:4::/78\",\r\n \"2603:1046:1407:0:8::/77\",\r\n \"2603:1046:1407:0:10::/76\",\r\n \"2603:1046:1407:0:20::/75\",\r\n \"2603:1046:1407:0:40::/74\",\r\n \"2603:1046:1407:0:80::/73\",\r\n \"2603:1046:1407:0:100::/72\",\r\n \"2603:1046:1407:0:200::/71\",\r\n \"2603:1046:1407:0:400::/70\",\r\n \"2603:1046:1407:0:800::/69\",\r\n \"2603:1046:1407:0:1000::/68\",\r\n \"2603:1046:1407:0:2000::/67\",\r\n \"2603:1046:1407:0:4000::/66\",\r\n \"2603:1046:1407:0:8000::/65\",\r\n \"2603:1046:1407:1::800/117\",\r\n \"2603:1046:1407:1::1000/116\",\r\n \"2603:1046:1407:1::2000/115\",\r\n \"2603:1046:1407:1::4000/114\",\r\n \"2603:1046:1407:1::8000/113\",\r\n \"2603:1046:1407:1::1:0/112\",\r\n \"2603:1046:1407:1::2:0/111\",\r\n \"2603:1046:1407:1::4:0/110\",\r\n \"2603:1046:1407:1::8:0/109\",\r\n \"2603:1046:1407:1::10:0/108\",\r\n \"2603:1046:1407:1::20:0/107\",\r\n \"2603:1046:1407:1::40:0/106\",\r\n \"2603:1046:1407:1::80:0/105\",\r\n \"2603:1046:1407:1::100:0/104\",\r\n \"2603:1046:1407:1::200:0/103\",\r\n \"2603:1046:1407:1::400:0/102\",\r\n \"2603:1046:1407:1::800:0/101\",\r\n \"2603:1046:1407:1::1000:0/100\",\r\n \"2603:1046:1407:1::2000:0/99\",\r\n \"2603:1046:1407:1::4000:0/98\",\r\n \"2603:1046:1407:1::8000:0/97\",\r\n \"2603:1046:1407:1:0:1::/96\",\r\n \"2603:1046:1407:1:0:2::/95\",\r\n \"2603:1046:1407:1:0:4::/94\",\r\n \"2603:1046:1407:1:0:8::/93\",\r\n \"2603:1046:1407:1:0:10::/92\",\r\n \"2603:1046:1407:1:0:20::/91\",\r\n \"2603:1046:1407:1:0:40::/90\",\r\n \"2603:1046:1407:1:0:80::/89\",\r\n \"2603:1046:1407:1:0:100::/88\",\r\n \"2603:1046:1407:1:0:200::/87\",\r\n \"2603:1046:1407:1:0:400::/86\",\r\n \"2603:1046:1407:1:0:800::/85\",\r\n \"2603:1046:1407:1:0:1000::/84\",\r\n \"2603:1046:1407:1:0:2000::/83\",\r\n \"2603:1046:1407:1:0:4000::/82\",\r\n \"2603:1046:1407:1:0:8000::/81\",\r\n \"2603:1046:1407:1:1::/80\",\r\n \"2603:1046:1407:1:2::/79\",\r\n \"2603:1046:1407:1:4::/78\",\r\n \"2603:1046:1407:1:8::/77\",\r\n \"2603:1046:1407:1:10::/76\",\r\n \"2603:1046:1407:1:20::/75\",\r\n \"2603:1046:1407:1:40::/74\",\r\n \"2603:1046:1407:1:80::/73\",\r\n \"2603:1046:1407:1:100::/72\",\r\n \"2603:1046:1407:1:200::/71\",\r\n \"2603:1046:1407:1:400::/70\",\r\n \"2603:1046:1407:1:800::/69\",\r\n \"2603:1046:1407:1:1000::/68\",\r\n \"2603:1046:1407:1:2000::/67\",\r\n \"2603:1046:1407:1:4000::/66\",\r\n \"2603:1046:1407:1:8000::/65\",\r\n \"2603:1046:1407:2::/63\",\r\n \"2603:1046:1407:4::/62\",\r\n \"2603:1046:1407:8::/61\",\r\n \"2603:1046:1407:10::/60\",\r\n \"2603:1046:1407:20::/59\",\r\n \"2603:1046:1407:40::/58\",\r\n \"2603:1046:1407:80::/57\",\r\n \"2603:1046:1407:100::/56\",\r\n \"2603:1046:1407:200::/55\",\r\n \"2603:1046:1407:400::/54\",\r\n \"2603:1046:1407:800::/53\",\r\n \"2603:1046:1407:1000::/52\",\r\n \"2603:1046:1407:2000::/51\",\r\n \"2603:1046:1407:4000::/50\",\r\n \"2603:1046:1407:8000::/49\",\r\n \"2603:1061:1310:2c00::/54\",\r\n \"2603:1061:1719::/48\",\r\n \"2603:1061:2000:600::/62\",\r\n \"2603:1061:2002:4100::/57\",\r\n \"2603:1061:2004:3800::/57\",\r\n \"2603:1061:2010:15::/64\",\r\n \"2603:1062:c:10::/63\",\r\n \"2603:1063:414::/56\",\r\n \"2603:1090:704::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Southeast Asia\",\r\n \"communityValue\": \"12076:51011\",\r\n \"communityPrefixes\": [\r\n \"4.144.128.0/17\",\r\n \"4.145.0.0/16\",\r\n \"4.146.0.0/16\",\r\n \"4.193.0.0/16\",\r\n \"4.194.0.0/17\",\r\n \"4.194.128.0/18\",\r\n \"4.194.192.0/19\",\r\n \"4.194.224.0/23\",\r\n \"4.194.226.0/25\",\r\n \"4.194.226.128/27\",\r\n \"4.194.226.192/26\",\r\n \"4.194.227.0/24\",\r\n \"4.194.228.0/22\",\r\n \"4.194.232.0/21\",\r\n \"4.194.240.0/20\",\r\n \"13.67.0.0/21\",\r\n \"13.67.8.0/24\",\r\n \"13.67.9.0/25\",\r\n \"13.67.9.128/26\",\r\n \"13.67.9.192/27\",\r\n \"13.67.10.0/23\",\r\n \"13.67.12.0/22\",\r\n \"13.67.16.0/20\",\r\n \"13.67.32.0/19\",\r\n \"13.67.64.0/18\",\r\n \"13.76.0.0/16\",\r\n \"20.6.0.0/17\",\r\n \"20.24.0.0/18\",\r\n \"20.24.128.0/18\",\r\n \"20.43.128.0/18\",\r\n \"20.44.192.0/18\",\r\n \"20.60.136.0/24\",\r\n \"20.60.138.0/23\",\r\n \"20.95.132.0/24\",\r\n \"20.95.137.0/24\",\r\n \"20.136.128.0/24\",\r\n \"20.136.129.0/25\",\r\n \"20.150.17.128/25\",\r\n \"20.150.28.0/24\",\r\n \"20.150.86.0/24\",\r\n \"20.150.127.0/24\",\r\n \"20.184.0.0/18\",\r\n \"20.188.96.0/19\",\r\n \"20.190.64.0/19\",\r\n \"20.191.128.0/19\",\r\n \"20.195.0.0/18\",\r\n \"20.195.64.0/25\",\r\n \"20.195.64.128/26\",\r\n \"20.195.64.224/28\",\r\n \"20.195.65.0/24\",\r\n \"20.195.66.0/23\",\r\n \"20.195.68.0/22\",\r\n \"20.195.80.0/21\",\r\n \"20.195.96.0/19\",\r\n \"20.197.64.0/18\",\r\n \"20.198.128.0/17\",\r\n \"20.202.43.0/24\",\r\n \"20.202.44.0/22\",\r\n \"20.202.48.0/23\",\r\n \"20.202.59.0/24\",\r\n \"20.202.99.0/24\",\r\n \"20.202.107.0/24\",\r\n \"20.202.111.0/24\",\r\n \"20.202.115.0/24\",\r\n \"20.202.131.0/24\",\r\n \"20.202.135.0/24\",\r\n \"20.202.139.0/24\",\r\n \"20.205.144.0/20\",\r\n \"20.205.160.0/19\",\r\n \"20.205.192.0/18\",\r\n \"20.209.20.0/23\",\r\n \"20.209.126.0/23\",\r\n \"20.209.188.0/23\",\r\n \"20.212.0.0/16\",\r\n \"20.247.128.0/17\",\r\n \"23.97.48.0/20\",\r\n \"23.98.64.0/18\",\r\n \"23.100.112.0/21\",\r\n \"23.101.16.0/20\",\r\n \"40.64.144.216/29\",\r\n \"40.64.145.144/28\",\r\n \"40.64.170.0/25\",\r\n \"40.65.128.0/18\",\r\n \"40.78.223.0/24\",\r\n \"40.78.232.0/22\",\r\n \"40.78.236.0/23\",\r\n \"40.78.238.0/24\",\r\n \"40.78.239.0/26\",\r\n \"40.78.239.64/27\",\r\n \"40.78.239.96/29\",\r\n \"40.78.239.112/28\",\r\n \"40.78.239.128/25\",\r\n \"40.82.28.0/22\",\r\n \"40.87.196.0/22\",\r\n \"40.90.160.0/19\",\r\n \"40.119.192.0/18\",\r\n \"40.123.188.0/22\",\r\n \"52.120.144.0/21\",\r\n \"52.120.156.0/24\",\r\n \"52.121.128.0/20\",\r\n \"52.121.144.0/21\",\r\n \"52.136.26.0/24\",\r\n \"52.139.192.0/18\",\r\n \"52.143.196.0/24\",\r\n \"52.143.210.0/24\",\r\n \"52.148.64.0/18\",\r\n \"52.163.0.0/16\",\r\n \"52.187.0.0/17\",\r\n \"52.187.128.0/18\",\r\n \"52.230.0.0/17\",\r\n \"52.237.64.0/18\",\r\n \"52.239.129.0/24\",\r\n \"52.239.197.0/24\",\r\n \"52.239.227.0/24\",\r\n \"52.239.249.0/24\",\r\n \"52.245.80.0/22\",\r\n \"52.253.80.0/20\",\r\n \"104.43.0.0/17\",\r\n \"104.44.89.39/32\",\r\n \"104.44.89.42/32\",\r\n \"104.44.90.128/27\",\r\n \"104.215.128.0/17\",\r\n \"111.221.80.0/20\",\r\n \"111.221.96.0/20\",\r\n \"137.116.128.0/19\",\r\n \"138.91.32.0/20\",\r\n \"151.206.48.160/27\",\r\n \"151.206.66.128/25\",\r\n \"151.206.67.0/24\",\r\n \"168.63.90.0/24\",\r\n \"168.63.91.0/26\",\r\n \"168.63.160.0/19\",\r\n \"168.63.224.0/19\",\r\n \"172.188.0.0/17\",\r\n \"191.238.64.0/23\",\r\n \"207.46.50.128/28\",\r\n \"207.46.59.64/27\",\r\n \"207.46.63.64/27\",\r\n \"207.46.63.128/25\",\r\n \"207.46.224.0/20\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:51011\",\r\n \"communityPrefixes\": [\r\n \"2602:fd5e:2::/57\",\r\n \"2603:1040::/47\",\r\n \"2603:1040:2::/48\",\r\n \"2603:1040:5::/48\",\r\n \"2603:1040:6::/48\",\r\n \"2603:1040:7::/56\",\r\n \"2603:1046:1406::800/117\",\r\n \"2603:1046:1406::1000/116\",\r\n \"2603:1046:1406::2000/115\",\r\n \"2603:1046:1406::4000/114\",\r\n \"2603:1046:1406::8000/113\",\r\n \"2603:1046:1406::1:0/112\",\r\n \"2603:1046:1406::2:0/111\",\r\n \"2603:1046:1406::4:0/110\",\r\n \"2603:1046:1406::8:0/109\",\r\n \"2603:1046:1406::10:0/108\",\r\n \"2603:1046:1406::20:0/107\",\r\n \"2603:1046:1406::40:0/106\",\r\n \"2603:1046:1406::80:0/105\",\r\n \"2603:1046:1406::100:0/104\",\r\n \"2603:1046:1406::200:0/103\",\r\n \"2603:1046:1406::400:0/102\",\r\n \"2603:1046:1406::800:0/101\",\r\n \"2603:1046:1406::1000:0/100\",\r\n \"2603:1046:1406::2000:0/99\",\r\n \"2603:1046:1406::4000:0/98\",\r\n \"2603:1046:1406::8000:0/97\",\r\n \"2603:1046:1406::1:0:0/96\",\r\n \"2603:1046:1406::2:0:0/95\",\r\n \"2603:1046:1406::4:0:0/94\",\r\n \"2603:1046:1406::8:0:0/93\",\r\n \"2603:1046:1406::10:0:0/92\",\r\n \"2603:1046:1406::20:0:0/91\",\r\n \"2603:1046:1406::40:0:0/90\",\r\n \"2603:1046:1406::80:0:0/89\",\r\n \"2603:1046:1406::100:0:0/88\",\r\n \"2603:1046:1406::200:0:0/87\",\r\n \"2603:1046:1406::400:0:0/86\",\r\n \"2603:1046:1406::800:0:0/85\",\r\n \"2603:1046:1406::1000:0:0/84\",\r\n \"2603:1046:1406::2000:0:0/83\",\r\n \"2603:1046:1406::4000:0:0/82\",\r\n \"2603:1046:1406::8000:0:0/81\",\r\n \"2603:1046:1406:0:1::/80\",\r\n \"2603:1046:1406:0:2::/79\",\r\n \"2603:1046:1406:0:4::/78\",\r\n \"2603:1046:1406:0:8::/77\",\r\n \"2603:1046:1406:0:10::/76\",\r\n \"2603:1046:1406:0:20::/75\",\r\n \"2603:1046:1406:0:40::/74\",\r\n \"2603:1046:1406:0:80::/73\",\r\n \"2603:1046:1406:0:100::/72\",\r\n \"2603:1046:1406:0:200::/71\",\r\n \"2603:1046:1406:0:400::/70\",\r\n \"2603:1046:1406:0:800::/69\",\r\n \"2603:1046:1406:0:1000::/68\",\r\n \"2603:1046:1406:0:2000::/67\",\r\n \"2603:1046:1406:0:4000::/66\",\r\n \"2603:1046:1406:0:8000::/65\",\r\n \"2603:1046:1406:1::800/117\",\r\n \"2603:1046:1406:1::1000/116\",\r\n \"2603:1046:1406:1::2000/115\",\r\n \"2603:1046:1406:1::4000/114\",\r\n \"2603:1046:1406:1::8000/113\",\r\n \"2603:1046:1406:1::1:0/112\",\r\n \"2603:1046:1406:1::2:0/111\",\r\n \"2603:1046:1406:1::4:0/110\",\r\n \"2603:1046:1406:1::8:0/109\",\r\n \"2603:1046:1406:1::10:0/108\",\r\n \"2603:1046:1406:1::20:0/107\",\r\n \"2603:1046:1406:1::40:0/106\",\r\n \"2603:1046:1406:1::80:0/105\",\r\n \"2603:1046:1406:1::100:0/104\",\r\n \"2603:1046:1406:1::200:0/103\",\r\n \"2603:1046:1406:1::400:0/102\",\r\n \"2603:1046:1406:1::800:0/101\",\r\n \"2603:1046:1406:1::1000:0/100\",\r\n \"2603:1046:1406:1::2000:0/99\",\r\n \"2603:1046:1406:1::4000:0/98\",\r\n \"2603:1046:1406:1::8000:0/97\",\r\n \"2603:1046:1406:1:0:1::/96\",\r\n \"2603:1046:1406:1:0:2::/95\",\r\n \"2603:1046:1406:1:0:4::/94\",\r\n \"2603:1046:1406:1:0:8::/93\",\r\n \"2603:1046:1406:1:0:10::/92\",\r\n \"2603:1046:1406:1:0:20::/91\",\r\n \"2603:1046:1406:1:0:40::/90\",\r\n \"2603:1046:1406:1:0:80::/89\",\r\n \"2603:1046:1406:1:0:100::/88\",\r\n \"2603:1046:1406:1:0:200::/87\",\r\n \"2603:1046:1406:1:0:400::/86\",\r\n \"2603:1046:1406:1:0:800::/85\",\r\n \"2603:1046:1406:1:0:1000::/84\",\r\n \"2603:1046:1406:1:0:2000::/83\",\r\n \"2603:1046:1406:1:0:4000::/82\",\r\n \"2603:1046:1406:1:0:8000::/81\",\r\n \"2603:1046:1406:1:1::/80\",\r\n \"2603:1046:1406:1:2::/79\",\r\n \"2603:1046:1406:1:4::/78\",\r\n \"2603:1046:1406:1:8::/77\",\r\n \"2603:1046:1406:1:10::/76\",\r\n \"2603:1046:1406:1:20::/75\",\r\n \"2603:1046:1406:1:40::/74\",\r\n \"2603:1046:1406:1:80::/73\",\r\n \"2603:1046:1406:1:100::/72\",\r\n \"2603:1046:1406:1:200::/71\",\r\n \"2603:1046:1406:1:400::/70\",\r\n \"2603:1046:1406:1:800::/69\",\r\n \"2603:1046:1406:1:1000::/68\",\r\n \"2603:1046:1406:1:2000::/67\",\r\n \"2603:1046:1406:1:4000::/66\",\r\n \"2603:1046:1406:1:8000::/65\",\r\n \"2603:1046:1406:2::/63\",\r\n \"2603:1046:1406:4::/62\",\r\n \"2603:1046:1406:8::/61\",\r\n \"2603:1046:1406:10::/60\",\r\n \"2603:1046:1406:20::/59\",\r\n \"2603:1046:1406:40::/58\",\r\n \"2603:1046:1406:80::/57\",\r\n \"2603:1046:1406:100::/56\",\r\n \"2603:1046:1406:200::/55\",\r\n \"2603:1046:1406:400::/54\",\r\n \"2603:1046:1406:800::/53\",\r\n \"2603:1046:1406:1000::/52\",\r\n \"2603:1046:1406:2000::/51\",\r\n \"2603:1046:1406:4000::/50\",\r\n \"2603:1046:1406:8000::/49\",\r\n \"2603:1061:1310:3000::/54\",\r\n \"2603:1061:1718::/48\",\r\n \"2603:1061:2000:440::/62\",\r\n \"2603:1061:2000:7c8::/62\",\r\n \"2603:1061:2002:8000::/57\",\r\n \"2603:1061:2002:8800::/57\",\r\n \"2603:1061:2004:800::/57\",\r\n \"2603:1061:2004:6100::/57\",\r\n \"2603:1061:2010:14::/64\",\r\n \"2603:1062:c:4::/63\",\r\n \"2603:1063:416::/56\",\r\n \"2603:1090:108::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden Central\",\r\n \"communityValue\": \"12076:51047\",\r\n \"communityPrefixes\": [\r\n \"4.165.0.0/16\",\r\n \"4.166.0.0/16\",\r\n \"4.223.0.0/16\",\r\n \"4.225.0.0/16\",\r\n \"20.60.78.0/23\",\r\n \"20.60.234.0/23\",\r\n \"20.60.252.0/23\",\r\n \"20.91.128.0/20\",\r\n \"20.91.144.0/22\",\r\n \"20.91.148.0/24\",\r\n \"20.91.149.0/27\",\r\n \"20.91.149.48/28\",\r\n \"20.91.149.64/26\",\r\n \"20.91.149.128/25\",\r\n \"20.91.150.0/23\",\r\n \"20.91.152.0/21\",\r\n \"20.91.160.0/19\",\r\n \"20.91.192.0/18\",\r\n \"20.95.87.0/24\",\r\n \"20.150.44.0/24\",\r\n \"20.150.120.0/24\",\r\n \"20.202.68.0/24\",\r\n \"20.202.211.0/24\",\r\n \"20.202.212.0/22\",\r\n \"20.202.216.0/21\",\r\n \"20.202.224.0/23\",\r\n \"20.209.216.0/23\",\r\n \"20.240.0.0/18\",\r\n \"20.240.64.0/19\",\r\n \"20.240.128.0/17\",\r\n \"40.64.183.0/25\",\r\n \"40.119.112.0/22\",\r\n \"40.126.203.0/24\",\r\n \"51.12.24.0/21\",\r\n \"51.12.32.0/19\",\r\n \"51.12.64.0/19\",\r\n \"51.12.96.0/22\",\r\n \"51.12.100.0/24\",\r\n \"51.12.101.0/25\",\r\n \"51.12.101.128/27\",\r\n \"51.12.101.168/29\",\r\n \"51.12.101.176/28\",\r\n \"51.12.101.192/26\",\r\n \"51.12.102.0/23\",\r\n \"51.12.104.32/27\",\r\n \"51.12.128.0/21\",\r\n \"51.12.144.0/20\",\r\n \"51.12.208.0/20\",\r\n \"51.12.224.0/19\",\r\n \"51.107.176.0/20\",\r\n \"52.121.192.0/20\",\r\n \"52.253.187.0/24\",\r\n \"52.253.188.0/23\",\r\n \"74.241.128.0/17\",\r\n \"172.160.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden Central IPv6\",\r\n \"communityValue\": \"12076:51047\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1000::/47\",\r\n \"2603:1020:1004::/47\",\r\n \"2603:1061:1311:3800::/54\",\r\n \"2603:1061:172e::/48\",\r\n \"2603:1061:2000:7a0::/62\",\r\n \"2603:1061:2002:7800::/57\",\r\n \"2603:1061:2004:8000::/57\",\r\n \"2603:1061:2010:2e::/64\",\r\n \"2603:1063:417::/56\",\r\n \"2603:10a0:1401::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden South\",\r\n \"communityValue\": \"12076:51048\",\r\n \"communityPrefixes\": [\r\n \"20.60.76.0/23\",\r\n \"20.60.192.0/23\",\r\n \"20.91.0.0/18\",\r\n \"20.91.64.0/19\",\r\n \"20.91.96.0/26\",\r\n \"20.91.96.80/28\",\r\n \"20.91.96.96/27\",\r\n \"20.91.96.128/25\",\r\n \"20.91.97.0/24\",\r\n \"20.91.98.0/23\",\r\n \"20.91.100.0/22\",\r\n \"20.91.104.0/21\",\r\n \"20.91.112.0/20\",\r\n \"20.150.45.0/24\",\r\n \"20.150.99.0/24\",\r\n \"40.64.182.128/25\",\r\n \"40.119.116.0/22\",\r\n \"40.126.204.0/24\",\r\n \"51.12.0.0/20\",\r\n \"51.12.16.0/21\",\r\n \"51.12.104.0/27\",\r\n \"51.12.112.0/20\",\r\n \"51.12.136.0/21\",\r\n \"51.12.160.0/19\",\r\n \"51.12.192.0/21\",\r\n \"51.12.200.0/22\",\r\n \"51.12.204.0/25\",\r\n \"51.12.204.128/26\",\r\n \"51.12.204.192/27\",\r\n \"51.12.204.224/29\",\r\n \"51.12.204.240/28\",\r\n \"51.12.205.0/24\",\r\n \"51.12.206.0/23\",\r\n \"52.253.190.0/24\",\r\n \"74.241.0.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Sweden South IPv6\",\r\n \"communityValue\": \"12076:51048\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1100::/47\",\r\n \"2603:1020:1104::/46\",\r\n \"2603:1061:1311:3c00::/54\",\r\n \"2603:1061:172d::/48\",\r\n \"2603:1061:2010:2d::/64\",\r\n \"2603:1063:418::/56\",\r\n \"2603:10a0:1501::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland North\",\r\n \"communityValue\": \"12076:51038\",\r\n \"communityPrefixes\": [\r\n \"4.163.0.0/16\",\r\n \"4.164.0.0/16\",\r\n \"4.226.0.0/17\",\r\n \"20.60.174.0/23\",\r\n \"20.95.96.0/24\",\r\n \"20.95.106.0/24\",\r\n \"20.150.59.0/24\",\r\n \"20.150.118.0/24\",\r\n \"20.199.128.0/18\",\r\n \"20.203.128.0/17\",\r\n \"20.208.0.0/17\",\r\n \"20.208.128.0/20\",\r\n \"20.208.144.0/22\",\r\n \"20.208.148.0/23\",\r\n \"20.208.150.0/28\",\r\n \"20.208.150.32/27\",\r\n \"20.208.150.64/26\",\r\n \"20.208.150.128/25\",\r\n \"20.208.151.0/24\",\r\n \"20.208.152.0/21\",\r\n \"20.208.160.0/19\",\r\n \"20.209.28.0/23\",\r\n \"20.209.174.0/23\",\r\n \"20.250.0.0/16\",\r\n \"40.64.147.32/28\",\r\n \"40.64.180.0/25\",\r\n \"40.119.80.0/22\",\r\n \"40.126.194.0/24\",\r\n \"51.103.128.0/18\",\r\n \"51.103.192.32/27\",\r\n \"51.103.200.0/21\",\r\n \"51.103.208.0/20\",\r\n \"51.103.224.0/19\",\r\n \"51.107.0.0/18\",\r\n \"51.107.64.0/19\",\r\n \"51.107.128.0/27\",\r\n \"51.107.128.32/29\",\r\n \"51.107.128.48/28\",\r\n \"51.107.128.64/26\",\r\n \"51.107.128.128/25\",\r\n \"51.107.129.0/26\",\r\n \"51.107.129.96/27\",\r\n \"51.107.129.128/25\",\r\n \"51.107.130.0/23\",\r\n \"51.107.132.0/22\",\r\n \"51.107.200.0/21\",\r\n \"51.107.240.0/21\",\r\n \"52.121.183.0/24\",\r\n \"52.239.251.0/24\",\r\n \"52.253.165.0/24\",\r\n \"52.253.175.0/24\",\r\n \"52.253.176.0/24\",\r\n \"74.242.128.0/17\",\r\n \"151.206.49.176/28\",\r\n \"151.206.85.128/25\",\r\n \"151.206.86.0/24\",\r\n \"172.161.0.0/16\",\r\n \"172.162.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland North IPv6\",\r\n \"communityValue\": \"12076:51038\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:a00::/47\",\r\n \"2603:1020:a04::/47\",\r\n \"2603:1061:1311:4000::/54\",\r\n \"2603:1061:1728::/48\",\r\n \"2603:1061:2000:700::/62\",\r\n \"2603:1061:2002:5800::/57\",\r\n \"2603:1061:2004:5000::/57\",\r\n \"2603:1061:2010:28::/64\",\r\n \"2603:1062:c:1e::/63\",\r\n \"2603:1063:419::/56\",\r\n \"2603:10a0:c00::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland West\",\r\n \"communityValue\": \"12076:51039\",\r\n \"communityPrefixes\": [\r\n \"4.226.128.0/17\",\r\n \"20.60.176.0/23\",\r\n \"20.95.97.0/24\",\r\n \"20.150.55.0/24\",\r\n \"20.150.116.0/24\",\r\n \"20.199.192.0/21\",\r\n \"20.199.200.0/22\",\r\n \"20.199.204.0/25\",\r\n \"20.199.204.128/27\",\r\n \"20.199.204.176/28\",\r\n \"20.199.204.192/26\",\r\n \"20.199.205.0/24\",\r\n \"20.199.206.0/23\",\r\n \"20.199.208.0/20\",\r\n \"20.199.224.0/19\",\r\n \"20.208.192.0/18\",\r\n \"40.64.179.0/25\",\r\n \"40.119.84.0/22\",\r\n \"40.126.195.0/24\",\r\n \"51.103.192.0/27\",\r\n \"51.107.96.0/19\",\r\n \"51.107.136.0/21\",\r\n \"51.107.144.0/20\",\r\n \"51.107.160.0/20\",\r\n \"51.107.192.0/25\",\r\n \"51.107.192.128/29\",\r\n \"51.107.192.144/28\",\r\n \"51.107.192.160/27\",\r\n \"51.107.192.192/26\",\r\n \"51.107.193.0/24\",\r\n \"51.107.194.0/23\",\r\n \"51.107.196.0/22\",\r\n \"51.107.224.0/20\",\r\n \"51.107.248.0/21\",\r\n \"52.239.250.0/24\",\r\n \"52.253.166.0/24\",\r\n \"57.150.22.0/24\",\r\n \"74.242.0.0/18\",\r\n \"74.242.64.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Switzerland West IPv6\",\r\n \"communityValue\": \"12076:51039\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:b00::/47\",\r\n \"2603:1020:b04::/47\",\r\n \"2603:1061:1311:4400::/54\",\r\n \"2603:1061:1727::/48\",\r\n \"2603:1061:2000:708::/62\",\r\n \"2603:1061:2002:5900::/57\",\r\n \"2603:1061:2004:5100::/57\",\r\n \"2603:1061:2010:26::/64\",\r\n \"2603:1063:41a::/56\",\r\n \"2603:10a0:e01::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE Central\",\r\n \"communityValue\": \"12076:51037\",\r\n \"communityPrefixes\": [\r\n \"20.37.64.0/21\",\r\n \"20.37.72.0/23\",\r\n \"20.37.74.0/24\",\r\n \"20.37.75.0/26\",\r\n \"20.37.75.64/27\",\r\n \"20.37.75.128/25\",\r\n \"20.37.76.0/22\",\r\n \"20.37.80.0/20\",\r\n \"20.45.64.0/19\",\r\n \"20.46.200.0/21\",\r\n \"20.46.208.0/20\",\r\n \"20.60.108.0/24\",\r\n \"20.150.6.0/23\",\r\n \"20.150.115.0/24\",\r\n \"20.201.161.0/24\",\r\n \"20.203.88.0/21\",\r\n \"20.209.200.0/23\",\r\n \"20.209.219.0/24\",\r\n \"20.216.64.0/18\",\r\n \"40.64.146.144/28\",\r\n \"40.64.178.0/25\",\r\n \"40.119.76.0/22\",\r\n \"40.120.0.0/21\",\r\n \"40.120.8.0/25\",\r\n \"40.120.8.128/27\",\r\n \"40.120.8.168/29\",\r\n \"40.120.8.176/28\",\r\n \"40.120.8.192/26\",\r\n \"40.120.9.0/24\",\r\n \"40.120.10.0/23\",\r\n \"40.120.12.0/22\",\r\n \"40.125.0.0/19\",\r\n \"40.126.193.0/24\",\r\n \"40.126.208.0/20\",\r\n \"52.143.221.0/24\",\r\n \"52.239.233.0/25\",\r\n \"74.243.0.0/17\",\r\n \"74.243.128.0/21\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE Central IPv6\",\r\n \"communityValue\": \"12076:51037\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:b00::/47\",\r\n \"2603:1040:b04::/47\",\r\n \"2603:1061:1310:3c00::/54\",\r\n \"2603:1061:1726::/48\",\r\n \"2603:1061:2000:7e8::/62\",\r\n \"2603:1061:2002:7100::/57\",\r\n \"2603:1061:2004:6900::/57\",\r\n \"2603:1061:2010:24::/64\",\r\n \"2603:1063:41b::/56\",\r\n \"2603:1090:b04::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE North\",\r\n \"communityValue\": \"12076:51036\",\r\n \"communityPrefixes\": [\r\n \"4.161.0.0/16\",\r\n \"4.162.0.0/16\",\r\n \"20.38.124.0/23\",\r\n \"20.38.136.0/21\",\r\n \"20.38.152.0/21\",\r\n \"20.46.32.0/19\",\r\n \"20.46.144.0/20\",\r\n \"20.46.192.0/21\",\r\n \"20.60.21.0/24\",\r\n \"20.60.212.0/23\",\r\n \"20.74.128.0/17\",\r\n \"20.95.130.0/24\",\r\n \"20.174.0.0/16\",\r\n \"20.196.0.0/18\",\r\n \"20.202.72.0/24\",\r\n \"20.202.102.0/23\",\r\n \"20.203.0.0/18\",\r\n \"20.203.64.0/20\",\r\n \"20.203.80.0/21\",\r\n \"20.203.96.0/19\",\r\n \"20.209.50.0/23\",\r\n \"20.209.238.0/23\",\r\n \"20.216.0.0/18\",\r\n \"20.233.0.0/16\",\r\n \"40.64.145.112/28\",\r\n \"40.64.177.0/25\",\r\n \"40.119.72.0/22\",\r\n \"40.119.160.0/19\",\r\n \"40.120.64.0/26\",\r\n \"40.120.64.64/27\",\r\n \"40.120.64.96/29\",\r\n \"40.120.64.112/28\",\r\n \"40.120.64.128/26\",\r\n \"40.120.64.192/27\",\r\n \"40.120.65.0/24\",\r\n \"40.120.66.0/23\",\r\n \"40.120.68.0/22\",\r\n \"40.120.72.0/21\",\r\n \"40.120.80.0/20\",\r\n \"40.120.96.0/19\",\r\n \"40.123.192.0/19\",\r\n \"40.123.224.0/20\",\r\n \"40.126.192.0/24\",\r\n \"52.121.100.0/22\",\r\n \"52.121.104.0/23\",\r\n \"52.143.202.0/24\",\r\n \"52.143.222.0/23\",\r\n \"52.239.233.128/25\",\r\n \"65.52.248.0/23\",\r\n \"65.52.250.0/24\",\r\n \"65.52.251.0/26\",\r\n \"65.52.251.64/27\",\r\n \"65.52.251.128/25\",\r\n \"65.52.252.0/25\",\r\n \"65.52.252.160/27\",\r\n \"65.52.252.192/26\",\r\n \"65.52.253.0/24\",\r\n \"65.52.254.0/23\",\r\n \"151.206.48.240/28\",\r\n \"151.206.70.0/25\",\r\n \"172.163.0.0/16\",\r\n \"172.164.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UAE North IPv6\",\r\n \"communityValue\": \"12076:51036\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:900::/47\",\r\n \"2603:1040:904::/47\",\r\n \"2603:1061:1310:4000::/54\",\r\n \"2603:1061:1724::/48\",\r\n \"2603:1061:2000:7e0::/62\",\r\n \"2603:1061:2002:7000::/57\",\r\n \"2603:1061:2004:6800::/57\",\r\n \"2603:1061:2010:22::/64\",\r\n \"2603:1062:c:a::/63\",\r\n \"2603:1063:41c::/56\",\r\n \"2603:1090:e03::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South\",\r\n \"communityValue\": \"12076:51024\",\r\n \"communityPrefixes\": [\r\n \"4.158.0.0/15\",\r\n \"4.234.0.0/16\",\r\n \"4.250.0.0/16\",\r\n \"13.87.64.0/19\",\r\n \"13.87.96.0/20\",\r\n \"20.0.0.0/16\",\r\n \"20.26.0.0/19\",\r\n \"20.26.32.0/20\",\r\n \"20.26.48.0/21\",\r\n \"20.26.56.0/22\",\r\n \"20.26.60.0/23\",\r\n \"20.26.62.0/24\",\r\n \"20.26.63.0/25\",\r\n \"20.26.63.128/26\",\r\n \"20.26.63.192/27\",\r\n \"20.26.63.240/28\",\r\n \"20.26.64.0/18\",\r\n \"20.26.128.0/17\",\r\n \"20.38.106.0/23\",\r\n \"20.39.208.0/20\",\r\n \"20.39.224.0/21\",\r\n \"20.49.128.0/17\",\r\n \"20.50.96.0/19\",\r\n \"20.58.0.0/18\",\r\n \"20.60.17.0/24\",\r\n \"20.60.166.0/23\",\r\n \"20.68.0.0/18\",\r\n \"20.68.128.0/17\",\r\n \"20.77.0.0/17\",\r\n \"20.77.128.0/18\",\r\n \"20.90.64.0/18\",\r\n \"20.90.128.0/17\",\r\n \"20.95.67.0/24\",\r\n \"20.95.71.0/24\",\r\n \"20.95.74.0/23\",\r\n \"20.95.82.0/23\",\r\n \"20.95.84.0/24\",\r\n \"20.95.99.0/24\",\r\n \"20.95.100.0/23\",\r\n \"20.95.105.0/24\",\r\n \"20.108.0.0/16\",\r\n \"20.117.64.0/18\",\r\n \"20.117.128.0/17\",\r\n \"20.150.18.0/25\",\r\n \"20.150.40.0/25\",\r\n \"20.150.41.0/24\",\r\n \"20.150.69.0/24\",\r\n \"20.162.128.0/17\",\r\n \"20.202.4.0/24\",\r\n \"20.209.6.0/23\",\r\n \"20.209.30.0/23\",\r\n \"20.209.88.0/23\",\r\n \"20.209.128.0/23\",\r\n \"20.209.158.0/23\",\r\n \"20.209.240.0/23\",\r\n \"20.254.0.0/17\",\r\n \"40.64.144.200/29\",\r\n \"40.64.145.16/28\",\r\n \"40.64.171.0/25\",\r\n \"40.79.215.0/24\",\r\n \"40.80.0.0/22\",\r\n \"40.81.128.0/19\",\r\n \"40.120.32.0/19\",\r\n \"40.120.136.0/22\",\r\n \"51.11.0.0/18\",\r\n \"51.11.128.0/18\",\r\n \"51.104.0.0/19\",\r\n \"51.104.192.0/18\",\r\n \"51.105.0.0/18\",\r\n \"51.105.64.0/20\",\r\n \"51.132.0.0/18\",\r\n \"51.132.128.0/17\",\r\n \"51.140.0.0/17\",\r\n \"51.140.128.0/20\",\r\n \"51.140.144.0/23\",\r\n \"51.140.146.0/24\",\r\n \"51.140.148.0/25\",\r\n \"51.140.148.128/26\",\r\n \"51.140.148.224/27\",\r\n \"51.140.149.0/28\",\r\n \"51.140.149.16/29\",\r\n \"51.140.149.32/27\",\r\n \"51.140.149.64/26\",\r\n \"51.140.149.128/25\",\r\n \"51.140.150.0/23\",\r\n \"51.140.152.0/21\",\r\n \"51.140.160.0/19\",\r\n \"51.141.128.32/27\",\r\n \"51.141.129.64/26\",\r\n \"51.141.130.0/25\",\r\n \"51.141.135.0/24\",\r\n \"51.141.192.0/18\",\r\n \"51.142.0.0/19\",\r\n \"51.142.64.0/18\",\r\n \"51.142.192.0/18\",\r\n \"51.143.128.0/18\",\r\n \"51.143.208.0/20\",\r\n \"51.143.224.0/19\",\r\n \"51.145.0.0/17\",\r\n \"52.120.160.0/19\",\r\n \"52.120.240.0/20\",\r\n \"52.136.21.0/24\",\r\n \"52.151.64.0/18\",\r\n \"52.239.187.0/25\",\r\n \"52.239.231.0/24\",\r\n \"52.245.64.0/22\",\r\n \"52.253.162.0/23\",\r\n \"151.206.50.16/28\",\r\n \"151.206.108.128/25\",\r\n \"172.165.0.0/16\",\r\n \"172.166.0.0/15\",\r\n \"172.187.64.0/19\",\r\n \"172.187.128.0/17\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South IPv6\",\r\n \"communityValue\": \"12076:51024\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:700::/47\",\r\n \"2603:1020:702::/48\",\r\n \"2603:1020:705::/48\",\r\n \"2603:1020:706::/48\",\r\n \"2603:1026:2406::800/117\",\r\n \"2603:1026:2406::1000/116\",\r\n \"2603:1026:2406::2000/115\",\r\n \"2603:1026:2406::4000/114\",\r\n \"2603:1026:2406::8000/113\",\r\n \"2603:1026:2406::1:0/112\",\r\n \"2603:1026:2406::2:0/111\",\r\n \"2603:1026:2406::4:0/110\",\r\n \"2603:1026:2406::8:0/109\",\r\n \"2603:1026:2406::10:0/108\",\r\n \"2603:1026:2406::20:0/107\",\r\n \"2603:1026:2406::40:0/106\",\r\n \"2603:1026:2406::80:0/105\",\r\n \"2603:1026:2406::100:0/104\",\r\n \"2603:1026:2406::200:0/103\",\r\n \"2603:1026:2406::400:0/102\",\r\n \"2603:1026:2406::800:0/101\",\r\n \"2603:1026:2406::1000:0/100\",\r\n \"2603:1026:2406::2000:0/99\",\r\n \"2603:1026:2406::4000:0/98\",\r\n \"2603:1026:2406::8000:0/97\",\r\n \"2603:1026:2406::1:0:0/96\",\r\n \"2603:1026:2406::2:0:0/95\",\r\n \"2603:1026:2406::4:0:0/94\",\r\n \"2603:1026:2406::8:0:0/93\",\r\n \"2603:1026:2406::10:0:0/92\",\r\n \"2603:1026:2406::20:0:0/91\",\r\n \"2603:1026:2406::40:0:0/90\",\r\n \"2603:1026:2406::80:0:0/89\",\r\n \"2603:1026:2406::100:0:0/88\",\r\n \"2603:1026:2406::200:0:0/87\",\r\n \"2603:1026:2406::400:0:0/86\",\r\n \"2603:1026:2406::800:0:0/85\",\r\n \"2603:1026:2406::1000:0:0/84\",\r\n \"2603:1026:2406::2000:0:0/83\",\r\n \"2603:1026:2406::4000:0:0/82\",\r\n \"2603:1026:2406::8000:0:0/81\",\r\n \"2603:1026:2406:0:1::/80\",\r\n \"2603:1026:2406:0:2::/79\",\r\n \"2603:1026:2406:0:4::/78\",\r\n \"2603:1026:2406:0:8::/77\",\r\n \"2603:1026:2406:0:10::/76\",\r\n \"2603:1026:2406:0:20::/75\",\r\n \"2603:1026:2406:0:40::/74\",\r\n \"2603:1026:2406:0:80::/73\",\r\n \"2603:1026:2406:0:100::/72\",\r\n \"2603:1026:2406:0:200::/71\",\r\n \"2603:1026:2406:0:400::/70\",\r\n \"2603:1026:2406:0:800::/69\",\r\n \"2603:1026:2406:0:1000::/68\",\r\n \"2603:1026:2406:0:2000::/67\",\r\n \"2603:1026:2406:0:4000::/66\",\r\n \"2603:1026:2406:0:8000::/65\",\r\n \"2603:1026:2406:1::800/117\",\r\n \"2603:1026:2406:1::1000/116\",\r\n \"2603:1026:2406:1::2000/115\",\r\n \"2603:1026:2406:1::4000/114\",\r\n \"2603:1026:2406:1::8000/113\",\r\n \"2603:1026:2406:1::1:0/112\",\r\n \"2603:1026:2406:1::2:0/111\",\r\n \"2603:1026:2406:1::4:0/110\",\r\n \"2603:1026:2406:1::8:0/109\",\r\n \"2603:1026:2406:1::10:0/108\",\r\n \"2603:1026:2406:1::20:0/107\",\r\n \"2603:1026:2406:1::40:0/106\",\r\n \"2603:1026:2406:1::80:0/105\",\r\n \"2603:1026:2406:1::100:0/104\",\r\n \"2603:1026:2406:1::200:0/103\",\r\n \"2603:1026:2406:1::400:0/102\",\r\n \"2603:1026:2406:1::800:0/101\",\r\n \"2603:1026:2406:1::1000:0/100\",\r\n \"2603:1026:2406:1::2000:0/99\",\r\n \"2603:1026:2406:1::4000:0/98\",\r\n \"2603:1026:2406:1::8000:0/97\",\r\n \"2603:1026:2406:1:0:1::/96\",\r\n \"2603:1026:2406:1:0:2::/95\",\r\n \"2603:1026:2406:1:0:4::/94\",\r\n \"2603:1026:2406:1:0:8::/93\",\r\n \"2603:1026:2406:1:0:10::/92\",\r\n \"2603:1026:2406:1:0:20::/91\",\r\n \"2603:1026:2406:1:0:40::/90\",\r\n \"2603:1026:2406:1:0:80::/89\",\r\n \"2603:1026:2406:1:0:100::/88\",\r\n \"2603:1026:2406:1:0:200::/87\",\r\n \"2603:1026:2406:1:0:400::/86\",\r\n \"2603:1026:2406:1:0:800::/85\",\r\n \"2603:1026:2406:1:0:1000::/84\",\r\n \"2603:1026:2406:1:0:2000::/83\",\r\n \"2603:1026:2406:1:0:4000::/82\",\r\n \"2603:1026:2406:1:0:8000::/81\",\r\n \"2603:1026:2406:1:1::/80\",\r\n \"2603:1026:2406:1:2::/79\",\r\n \"2603:1026:2406:1:4::/78\",\r\n \"2603:1026:2406:1:8::/77\",\r\n \"2603:1026:2406:1:10::/76\",\r\n \"2603:1026:2406:1:20::/75\",\r\n \"2603:1026:2406:1:40::/74\",\r\n \"2603:1026:2406:1:80::/73\",\r\n \"2603:1026:2406:1:100::/72\",\r\n \"2603:1026:2406:1:200::/71\",\r\n \"2603:1026:2406:1:400::/70\",\r\n \"2603:1026:2406:1:800::/69\",\r\n \"2603:1026:2406:1:1000::/68\",\r\n \"2603:1026:2406:1:2000::/67\",\r\n \"2603:1026:2406:1:4000::/66\",\r\n \"2603:1026:2406:1:8000::/65\",\r\n \"2603:1026:2406:2::/63\",\r\n \"2603:1026:2406:4::/62\",\r\n \"2603:1026:2406:8::/61\",\r\n \"2603:1026:2406:10::/60\",\r\n \"2603:1026:2406:20::/59\",\r\n \"2603:1026:2406:40::/58\",\r\n \"2603:1026:2406:80::/57\",\r\n \"2603:1026:2406:100::/56\",\r\n \"2603:1026:2406:200::/55\",\r\n \"2603:1026:2406:400::/54\",\r\n \"2603:1026:2406:800::/53\",\r\n \"2603:1026:2406:1000::/52\",\r\n \"2603:1026:2406:2000::/51\",\r\n \"2603:1026:2406:4000::/50\",\r\n \"2603:1026:2406:8000::/49\",\r\n \"2603:1061:1311:4c00::/54\",\r\n \"2603:1061:171a::/48\",\r\n \"2603:1061:2000:580::/62\",\r\n \"2603:1061:2002:3000::/57\",\r\n \"2603:1061:2004:2800::/57\",\r\n \"2603:1061:2010:16::/64\",\r\n \"2603:1062:c:36::/63\",\r\n \"2603:1063:41d::/56\",\r\n \"2603:10a0:f05::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South 2\",\r\n \"communityValue\": \"12076:51023\",\r\n \"communityPrefixes\": [\r\n \"13.87.0.0/19\",\r\n \"13.87.32.0/20\",\r\n \"13.87.48.0/21\",\r\n \"13.87.56.0/24\",\r\n \"13.87.57.0/25\",\r\n \"13.87.57.128/27\",\r\n \"13.87.57.192/26\",\r\n \"13.87.58.0/23\",\r\n \"13.87.60.0/22\",\r\n \"20.150.27.0/24\",\r\n \"40.79.201.0/24\",\r\n \"40.80.12.0/22\",\r\n \"40.81.160.0/20\",\r\n \"51.141.129.192/26\",\r\n \"51.141.156.0/22\",\r\n \"51.142.40.11/32\",\r\n \"51.142.47.249/32\",\r\n \"51.142.47.252/32\",\r\n \"51.143.192.0/21\",\r\n \"51.143.200.0/28\",\r\n \"51.143.201.0/24\",\r\n \"52.136.18.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK South 2 IPv6\",\r\n \"communityValue\": \"12076:51023\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:400::/47\",\r\n \"2603:1020:402::/48\",\r\n \"2603:1020:405::/48\",\r\n \"2603:1061:1311:5000::/54\",\r\n \"2603:10a0:b03::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK West\",\r\n \"communityValue\": \"12076:51025\",\r\n \"communityPrefixes\": [\r\n \"20.39.160.0/21\",\r\n \"20.40.104.0/21\",\r\n \"20.45.176.0/20\",\r\n \"20.58.64.0/18\",\r\n \"20.60.112.0/24\",\r\n \"20.60.164.0/23\",\r\n \"20.68.64.0/18\",\r\n \"20.77.192.0/18\",\r\n \"20.90.0.0/18\",\r\n \"20.95.86.0/24\",\r\n \"20.117.0.0/18\",\r\n \"20.150.2.0/23\",\r\n \"20.150.52.0/24\",\r\n \"20.150.110.0/24\",\r\n \"20.162.0.0/17\",\r\n \"20.202.3.0/24\",\r\n \"20.209.132.0/23\",\r\n \"20.209.198.0/23\",\r\n \"20.254.128.0/19\",\r\n \"20.254.160.0/21\",\r\n \"20.254.168.0/22\",\r\n \"20.254.172.0/24\",\r\n \"20.254.173.0/27\",\r\n \"20.254.173.32/28\",\r\n \"20.254.173.64/26\",\r\n \"20.254.173.128/25\",\r\n \"20.254.174.0/23\",\r\n \"20.254.176.0/20\",\r\n \"20.254.192.0/18\",\r\n \"40.64.144.240/29\",\r\n \"40.64.145.96/28\",\r\n \"40.64.171.128/25\",\r\n \"40.79.218.0/24\",\r\n \"40.81.112.0/20\",\r\n \"40.87.228.0/22\",\r\n \"51.11.96.0/19\",\r\n \"51.104.32.0/19\",\r\n \"51.132.64.0/18\",\r\n \"51.137.128.0/18\",\r\n \"51.140.192.0/20\",\r\n \"51.140.208.0/23\",\r\n \"51.140.210.0/24\",\r\n \"51.140.211.0/25\",\r\n \"51.140.211.128/26\",\r\n \"51.140.211.224/27\",\r\n \"51.140.212.0/23\",\r\n \"51.140.214.0/24\",\r\n \"51.140.215.0/25\",\r\n \"51.140.215.128/27\",\r\n \"51.140.215.168/29\",\r\n \"51.140.215.176/28\",\r\n \"51.140.215.192/26\",\r\n \"51.140.216.0/21\",\r\n \"51.140.224.0/19\",\r\n \"51.141.0.0/17\",\r\n \"51.141.128.0/27\",\r\n \"51.141.128.64/26\",\r\n \"51.141.128.128/25\",\r\n \"51.141.129.128/26\",\r\n \"51.141.134.0/24\",\r\n \"51.141.136.0/22\",\r\n \"51.142.48.0/21\",\r\n \"51.142.128.0/18\",\r\n \"52.136.20.0/24\",\r\n \"52.142.128.0/18\",\r\n \"52.239.240.0/24\",\r\n \"151.206.50.0/28\",\r\n \"151.206.108.0/25\",\r\n \"172.186.0.0/16\",\r\n \"172.187.0.0/18\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure UK West IPv6\",\r\n \"communityValue\": \"12076:51025\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:600::/47\",\r\n \"2603:1020:602::/48\",\r\n \"2603:1020:605::/48\",\r\n \"2603:1020:606::/48\",\r\n \"2603:1026:2407::800/117\",\r\n \"2603:1026:2407::1000/116\",\r\n \"2603:1026:2407::2000/115\",\r\n \"2603:1026:2407::4000/114\",\r\n \"2603:1026:2407::8000/113\",\r\n \"2603:1026:2407::1:0/112\",\r\n \"2603:1026:2407::2:0/111\",\r\n \"2603:1026:2407::4:0/110\",\r\n \"2603:1026:2407::8:0/109\",\r\n \"2603:1026:2407::10:0/108\",\r\n \"2603:1026:2407::20:0/107\",\r\n \"2603:1026:2407::40:0/106\",\r\n \"2603:1026:2407::80:0/105\",\r\n \"2603:1026:2407::100:0/104\",\r\n \"2603:1026:2407::200:0/103\",\r\n \"2603:1026:2407::400:0/102\",\r\n \"2603:1026:2407::800:0/101\",\r\n \"2603:1026:2407::1000:0/100\",\r\n \"2603:1026:2407::2000:0/99\",\r\n \"2603:1026:2407::4000:0/98\",\r\n \"2603:1026:2407::8000:0/97\",\r\n \"2603:1026:2407::1:0:0/96\",\r\n \"2603:1026:2407::2:0:0/95\",\r\n \"2603:1026:2407::4:0:0/94\",\r\n \"2603:1026:2407::8:0:0/93\",\r\n \"2603:1026:2407::10:0:0/92\",\r\n \"2603:1026:2407::20:0:0/91\",\r\n \"2603:1026:2407::40:0:0/90\",\r\n \"2603:1026:2407::80:0:0/89\",\r\n \"2603:1026:2407::100:0:0/88\",\r\n \"2603:1026:2407::200:0:0/87\",\r\n \"2603:1026:2407::400:0:0/86\",\r\n \"2603:1026:2407::800:0:0/85\",\r\n \"2603:1026:2407::1000:0:0/84\",\r\n \"2603:1026:2407::2000:0:0/83\",\r\n \"2603:1026:2407::4000:0:0/82\",\r\n \"2603:1026:2407::8000:0:0/81\",\r\n \"2603:1026:2407:0:1::/80\",\r\n \"2603:1026:2407:0:2::/79\",\r\n \"2603:1026:2407:0:4::/78\",\r\n \"2603:1026:2407:0:8::/77\",\r\n \"2603:1026:2407:0:10::/76\",\r\n \"2603:1026:2407:0:20::/75\",\r\n \"2603:1026:2407:0:40::/74\",\r\n \"2603:1026:2407:0:80::/73\",\r\n \"2603:1026:2407:0:100::/72\",\r\n \"2603:1026:2407:0:200::/71\",\r\n \"2603:1026:2407:0:400::/70\",\r\n \"2603:1026:2407:0:800::/69\",\r\n \"2603:1026:2407:0:1000::/68\",\r\n \"2603:1026:2407:0:2000::/67\",\r\n \"2603:1026:2407:0:4000::/66\",\r\n \"2603:1026:2407:0:8000::/65\",\r\n \"2603:1026:2407:1::800/117\",\r\n \"2603:1026:2407:1::1000/116\",\r\n \"2603:1026:2407:1::2000/115\",\r\n \"2603:1026:2407:1::4000/114\",\r\n \"2603:1026:2407:1::8000/113\",\r\n \"2603:1026:2407:1::1:0/112\",\r\n \"2603:1026:2407:1::2:0/111\",\r\n \"2603:1026:2407:1::4:0/110\",\r\n \"2603:1026:2407:1::8:0/109\",\r\n \"2603:1026:2407:1::10:0/108\",\r\n \"2603:1026:2407:1::20:0/107\",\r\n \"2603:1026:2407:1::40:0/106\",\r\n \"2603:1026:2407:1::80:0/105\",\r\n \"2603:1026:2407:1::100:0/104\",\r\n \"2603:1026:2407:1::200:0/103\",\r\n \"2603:1026:2407:1::400:0/102\",\r\n \"2603:1026:2407:1::800:0/101\",\r\n \"2603:1026:2407:1::1000:0/100\",\r\n \"2603:1026:2407:1::2000:0/99\",\r\n \"2603:1026:2407:1::4000:0/98\",\r\n \"2603:1026:2407:1::8000:0/97\",\r\n \"2603:1026:2407:1:0:1::/96\",\r\n \"2603:1026:2407:1:0:2::/95\",\r\n \"2603:1026:2407:1:0:4::/94\",\r\n \"2603:1026:2407:1:0:8::/93\",\r\n \"2603:1026:2407:1:0:10::/92\",\r\n \"2603:1026:2407:1:0:20::/91\",\r\n \"2603:1026:2407:1:0:40::/90\",\r\n \"2603:1026:2407:1:0:80::/89\",\r\n \"2603:1026:2407:1:0:100::/88\",\r\n \"2603:1026:2407:1:0:200::/87\",\r\n \"2603:1026:2407:1:0:400::/86\",\r\n \"2603:1026:2407:1:0:800::/85\",\r\n \"2603:1026:2407:1:0:1000::/84\",\r\n \"2603:1026:2407:1:0:2000::/83\",\r\n \"2603:1026:2407:1:0:4000::/82\",\r\n \"2603:1026:2407:1:0:8000::/81\",\r\n \"2603:1026:2407:1:1::/80\",\r\n \"2603:1026:2407:1:2::/79\",\r\n \"2603:1026:2407:1:4::/78\",\r\n \"2603:1026:2407:1:8::/77\",\r\n \"2603:1026:2407:1:10::/76\",\r\n \"2603:1026:2407:1:20::/75\",\r\n \"2603:1026:2407:1:40::/74\",\r\n \"2603:1026:2407:1:80::/73\",\r\n \"2603:1026:2407:1:100::/72\",\r\n \"2603:1026:2407:1:200::/71\",\r\n \"2603:1026:2407:1:400::/70\",\r\n \"2603:1026:2407:1:800::/69\",\r\n \"2603:1026:2407:1:1000::/68\",\r\n \"2603:1026:2407:1:2000::/67\",\r\n \"2603:1026:2407:1:4000::/66\",\r\n \"2603:1026:2407:1:8000::/65\",\r\n \"2603:1026:2407:2::/63\",\r\n \"2603:1026:2407:4::/62\",\r\n \"2603:1026:2407:8::/61\",\r\n \"2603:1026:2407:10::/60\",\r\n \"2603:1026:2407:20::/59\",\r\n \"2603:1026:2407:40::/58\",\r\n \"2603:1026:2407:80::/57\",\r\n \"2603:1026:2407:100::/56\",\r\n \"2603:1026:2407:200::/55\",\r\n \"2603:1026:2407:400::/54\",\r\n \"2603:1026:2407:800::/53\",\r\n \"2603:1026:2407:1000::/52\",\r\n \"2603:1026:2407:2000::/51\",\r\n \"2603:1026:2407:4000::/50\",\r\n \"2603:1026:2407:8000::/49\",\r\n \"2603:1061:1311:5400::/54\",\r\n \"2603:1061:171b::/48\",\r\n \"2603:1061:2000:588::/62\",\r\n \"2603:1061:2002:3100::/57\",\r\n \"2603:1061:2004:2900::/57\",\r\n \"2603:1061:2010:17::/64\",\r\n \"2603:1062:c:34::/63\",\r\n \"2603:1063:41e::/56\",\r\n \"2603:10a0:1105::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Central US\",\r\n \"communityValue\": \"12076:51027\",\r\n \"communityPrefixes\": [\r\n \"4.255.128.0/17\",\r\n \"13.71.192.0/23\",\r\n \"13.71.194.0/24\",\r\n \"13.71.195.0/25\",\r\n \"13.71.195.128/26\",\r\n \"13.71.195.192/27\",\r\n \"13.71.196.0/22\",\r\n \"13.71.200.0/24\",\r\n \"13.71.201.0/26\",\r\n \"13.71.201.128/25\",\r\n \"13.71.202.0/23\",\r\n \"13.71.204.0/22\",\r\n \"13.71.208.0/20\",\r\n \"13.71.224.0/19\",\r\n \"13.77.192.0/19\",\r\n \"13.78.128.0/17\",\r\n \"20.51.32.0/19\",\r\n \"20.55.128.0/18\",\r\n \"20.57.224.0/19\",\r\n \"20.59.128.0/18\",\r\n \"20.60.4.0/24\",\r\n \"20.60.119.0/24\",\r\n \"20.60.120.0/23\",\r\n \"20.60.122.0/24\",\r\n \"20.60.218.0/23\",\r\n \"20.69.0.0/18\",\r\n \"20.95.23.0/24\",\r\n \"20.95.24.0/24\",\r\n \"20.95.28.0/24\",\r\n \"20.95.48.0/24\",\r\n \"20.95.50.0/24\",\r\n \"20.95.62.0/24\",\r\n \"20.150.81.0/24\",\r\n \"20.150.98.0/24\",\r\n \"20.165.128.0/17\",\r\n \"20.168.176.0/20\",\r\n \"20.201.162.0/23\",\r\n \"20.209.224.0/23\",\r\n \"40.64.146.160/28\",\r\n \"40.64.172.0/25\",\r\n \"40.67.120.0/24\",\r\n \"40.67.121.0/25\",\r\n \"40.67.121.128/28\",\r\n \"40.67.121.152/29\",\r\n \"40.67.121.160/27\",\r\n \"40.67.121.192/26\",\r\n \"40.67.122.0/23\",\r\n \"40.67.124.0/22\",\r\n \"40.78.218.0/24\",\r\n \"40.123.136.0/24\",\r\n \"52.136.4.0/22\",\r\n \"52.143.214.0/24\",\r\n \"52.148.0.0/18\",\r\n \"52.150.128.0/20\",\r\n \"52.150.144.0/21\",\r\n \"52.150.152.0/22\",\r\n \"52.150.156.0/24\",\r\n \"52.150.157.32/27\",\r\n \"52.150.157.64/26\",\r\n \"52.150.157.128/25\",\r\n \"52.150.158.0/23\",\r\n \"52.150.160.0/19\",\r\n \"52.150.192.0/18\",\r\n \"52.153.128.0/18\",\r\n \"52.159.0.0/19\",\r\n \"52.159.32.0/20\",\r\n \"52.159.48.0/24\",\r\n \"52.159.49.0/25\",\r\n \"52.159.49.128/26\",\r\n \"52.159.49.192/30\",\r\n \"52.159.49.196/31\",\r\n \"52.159.49.198/32\",\r\n \"52.159.49.200/29\",\r\n \"52.159.49.208/28\",\r\n \"52.159.49.224/27\",\r\n \"52.159.50.0/24\",\r\n \"52.159.51.0/28\",\r\n \"52.159.51.16/31\",\r\n \"52.159.51.18/32\",\r\n \"52.159.51.20/30\",\r\n \"52.159.51.24/29\",\r\n \"52.159.51.32/27\",\r\n \"52.159.51.64/26\",\r\n \"52.159.51.128/25\",\r\n \"52.159.52.0/22\",\r\n \"52.159.56.0/21\",\r\n \"52.161.0.0/16\",\r\n \"52.239.164.0/25\",\r\n \"52.239.167.0/24\",\r\n \"52.239.244.0/23\",\r\n \"52.245.60.0/22\",\r\n \"52.253.128.0/20\",\r\n \"57.151.128.0/19\",\r\n \"172.208.128.0/17\",\r\n \"172.215.192.0/18\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Central US IPv6\",\r\n \"communityValue\": \"12076:51027\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:b00::/47\",\r\n \"2603:1030:b04::/48\",\r\n \"2603:1030:b06::/48\",\r\n \"2603:1030:b07::/56\",\r\n \"2603:1061:1312:2000::/54\",\r\n \"2603:1061:171c::/48\",\r\n \"2603:1061:2010:18::/64\",\r\n \"2603:1063:41f::/56\",\r\n \"2603:10b0:2804::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Europe\",\r\n \"communityValue\": \"12076:51002\",\r\n \"communityPrefixes\": [\r\n \"4.175.0.0/16\",\r\n \"4.180.0.0/16\",\r\n \"4.210.128.0/17\",\r\n \"4.231.0.0/17\",\r\n \"4.245.0.0/17\",\r\n \"13.69.0.0/18\",\r\n \"13.69.64.0/23\",\r\n \"13.69.66.0/25\",\r\n \"13.69.66.128/27\",\r\n \"13.69.66.192/26\",\r\n \"13.69.67.0/24\",\r\n \"13.69.68.0/22\",\r\n \"13.69.72.0/21\",\r\n \"13.69.80.0/20\",\r\n \"13.69.96.0/19\",\r\n \"13.73.128.0/18\",\r\n \"13.73.224.0/21\",\r\n \"13.80.0.0/15\",\r\n \"13.88.200.0/21\",\r\n \"13.93.0.0/17\",\r\n \"13.94.128.0/17\",\r\n \"13.95.0.0/16\",\r\n \"20.4.0.0/16\",\r\n \"20.8.0.0/17\",\r\n \"20.8.128.0/18\",\r\n \"20.8.192.0/23\",\r\n \"20.8.194.0/24\",\r\n \"20.8.196.0/22\",\r\n \"20.8.200.0/21\",\r\n \"20.8.208.0/20\",\r\n \"20.8.224.0/19\",\r\n \"20.13.0.0/17\",\r\n \"20.16.0.0/16\",\r\n \"20.23.0.0/16\",\r\n \"20.31.0.0/16\",\r\n \"20.38.108.0/23\",\r\n \"20.38.200.0/22\",\r\n \"20.50.0.0/18\",\r\n \"20.50.88.0/21\",\r\n \"20.50.128.0/17\",\r\n \"20.54.128.0/17\",\r\n \"20.56.0.0/16\",\r\n \"20.60.26.0/23\",\r\n \"20.60.130.0/24\",\r\n \"20.60.150.0/23\",\r\n \"20.60.196.0/23\",\r\n \"20.60.222.0/23\",\r\n \"20.60.250.0/23\",\r\n \"20.61.0.0/18\",\r\n \"20.61.64.0/19\",\r\n \"20.61.96.0/23\",\r\n \"20.61.98.0/25\",\r\n \"20.61.98.128/27\",\r\n \"20.61.98.192/26\",\r\n \"20.61.99.0/25\",\r\n \"20.61.99.144/28\",\r\n \"20.61.99.160/27\",\r\n \"20.61.99.192/26\",\r\n \"20.61.100.0/23\",\r\n \"20.61.102.0/24\",\r\n \"20.61.103.0/25\",\r\n \"20.61.103.128/29\",\r\n \"20.61.103.160/27\",\r\n \"20.61.103.224/27\",\r\n \"20.61.104.0/21\",\r\n \"20.61.112.0/20\",\r\n \"20.61.128.0/17\",\r\n \"20.67.0.0/17\",\r\n \"20.71.0.0/16\",\r\n \"20.73.0.0/16\",\r\n \"20.76.0.0/16\",\r\n \"20.82.0.0/17\",\r\n \"20.86.0.0/16\",\r\n \"20.93.128.0/17\",\r\n \"20.95.64.0/24\",\r\n \"20.95.66.0/24\",\r\n \"20.95.68.0/23\",\r\n \"20.95.72.0/23\",\r\n \"20.95.76.0/23\",\r\n \"20.95.81.0/24\",\r\n \"20.95.98.0/24\",\r\n \"20.95.103.0/24\",\r\n \"20.101.0.0/16\",\r\n \"20.103.0.0/16\",\r\n \"20.105.128.0/17\",\r\n \"20.107.0.0/17\",\r\n \"20.123.128.0/17\",\r\n \"20.126.0.0/16\",\r\n \"20.150.8.0/23\",\r\n \"20.150.37.0/24\",\r\n \"20.150.42.0/24\",\r\n \"20.150.74.0/24\",\r\n \"20.150.76.0/24\",\r\n \"20.150.83.0/24\",\r\n \"20.150.122.0/24\",\r\n \"20.160.0.0/16\",\r\n \"20.202.2.0/24\",\r\n \"20.202.12.0/22\",\r\n \"20.202.16.0/22\",\r\n \"20.202.140.0/24\",\r\n \"20.202.150.0/24\",\r\n \"20.202.152.0/24\",\r\n \"20.202.154.0/24\",\r\n \"20.202.156.0/24\",\r\n \"20.202.158.0/24\",\r\n \"20.202.160.0/24\",\r\n \"20.202.162.0/24\",\r\n \"20.202.164.0/24\",\r\n \"20.202.166.0/24\",\r\n \"20.202.168.0/24\",\r\n \"20.202.248.0/24\",\r\n \"20.209.10.0/23\",\r\n \"20.209.48.0/23\",\r\n \"20.209.72.0/23\",\r\n \"20.209.76.0/23\",\r\n \"20.209.108.0/23\",\r\n \"20.209.192.0/23\",\r\n \"20.209.230.0/23\",\r\n \"20.224.0.0/16\",\r\n \"20.229.0.0/16\",\r\n \"20.234.128.0/17\",\r\n \"20.238.128.0/17\",\r\n \"23.97.128.0/17\",\r\n \"23.98.46.0/24\",\r\n \"23.100.0.0/20\",\r\n \"23.101.64.0/20\",\r\n \"40.64.144.32/27\",\r\n \"40.64.172.128/25\",\r\n \"40.67.192.0/19\",\r\n \"40.68.0.0/16\",\r\n \"40.74.0.0/19\",\r\n \"40.74.32.0/20\",\r\n \"40.74.48.0/21\",\r\n \"40.74.56.0/25\",\r\n \"40.74.56.128/26\",\r\n \"40.74.56.192/29\",\r\n \"40.74.56.200/30\",\r\n \"40.74.56.204/32\",\r\n \"40.74.56.206/31\",\r\n \"40.74.56.208/28\",\r\n \"40.74.56.224/27\",\r\n \"40.74.57.0/24\",\r\n \"40.74.58.0/23\",\r\n \"40.74.60.0/22\",\r\n \"40.78.210.0/24\",\r\n \"40.82.92.0/22\",\r\n \"40.87.184.0/22\",\r\n \"40.90.141.167/32\",\r\n \"40.90.145.192/27\",\r\n \"40.91.28.0/22\",\r\n \"40.91.192.0/18\",\r\n \"40.112.36.128/25\",\r\n \"40.112.37.0/26\",\r\n \"40.112.38.192/26\",\r\n \"40.112.96.0/19\",\r\n \"40.113.96.0/19\",\r\n \"40.113.128.0/18\",\r\n \"40.114.128.0/17\",\r\n \"40.115.0.0/18\",\r\n \"40.118.0.0/17\",\r\n \"40.119.128.0/19\",\r\n \"40.120.152.0/27\",\r\n \"40.120.152.32/28\",\r\n \"40.120.152.48/30\",\r\n \"40.120.152.52/31\",\r\n \"40.123.140.0/22\",\r\n \"40.123.180.0/22\",\r\n \"51.105.96.0/19\",\r\n \"51.105.128.0/17\",\r\n \"51.124.0.0/16\",\r\n \"51.136.0.0/16\",\r\n \"51.137.0.0/17\",\r\n \"51.137.192.0/18\",\r\n \"51.138.0.0/17\",\r\n \"51.144.0.0/16\",\r\n \"51.145.128.0/17\",\r\n \"52.120.128.0/21\",\r\n \"52.120.208.0/20\",\r\n \"52.121.24.0/21\",\r\n \"52.121.64.0/20\",\r\n \"52.136.192.0/18\",\r\n \"52.137.0.0/18\",\r\n \"52.142.192.0/18\",\r\n \"52.143.0.0/18\",\r\n \"52.143.194.0/24\",\r\n \"52.143.208.0/24\",\r\n \"52.148.192.0/18\",\r\n \"52.149.64.0/18\",\r\n \"52.157.64.0/18\",\r\n \"52.157.128.0/17\",\r\n \"52.166.0.0/16\",\r\n \"52.174.0.0/16\",\r\n \"52.178.0.0/20\",\r\n \"52.178.16.0/24\",\r\n \"52.178.17.0/28\",\r\n \"52.178.17.32/27\",\r\n \"52.178.17.64/26\",\r\n \"52.178.17.128/25\",\r\n \"52.178.18.0/23\",\r\n \"52.178.20.0/22\",\r\n \"52.178.24.0/21\",\r\n \"52.178.32.0/19\",\r\n \"52.178.64.0/18\",\r\n \"52.232.0.0/17\",\r\n \"52.232.147.0/24\",\r\n \"52.233.128.0/17\",\r\n \"52.236.128.0/17\",\r\n \"52.239.140.0/22\",\r\n \"52.239.212.0/23\",\r\n \"52.239.242.0/23\",\r\n \"52.245.48.0/22\",\r\n \"52.245.124.0/22\",\r\n \"57.150.2.0/23\",\r\n \"65.52.128.0/19\",\r\n \"68.219.160.0/19\",\r\n \"74.234.128.0/17\",\r\n \"98.64.0.0/16\",\r\n \"98.71.128.0/17\",\r\n \"104.40.128.0/17\",\r\n \"104.44.90.194/31\",\r\n \"104.45.0.0/18\",\r\n \"104.45.64.0/20\",\r\n \"104.46.32.0/25\",\r\n \"104.46.32.128/27\",\r\n \"104.46.32.160/28\",\r\n \"104.46.32.176/29\",\r\n \"104.46.32.184/30\",\r\n \"104.46.32.188/31\",\r\n \"104.46.32.190/32\",\r\n \"104.46.32.192/26\",\r\n \"104.46.33.0/24\",\r\n \"104.46.34.0/23\",\r\n \"104.46.36.0/22\",\r\n \"104.46.40.0/21\",\r\n \"104.46.48.0/20\",\r\n \"104.47.128.0/18\",\r\n \"104.47.216.64/26\",\r\n \"104.214.192.0/18\",\r\n \"108.141.0.0/16\",\r\n \"108.142.0.0/15\",\r\n \"137.116.192.0/19\",\r\n \"137.117.128.0/17\",\r\n \"151.206.49.16/28\",\r\n \"151.206.49.32/27\",\r\n \"151.206.73.0/24\",\r\n \"151.206.74.0/24\",\r\n \"151.206.75.0/25\",\r\n \"151.206.75.128/26\",\r\n \"157.55.8.64/26\",\r\n \"157.55.8.144/28\",\r\n \"157.56.117.64/27\",\r\n \"168.61.56.0/21\",\r\n \"168.63.0.0/19\",\r\n \"168.63.96.0/19\",\r\n \"172.201.0.0/16\",\r\n \"172.205.128.0/17\",\r\n \"172.211.0.0/17\",\r\n \"191.233.64.0/18\",\r\n \"191.237.232.0/22\",\r\n \"191.239.200.0/22\",\r\n \"193.149.80.0/21\",\r\n \"213.199.128.0/20\",\r\n \"213.199.180.32/28\",\r\n \"213.199.180.96/27\",\r\n \"213.199.180.192/27\",\r\n \"213.199.183.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West Europe IPv6\",\r\n \"communityValue\": \"12076:51002\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:200::/46\",\r\n \"2603:1020:206::/47\",\r\n \"2603:1020:208::/56\",\r\n \"2603:1026:2405::800/117\",\r\n \"2603:1026:2405::1000/116\",\r\n \"2603:1026:2405::2000/115\",\r\n \"2603:1026:2405::4000/114\",\r\n \"2603:1026:2405::8000/113\",\r\n \"2603:1026:2405::1:0/112\",\r\n \"2603:1026:2405::2:0/111\",\r\n \"2603:1026:2405::4:0/110\",\r\n \"2603:1026:2405::8:0/109\",\r\n \"2603:1026:2405::10:0/108\",\r\n \"2603:1026:2405::20:0/107\",\r\n \"2603:1026:2405::40:0/106\",\r\n \"2603:1026:2405::80:0/105\",\r\n \"2603:1026:2405::100:0/104\",\r\n \"2603:1026:2405::200:0/103\",\r\n \"2603:1026:2405::400:0/102\",\r\n \"2603:1026:2405::800:0/101\",\r\n \"2603:1026:2405::1000:0/100\",\r\n \"2603:1026:2405::2000:0/99\",\r\n \"2603:1026:2405::4000:0/98\",\r\n \"2603:1026:2405::8000:0/97\",\r\n \"2603:1026:2405::1:0:0/96\",\r\n \"2603:1026:2405::2:0:0/95\",\r\n \"2603:1026:2405::4:0:0/94\",\r\n \"2603:1026:2405::8:0:0/93\",\r\n \"2603:1026:2405::10:0:0/92\",\r\n \"2603:1026:2405::20:0:0/91\",\r\n \"2603:1026:2405::40:0:0/90\",\r\n \"2603:1026:2405::80:0:0/89\",\r\n \"2603:1026:2405::100:0:0/88\",\r\n \"2603:1026:2405::200:0:0/87\",\r\n \"2603:1026:2405::400:0:0/86\",\r\n \"2603:1026:2405::800:0:0/85\",\r\n \"2603:1026:2405::1000:0:0/84\",\r\n \"2603:1026:2405::2000:0:0/83\",\r\n \"2603:1026:2405::4000:0:0/82\",\r\n \"2603:1026:2405::8000:0:0/81\",\r\n \"2603:1026:2405:0:1::/80\",\r\n \"2603:1026:2405:0:2::/79\",\r\n \"2603:1026:2405:0:4::/78\",\r\n \"2603:1026:2405:0:8::/77\",\r\n \"2603:1026:2405:0:10::/76\",\r\n \"2603:1026:2405:0:20::/75\",\r\n \"2603:1026:2405:0:40::/74\",\r\n \"2603:1026:2405:0:80::/73\",\r\n \"2603:1026:2405:0:100::/72\",\r\n \"2603:1026:2405:0:200::/71\",\r\n \"2603:1026:2405:0:400::/70\",\r\n \"2603:1026:2405:0:800::/69\",\r\n \"2603:1026:2405:0:1000::/68\",\r\n \"2603:1026:2405:0:2000::/67\",\r\n \"2603:1026:2405:0:4000::/66\",\r\n \"2603:1026:2405:0:8000::/65\",\r\n \"2603:1026:2405:1::800/117\",\r\n \"2603:1026:2405:1::1000/116\",\r\n \"2603:1026:2405:1::2000/115\",\r\n \"2603:1026:2405:1::4000/114\",\r\n \"2603:1026:2405:1::8000/113\",\r\n \"2603:1026:2405:1::1:0/112\",\r\n \"2603:1026:2405:1::2:0/111\",\r\n \"2603:1026:2405:1::4:0/110\",\r\n \"2603:1026:2405:1::8:0/109\",\r\n \"2603:1026:2405:1::10:0/108\",\r\n \"2603:1026:2405:1::20:0/107\",\r\n \"2603:1026:2405:1::40:0/106\",\r\n \"2603:1026:2405:1::80:0/105\",\r\n \"2603:1026:2405:1::100:0/104\",\r\n \"2603:1026:2405:1::200:0/103\",\r\n \"2603:1026:2405:1::400:0/102\",\r\n \"2603:1026:2405:1::800:0/101\",\r\n \"2603:1026:2405:1::1000:0/100\",\r\n \"2603:1026:2405:1::2000:0/99\",\r\n \"2603:1026:2405:1::4000:0/98\",\r\n \"2603:1026:2405:1::8000:0/97\",\r\n \"2603:1026:2405:1:0:1::/96\",\r\n \"2603:1026:2405:1:0:2::/95\",\r\n \"2603:1026:2405:1:0:4::/94\",\r\n \"2603:1026:2405:1:0:8::/93\",\r\n \"2603:1026:2405:1:0:10::/92\",\r\n \"2603:1026:2405:1:0:20::/91\",\r\n \"2603:1026:2405:1:0:40::/90\",\r\n \"2603:1026:2405:1:0:80::/89\",\r\n \"2603:1026:2405:1:0:100::/88\",\r\n \"2603:1026:2405:1:0:200::/87\",\r\n \"2603:1026:2405:1:0:400::/86\",\r\n \"2603:1026:2405:1:0:800::/85\",\r\n \"2603:1026:2405:1:0:1000::/84\",\r\n \"2603:1026:2405:1:0:2000::/83\",\r\n \"2603:1026:2405:1:0:4000::/82\",\r\n \"2603:1026:2405:1:0:8000::/81\",\r\n \"2603:1026:2405:1:1::/80\",\r\n \"2603:1026:2405:1:2::/79\",\r\n \"2603:1026:2405:1:4::/78\",\r\n \"2603:1026:2405:1:8::/77\",\r\n \"2603:1026:2405:1:10::/76\",\r\n \"2603:1026:2405:1:20::/75\",\r\n \"2603:1026:2405:1:40::/74\",\r\n \"2603:1026:2405:1:80::/73\",\r\n \"2603:1026:2405:1:100::/72\",\r\n \"2603:1026:2405:1:200::/71\",\r\n \"2603:1026:2405:1:400::/70\",\r\n \"2603:1026:2405:1:800::/69\",\r\n \"2603:1026:2405:1:1000::/68\",\r\n \"2603:1026:2405:1:2000::/67\",\r\n \"2603:1026:2405:1:4000::/66\",\r\n \"2603:1026:2405:1:8000::/65\",\r\n \"2603:1026:2405:2::/63\",\r\n \"2603:1026:2405:4::/62\",\r\n \"2603:1026:2405:8::/61\",\r\n \"2603:1026:2405:10::/60\",\r\n \"2603:1026:2405:20::/59\",\r\n \"2603:1026:2405:40::/58\",\r\n \"2603:1026:2405:80::/57\",\r\n \"2603:1026:2405:100::/56\",\r\n \"2603:1026:2405:200::/55\",\r\n \"2603:1026:2405:400::/54\",\r\n \"2603:1026:2405:800::/53\",\r\n \"2603:1026:2405:1000::/52\",\r\n \"2603:1026:2405:2000::/51\",\r\n \"2603:1026:2405:4000::/50\",\r\n \"2603:1026:2405:8000::/49\",\r\n \"2603:1061:1311:5800::/54\",\r\n \"2603:1061:171d::/48\",\r\n \"2603:1061:2000:680::/62\",\r\n \"2603:1061:2002:800::/56\",\r\n \"2603:1061:2004:7800::/56\",\r\n \"2603:1061:2010:19::/64\",\r\n \"2603:1062:c:14::/63\",\r\n \"2603:1063:420::/56\",\r\n \"2603:10a0:30c::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West India\",\r\n \"communityValue\": \"12076:51018\",\r\n \"communityPrefixes\": [\r\n \"4.187.64.0/18\",\r\n \"20.38.128.0/22\",\r\n \"20.38.132.0/28\",\r\n \"20.38.132.24/29\",\r\n \"20.38.132.32/27\",\r\n \"20.38.132.64/26\",\r\n \"20.38.132.128/25\",\r\n \"20.38.133.0/24\",\r\n \"20.38.134.0/23\",\r\n \"20.40.8.0/21\",\r\n \"20.60.106.0/24\",\r\n \"20.60.216.0/23\",\r\n \"20.150.18.128/25\",\r\n \"20.150.43.0/25\",\r\n \"20.150.106.0/24\",\r\n \"20.192.64.0/19\",\r\n \"20.207.128.0/18\",\r\n \"40.64.146.0/28\",\r\n \"40.64.173.0/25\",\r\n \"40.79.219.0/24\",\r\n \"40.81.80.0/20\",\r\n \"40.87.220.0/22\",\r\n \"52.136.16.0/24\",\r\n \"52.136.32.0/19\",\r\n \"52.140.128.0/18\",\r\n \"52.183.128.0/18\",\r\n \"52.239.135.192/26\",\r\n \"52.239.187.128/25\",\r\n \"52.245.76.0/22\",\r\n \"52.249.64.0/19\",\r\n \"104.47.212.0/23\",\r\n \"104.211.128.0/20\",\r\n \"104.211.144.0/23\",\r\n \"104.211.146.0/24\",\r\n \"104.211.147.0/25\",\r\n \"104.211.147.128/27\",\r\n \"104.211.147.192/26\",\r\n \"104.211.148.0/22\",\r\n \"104.211.152.0/21\",\r\n \"104.211.160.0/19\",\r\n \"151.206.48.64/27\",\r\n \"151.206.72.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West India IPv6\",\r\n \"communityValue\": \"12076:51018\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:800::/46\",\r\n \"2603:1040:806::/47\",\r\n \"2603:1046:1408::800/117\",\r\n \"2603:1046:1408::1000/116\",\r\n \"2603:1046:1408::2000/115\",\r\n \"2603:1046:1408::4000/114\",\r\n \"2603:1046:1408::8000/113\",\r\n \"2603:1046:1408::1:0/112\",\r\n \"2603:1046:1408::2:0/111\",\r\n \"2603:1046:1408::4:0/110\",\r\n \"2603:1046:1408::8:0/109\",\r\n \"2603:1046:1408::10:0/108\",\r\n \"2603:1046:1408::20:0/107\",\r\n \"2603:1046:1408::40:0/106\",\r\n \"2603:1046:1408::80:0/105\",\r\n \"2603:1046:1408::100:0/104\",\r\n \"2603:1046:1408::200:0/103\",\r\n \"2603:1046:1408::400:0/102\",\r\n \"2603:1046:1408::800:0/101\",\r\n \"2603:1046:1408::1000:0/100\",\r\n \"2603:1046:1408::2000:0/99\",\r\n \"2603:1046:1408::4000:0/98\",\r\n \"2603:1046:1408::8000:0/97\",\r\n \"2603:1046:1408::1:0:0/96\",\r\n \"2603:1046:1408::2:0:0/95\",\r\n \"2603:1046:1408::4:0:0/94\",\r\n \"2603:1046:1408::8:0:0/93\",\r\n \"2603:1046:1408::10:0:0/92\",\r\n \"2603:1046:1408::20:0:0/91\",\r\n \"2603:1046:1408::40:0:0/90\",\r\n \"2603:1046:1408::80:0:0/89\",\r\n \"2603:1046:1408::100:0:0/88\",\r\n \"2603:1046:1408::200:0:0/87\",\r\n \"2603:1046:1408::400:0:0/86\",\r\n \"2603:1046:1408::800:0:0/85\",\r\n \"2603:1046:1408::1000:0:0/84\",\r\n \"2603:1046:1408::2000:0:0/83\",\r\n \"2603:1046:1408::4000:0:0/82\",\r\n \"2603:1046:1408::8000:0:0/81\",\r\n \"2603:1046:1408:0:1::/80\",\r\n \"2603:1046:1408:0:2::/79\",\r\n \"2603:1046:1408:0:4::/78\",\r\n \"2603:1046:1408:0:8::/77\",\r\n \"2603:1046:1408:0:10::/76\",\r\n \"2603:1046:1408:0:20::/75\",\r\n \"2603:1046:1408:0:40::/74\",\r\n \"2603:1046:1408:0:80::/73\",\r\n \"2603:1046:1408:0:100::/72\",\r\n \"2603:1046:1408:0:200::/71\",\r\n \"2603:1046:1408:0:400::/70\",\r\n \"2603:1046:1408:0:800::/69\",\r\n \"2603:1046:1408:0:1000::/68\",\r\n \"2603:1046:1408:0:2000::/67\",\r\n \"2603:1046:1408:0:4000::/66\",\r\n \"2603:1046:1408:0:8000::/65\",\r\n \"2603:1046:1408:1::800/117\",\r\n \"2603:1046:1408:1::1000/116\",\r\n \"2603:1046:1408:1::2000/115\",\r\n \"2603:1046:1408:1::4000/114\",\r\n \"2603:1046:1408:1::8000/113\",\r\n \"2603:1046:1408:1::1:0/112\",\r\n \"2603:1046:1408:1::2:0/111\",\r\n \"2603:1046:1408:1::4:0/110\",\r\n \"2603:1046:1408:1::8:0/109\",\r\n \"2603:1046:1408:1::10:0/108\",\r\n \"2603:1046:1408:1::20:0/107\",\r\n \"2603:1046:1408:1::40:0/106\",\r\n \"2603:1046:1408:1::80:0/105\",\r\n \"2603:1046:1408:1::100:0/104\",\r\n \"2603:1046:1408:1::200:0/103\",\r\n \"2603:1046:1408:1::400:0/102\",\r\n \"2603:1046:1408:1::800:0/101\",\r\n \"2603:1046:1408:1::1000:0/100\",\r\n \"2603:1046:1408:1::2000:0/99\",\r\n \"2603:1046:1408:1::4000:0/98\",\r\n \"2603:1046:1408:1::8000:0/97\",\r\n \"2603:1046:1408:1:0:1::/96\",\r\n \"2603:1046:1408:1:0:2::/95\",\r\n \"2603:1046:1408:1:0:4::/94\",\r\n \"2603:1046:1408:1:0:8::/93\",\r\n \"2603:1046:1408:1:0:10::/92\",\r\n \"2603:1046:1408:1:0:20::/91\",\r\n \"2603:1046:1408:1:0:40::/90\",\r\n \"2603:1046:1408:1:0:80::/89\",\r\n \"2603:1046:1408:1:0:100::/88\",\r\n \"2603:1046:1408:1:0:200::/87\",\r\n \"2603:1046:1408:1:0:400::/86\",\r\n \"2603:1046:1408:1:0:800::/85\",\r\n \"2603:1046:1408:1:0:1000::/84\",\r\n \"2603:1046:1408:1:0:2000::/83\",\r\n \"2603:1046:1408:1:0:4000::/82\",\r\n \"2603:1046:1408:1:0:8000::/81\",\r\n \"2603:1046:1408:1:1::/80\",\r\n \"2603:1046:1408:1:2::/79\",\r\n \"2603:1046:1408:1:4::/78\",\r\n \"2603:1046:1408:1:8::/77\",\r\n \"2603:1046:1408:1:10::/76\",\r\n \"2603:1046:1408:1:20::/75\",\r\n \"2603:1046:1408:1:40::/74\",\r\n \"2603:1046:1408:1:80::/73\",\r\n \"2603:1046:1408:1:100::/72\",\r\n \"2603:1046:1408:1:200::/71\",\r\n \"2603:1046:1408:1:400::/70\",\r\n \"2603:1046:1408:1:800::/69\",\r\n \"2603:1046:1408:1:1000::/68\",\r\n \"2603:1046:1408:1:2000::/67\",\r\n \"2603:1046:1408:1:4000::/66\",\r\n \"2603:1046:1408:1:8000::/65\",\r\n \"2603:1046:1408:2::/63\",\r\n \"2603:1046:1408:4::/62\",\r\n \"2603:1046:1408:8::/61\",\r\n \"2603:1046:1408:10::/60\",\r\n \"2603:1046:1408:20::/59\",\r\n \"2603:1046:1408:40::/58\",\r\n \"2603:1046:1408:80::/57\",\r\n \"2603:1046:1408:100::/56\",\r\n \"2603:1046:1408:200::/55\",\r\n \"2603:1046:1408:400::/54\",\r\n \"2603:1046:1408:800::/53\",\r\n \"2603:1046:1408:1000::/52\",\r\n \"2603:1046:1408:2000::/51\",\r\n \"2603:1046:1408:4000::/50\",\r\n \"2603:1046:1408:8000::/49\",\r\n \"2603:1061:1310:4400::/54\",\r\n \"2603:1061:171e::/48\",\r\n \"2603:1061:2010:1a::/64\",\r\n \"2603:1062:c:12::/63\",\r\n \"2603:1063:421::/56\",\r\n \"2603:1090:204::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US\",\r\n \"communityValue\": \"12076:51006\",\r\n \"communityPrefixes\": [\r\n \"4.150.224.0/20\",\r\n \"4.150.240.0/21\",\r\n \"4.150.248.0/22\",\r\n \"4.150.252.0/24\",\r\n \"4.150.253.0/26\",\r\n \"4.150.253.64/27\",\r\n \"4.150.253.112/28\",\r\n \"4.150.253.128/25\",\r\n \"4.150.254.0/23\",\r\n \"13.64.0.0/16\",\r\n \"13.73.32.0/19\",\r\n \"13.83.0.0/18\",\r\n \"13.83.64.0/24\",\r\n \"13.83.65.0/27\",\r\n \"13.83.65.32/29\",\r\n \"13.83.65.40/31\",\r\n \"13.83.65.42/32\",\r\n \"13.83.65.44/30\",\r\n \"13.83.65.48/28\",\r\n \"13.83.65.64/27\",\r\n \"13.83.65.96/28\",\r\n \"13.83.65.112/29\",\r\n \"13.83.65.120/31\",\r\n \"13.83.65.122/32\",\r\n \"13.83.65.124/30\",\r\n \"13.83.65.128/25\",\r\n \"13.83.66.0/23\",\r\n \"13.83.68.0/22\",\r\n \"13.83.72.0/21\",\r\n \"13.83.80.0/20\",\r\n \"13.83.96.0/20\",\r\n \"13.83.112.0/21\",\r\n \"13.83.120.0/22\",\r\n \"13.83.124.0/24\",\r\n \"13.83.126.0/23\",\r\n \"13.83.128.0/17\",\r\n \"13.86.128.0/18\",\r\n \"13.86.192.0/20\",\r\n \"13.86.208.0/21\",\r\n \"13.86.216.0/23\",\r\n \"13.86.218.0/24\",\r\n \"13.86.219.32/27\",\r\n \"13.86.219.64/26\",\r\n \"13.86.219.128/25\",\r\n \"13.86.220.0/23\",\r\n \"13.86.222.0/24\",\r\n \"13.86.223.0/26\",\r\n \"13.86.223.64/27\",\r\n \"13.86.223.128/25\",\r\n \"13.86.224.0/19\",\r\n \"13.87.128.0/17\",\r\n \"13.88.0.0/17\",\r\n \"13.88.128.0/18\",\r\n \"13.91.0.0/16\",\r\n \"13.93.128.0/17\",\r\n \"20.43.192.0/18\",\r\n \"20.49.120.0/21\",\r\n \"20.57.192.0/19\",\r\n \"20.59.64.0/18\",\r\n \"20.60.1.0/24\",\r\n \"20.60.34.0/23\",\r\n \"20.60.44.128/25\",\r\n \"20.60.52.0/23\",\r\n \"20.60.80.0/23\",\r\n \"20.60.137.0/24\",\r\n \"20.60.168.0/23\",\r\n \"20.60.230.0/23\",\r\n \"20.60.232.0/23\",\r\n \"20.66.0.0/23\",\r\n \"20.66.2.0/27\",\r\n \"20.66.2.64/26\",\r\n \"20.66.2.128/25\",\r\n \"20.66.3.0/28\",\r\n \"20.66.3.32/27\",\r\n \"20.66.3.64/26\",\r\n \"20.66.3.128/25\",\r\n \"20.66.4.0/24\",\r\n \"20.66.5.0/27\",\r\n \"20.66.5.32/29\",\r\n \"20.66.5.64/27\",\r\n \"20.66.5.128/25\",\r\n \"20.66.6.0/23\",\r\n \"20.66.8.0/21\",\r\n \"20.66.16.0/20\",\r\n \"20.66.32.0/19\",\r\n \"20.66.64.0/18\",\r\n \"20.95.1.0/24\",\r\n \"20.95.32.0/24\",\r\n \"20.95.52.0/24\",\r\n \"20.112.184.0/21\",\r\n \"20.125.240.0/20\",\r\n \"20.136.6.0/24\",\r\n \"20.136.7.0/25\",\r\n \"20.150.34.0/23\",\r\n \"20.150.91.0/24\",\r\n \"20.150.102.0/24\",\r\n \"20.168.128.0/19\",\r\n \"20.168.160.0/21\",\r\n \"20.184.128.0/17\",\r\n \"20.189.128.0/18\",\r\n \"20.201.147.0/24\",\r\n \"20.201.148.0/24\",\r\n \"20.202.22.0/24\",\r\n \"20.202.25.0/24\",\r\n \"20.202.26.0/23\",\r\n \"20.202.28.0/23\",\r\n \"20.202.30.0/24\",\r\n \"20.202.105.0/24\",\r\n \"20.202.109.0/24\",\r\n \"20.202.113.0/24\",\r\n \"20.202.117.0/24\",\r\n \"20.202.129.0/24\",\r\n \"20.202.133.0/24\",\r\n \"20.202.137.0/24\",\r\n \"20.202.209.0/24\",\r\n \"20.202.210.0/24\",\r\n \"20.209.102.0/23\",\r\n \"20.209.180.0/23\",\r\n \"20.228.64.0/18\",\r\n \"20.237.128.0/17\",\r\n \"20.245.0.0/16\",\r\n \"20.253.128.0/17\",\r\n \"23.99.0.0/18\",\r\n \"23.99.64.0/19\",\r\n \"23.100.32.0/20\",\r\n \"23.101.192.0/20\",\r\n \"40.64.146.176/28\",\r\n \"40.64.173.128/25\",\r\n \"40.65.0.0/18\",\r\n \"40.75.128.0/17\",\r\n \"40.78.0.0/18\",\r\n \"40.78.64.0/19\",\r\n \"40.78.96.0/22\",\r\n \"40.78.100.0/23\",\r\n \"40.78.102.0/24\",\r\n \"40.78.103.0/25\",\r\n \"40.78.103.128/27\",\r\n \"40.78.103.160/29\",\r\n \"40.78.103.168/30\",\r\n \"40.78.103.173/32\",\r\n \"40.78.103.174/31\",\r\n \"40.78.103.176/28\",\r\n \"40.78.103.192/26\",\r\n \"40.78.104.0/23\",\r\n \"40.78.106.0/26\",\r\n \"40.78.106.64/28\",\r\n \"40.78.106.80/29\",\r\n \"40.78.106.88/30\",\r\n \"40.78.106.92/31\",\r\n \"40.78.106.94/32\",\r\n \"40.78.106.96/27\",\r\n \"40.78.106.128/25\",\r\n \"40.78.107.0/24\",\r\n \"40.78.108.0/22\",\r\n \"40.78.112.0/20\",\r\n \"40.78.216.0/24\",\r\n \"40.80.152.0/21\",\r\n \"40.81.0.0/21\",\r\n \"40.81.8.0/22\",\r\n \"40.81.12.0/23\",\r\n \"40.81.14.0/29\",\r\n \"40.81.14.8/31\",\r\n \"40.81.14.11/32\",\r\n \"40.81.14.12/30\",\r\n \"40.81.14.16/28\",\r\n \"40.81.14.32/27\",\r\n \"40.81.14.64/26\",\r\n \"40.81.14.128/25\",\r\n \"40.81.15.0/24\",\r\n \"40.82.248.0/21\",\r\n \"40.83.128.0/19\",\r\n \"40.83.160.0/20\",\r\n \"40.83.176.0/21\",\r\n \"40.83.184.0/23\",\r\n \"40.83.186.0/24\",\r\n \"40.83.187.0/25\",\r\n \"40.83.187.128/26\",\r\n \"40.83.187.192/27\",\r\n \"40.83.187.224/28\",\r\n \"40.83.187.240/30\",\r\n \"40.83.187.244/32\",\r\n \"40.83.187.246/31\",\r\n \"40.83.187.248/29\",\r\n \"40.83.188.0/22\",\r\n \"40.83.192.0/18\",\r\n \"40.85.144.0/20\",\r\n \"40.86.160.0/19\",\r\n \"40.87.160.0/22\",\r\n \"40.112.128.0/18\",\r\n \"40.112.192.0/19\",\r\n \"40.112.224.0/20\",\r\n \"40.112.240.0/22\",\r\n \"40.112.246.0/24\",\r\n \"40.112.247.128/25\",\r\n \"40.112.248.0/21\",\r\n \"40.118.128.0/18\",\r\n \"40.118.192.0/19\",\r\n \"40.118.224.0/23\",\r\n \"40.118.226.0/24\",\r\n \"40.118.227.0/27\",\r\n \"40.118.227.32/28\",\r\n \"40.118.227.48/32\",\r\n \"40.118.227.50/31\",\r\n \"40.118.227.52/30\",\r\n \"40.118.227.56/29\",\r\n \"40.118.227.64/26\",\r\n \"40.118.227.128/25\",\r\n \"40.118.228.0/22\",\r\n \"40.118.232.0/21\",\r\n \"40.118.240.0/20\",\r\n \"40.123.152.0/22\",\r\n \"40.125.32.0/19\",\r\n \"52.120.96.0/19\",\r\n \"52.121.36.0/22\",\r\n \"52.137.128.0/17\",\r\n \"52.153.0.0/18\",\r\n \"52.155.32.0/19\",\r\n \"52.157.0.0/18\",\r\n \"52.159.128.0/17\",\r\n \"52.160.0.0/19\",\r\n \"52.160.32.0/24\",\r\n \"52.160.33.0/27\",\r\n \"52.160.33.32/28\",\r\n \"52.160.33.48/29\",\r\n \"52.160.33.56/32\",\r\n \"52.160.33.58/31\",\r\n \"52.160.33.60/30\",\r\n \"52.160.33.64/26\",\r\n \"52.160.33.128/25\",\r\n \"52.160.34.0/23\",\r\n \"52.160.36.0/22\",\r\n \"52.160.40.0/21\",\r\n \"52.160.48.0/20\",\r\n \"52.160.64.0/19\",\r\n \"52.160.96.0/22\",\r\n \"52.160.100.0/30\",\r\n \"52.160.100.4/32\",\r\n \"52.160.100.6/31\",\r\n \"52.160.100.8/29\",\r\n \"52.160.100.16/28\",\r\n \"52.160.100.32/27\",\r\n \"52.160.100.64/26\",\r\n \"52.160.100.128/25\",\r\n \"52.160.101.0/24\",\r\n \"52.160.102.0/23\",\r\n \"52.160.104.0/21\",\r\n \"52.160.112.0/20\",\r\n \"52.160.128.0/17\",\r\n \"52.180.0.0/17\",\r\n \"52.190.128.0/17\",\r\n \"52.225.0.0/17\",\r\n \"52.232.149.0/24\",\r\n \"52.234.0.0/17\",\r\n \"52.238.0.0/18\",\r\n \"52.239.0.0/17\",\r\n \"52.239.148.32/27\",\r\n \"52.239.160.0/22\",\r\n \"52.239.165.64/26\",\r\n \"52.239.165.128/27\",\r\n \"52.239.228.0/23\",\r\n \"52.239.254.0/23\",\r\n \"52.241.0.0/16\",\r\n \"52.245.12.0/22\",\r\n \"52.245.108.0/22\",\r\n \"52.246.0.0/17\",\r\n \"52.248.128.0/17\",\r\n \"52.250.192.0/18\",\r\n \"52.254.128.0/17\",\r\n \"57.150.8.0/26\",\r\n \"57.150.8.64/27\",\r\n \"57.150.8.96/28\",\r\n \"57.150.16.128/25\",\r\n \"57.150.18.0/26\",\r\n \"57.150.18.64/28\",\r\n \"65.52.112.0/20\",\r\n \"68.220.32.0/19\",\r\n \"104.40.0.0/17\",\r\n \"104.42.0.0/17\",\r\n \"104.42.128.0/20\",\r\n \"104.42.144.0/22\",\r\n \"104.42.148.0/24\",\r\n \"104.42.149.0/26\",\r\n \"104.42.149.64/27\",\r\n \"104.42.149.96/28\",\r\n \"104.42.149.112/31\",\r\n \"104.42.149.115/32\",\r\n \"104.42.149.116/30\",\r\n \"104.42.149.120/29\",\r\n \"104.42.149.128/25\",\r\n \"104.42.150.0/23\",\r\n \"104.42.152.0/21\",\r\n \"104.42.160.0/19\",\r\n \"104.42.192.0/18\",\r\n \"104.45.208.0/20\",\r\n \"104.45.224.0/19\",\r\n \"104.209.0.0/18\",\r\n \"104.210.32.0/19\",\r\n \"137.116.184.0/21\",\r\n \"137.117.0.0/19\",\r\n \"137.135.0.0/18\",\r\n \"138.91.64.0/19\",\r\n \"138.91.128.0/17\",\r\n \"151.206.50.128/27\",\r\n \"151.206.91.128/25\",\r\n \"151.206.92.0/23\",\r\n \"157.56.160.0/21\",\r\n \"168.61.0.0/19\",\r\n \"168.61.64.0/20\",\r\n \"168.62.0.0/19\",\r\n \"168.62.192.0/19\",\r\n \"168.63.88.0/23\",\r\n \"172.178.128.0/17\",\r\n \"172.184.0.0/15\",\r\n \"191.236.64.0/18\",\r\n \"191.238.70.0/23\",\r\n \"191.239.0.0/18\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US IPv6\",\r\n \"communityValue\": \"12076:51006\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:a00::/46\",\r\n \"2603:1030:a04::/48\",\r\n \"2603:1030:a07::/48\",\r\n \"2603:1030:a08::/48\",\r\n \"2603:1030:a09::/56\",\r\n \"2603:1030:a09:100::/63\",\r\n \"2603:1030:a0a::/47\",\r\n \"2603:1030:a0c::/48\",\r\n \"2603:1061:1312:2402::/63\",\r\n \"2603:1061:1312:2404::/62\",\r\n \"2603:1061:1312:2408::/61\",\r\n \"2603:1061:1312:2410::/60\",\r\n \"2603:1061:1312:2420::/59\",\r\n \"2603:1061:1312:2440::/58\",\r\n \"2603:1061:1312:2480::/57\",\r\n \"2603:1061:1312:2500::/56\",\r\n \"2603:1061:1312:2600::/55\",\r\n \"2603:1061:171f::/48\",\r\n \"2603:1061:2000:1::/64\",\r\n \"2603:1061:2000:3::/64\",\r\n \"2603:1061:2000:110::/60\",\r\n \"2603:1061:2000:548::/62\",\r\n \"2603:1061:2002:100::/56\",\r\n \"2603:1061:2004:7100::/56\",\r\n \"2603:1061:2010:1b::/64\",\r\n \"2603:1062:2:200::/57\",\r\n \"2603:1062:c:24::/63\",\r\n \"2603:10b0:b11::/60\",\r\n \"2603:10b0:b11:12::/64\",\r\n \"2a01:111:f100:3000::/52\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 2\",\r\n \"communityValue\": \"12076:51026\",\r\n \"communityPrefixes\": [\r\n \"4.149.64.0/19\",\r\n \"4.149.128.0/17\",\r\n \"4.154.0.0/15\",\r\n \"4.242.0.0/17\",\r\n \"4.246.0.0/17\",\r\n \"13.66.128.0/21\",\r\n \"13.66.136.0/23\",\r\n \"13.66.138.0/25\",\r\n \"13.66.139.0/24\",\r\n \"13.66.140.0/24\",\r\n \"13.66.141.0/26\",\r\n \"13.66.141.96/27\",\r\n \"13.66.141.128/25\",\r\n \"13.66.142.0/23\",\r\n \"13.66.144.0/24\",\r\n \"13.66.145.0/26\",\r\n \"13.66.145.64/29\",\r\n \"13.66.145.80/28\",\r\n \"13.66.145.96/27\",\r\n \"13.66.145.128/25\",\r\n \"13.66.146.0/23\",\r\n \"13.66.148.0/22\",\r\n \"13.66.152.0/21\",\r\n \"13.66.160.0/19\",\r\n \"13.66.192.0/18\",\r\n \"13.77.128.0/18\",\r\n \"20.3.0.0/16\",\r\n \"20.9.128.0/17\",\r\n \"20.29.128.0/17\",\r\n \"20.36.0.0/19\",\r\n \"20.38.99.0/24\",\r\n \"20.42.128.0/19\",\r\n \"20.42.160.0/23\",\r\n \"20.42.168.0/21\",\r\n \"20.42.176.0/20\",\r\n \"20.51.8.0/24\",\r\n \"20.51.9.0/26\",\r\n \"20.51.9.64/28\",\r\n \"20.51.9.96/27\",\r\n \"20.51.9.128/25\",\r\n \"20.51.10.0/23\",\r\n \"20.51.12.0/23\",\r\n \"20.51.14.0/26\",\r\n \"20.51.14.64/29\",\r\n \"20.51.14.74/31\",\r\n \"20.51.14.76/30\",\r\n \"20.51.14.80/28\",\r\n \"20.51.14.96/27\",\r\n \"20.51.14.128/25\",\r\n \"20.51.15.0/24\",\r\n \"20.51.64.0/18\",\r\n \"20.57.128.0/18\",\r\n \"20.59.0.0/18\",\r\n \"20.60.20.0/24\",\r\n \"20.60.68.0/22\",\r\n \"20.60.152.0/23\",\r\n \"20.60.228.0/23\",\r\n \"20.64.128.0/17\",\r\n \"20.69.64.0/18\",\r\n \"20.69.128.0/18\",\r\n \"20.72.192.0/18\",\r\n \"20.80.128.0/18\",\r\n \"20.83.64.0/18\",\r\n \"20.83.192.0/18\",\r\n \"20.94.192.0/18\",\r\n \"20.95.3.0/24\",\r\n \"20.95.37.0/24\",\r\n \"20.95.38.0/23\",\r\n \"20.98.64.0/18\",\r\n \"20.99.128.0/17\",\r\n \"20.109.128.0/18\",\r\n \"20.112.0.0/17\",\r\n \"20.114.0.0/18\",\r\n \"20.115.128.0/17\",\r\n \"20.120.128.0/17\",\r\n \"20.125.0.0/18\",\r\n \"20.150.68.0/24\",\r\n \"20.150.78.0/24\",\r\n \"20.150.87.0/24\",\r\n \"20.150.107.0/24\",\r\n \"20.187.0.0/18\",\r\n \"20.190.0.0/18\",\r\n \"20.191.64.0/18\",\r\n \"20.201.223.0/24\",\r\n \"20.201.231.0/24\",\r\n \"20.202.23.0/24\",\r\n \"20.209.100.0/23\",\r\n \"20.209.154.0/23\",\r\n \"20.209.186.0/23\",\r\n \"20.230.128.0/17\",\r\n \"20.236.0.0/18\",\r\n \"20.252.0.0/17\",\r\n \"23.98.47.0/24\",\r\n \"23.102.192.0/21\",\r\n \"23.102.203.0/24\",\r\n \"40.64.64.0/18\",\r\n \"40.64.128.0/21\",\r\n \"40.64.145.160/28\",\r\n \"40.64.174.0/25\",\r\n \"40.65.64.0/18\",\r\n \"40.78.208.32/30\",\r\n \"40.78.217.0/24\",\r\n \"40.78.240.0/23\",\r\n \"40.78.242.128/25\",\r\n \"40.78.243.0/24\",\r\n \"40.78.244.0/22\",\r\n \"40.78.248.0/21\",\r\n \"40.80.160.0/24\",\r\n \"40.82.36.0/22\",\r\n \"40.87.232.0/21\",\r\n \"40.90.192.0/19\",\r\n \"40.91.0.0/22\",\r\n \"40.91.64.0/18\",\r\n \"40.91.160.0/19\",\r\n \"40.123.160.0/22\",\r\n \"40.125.64.0/18\",\r\n \"51.141.160.0/19\",\r\n \"51.143.0.0/17\",\r\n \"52.121.166.0/24\",\r\n \"52.136.0.0/22\",\r\n \"52.137.64.0/19\",\r\n \"52.137.96.0/25\",\r\n \"52.137.96.128/26\",\r\n \"52.137.96.192/27\",\r\n \"52.137.96.225/32\",\r\n \"52.137.96.226/31\",\r\n \"52.137.96.228/30\",\r\n \"52.137.96.232/29\",\r\n \"52.137.96.240/28\",\r\n \"52.137.97.0/24\",\r\n \"52.137.98.0/23\",\r\n \"52.137.100.0/22\",\r\n \"52.137.104.0/21\",\r\n \"52.137.112.0/20\",\r\n \"52.143.64.0/20\",\r\n \"52.143.80.0/24\",\r\n \"52.143.81.0/26\",\r\n \"52.143.81.64/29\",\r\n \"52.143.81.72/30\",\r\n \"52.143.81.76/32\",\r\n \"52.143.81.78/31\",\r\n \"52.143.81.80/28\",\r\n \"52.143.81.96/27\",\r\n \"52.143.81.128/25\",\r\n \"52.143.82.0/23\",\r\n \"52.143.84.0/22\",\r\n \"52.143.88.0/21\",\r\n \"52.143.96.0/19\",\r\n \"52.143.197.0/24\",\r\n \"52.143.211.0/24\",\r\n \"52.148.128.0/18\",\r\n \"52.149.0.0/20\",\r\n \"52.149.16.0/22\",\r\n \"52.149.20.0/24\",\r\n \"52.149.21.0/27\",\r\n \"52.149.21.32/28\",\r\n \"52.149.21.48/29\",\r\n \"52.149.21.56/30\",\r\n \"52.149.21.61/32\",\r\n \"52.149.21.62/31\",\r\n \"52.149.21.64/26\",\r\n \"52.149.21.128/25\",\r\n \"52.149.22.0/23\",\r\n \"52.149.24.0/21\",\r\n \"52.149.32.0/19\",\r\n \"52.151.0.0/18\",\r\n \"52.156.64.0/18\",\r\n \"52.156.128.0/19\",\r\n \"52.158.224.0/19\",\r\n \"52.175.192.0/18\",\r\n \"52.183.0.0/17\",\r\n \"52.191.128.0/18\",\r\n \"52.229.0.0/18\",\r\n \"52.232.152.0/24\",\r\n \"52.233.64.0/18\",\r\n \"52.235.64.0/18\",\r\n \"52.239.148.128/25\",\r\n \"52.239.176.128/25\",\r\n \"52.239.193.0/24\",\r\n \"52.239.210.0/23\",\r\n \"52.239.236.0/23\",\r\n \"52.245.52.0/22\",\r\n \"52.246.192.0/18\",\r\n \"52.247.192.0/18\",\r\n \"52.250.0.0/17\",\r\n \"65.52.111.0/24\",\r\n \"65.55.32.128/28\",\r\n \"65.55.32.192/27\",\r\n \"65.55.32.224/28\",\r\n \"65.55.33.176/28\",\r\n \"65.55.33.192/28\",\r\n \"65.55.35.192/27\",\r\n \"70.37.0.0/21\",\r\n \"70.37.8.0/22\",\r\n \"70.37.16.0/20\",\r\n \"70.37.32.0/20\",\r\n \"137.116.176.0/21\",\r\n \"151.206.50.64/27\",\r\n \"151.206.87.0/24\",\r\n \"151.206.88.0/24\",\r\n \"157.55.39.0/24\",\r\n \"157.56.19.224/27\",\r\n \"157.56.21.160/27\",\r\n \"157.56.21.192/27\",\r\n \"168.62.64.0/19\",\r\n \"172.171.96.0/19\",\r\n \"172.179.0.0/16\",\r\n \"207.46.13.0/24\",\r\n \"209.240.212.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 2 IPv6\",\r\n \"communityValue\": \"12076:51026\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:c00::/48\",\r\n \"2603:1030:c02::/47\",\r\n \"2603:1030:c04::/48\",\r\n \"2603:1030:c06::/48\",\r\n \"2603:1030:d00::/47\",\r\n \"2603:1061:1312:2800::/54\",\r\n \"2603:1061:1720::/48\",\r\n \"2603:1061:2010:1c::/64\",\r\n \"2603:1062:c:20::/63\",\r\n \"2603:1063:422::/56\",\r\n \"2603:10b0:d0a::/62\",\r\n \"2603:10b0:d0a:10::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 3\",\r\n \"communityValue\": \"12076:51044\",\r\n \"communityPrefixes\": [\r\n \"4.148.0.0/16\",\r\n \"4.149.0.0/18\",\r\n \"4.227.0.0/17\",\r\n \"4.236.0.0/17\",\r\n \"4.242.128.0/17\",\r\n \"4.249.0.0/17\",\r\n \"20.14.0.0/17\",\r\n \"20.17.72.0/21\",\r\n \"20.18.184.0/21\",\r\n \"20.25.128.0/18\",\r\n \"20.38.0.0/20\",\r\n \"20.38.32.0/20\",\r\n \"20.38.160.0/20\",\r\n \"20.40.24.0/21\",\r\n \"20.60.14.0/24\",\r\n \"20.60.38.0/23\",\r\n \"20.60.162.0/23\",\r\n \"20.95.30.0/24\",\r\n \"20.106.64.0/18\",\r\n \"20.118.128.0/18\",\r\n \"20.125.64.0/18\",\r\n \"20.125.128.0/19\",\r\n \"20.150.30.0/24\",\r\n \"20.150.128.0/19\",\r\n \"20.150.160.0/21\",\r\n \"20.150.168.0/22\",\r\n \"20.150.172.0/27\",\r\n \"20.150.172.40/29\",\r\n \"20.150.172.48/28\",\r\n \"20.150.172.64/26\",\r\n \"20.150.172.128/25\",\r\n \"20.150.173.0/24\",\r\n \"20.150.174.0/23\",\r\n \"20.150.176.0/20\",\r\n \"20.150.192.0/19\",\r\n \"20.150.224.0/20\",\r\n \"20.150.240.0/22\",\r\n \"20.150.244.0/24\",\r\n \"20.150.245.56/29\",\r\n \"20.150.245.64/26\",\r\n \"20.150.245.128/25\",\r\n \"20.150.246.0/23\",\r\n \"20.150.248.0/21\",\r\n \"20.163.0.0/17\",\r\n \"20.168.0.0/17\",\r\n \"20.169.0.0/17\",\r\n \"20.171.0.0/16\",\r\n \"20.172.0.0/17\",\r\n \"20.209.4.0/23\",\r\n \"20.209.92.0/23\",\r\n \"20.209.138.0/23\",\r\n \"20.209.190.0/23\",\r\n \"20.209.244.0/23\",\r\n \"40.64.146.192/28\",\r\n \"40.64.184.0/25\",\r\n \"40.119.88.0/22\",\r\n \"40.126.202.0/24\",\r\n \"52.253.182.0/23\",\r\n \"52.253.184.0/24\",\r\n \"57.150.13.176/28\",\r\n \"57.150.13.192/26\",\r\n \"57.150.14.0/23\",\r\n \"57.150.16.0/25\",\r\n \"57.150.20.16/28\",\r\n \"57.150.20.32/27\",\r\n \"57.150.20.64/26\",\r\n \"57.150.20.128/25\",\r\n \"172.173.16.0/20\",\r\n \"172.180.0.0/15\",\r\n \"172.182.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure West US 3 IPv6\",\r\n \"communityValue\": \"12076:51044\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:500::/47\",\r\n \"2603:1030:504::/47\",\r\n \"2603:1061:1312:2c00::/54\",\r\n \"2603:1061:1730::/48\",\r\n \"2603:1061:2010:30::/64\",\r\n \"2603:1063:423::/56\",\r\n \"2603:10b0:a01::/60\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"Azure\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central\",\r\n \"communityValue\": \"12076:52032\",\r\n \"communityPrefixes\": [\r\n \"20.60.102.0/24\",\r\n \"20.60.214.0/23\",\r\n \"20.150.124.0/24\",\r\n \"52.239.216.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central IPv6\",\r\n \"communityValue\": \"12076:52032\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:305::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central 2\",\r\n \"communityValue\": \"12076:52033\",\r\n \"communityPrefixes\": [\r\n \"20.60.107.0/24\",\r\n \"20.150.103.0/24\",\r\n \"20.209.156.0/23\",\r\n \"52.239.218.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:52033\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:405::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia East\",\r\n \"communityValue\": \"12076:52015\",\r\n \"communityPrefixes\": [\r\n \"13.70.99.16/28\",\r\n \"13.70.99.48/28\",\r\n \"13.70.99.64/28\",\r\n \"13.72.235.64/28\",\r\n \"13.72.235.96/27\",\r\n \"13.72.235.144/28\",\r\n \"13.72.237.48/28\",\r\n \"13.72.237.64/28\",\r\n \"13.75.240.16/28\",\r\n \"13.75.240.32/28\",\r\n \"13.75.240.64/27\",\r\n \"20.38.112.0/23\",\r\n \"20.60.72.0/22\",\r\n \"20.60.182.0/23\",\r\n \"20.150.66.0/24\",\r\n \"20.150.92.0/24\",\r\n \"20.150.117.0/24\",\r\n \"20.209.164.0/23\",\r\n \"52.239.130.0/23\",\r\n \"52.239.226.0/24\",\r\n \"104.46.31.16/28\",\r\n \"191.238.66.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia East IPv6\",\r\n \"communityValue\": \"12076:52015\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:7::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Southeast\",\r\n \"communityValue\": \"12076:52016\",\r\n \"communityPrefixes\": [\r\n \"13.77.8.16/28\",\r\n \"13.77.8.32/28\",\r\n \"13.77.8.64/28\",\r\n \"13.77.8.96/28\",\r\n \"13.77.8.128/27\",\r\n \"13.77.8.160/28\",\r\n \"13.77.8.192/27\",\r\n \"20.60.32.0/23\",\r\n \"20.150.12.0/23\",\r\n \"20.150.119.0/24\",\r\n \"20.209.204.0/23\",\r\n \"52.239.132.0/23\",\r\n \"52.239.225.0/24\",\r\n \"191.239.192.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:52016\",\r\n \"communityPrefixes\": [\r\n \"2603:1010:206::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Brazil South\",\r\n \"communityValue\": \"12076:52014\",\r\n \"communityPrefixes\": [\r\n \"20.60.36.0/23\",\r\n \"20.150.111.0/24\",\r\n \"20.209.12.0/23\",\r\n \"20.209.82.0/23\",\r\n \"20.209.232.0/23\",\r\n \"23.97.112.64/26\",\r\n \"191.232.216.32/27\",\r\n \"191.232.221.16/28\",\r\n \"191.232.221.32/28\",\r\n \"191.233.128.0/24\",\r\n \"191.235.248.0/23\",\r\n \"191.235.250.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Brazil South IPv6\",\r\n \"communityValue\": \"12076:52014\",\r\n \"communityPrefixes\": [\r\n \"2603:1050:7::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Brazil Southeast\",\r\n \"communityValue\": \"12076:52050\",\r\n \"communityPrefixes\": [\r\n \"20.150.73.0/24\",\r\n \"20.150.80.0/24\",\r\n \"20.150.123.0/24\",\r\n \"20.209.210.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada Central\",\r\n \"communityValue\": \"12076:52020\",\r\n \"communityPrefixes\": [\r\n \"20.38.114.0/25\",\r\n \"20.60.42.0/23\",\r\n \"20.60.242.0/23\",\r\n \"20.150.16.0/24\",\r\n \"20.150.31.0/24\",\r\n \"20.150.71.0/24\",\r\n \"20.150.100.0/24\",\r\n \"20.209.70.0/23\",\r\n \"20.209.168.0/23\",\r\n \"40.85.232.64/28\",\r\n \"40.85.232.96/28\",\r\n \"40.85.232.144/28\",\r\n \"40.85.235.32/27\",\r\n \"40.85.235.80/28\",\r\n \"40.85.235.96/28\",\r\n \"52.239.148.64/26\",\r\n \"52.239.189.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada Central IPv6\",\r\n \"communityValue\": \"12076:52020\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:f08::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada East\",\r\n \"communityValue\": \"12076:52021\",\r\n \"communityPrefixes\": [\r\n \"20.38.121.128/25\",\r\n \"20.60.142.0/23\",\r\n \"20.150.1.0/25\",\r\n \"20.150.40.128/25\",\r\n \"20.150.113.0/24\",\r\n \"20.209.64.0/23\",\r\n \"40.86.232.64/28\",\r\n \"40.86.232.96/28\",\r\n \"40.86.232.128/28\",\r\n \"40.86.232.176/28\",\r\n \"40.86.232.192/28\",\r\n \"52.229.80.64/27\",\r\n \"52.239.164.128/26\",\r\n \"52.239.190.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Canada East IPv6\",\r\n \"communityValue\": \"12076:52021\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:1006::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central India\",\r\n \"communityValue\": \"12076:52017\",\r\n \"communityPrefixes\": [\r\n \"20.38.126.0/23\",\r\n \"20.60.84.0/23\",\r\n \"20.150.114.0/24\",\r\n \"20.209.56.0/23\",\r\n \"20.209.172.0/23\",\r\n \"52.239.135.64/26\",\r\n \"52.239.202.0/24\",\r\n \"104.211.104.64/28\",\r\n \"104.211.104.96/28\",\r\n \"104.211.104.128/28\",\r\n \"104.211.109.0/28\",\r\n \"104.211.109.32/27\",\r\n \"104.211.109.80/28\",\r\n \"104.211.109.96/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central India IPv6\",\r\n \"communityValue\": \"12076:52017\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:a07::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"13.67.155.16/28\",\r\n \"20.38.96.0/23\",\r\n \"20.38.122.0/23\",\r\n \"20.60.18.0/24\",\r\n \"20.60.30.0/23\",\r\n \"20.60.178.0/23\",\r\n \"20.60.194.0/23\",\r\n \"20.60.240.0/23\",\r\n \"20.60.244.0/23\",\r\n \"20.150.43.128/25\",\r\n \"20.150.58.0/24\",\r\n \"20.150.63.0/24\",\r\n \"20.150.77.0/24\",\r\n \"20.150.89.0/24\",\r\n \"20.150.95.0/24\",\r\n \"20.209.18.0/23\",\r\n \"20.209.36.0/23\",\r\n \"20.209.98.0/23\",\r\n \"20.209.142.0/23\",\r\n \"20.209.184.0/23\",\r\n \"23.99.160.64/26\",\r\n \"23.99.160.192/28\",\r\n \"40.69.176.16/28\",\r\n \"40.83.24.16/28\",\r\n \"40.83.24.80/28\",\r\n \"40.122.96.16/28\",\r\n \"40.122.216.16/28\",\r\n \"52.165.104.16/28\",\r\n \"52.165.104.32/28\",\r\n \"52.165.104.64/27\",\r\n \"52.165.104.112/28\",\r\n \"52.165.136.32/28\",\r\n \"52.165.240.64/28\",\r\n \"52.173.152.64/28\",\r\n \"52.173.152.96/28\",\r\n \"52.176.224.64/28\",\r\n \"52.176.224.96/28\",\r\n \"52.180.184.16/28\",\r\n \"52.182.176.16/28\",\r\n \"52.182.176.32/28\",\r\n \"52.182.176.64/27\",\r\n \"52.185.56.80/28\",\r\n \"52.185.56.96/28\",\r\n \"52.185.56.144/28\",\r\n \"52.185.56.160/28\",\r\n \"52.185.112.16/28\",\r\n \"52.185.112.48/28\",\r\n \"52.185.112.112/28\",\r\n \"52.228.232.0/28\",\r\n \"52.230.240.16/28\",\r\n \"52.230.240.32/28\",\r\n \"52.230.240.64/27\",\r\n \"52.230.240.112/28\",\r\n \"52.230.240.128/28\",\r\n \"52.230.240.160/27\",\r\n \"52.238.200.32/27\",\r\n \"52.239.150.0/23\",\r\n \"52.239.177.32/27\",\r\n \"52.239.177.64/26\",\r\n \"52.239.177.128/25\",\r\n \"52.239.195.0/24\",\r\n \"52.239.234.0/23\",\r\n \"104.208.0.16/28\",\r\n \"104.208.0.48/28\",\r\n \"168.61.128.192/26\",\r\n \"168.61.129.0/25\",\r\n \"168.61.130.64/26\",\r\n \"168.61.130.128/25\",\r\n \"168.61.131.0/26\",\r\n \"168.61.131.128/25\",\r\n \"168.61.132.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US IPv6\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:11::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US EUAP\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"20.60.24.0/23\",\r\n \"20.150.23.0/24\",\r\n \"20.150.47.0/25\",\r\n \"20.209.124.0/23\",\r\n \"40.83.24.96/27\",\r\n \"52.165.104.144/28\",\r\n \"52.165.104.160/28\",\r\n \"52.185.112.80/28\",\r\n \"52.239.177.0/27\",\r\n \"52.239.238.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:52009\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:12::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East Asia\",\r\n \"communityValue\": \"12076:52010\",\r\n \"communityPrefixes\": [\r\n \"20.60.86.0/23\",\r\n \"20.60.131.0/24\",\r\n \"20.60.254.0/23\",\r\n \"20.150.1.128/25\",\r\n \"20.150.22.0/24\",\r\n \"20.150.96.0/24\",\r\n \"20.209.166.0/23\",\r\n \"40.83.104.176/28\",\r\n \"40.83.104.208/28\",\r\n \"52.175.40.128/28\",\r\n \"52.175.112.16/28\",\r\n \"52.184.40.16/28\",\r\n \"52.184.40.32/28\",\r\n \"52.239.128.0/24\",\r\n \"52.239.224.0/24\",\r\n \"168.63.128.0/26\",\r\n \"168.63.128.128/25\",\r\n \"168.63.129.128/25\",\r\n \"168.63.130.0/26\",\r\n \"168.63.130.128/26\",\r\n \"168.63.131.0/26\",\r\n \"168.63.156.64/26\",\r\n \"168.63.156.192/26\",\r\n \"191.237.238.32/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East Asia IPv6\",\r\n \"communityValue\": \"12076:52010\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:208::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US\",\r\n \"communityValue\": \"12076:52004\",\r\n \"communityPrefixes\": [\r\n \"13.68.163.32/28\",\r\n \"13.68.165.64/28\",\r\n \"13.68.167.240/28\",\r\n \"13.82.33.32/28\",\r\n \"13.82.152.16/28\",\r\n \"13.82.152.48/28\",\r\n \"13.82.152.80/28\",\r\n \"20.38.98.0/24\",\r\n \"20.60.0.0/24\",\r\n \"20.60.2.0/23\",\r\n \"20.60.6.0/23\",\r\n \"20.60.60.0/22\",\r\n \"20.60.128.0/23\",\r\n \"20.60.134.0/23\",\r\n \"20.60.146.0/23\",\r\n \"20.60.220.0/23\",\r\n \"20.150.32.0/23\",\r\n \"20.150.90.0/24\",\r\n \"20.209.0.0/23\",\r\n \"20.209.40.0/23\",\r\n \"20.209.52.0/23\",\r\n \"20.209.74.0/23\",\r\n \"20.209.84.0/23\",\r\n \"20.209.106.0/23\",\r\n \"20.209.146.0/23\",\r\n \"20.209.162.0/23\",\r\n \"20.209.226.0/23\",\r\n \"23.96.64.64/26\",\r\n \"40.71.104.16/28\",\r\n \"40.71.104.32/28\",\r\n \"40.71.240.16/28\",\r\n \"40.117.48.80/28\",\r\n \"40.117.48.112/28\",\r\n \"40.117.104.16/28\",\r\n \"52.179.24.16/28\",\r\n \"52.186.112.32/27\",\r\n \"52.226.8.32/27\",\r\n \"52.226.8.80/28\",\r\n \"52.226.8.96/28\",\r\n \"52.226.8.128/27\",\r\n \"52.234.176.48/28\",\r\n \"52.234.176.64/28\",\r\n \"52.234.176.96/27\",\r\n \"52.239.152.0/22\",\r\n \"52.239.168.0/22\",\r\n \"52.239.207.192/26\",\r\n \"52.239.214.0/23\",\r\n \"52.239.220.0/23\",\r\n \"52.239.246.0/23\",\r\n \"52.239.252.0/24\",\r\n \"52.240.48.16/28\",\r\n \"52.240.48.32/28\",\r\n \"52.240.60.16/28\",\r\n \"52.240.60.32/28\",\r\n \"52.240.60.64/27\",\r\n \"57.150.0.0/23\",\r\n \"57.150.8.112/28\",\r\n \"57.150.8.128/25\",\r\n \"57.150.9.0/24\",\r\n \"57.150.10.0/26\",\r\n \"57.150.10.64/28\",\r\n \"57.150.18.80/28\",\r\n \"57.150.18.96/27\",\r\n \"57.150.18.128/26\",\r\n \"57.150.18.192/27\",\r\n \"57.150.18.224/28\",\r\n \"57.150.26.0/23\",\r\n \"138.91.96.64/26\",\r\n \"138.91.96.128/26\",\r\n \"168.62.32.0/26\",\r\n \"168.62.32.192/26\",\r\n \"168.62.33.128/26\",\r\n \"191.237.32.128/28\",\r\n \"191.237.32.208/28\",\r\n \"191.237.32.240/28\",\r\n \"191.238.0.0/26\",\r\n \"191.238.0.224/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US IPv6\",\r\n \"communityValue\": \"12076:52004\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:213::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"13.68.120.64/28\",\r\n \"13.77.112.16/28\",\r\n \"13.77.112.32/28\",\r\n \"13.77.112.112/28\",\r\n \"13.77.112.128/28\",\r\n \"13.77.115.16/28\",\r\n \"13.77.115.32/28\",\r\n \"20.38.100.0/23\",\r\n \"20.60.56.0/22\",\r\n \"20.60.88.0/22\",\r\n \"20.60.132.0/23\",\r\n \"20.60.180.0/23\",\r\n \"20.60.224.0/23\",\r\n \"20.60.236.0/23\",\r\n \"20.150.29.0/24\",\r\n \"20.150.36.0/24\",\r\n \"20.150.50.0/23\",\r\n \"20.150.72.0/24\",\r\n \"20.150.82.0/24\",\r\n \"20.150.88.0/24\",\r\n \"20.209.68.0/23\",\r\n \"20.209.90.0/23\",\r\n \"20.209.110.0/23\",\r\n \"20.209.112.0/23\",\r\n \"20.209.178.0/23\",\r\n \"23.102.206.0/28\",\r\n \"23.102.206.128/28\",\r\n \"23.102.206.192/28\",\r\n \"40.79.8.16/28\",\r\n \"40.79.48.16/28\",\r\n \"40.84.8.32/28\",\r\n \"40.84.11.80/28\",\r\n \"40.123.16.16/28\",\r\n \"52.167.88.80/28\",\r\n \"52.167.88.112/28\",\r\n \"52.167.240.16/28\",\r\n \"52.177.208.80/28\",\r\n \"52.179.144.32/28\",\r\n \"52.179.144.64/28\",\r\n \"52.179.240.16/28\",\r\n \"52.179.240.48/28\",\r\n \"52.179.240.64/28\",\r\n \"52.179.240.96/27\",\r\n \"52.179.240.144/28\",\r\n \"52.179.240.160/28\",\r\n \"52.179.240.192/27\",\r\n \"52.179.240.240/28\",\r\n \"52.179.241.0/28\",\r\n \"52.179.241.32/27\",\r\n \"52.184.168.96/27\",\r\n \"52.225.136.16/28\",\r\n \"52.225.136.32/28\",\r\n \"52.225.240.0/28\",\r\n \"52.232.232.16/28\",\r\n \"52.232.232.32/28\",\r\n \"52.232.232.80/28\",\r\n \"52.232.232.96/28\",\r\n \"52.232.232.128/27\",\r\n \"52.232.232.176/28\",\r\n \"52.232.232.192/28\",\r\n \"52.239.156.0/24\",\r\n \"52.239.157.0/25\",\r\n \"52.239.157.128/26\",\r\n \"52.239.157.192/27\",\r\n \"52.239.172.0/22\",\r\n \"52.239.184.0/25\",\r\n \"52.239.184.160/28\",\r\n \"52.239.184.192/27\",\r\n \"52.239.185.32/27\",\r\n \"52.239.192.0/26\",\r\n \"52.239.192.64/28\",\r\n \"52.239.192.96/27\",\r\n \"52.239.192.160/27\",\r\n \"52.239.192.192/26\",\r\n \"52.239.198.0/25\",\r\n \"52.239.198.192/26\",\r\n \"52.239.206.0/24\",\r\n \"52.239.207.32/28\",\r\n \"52.239.207.64/26\",\r\n \"52.239.207.128/27\",\r\n \"52.239.222.0/23\",\r\n \"57.150.4.0/23\",\r\n \"104.208.128.16/28\",\r\n \"104.208.248.16/28\",\r\n \"137.116.1.0/25\",\r\n \"137.116.2.0/25\",\r\n \"137.116.3.0/25\",\r\n \"137.116.3.128/26\",\r\n \"137.116.96.0/25\",\r\n \"137.116.96.128/26\",\r\n \"191.237.160.64/26\",\r\n \"191.237.160.224/28\",\r\n \"191.239.224.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2 IPv6\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:40f::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2 EUAP\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"20.60.154.0/23\",\r\n \"20.60.184.0/23\",\r\n \"20.60.238.0/23\",\r\n \"20.150.108.0/24\",\r\n \"20.209.136.0/23\",\r\n \"20.209.148.0/23\",\r\n \"20.209.248.0/23\",\r\n \"40.70.88.0/28\",\r\n \"40.79.88.16/28\",\r\n \"52.184.168.32/28\",\r\n \"52.239.157.224/27\",\r\n \"52.239.165.192/26\",\r\n \"52.239.184.176/28\",\r\n \"52.239.184.224/27\",\r\n \"52.239.185.0/28\",\r\n \"52.239.192.128/27\",\r\n \"52.239.198.128/27\",\r\n \"52.239.230.0/24\",\r\n \"52.239.239.0/24\",\r\n \"57.150.12.144/28\",\r\n \"57.150.12.160/27\",\r\n \"57.150.12.192/26\",\r\n \"57.150.13.0/25\",\r\n \"57.150.19.176/28\",\r\n \"57.150.19.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:52005\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:410::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France Central\",\r\n \"communityValue\": \"12076:52030\",\r\n \"communityPrefixes\": [\r\n \"20.60.13.0/24\",\r\n \"20.60.156.0/23\",\r\n \"20.150.61.0/24\",\r\n \"20.209.8.0/23\",\r\n \"20.209.214.0/23\",\r\n \"52.239.134.0/24\",\r\n \"52.239.194.0/24\",\r\n \"52.239.241.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France Central IPv6\",\r\n \"communityValue\": \"12076:52030\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:806::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France South\",\r\n \"communityValue\": \"12076:52031\",\r\n \"communityPrefixes\": [\r\n \"20.60.11.0/24\",\r\n \"20.60.188.0/23\",\r\n \"20.150.19.0/24\",\r\n \"52.239.135.0/26\",\r\n \"52.239.196.0/24\",\r\n \"57.150.21.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage France South IPv6\",\r\n \"communityValue\": \"12076:52031\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:906::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Germany North\",\r\n \"communityValue\": \"12076:52040\",\r\n \"communityPrefixes\": [\r\n \"20.38.115.0/24\",\r\n \"20.150.60.0/24\",\r\n \"20.150.112.0/24\",\r\n \"20.209.206.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Germany West Central\",\r\n \"communityValue\": \"12076:52041\",\r\n \"communityPrefixes\": [\r\n \"20.38.118.0/24\",\r\n \"20.60.22.0/23\",\r\n \"20.150.54.0/24\",\r\n \"20.150.125.0/24\",\r\n \"20.209.32.0/23\",\r\n \"20.209.176.0/23\",\r\n \"20.209.242.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Israel Central\",\r\n \"communityValue\": \"12076:52053\",\r\n \"communityPrefixes\": [\r\n \"20.60.94.0/23\",\r\n \"20.209.118.0/23\",\r\n \"20.209.134.0/23\",\r\n \"20.209.212.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Israel Central IPv6\",\r\n \"communityValue\": \"12076:52053\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1403::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Italy North\",\r\n \"communityValue\": \"12076:52054\",\r\n \"communityPrefixes\": [\r\n \"20.209.80.0/23\",\r\n \"20.209.86.0/23\",\r\n \"20.209.120.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Italy North IPv6\",\r\n \"communityValue\": \"12076:52054\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1201::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan East\",\r\n \"communityValue\": \"12076:52012\",\r\n \"communityPrefixes\": [\r\n \"13.73.8.16/28\",\r\n \"13.73.8.32/28\",\r\n \"20.38.116.0/23\",\r\n \"20.60.172.0/23\",\r\n \"20.60.248.0/23\",\r\n \"20.150.85.0/24\",\r\n \"20.150.105.0/24\",\r\n \"20.209.22.0/23\",\r\n \"20.209.170.0/23\",\r\n \"20.209.234.0/23\",\r\n \"23.98.57.64/26\",\r\n \"40.115.169.32/28\",\r\n \"40.115.175.16/28\",\r\n \"40.115.175.32/28\",\r\n \"40.115.227.80/28\",\r\n \"40.115.229.16/28\",\r\n \"40.115.229.32/28\",\r\n \"40.115.231.64/27\",\r\n \"40.115.231.112/28\",\r\n \"40.115.231.128/28\",\r\n \"52.239.144.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan East IPv6\",\r\n \"communityValue\": \"12076:52012\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:408::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan West\",\r\n \"communityValue\": \"12076:52013\",\r\n \"communityPrefixes\": [\r\n \"20.60.12.0/24\",\r\n \"20.60.105.0/24\",\r\n \"20.60.118.0/24\",\r\n \"20.60.186.0/23\",\r\n \"20.150.10.0/23\",\r\n \"20.209.16.0/23\",\r\n \"20.209.236.0/23\",\r\n \"23.98.56.0/26\",\r\n \"52.239.146.0/23\",\r\n \"104.214.152.16/28\",\r\n \"104.214.152.176/28\",\r\n \"104.215.32.16/28\",\r\n \"104.215.32.32/28\",\r\n \"104.215.32.64/27\",\r\n \"104.215.35.32/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Japan West IPv6\",\r\n \"communityValue\": \"12076:52013\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:607::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea Central\",\r\n \"communityValue\": \"12076:52029\",\r\n \"communityPrefixes\": [\r\n \"20.60.16.0/24\",\r\n \"20.60.200.0/23\",\r\n \"20.150.4.0/23\",\r\n \"20.209.46.0/23\",\r\n \"20.209.250.0/23\",\r\n \"52.231.80.64/27\",\r\n \"52.231.80.112/28\",\r\n \"52.231.80.128/28\",\r\n \"52.231.80.160/27\",\r\n \"52.239.148.0/27\",\r\n \"52.239.164.192/26\",\r\n \"52.239.190.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea Central IPv6\",\r\n \"communityValue\": \"12076:52029\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:f06::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea South\",\r\n \"communityValue\": \"12076:52028\",\r\n \"communityPrefixes\": [\r\n \"20.60.45.0/24\",\r\n \"20.60.202.0/23\",\r\n \"20.150.14.0/23\",\r\n \"52.231.168.64/27\",\r\n \"52.231.168.112/28\",\r\n \"52.231.168.128/28\",\r\n \"52.231.208.16/28\",\r\n \"52.231.208.32/28\",\r\n \"52.239.165.0/26\",\r\n \"52.239.165.160/27\",\r\n \"52.239.190.192/26\",\r\n \"52.239.204.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Korea South IPv6\",\r\n \"communityValue\": \"12076:52028\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:e06::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Malaysia South\",\r\n \"communityValue\": \"12076:52055\",\r\n \"communityPrefixes\": [\r\n \"20.209.66.0/23\",\r\n \"20.209.78.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Malaysia South IPv6\",\r\n \"communityValue\": \"12076:52055\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1504::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Central US\",\r\n \"communityValue\": \"12076:52007\",\r\n \"communityPrefixes\": [\r\n \"20.60.28.0/23\",\r\n \"20.60.82.0/23\",\r\n \"20.150.17.0/25\",\r\n \"20.150.25.0/24\",\r\n \"20.150.49.0/24\",\r\n \"20.150.67.0/24\",\r\n \"20.150.126.0/24\",\r\n \"20.209.38.0/23\",\r\n \"20.209.114.0/23\",\r\n \"20.209.218.0/24\",\r\n \"23.98.49.0/26\",\r\n \"23.98.49.192/26\",\r\n \"23.98.55.0/26\",\r\n \"23.98.55.112/28\",\r\n \"23.98.55.144/28\",\r\n \"40.116.120.16/28\",\r\n \"40.116.232.16/28\",\r\n \"40.116.232.48/28\",\r\n \"40.116.232.96/28\",\r\n \"52.162.56.16/28\",\r\n \"52.162.56.32/28\",\r\n \"52.162.56.64/27\",\r\n \"52.162.56.112/28\",\r\n \"52.162.56.128/28\",\r\n \"52.239.149.0/24\",\r\n \"52.239.186.0/24\",\r\n \"52.239.253.0/24\",\r\n \"57.150.11.112/28\",\r\n \"57.150.11.128/25\",\r\n \"57.150.12.0/25\",\r\n \"57.150.12.128/28\",\r\n \"57.150.19.80/28\",\r\n \"57.150.19.96/27\",\r\n \"57.150.19.128/27\",\r\n \"57.150.19.160/28\",\r\n \"157.56.216.0/26\",\r\n \"168.62.96.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Central US IPv6\",\r\n \"communityValue\": \"12076:52007\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:609::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Europe\",\r\n \"communityValue\": \"12076:52003\",\r\n \"communityPrefixes\": [\r\n \"13.70.208.16/28\",\r\n \"13.74.208.64/28\",\r\n \"13.74.208.112/28\",\r\n \"13.74.208.144/28\",\r\n \"13.79.176.16/28\",\r\n \"13.79.176.48/28\",\r\n \"13.79.176.80/28\",\r\n \"20.38.102.0/23\",\r\n \"20.60.19.0/24\",\r\n \"20.60.40.0/23\",\r\n \"20.60.144.0/23\",\r\n \"20.60.204.0/23\",\r\n \"20.60.246.0/23\",\r\n \"20.150.26.0/24\",\r\n \"20.150.47.128/25\",\r\n \"20.150.48.0/24\",\r\n \"20.150.75.0/24\",\r\n \"20.150.84.0/24\",\r\n \"20.150.104.0/24\",\r\n \"20.209.14.0/23\",\r\n \"20.209.58.0/23\",\r\n \"20.209.96.0/23\",\r\n \"20.209.104.0/23\",\r\n \"20.209.160.0/23\",\r\n \"20.209.220.0/23\",\r\n \"40.85.105.32/28\",\r\n \"40.113.27.176/28\",\r\n \"52.164.112.16/28\",\r\n \"52.164.232.16/28\",\r\n \"52.164.232.32/28\",\r\n \"52.164.232.64/28\",\r\n \"52.169.168.32/27\",\r\n \"52.169.240.16/28\",\r\n \"52.169.240.32/28\",\r\n \"52.169.240.64/28\",\r\n \"52.178.168.32/27\",\r\n \"52.178.168.80/28\",\r\n \"52.178.168.96/28\",\r\n \"52.178.168.128/27\",\r\n \"52.236.40.16/28\",\r\n \"52.236.40.32/28\",\r\n \"52.239.136.0/22\",\r\n \"52.239.205.0/24\",\r\n \"52.239.248.0/24\",\r\n \"52.245.40.0/24\",\r\n \"57.150.13.128/27\",\r\n \"57.150.13.160/28\",\r\n \"57.150.20.0/28\",\r\n \"104.41.232.16/28\",\r\n \"137.135.192.64/26\",\r\n \"137.135.192.192/26\",\r\n \"137.135.193.192/26\",\r\n \"137.135.194.0/25\",\r\n \"137.135.194.192/26\",\r\n \"168.61.120.32/27\",\r\n \"168.61.120.64/27\",\r\n \"168.61.121.0/26\",\r\n \"168.63.32.0/26\",\r\n \"168.63.33.192/26\",\r\n \"191.235.192.192/26\",\r\n \"191.235.193.32/28\",\r\n \"191.235.255.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage North Europe IPv6\",\r\n \"communityValue\": \"12076:52003\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:6::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Norway East\",\r\n \"communityValue\": \"12076:52042\",\r\n \"communityPrefixes\": [\r\n \"20.38.120.0/24\",\r\n \"20.60.206.0/23\",\r\n \"20.150.53.0/24\",\r\n \"20.150.121.0/24\",\r\n \"20.209.24.0/23\",\r\n \"20.209.252.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Norway West\",\r\n \"communityValue\": \"12076:52043\",\r\n \"communityPrefixes\": [\r\n \"20.60.15.0/24\",\r\n \"20.150.0.0/24\",\r\n \"20.150.56.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStoragePolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStoragePolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStoragePolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Poland Central\",\r\n \"communityValue\": \"12076:52051\",\r\n \"communityPrefixes\": [\r\n \"20.60.92.0/23\",\r\n \"20.209.60.0/23\",\r\n \"20.209.94.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Qatar Central\",\r\n \"communityValue\": \"12076:52049\",\r\n \"communityPrefixes\": [\r\n \"20.60.208.0/23\",\r\n \"20.209.2.0/23\",\r\n \"20.209.54.0/23\",\r\n \"20.209.202.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa North\",\r\n \"communityValue\": \"12076:52034\",\r\n \"communityPrefixes\": [\r\n \"20.38.114.128/25\",\r\n \"20.60.190.0/23\",\r\n \"20.150.21.0/24\",\r\n \"20.150.62.0/24\",\r\n \"20.150.101.0/24\",\r\n \"20.209.130.0/23\",\r\n \"20.209.208.0/23\",\r\n \"52.239.232.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa North IPv6\",\r\n \"communityValue\": \"12076:52034\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:105::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa West\",\r\n \"communityValue\": \"12076:52035\",\r\n \"communityPrefixes\": [\r\n \"20.38.121.0/25\",\r\n \"20.60.8.0/24\",\r\n \"20.60.210.0/23\",\r\n \"20.150.20.0/25\",\r\n \"52.239.232.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Africa West IPv6\",\r\n \"communityValue\": \"12076:52035\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:5::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Central US\",\r\n \"communityValue\": \"12076:52008\",\r\n \"communityPrefixes\": [\r\n \"13.65.107.32/28\",\r\n \"13.65.160.16/28\",\r\n \"13.65.160.48/28\",\r\n \"13.65.160.64/28\",\r\n \"13.84.56.16/28\",\r\n \"13.85.88.16/28\",\r\n \"13.85.200.128/28\",\r\n \"20.38.104.0/23\",\r\n \"20.47.0.0/24\",\r\n \"20.60.48.0/22\",\r\n \"20.60.64.0/22\",\r\n \"20.60.140.0/23\",\r\n \"20.60.148.0/23\",\r\n \"20.60.160.0/23\",\r\n \"20.150.20.128/25\",\r\n \"20.150.38.0/23\",\r\n \"20.150.70.0/24\",\r\n \"20.150.79.0/24\",\r\n \"20.150.93.0/24\",\r\n \"20.150.94.0/24\",\r\n \"20.209.26.0/23\",\r\n \"20.209.34.0/23\",\r\n \"20.209.62.0/23\",\r\n \"20.209.116.0/23\",\r\n \"20.209.194.0/23\",\r\n \"20.209.196.0/23\",\r\n \"23.98.160.64/26\",\r\n \"23.98.162.192/26\",\r\n \"23.98.168.0/24\",\r\n \"23.98.192.64/26\",\r\n \"23.98.255.64/26\",\r\n \"52.171.144.32/27\",\r\n \"52.171.144.80/28\",\r\n \"52.171.144.96/28\",\r\n \"52.171.144.128/28\",\r\n \"52.185.233.0/24\",\r\n \"52.189.177.0/24\",\r\n \"52.239.158.0/23\",\r\n \"52.239.178.0/23\",\r\n \"52.239.180.0/22\",\r\n \"52.239.199.0/24\",\r\n \"52.239.200.0/23\",\r\n \"52.239.203.0/24\",\r\n \"52.239.208.0/23\",\r\n \"57.150.10.80/28\",\r\n \"57.150.10.96/27\",\r\n \"57.150.10.128/25\",\r\n \"57.150.11.0/26\",\r\n \"57.150.11.64/27\",\r\n \"57.150.11.96/28\",\r\n \"57.150.18.240/28\",\r\n \"57.150.19.0/26\",\r\n \"57.150.19.64/28\",\r\n \"104.214.40.16/28\",\r\n \"104.214.80.16/28\",\r\n \"104.214.80.48/28\",\r\n \"104.215.104.64/28\",\r\n \"168.62.128.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South Central US IPv6\",\r\n \"communityValue\": \"12076:52008\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:80b::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South India\",\r\n \"communityValue\": \"12076:52019\",\r\n \"communityPrefixes\": [\r\n \"20.60.10.0/24\",\r\n \"20.60.226.0/23\",\r\n \"20.150.24.0/24\",\r\n \"20.209.182.0/23\",\r\n \"52.172.16.16/28\",\r\n \"52.172.16.80/28\",\r\n \"52.172.16.96/28\",\r\n \"52.172.16.128/27\",\r\n \"52.239.135.128/26\",\r\n \"52.239.188.0/24\",\r\n \"57.150.17.0/24\",\r\n \"104.211.232.16/28\",\r\n \"104.211.232.48/28\",\r\n \"104.211.232.80/28\",\r\n \"104.211.232.176/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage South India IPv6\",\r\n \"communityValue\": \"12076:52019\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:c07::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Southeast Asia\",\r\n \"communityValue\": \"12076:52011\",\r\n \"communityPrefixes\": [\r\n \"13.76.104.16/28\",\r\n \"20.60.136.0/24\",\r\n \"20.60.138.0/23\",\r\n \"20.150.17.128/25\",\r\n \"20.150.28.0/24\",\r\n \"20.150.86.0/24\",\r\n \"20.150.127.0/24\",\r\n \"20.209.20.0/23\",\r\n \"20.209.126.0/23\",\r\n \"20.209.188.0/23\",\r\n \"52.163.176.16/28\",\r\n \"52.163.232.16/28\",\r\n \"52.187.141.32/27\",\r\n \"52.237.104.16/28\",\r\n \"52.237.104.32/28\",\r\n \"52.239.129.0/24\",\r\n \"52.239.197.0/24\",\r\n \"52.239.227.0/24\",\r\n \"52.239.249.0/24\",\r\n \"104.215.240.64/28\",\r\n \"104.215.240.96/28\",\r\n \"168.63.160.0/26\",\r\n \"168.63.160.192/26\",\r\n \"168.63.161.64/26\",\r\n \"168.63.161.160/27\",\r\n \"168.63.161.192/26\",\r\n \"168.63.162.32/27\",\r\n \"168.63.162.64/26\",\r\n \"168.63.162.144/28\",\r\n \"168.63.162.192/26\",\r\n \"168.63.163.128/26\",\r\n \"168.63.180.64/26\",\r\n \"191.238.64.64/26\",\r\n \"191.238.64.192/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:52011\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:6::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Sweden Central\",\r\n \"communityValue\": \"12076:52047\",\r\n \"communityPrefixes\": [\r\n \"20.60.78.0/23\",\r\n \"20.60.234.0/23\",\r\n \"20.60.252.0/23\",\r\n \"20.150.44.0/24\",\r\n \"20.150.120.0/24\",\r\n \"20.209.216.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Sweden South\",\r\n \"communityValue\": \"12076:52048\",\r\n \"communityPrefixes\": [\r\n \"20.60.76.0/23\",\r\n \"20.60.192.0/23\",\r\n \"20.150.45.0/24\",\r\n \"20.150.99.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Switzerland North\",\r\n \"communityValue\": \"12076:52038\",\r\n \"communityPrefixes\": [\r\n \"20.60.174.0/23\",\r\n \"20.150.59.0/24\",\r\n \"20.150.118.0/24\",\r\n \"20.209.28.0/23\",\r\n \"20.209.174.0/23\",\r\n \"52.239.251.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage Switzerland West\",\r\n \"communityValue\": \"12076:52039\",\r\n \"communityPrefixes\": [\r\n \"20.60.176.0/23\",\r\n \"20.150.55.0/24\",\r\n \"20.150.116.0/24\",\r\n \"52.239.250.0/24\",\r\n \"57.150.22.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE Central\",\r\n \"communityValue\": \"12076:52037\",\r\n \"communityPrefixes\": [\r\n \"20.60.108.0/24\",\r\n \"20.150.6.0/23\",\r\n \"20.150.115.0/24\",\r\n \"20.209.200.0/23\",\r\n \"20.209.219.0/24\",\r\n \"52.239.233.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE Central IPv6\",\r\n \"communityValue\": \"12076:52037\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:b05::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE North\",\r\n \"communityValue\": \"12076:52036\",\r\n \"communityPrefixes\": [\r\n \"20.38.124.0/23\",\r\n \"20.60.21.0/24\",\r\n \"20.60.212.0/23\",\r\n \"20.209.50.0/23\",\r\n \"20.209.238.0/23\",\r\n \"52.239.233.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UAE North IPv6\",\r\n \"communityValue\": \"12076:52036\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:905::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South\",\r\n \"communityValue\": \"12076:52024\",\r\n \"communityPrefixes\": [\r\n \"20.38.106.0/23\",\r\n \"20.60.17.0/24\",\r\n \"20.60.166.0/23\",\r\n \"20.150.18.0/25\",\r\n \"20.150.40.0/25\",\r\n \"20.150.41.0/24\",\r\n \"20.150.69.0/24\",\r\n \"20.209.6.0/23\",\r\n \"20.209.30.0/23\",\r\n \"20.209.88.0/23\",\r\n \"20.209.128.0/23\",\r\n \"20.209.158.0/23\",\r\n \"20.209.240.0/23\",\r\n \"51.140.16.16/28\",\r\n \"51.140.16.32/28\",\r\n \"51.140.168.64/27\",\r\n \"51.140.168.112/28\",\r\n \"51.140.168.128/28\",\r\n \"51.141.128.32/27\",\r\n \"51.141.129.64/26\",\r\n \"51.141.130.0/25\",\r\n \"52.239.187.0/25\",\r\n \"52.239.231.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South IPv6\",\r\n \"communityValue\": \"12076:52024\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:706::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South 2\",\r\n \"communityValue\": \"12076:52023\",\r\n \"communityPrefixes\": [\r\n \"13.87.40.64/28\",\r\n \"13.87.40.96/28\",\r\n \"20.150.27.0/24\",\r\n \"51.141.129.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK South 2 IPv6\",\r\n \"communityValue\": \"12076:52023\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK West\",\r\n \"communityValue\": \"12076:52025\",\r\n \"communityPrefixes\": [\r\n \"20.60.112.0/24\",\r\n \"20.60.164.0/23\",\r\n \"20.150.2.0/23\",\r\n \"20.150.52.0/24\",\r\n \"20.150.110.0/24\",\r\n \"20.209.132.0/23\",\r\n \"20.209.198.0/23\",\r\n \"51.140.232.64/27\",\r\n \"51.140.232.112/28\",\r\n \"51.140.232.128/28\",\r\n \"51.140.232.160/27\",\r\n \"51.141.128.0/27\",\r\n \"51.141.128.64/26\",\r\n \"51.141.128.128/25\",\r\n \"51.141.129.128/26\",\r\n \"52.239.240.0/24\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage UK West IPv6\",\r\n \"communityValue\": \"12076:52025\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:606::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Central US\",\r\n \"communityValue\": \"12076:52027\",\r\n \"communityPrefixes\": [\r\n \"13.71.200.64/28\",\r\n \"13.71.200.96/28\",\r\n \"13.71.200.240/28\",\r\n \"13.71.202.16/28\",\r\n \"13.71.202.32/28\",\r\n \"13.71.202.64/27\",\r\n \"13.78.152.64/28\",\r\n \"13.78.240.16/28\",\r\n \"20.60.4.0/24\",\r\n \"20.60.119.0/24\",\r\n \"20.60.120.0/23\",\r\n \"20.60.122.0/24\",\r\n \"20.60.218.0/23\",\r\n \"20.150.81.0/24\",\r\n \"20.150.98.0/24\",\r\n \"20.209.224.0/23\",\r\n \"52.161.112.16/28\",\r\n \"52.161.112.32/28\",\r\n \"52.161.168.16/28\",\r\n \"52.161.168.32/28\",\r\n \"52.239.164.0/25\",\r\n \"52.239.167.0/24\",\r\n \"52.239.244.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Central US IPv6\",\r\n \"communityValue\": \"12076:52027\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:b06::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Europe\",\r\n \"communityValue\": \"12076:52002\",\r\n \"communityPrefixes\": [\r\n \"13.69.40.16/28\",\r\n \"13.95.96.176/28\",\r\n \"13.95.240.16/28\",\r\n \"13.95.240.32/28\",\r\n \"13.95.240.64/27\",\r\n \"20.38.108.0/23\",\r\n \"20.60.26.0/23\",\r\n \"20.60.130.0/24\",\r\n \"20.60.150.0/23\",\r\n \"20.60.196.0/23\",\r\n \"20.60.222.0/23\",\r\n \"20.60.250.0/23\",\r\n \"20.150.8.0/23\",\r\n \"20.150.37.0/24\",\r\n \"20.150.42.0/24\",\r\n \"20.150.74.0/24\",\r\n \"20.150.76.0/24\",\r\n \"20.150.83.0/24\",\r\n \"20.150.122.0/24\",\r\n \"20.209.10.0/23\",\r\n \"20.209.48.0/23\",\r\n \"20.209.72.0/23\",\r\n \"20.209.76.0/23\",\r\n \"20.209.108.0/23\",\r\n \"20.209.192.0/23\",\r\n \"20.209.230.0/23\",\r\n \"40.68.176.16/28\",\r\n \"40.68.176.48/28\",\r\n \"40.68.232.16/28\",\r\n \"40.68.232.48/28\",\r\n \"40.114.152.16/28\",\r\n \"40.114.152.48/28\",\r\n \"40.118.72.176/28\",\r\n \"40.118.73.48/28\",\r\n \"40.118.73.176/28\",\r\n \"40.118.73.208/28\",\r\n \"52.166.80.32/27\",\r\n \"52.166.80.80/28\",\r\n \"52.166.80.96/28\",\r\n \"52.174.8.32/28\",\r\n \"52.174.224.16/28\",\r\n \"52.174.224.32/28\",\r\n \"52.174.224.64/27\",\r\n \"52.174.224.112/28\",\r\n \"52.174.224.128/28\",\r\n \"52.236.240.48/28\",\r\n \"52.236.240.64/28\",\r\n \"52.239.140.0/22\",\r\n \"52.239.212.0/23\",\r\n \"52.239.242.0/23\",\r\n \"57.150.2.0/23\",\r\n \"104.214.243.32/28\",\r\n \"168.61.57.64/26\",\r\n \"168.61.57.128/25\",\r\n \"168.61.58.0/26\",\r\n \"168.61.58.128/26\",\r\n \"168.61.59.64/26\",\r\n \"168.61.61.0/26\",\r\n \"168.61.61.192/26\",\r\n \"168.63.0.0/26\",\r\n \"168.63.2.64/26\",\r\n \"168.63.3.32/27\",\r\n \"168.63.3.64/27\",\r\n \"168.63.113.32/27\",\r\n \"168.63.113.64/27\",\r\n \"191.237.232.32/28\",\r\n \"191.237.232.128/28\",\r\n \"191.239.203.0/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West Europe IPv6\",\r\n \"communityValue\": \"12076:52002\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:207::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West India\",\r\n \"communityValue\": \"12076:52018\",\r\n \"communityPrefixes\": [\r\n \"20.60.106.0/24\",\r\n \"20.60.216.0/23\",\r\n \"20.150.18.128/25\",\r\n \"20.150.43.0/25\",\r\n \"20.150.106.0/24\",\r\n \"52.239.135.192/26\",\r\n \"52.239.187.128/25\",\r\n \"104.211.168.16/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West India IPv6\",\r\n \"communityValue\": \"12076:52018\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:807::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US\",\r\n \"communityValue\": \"12076:52006\",\r\n \"communityPrefixes\": [\r\n \"13.83.72.16/28\",\r\n \"13.88.144.112/28\",\r\n \"13.88.144.240/28\",\r\n \"13.88.145.64/28\",\r\n \"13.88.145.96/28\",\r\n \"13.88.145.128/28\",\r\n \"13.93.168.80/28\",\r\n \"13.93.168.112/28\",\r\n \"13.93.168.144/28\",\r\n \"20.60.1.0/24\",\r\n \"20.60.34.0/23\",\r\n \"20.60.44.128/25\",\r\n \"20.60.52.0/23\",\r\n \"20.60.80.0/23\",\r\n \"20.60.137.0/24\",\r\n \"20.60.168.0/23\",\r\n \"20.60.230.0/23\",\r\n \"20.60.232.0/23\",\r\n \"20.150.34.0/23\",\r\n \"20.150.91.0/24\",\r\n \"20.150.102.0/24\",\r\n \"20.209.102.0/23\",\r\n \"20.209.180.0/23\",\r\n \"23.99.32.64/26\",\r\n \"23.99.34.224/28\",\r\n \"23.99.37.96/28\",\r\n \"23.99.47.32/28\",\r\n \"40.78.72.16/28\",\r\n \"40.78.112.64/28\",\r\n \"40.83.225.32/28\",\r\n \"40.83.227.16/28\",\r\n \"40.112.152.16/28\",\r\n \"40.112.224.16/28\",\r\n \"40.112.224.48/28\",\r\n \"52.180.40.16/28\",\r\n \"52.180.40.32/28\",\r\n \"52.190.240.16/28\",\r\n \"52.190.240.32/28\",\r\n \"52.190.240.64/27\",\r\n \"52.190.240.112/28\",\r\n \"52.190.240.128/28\",\r\n \"52.225.40.32/27\",\r\n \"52.238.56.16/28\",\r\n \"52.238.56.32/28\",\r\n \"52.238.56.64/27\",\r\n \"52.238.56.112/28\",\r\n \"52.238.56.128/28\",\r\n \"52.238.56.160/27\",\r\n \"52.239.104.16/28\",\r\n \"52.239.104.32/28\",\r\n \"52.239.148.32/27\",\r\n \"52.239.160.0/22\",\r\n \"52.239.165.64/26\",\r\n \"52.239.165.128/27\",\r\n \"52.239.228.0/23\",\r\n \"52.239.254.0/23\",\r\n \"52.241.88.16/28\",\r\n \"52.241.88.32/28\",\r\n \"52.241.88.64/27\",\r\n \"57.150.8.0/26\",\r\n \"57.150.8.64/27\",\r\n \"57.150.8.96/28\",\r\n \"57.150.16.128/25\",\r\n \"57.150.18.0/26\",\r\n \"57.150.18.64/28\",\r\n \"104.42.200.16/28\",\r\n \"138.91.128.128/26\",\r\n \"138.91.129.0/26\",\r\n \"168.62.0.0/26\",\r\n \"168.62.1.128/26\",\r\n \"168.63.89.64/26\",\r\n \"168.63.89.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US IPv6\",\r\n \"communityValue\": \"12076:52006\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:a0a::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US 2\",\r\n \"communityValue\": \"12076:52026\",\r\n \"communityPrefixes\": [\r\n \"13.66.176.16/28\",\r\n \"13.66.176.48/28\",\r\n \"13.66.232.64/28\",\r\n \"13.66.232.208/28\",\r\n \"13.66.232.224/28\",\r\n \"13.66.234.0/27\",\r\n \"13.77.184.64/28\",\r\n \"20.38.99.0/24\",\r\n \"20.60.20.0/24\",\r\n \"20.60.68.0/22\",\r\n \"20.60.152.0/23\",\r\n \"20.60.228.0/23\",\r\n \"20.150.68.0/24\",\r\n \"20.150.78.0/24\",\r\n \"20.150.87.0/24\",\r\n \"20.150.107.0/24\",\r\n \"20.209.100.0/23\",\r\n \"20.209.154.0/23\",\r\n \"20.209.186.0/23\",\r\n \"52.183.48.16/28\",\r\n \"52.183.104.16/28\",\r\n \"52.183.104.32/28\",\r\n \"52.191.176.16/28\",\r\n \"52.191.176.32/28\",\r\n \"52.239.148.128/25\",\r\n \"52.239.176.128/25\",\r\n \"52.239.193.0/24\",\r\n \"52.239.210.0/23\",\r\n \"52.239.236.0/23\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US 2 IPv6\",\r\n \"communityValue\": \"12076:52026\",\r\n \"communityPrefixes\": [\r\n \"2603:1030:d01::/48\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureStorageWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureStorageWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureStorageWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Storage West US 3\",\r\n \"communityValue\": \"12076:52044\",\r\n \"communityPrefixes\": [\r\n \"20.60.14.0/24\",\r\n \"20.60.38.0/23\",\r\n \"20.60.162.0/23\",\r\n \"20.150.30.0/24\",\r\n \"20.209.4.0/23\",\r\n \"20.209.92.0/23\",\r\n \"20.209.138.0/23\",\r\n \"20.209.190.0/23\",\r\n \"20.209.244.0/23\",\r\n \"57.150.13.176/28\",\r\n \"57.150.13.192/26\",\r\n \"57.150.14.0/23\",\r\n \"57.150.16.0/25\",\r\n \"57.150.20.16/28\",\r\n \"57.150.20.32/27\",\r\n \"57.150.20.64/26\",\r\n \"57.150.20.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureStorage\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central\",\r\n \"communityValue\": \"12076:53032\",\r\n \"communityPrefixes\": [\r\n \"20.36.104.0/27\",\r\n \"20.36.105.0/27\",\r\n \"20.36.105.32/29\",\r\n \"20.53.48.96/27\",\r\n \"20.53.48.128/27\",\r\n \"20.53.48.192/26\",\r\n \"20.213.225.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central IPv6\",\r\n \"communityValue\": \"12076:53032\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central 2\",\r\n \"communityValue\": \"12076:53033\",\r\n \"communityPrefixes\": [\r\n \"20.36.112.0/27\",\r\n \"20.36.113.0/27\",\r\n \"20.36.113.32/29\",\r\n \"20.53.56.32/27\",\r\n \"20.53.56.64/27\",\r\n \"20.53.56.128/26\",\r\n \"20.167.129.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:53033\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia East\",\r\n \"communityValue\": \"12076:53015\",\r\n \"communityPrefixes\": [\r\n \"13.70.112.0/27\",\r\n \"13.70.112.32/29\",\r\n \"13.70.113.0/27\",\r\n \"13.70.114.128/27\",\r\n \"13.75.149.87/32\",\r\n \"20.53.46.128/25\",\r\n \"20.213.199.0/25\",\r\n \"40.79.160.0/27\",\r\n \"40.79.160.32/29\",\r\n \"40.79.161.0/27\",\r\n \"40.79.167.128/25\",\r\n \"40.79.168.0/27\",\r\n \"40.79.168.32/29\",\r\n \"40.79.169.0/27\",\r\n \"40.79.175.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia East IPv6\",\r\n \"communityValue\": \"12076:53015\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Southeast\",\r\n \"communityValue\": \"12076:53016\",\r\n \"communityPrefixes\": [\r\n \"13.70.148.251/32\",\r\n \"13.73.109.251/32\",\r\n \"13.77.48.0/27\",\r\n \"13.77.49.0/27\",\r\n \"13.77.49.32/29\",\r\n \"20.211.229.0/25\",\r\n \"40.127.82.69/32\",\r\n \"40.127.83.164/32\",\r\n \"104.46.162.192/27\",\r\n \"104.46.163.0/26\",\r\n \"104.46.179.160/27\",\r\n \"104.46.179.192/27\",\r\n \"104.46.183.0/26\",\r\n \"191.239.192.109/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:53016\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Brazil South\",\r\n \"communityValue\": \"12076:53014\",\r\n \"communityPrefixes\": [\r\n \"20.226.208.128/27\",\r\n \"20.226.209.128/25\",\r\n \"104.41.11.5/32\",\r\n \"104.41.56.218/32\",\r\n \"191.233.200.0/27\",\r\n \"191.233.200.32/29\",\r\n \"191.233.201.0/27\",\r\n \"191.234.142.160/27\",\r\n \"191.234.142.192/27\",\r\n \"191.234.144.0/27\",\r\n \"191.234.144.32/29\",\r\n \"191.234.145.0/27\",\r\n \"191.234.152.0/26\",\r\n \"191.234.153.0/26\",\r\n \"191.234.157.136/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Brazil South IPv6\",\r\n \"communityValue\": \"12076:53014\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Brazil Southeast\",\r\n \"communityValue\": \"12076:53050\",\r\n \"communityPrefixes\": [\r\n \"20.195.146.0/26\",\r\n \"20.206.7.128/25\",\r\n \"191.233.15.160/27\",\r\n \"191.233.15.192/27\",\r\n \"191.233.48.0/27\",\r\n \"191.233.48.32/29\",\r\n \"191.233.49.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada Central\",\r\n \"communityValue\": \"12076:53020\",\r\n \"communityPrefixes\": [\r\n \"13.71.168.0/27\",\r\n \"13.71.168.32/29\",\r\n \"13.71.169.0/27\",\r\n \"13.71.177.192/27\",\r\n \"13.71.178.0/26\",\r\n \"20.38.144.0/27\",\r\n \"20.38.144.32/29\",\r\n \"20.38.145.0/27\",\r\n \"20.48.196.32/27\",\r\n \"20.48.196.64/27\",\r\n \"20.48.196.128/26\",\r\n \"20.220.3.0/25\",\r\n \"40.85.224.249/32\",\r\n \"52.228.35.221/32\",\r\n \"52.246.152.0/27\",\r\n \"52.246.152.32/29\",\r\n \"52.246.153.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada Central IPv6\",\r\n \"communityValue\": \"12076:53020\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada East\",\r\n \"communityValue\": \"12076:53021\",\r\n \"communityPrefixes\": [\r\n \"20.175.4.128/25\",\r\n \"40.69.104.0/27\",\r\n \"40.69.105.0/27\",\r\n \"40.69.105.32/29\",\r\n \"40.69.116.128/25\",\r\n \"40.86.226.166/32\",\r\n \"52.139.106.192/26\",\r\n \"52.139.107.0/26\",\r\n \"52.242.30.154/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Canada East IPv6\",\r\n \"communityValue\": \"12076:53021\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central India\",\r\n \"communityValue\": \"12076:53017\",\r\n \"communityPrefixes\": [\r\n \"20.192.43.160/27\",\r\n \"20.192.43.192/27\",\r\n \"20.192.44.0/26\",\r\n \"20.192.96.0/27\",\r\n \"20.192.96.32/29\",\r\n \"20.192.97.0/27\",\r\n \"20.204.196.128/25\",\r\n \"40.80.48.0/27\",\r\n \"40.80.48.32/29\",\r\n \"40.80.49.0/27\",\r\n \"52.172.217.233/32\",\r\n \"104.211.85.0/27\",\r\n \"104.211.86.0/27\",\r\n \"104.211.86.32/29\",\r\n \"104.211.96.159/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central India IPv6\",\r\n \"communityValue\": \"12076:53017\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [\r\n \"13.67.215.62/32\",\r\n \"13.89.36.110/32\",\r\n \"13.89.37.61/32\",\r\n \"13.89.57.50/32\",\r\n \"13.89.57.115/32\",\r\n \"13.89.168.0/26\",\r\n \"13.89.168.192/29\",\r\n \"13.89.169.0/26\",\r\n \"13.89.179.64/26\",\r\n \"20.15.129.128/25\",\r\n \"20.15.130.0/25\",\r\n \"20.15.131.128/25\",\r\n \"20.40.228.128/25\",\r\n \"20.44.14.0/26\",\r\n \"23.99.160.139/32\",\r\n \"23.99.160.140/32\",\r\n \"23.99.205.183/32\",\r\n \"40.69.189.48/32\",\r\n \"40.77.30.201/32\",\r\n \"40.113.200.119/32\",\r\n \"52.173.205.59/32\",\r\n \"52.176.59.12/32\",\r\n \"52.176.100.98/32\",\r\n \"52.182.136.0/26\",\r\n \"52.182.136.192/29\",\r\n \"52.182.137.0/26\",\r\n \"52.182.144.0/26\",\r\n \"104.43.203.72/32\",\r\n \"104.208.21.0/26\",\r\n \"104.208.21.192/29\",\r\n \"104.208.22.0/26\",\r\n \"104.208.22.192/26\",\r\n \"104.208.28.16/32\",\r\n \"104.208.28.53/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US IPv6\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US EUAP\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [\r\n \"20.46.11.32/27\",\r\n \"20.46.11.64/27\",\r\n \"20.46.11.128/26\",\r\n \"20.228.5.128/25\",\r\n \"40.78.200.128/29\",\r\n \"40.78.201.128/29\",\r\n \"52.180.176.154/32\",\r\n \"52.180.183.226/32\",\r\n \"168.61.136.0/27\",\r\n \"168.61.137.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:53009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East Asia\",\r\n \"communityValue\": \"12076:53010\",\r\n \"communityPrefixes\": [\r\n \"13.75.32.0/26\",\r\n \"13.75.32.192/29\",\r\n \"13.75.33.0/26\",\r\n \"13.75.33.192/29\",\r\n \"20.6.139.0/25\",\r\n \"20.195.72.32/27\",\r\n \"20.195.72.64/27\",\r\n \"20.195.72.128/26\",\r\n \"20.205.72.64/27\",\r\n \"20.205.73.64/27\",\r\n \"20.205.77.176/29\",\r\n \"20.205.77.200/29\",\r\n \"20.205.80.64/27\",\r\n \"20.205.81.64/27\",\r\n \"20.205.83.224/29\",\r\n \"52.175.33.150/32\",\r\n \"191.234.2.139/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East Asia IPv6\",\r\n \"communityValue\": \"12076:53010\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US\",\r\n \"communityValue\": \"12076:53004\",\r\n \"communityPrefixes\": [\r\n \"20.42.65.64/29\",\r\n \"20.42.65.96/27\",\r\n \"20.42.68.192/27\",\r\n \"20.42.69.0/25\",\r\n \"20.42.69.128/26\",\r\n \"20.42.73.0/29\",\r\n \"20.42.73.32/27\",\r\n \"20.42.74.192/27\",\r\n \"20.42.75.0/25\",\r\n \"20.42.75.128/26\",\r\n \"20.62.132.160/27\",\r\n \"20.62.132.192/27\",\r\n \"20.62.133.0/26\",\r\n \"23.96.89.109/32\",\r\n \"23.96.106.191/32\",\r\n \"40.71.8.0/26\",\r\n \"40.71.8.192/26\",\r\n \"40.71.9.0/26\",\r\n \"40.71.9.192/26\",\r\n \"40.71.83.113/32\",\r\n \"40.76.2.172/32\",\r\n \"40.76.26.90/32\",\r\n \"40.76.42.44/32\",\r\n \"40.76.65.222/32\",\r\n \"40.76.66.9/32\",\r\n \"40.76.193.221/32\",\r\n \"40.78.224.0/26\",\r\n \"40.78.224.128/26\",\r\n \"40.78.225.0/26\",\r\n \"40.78.225.128/26\",\r\n \"40.79.152.0/26\",\r\n \"40.79.152.192/26\",\r\n \"40.79.153.0/26\",\r\n \"40.79.153.192/26\",\r\n \"40.114.45.195/32\",\r\n \"40.114.81.142/32\",\r\n \"40.117.42.73/32\",\r\n \"40.117.44.71/32\",\r\n \"40.121.143.204/32\",\r\n \"40.121.149.49/32\",\r\n \"40.121.158.30/32\",\r\n \"52.168.116.64/29\",\r\n \"52.168.117.96/27\",\r\n \"52.168.117.128/27\",\r\n \"52.168.117.160/29\",\r\n \"52.168.117.192/26\",\r\n \"52.168.118.0/25\",\r\n \"52.168.166.153/32\",\r\n \"52.170.98.29/32\",\r\n \"52.179.75.0/25\",\r\n \"52.179.78.0/24\",\r\n \"52.186.79.49/32\",\r\n \"52.188.246.128/25\",\r\n \"52.188.248.0/25\",\r\n \"104.41.152.74/32\",\r\n \"104.45.158.30/32\",\r\n \"191.238.6.43/32\",\r\n \"191.238.6.44/31\",\r\n \"191.238.6.46/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US IPv6\",\r\n \"communityValue\": \"12076:53004\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [\r\n \"20.15.10.0/25\",\r\n \"20.15.12.0/24\",\r\n \"20.36.144.128/27\",\r\n \"20.36.145.0/25\",\r\n \"20.62.58.128/25\",\r\n \"20.65.1.0/26\",\r\n \"40.70.144.0/26\",\r\n \"40.70.144.192/29\",\r\n \"40.70.145.0/26\",\r\n \"40.79.84.180/32\",\r\n \"52.167.104.0/26\",\r\n \"52.167.104.192/29\",\r\n \"52.167.104.224/27\",\r\n \"52.167.105.0/26\",\r\n \"52.167.111.144/28\",\r\n \"52.167.111.192/27\",\r\n \"52.167.117.226/32\",\r\n \"52.167.145.64/26\",\r\n \"52.167.145.128/27\",\r\n \"52.167.145.192/26\",\r\n \"52.177.185.181/32\",\r\n \"52.179.178.184/32\",\r\n \"104.208.149.0/26\",\r\n \"104.208.150.0/26\",\r\n \"104.208.150.192/29\",\r\n \"104.208.151.64/26\",\r\n \"137.116.31.224/27\",\r\n \"191.239.224.107/32\",\r\n \"191.239.224.108/31\",\r\n \"191.239.224.110/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2 IPv6\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2 EUAP\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [\r\n \"20.51.17.160/27\",\r\n \"20.51.17.192/27\",\r\n \"20.51.20.0/26\",\r\n \"20.221.140.128/26\",\r\n \"20.221.143.0/24\",\r\n \"40.74.144.0/27\",\r\n \"40.74.144.32/29\",\r\n \"40.74.145.0/27\",\r\n \"40.74.145.32/29\",\r\n \"40.75.32.0/27\",\r\n \"40.75.32.40/29\",\r\n \"40.75.33.0/27\",\r\n \"40.75.33.32/29\",\r\n \"52.138.88.0/27\",\r\n \"52.138.88.32/29\",\r\n \"52.138.89.0/27\",\r\n \"52.138.89.32/29\",\r\n \"52.225.188.46/32\",\r\n \"52.225.188.113/32\",\r\n \"68.220.80.64/27\",\r\n \"68.220.81.64/27\",\r\n \"68.220.82.88/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:53005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France Central\",\r\n \"communityValue\": \"12076:53030\",\r\n \"communityPrefixes\": [\r\n \"20.19.30.0/25\",\r\n \"20.43.47.192/26\",\r\n \"40.79.128.0/27\",\r\n \"40.79.128.32/29\",\r\n \"40.79.129.0/27\",\r\n \"40.79.136.0/27\",\r\n \"40.79.136.32/29\",\r\n \"40.79.137.0/27\",\r\n \"40.79.144.0/27\",\r\n \"40.79.144.32/29\",\r\n \"40.79.145.0/27\",\r\n \"51.138.210.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France Central IPv6\",\r\n \"communityValue\": \"12076:53030\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France South\",\r\n \"communityValue\": \"12076:53031\",\r\n \"communityPrefixes\": [\r\n \"40.79.176.0/27\",\r\n \"40.79.176.40/29\",\r\n \"40.79.177.0/27\",\r\n \"40.79.177.32/29\",\r\n \"40.80.102.128/25\",\r\n \"52.136.185.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL France South IPv6\",\r\n \"communityValue\": \"12076:53031\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Germany North\",\r\n \"communityValue\": \"12076:53040\",\r\n \"communityPrefixes\": [\r\n \"20.113.249.128/25\",\r\n \"51.116.54.96/27\",\r\n \"51.116.54.128/27\",\r\n \"51.116.54.192/26\",\r\n \"51.116.56.0/27\",\r\n \"51.116.57.0/27\",\r\n \"51.116.57.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Germany West Central\",\r\n \"communityValue\": \"12076:53041\",\r\n \"communityPrefixes\": [\r\n \"20.52.65.0/26\",\r\n \"20.218.188.0/25\",\r\n \"51.116.149.32/27\",\r\n \"51.116.149.64/27\",\r\n \"51.116.149.128/26\",\r\n \"51.116.152.0/27\",\r\n \"51.116.152.32/29\",\r\n \"51.116.153.0/27\",\r\n \"51.116.240.0/27\",\r\n \"51.116.240.32/29\",\r\n \"51.116.241.0/27\",\r\n \"51.116.247.0/26\",\r\n \"51.116.248.0/27\",\r\n \"51.116.248.32/29\",\r\n \"51.116.249.0/27\",\r\n \"51.116.255.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Israel Central\",\r\n \"communityValue\": \"12076:53053\",\r\n \"communityPrefixes\": [\r\n \"20.217.53.0/27\",\r\n \"20.217.53.64/26\",\r\n \"20.217.56.64/27\",\r\n \"20.217.57.64/27\",\r\n \"20.217.59.248/29\",\r\n \"20.217.72.64/27\",\r\n \"20.217.73.64/27\",\r\n \"20.217.75.192/29\",\r\n \"20.217.88.64/27\",\r\n \"20.217.89.64/27\",\r\n \"20.217.91.192/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Italy North\",\r\n \"communityValue\": \"12076:53054\",\r\n \"communityPrefixes\": [\r\n \"4.232.101.160/27\",\r\n \"4.232.101.192/26\",\r\n \"4.232.104.64/27\",\r\n \"4.232.105.64/27\",\r\n \"4.232.107.184/29\",\r\n \"4.232.120.64/27\",\r\n \"4.232.121.64/27\",\r\n \"4.232.123.192/29\",\r\n \"4.232.192.64/27\",\r\n \"4.232.193.64/27\",\r\n \"4.232.195.192/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan East\",\r\n \"communityValue\": \"12076:53012\",\r\n \"communityPrefixes\": [\r\n \"13.78.61.196/32\",\r\n \"13.78.104.0/27\",\r\n \"13.78.104.32/29\",\r\n \"13.78.105.0/27\",\r\n \"20.18.4.0/25\",\r\n \"20.89.1.64/27\",\r\n \"20.89.1.128/26\",\r\n \"20.191.165.160/27\",\r\n \"20.191.165.192/27\",\r\n \"20.191.166.0/26\",\r\n \"20.194.129.64/27\",\r\n \"20.222.128.0/26\",\r\n \"40.79.184.0/27\",\r\n \"40.79.184.32/29\",\r\n \"40.79.185.0/27\",\r\n \"40.79.191.224/27\",\r\n \"40.79.192.0/27\",\r\n \"40.79.192.32/29\",\r\n \"40.79.193.0/27\",\r\n \"191.237.240.43/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan East IPv6\",\r\n \"communityValue\": \"12076:53012\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan West\",\r\n \"communityValue\": \"12076:53013\",\r\n \"communityPrefixes\": [\r\n \"4.190.130.128/25\",\r\n \"4.190.144.24/29\",\r\n \"4.190.146.128/27\",\r\n \"20.18.176.64/27\",\r\n \"20.18.177.64/27\",\r\n \"20.18.179.192/29\",\r\n \"20.189.225.160/27\",\r\n \"20.189.225.192/27\",\r\n \"20.189.228.0/26\",\r\n \"40.74.96.0/27\",\r\n \"40.74.96.32/29\",\r\n \"40.74.97.0/27\",\r\n \"40.80.181.64/26\",\r\n \"104.214.148.156/32\",\r\n \"191.238.68.11/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Japan West IPv6\",\r\n \"communityValue\": \"12076:53013\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea Central\",\r\n \"communityValue\": \"12076:53029\",\r\n \"communityPrefixes\": [\r\n \"20.44.24.0/27\",\r\n \"20.44.24.32/29\",\r\n \"20.44.25.0/27\",\r\n \"20.194.64.0/27\",\r\n \"20.194.64.32/29\",\r\n \"20.194.65.0/27\",\r\n \"20.194.73.64/26\",\r\n \"20.194.73.128/26\",\r\n \"20.194.80.192/27\",\r\n \"20.214.133.128/25\",\r\n \"52.231.16.0/27\",\r\n \"52.231.16.32/29\",\r\n \"52.231.17.0/27\",\r\n \"52.231.32.42/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea Central IPv6\",\r\n \"communityValue\": \"12076:53029\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea South\",\r\n \"communityValue\": \"12076:53028\",\r\n \"communityPrefixes\": [\r\n \"20.200.165.192/26\",\r\n \"52.147.112.160/27\",\r\n \"52.231.144.0/27\",\r\n \"52.231.145.0/27\",\r\n \"52.231.151.88/29\",\r\n \"52.231.151.96/27\",\r\n \"52.231.200.86/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Korea South IPv6\",\r\n \"communityValue\": \"12076:53028\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Malaysia South\",\r\n \"communityValue\": \"12076:53055\",\r\n \"communityPrefixes\": [\r\n \"20.17.59.128/27\",\r\n \"20.17.59.192/26\",\r\n \"20.17.64.64/27\",\r\n \"20.17.65.64/27\",\r\n \"20.17.67.248/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Central US\",\r\n \"communityValue\": \"12076:53007\",\r\n \"communityPrefixes\": [\r\n \"20.49.119.32/27\",\r\n \"20.49.119.64/27\",\r\n \"20.49.119.128/26\",\r\n \"20.125.168.64/27\",\r\n \"20.125.169.64/27\",\r\n \"20.125.171.192/29\",\r\n \"20.125.200.64/27\",\r\n \"20.125.201.64/27\",\r\n \"20.125.203.192/29\",\r\n \"20.241.115.0/24\",\r\n \"23.96.178.199/32\",\r\n \"23.96.202.229/32\",\r\n \"23.96.204.249/32\",\r\n \"23.96.205.215/32\",\r\n \"23.96.249.37/32\",\r\n \"23.96.250.178/32\",\r\n \"23.98.55.75/32\",\r\n \"52.162.104.0/26\",\r\n \"52.162.105.0/26\",\r\n \"52.162.105.192/28\",\r\n \"52.240.245.0/26\",\r\n \"65.52.213.108/32\",\r\n \"65.52.218.82/32\",\r\n \"168.62.115.112/28\",\r\n \"168.62.232.188/32\",\r\n \"168.62.235.49/32\",\r\n \"168.62.235.241/32\",\r\n \"168.62.239.29/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Central US IPv6\",\r\n \"communityValue\": \"12076:53007\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Europe\",\r\n \"communityValue\": \"12076:53003\",\r\n \"communityPrefixes\": [\r\n \"13.69.224.0/26\",\r\n \"13.69.224.192/26\",\r\n \"13.69.225.0/26\",\r\n \"13.69.225.192/26\",\r\n \"13.69.233.136/29\",\r\n \"13.69.239.128/26\",\r\n \"13.74.104.64/26\",\r\n \"13.74.104.128/26\",\r\n \"13.74.105.0/26\",\r\n \"13.74.105.128/26\",\r\n \"13.74.105.192/29\",\r\n \"20.50.73.32/27\",\r\n \"20.50.73.64/26\",\r\n \"20.50.81.0/26\",\r\n \"20.166.43.0/25\",\r\n \"20.166.45.0/24\",\r\n \"23.102.16.130/32\",\r\n \"23.102.52.155/32\",\r\n \"40.85.102.50/32\",\r\n \"40.113.14.53/32\",\r\n \"40.113.16.190/32\",\r\n \"40.113.93.91/32\",\r\n \"40.127.128.10/32\",\r\n \"40.127.137.209/32\",\r\n \"40.127.141.194/32\",\r\n \"40.127.177.139/32\",\r\n \"52.138.224.0/26\",\r\n \"52.138.224.128/26\",\r\n \"52.138.225.0/26\",\r\n \"52.138.225.128/26\",\r\n \"52.138.229.72/29\",\r\n \"52.146.133.128/25\",\r\n \"65.52.225.245/32\",\r\n \"65.52.226.209/32\",\r\n \"68.219.193.128/25\",\r\n \"104.41.202.30/32\",\r\n \"191.235.193.75/32\",\r\n \"191.235.193.139/32\",\r\n \"191.235.193.140/31\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL North Europe IPv6\",\r\n \"communityValue\": \"12076:53003\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Norway East\",\r\n \"communityValue\": \"12076:53042\",\r\n \"communityPrefixes\": [\r\n \"20.100.19.0/25\",\r\n \"51.120.96.0/27\",\r\n \"51.120.96.32/29\",\r\n \"51.120.97.0/27\",\r\n \"51.120.104.0/27\",\r\n \"51.120.104.32/29\",\r\n \"51.120.105.0/27\",\r\n \"51.120.208.0/27\",\r\n \"51.120.208.32/29\",\r\n \"51.120.209.0/27\",\r\n \"51.120.232.192/26\",\r\n \"51.120.233.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Norway West\",\r\n \"communityValue\": \"12076:53043\",\r\n \"communityPrefixes\": [\r\n \"51.13.136.224/27\",\r\n \"51.13.137.0/27\",\r\n \"51.13.137.64/26\",\r\n \"51.120.181.0/25\",\r\n \"51.120.216.0/27\",\r\n \"51.120.217.0/27\",\r\n \"51.120.217.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLPolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLPolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLPolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Poland Central\",\r\n \"communityValue\": \"12076:53051\",\r\n \"communityPrefixes\": [\r\n \"20.215.13.0/27\",\r\n \"20.215.13.64/26\",\r\n \"20.215.16.64/27\",\r\n \"20.215.17.64/27\",\r\n \"20.215.19.192/29\",\r\n \"20.215.24.64/27\",\r\n \"20.215.25.64/27\",\r\n \"20.215.27.192/29\",\r\n \"20.215.152.64/27\",\r\n \"20.215.153.64/27\",\r\n \"20.215.155.248/29\",\r\n \"20.215.171.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Qatar Central\",\r\n \"communityValue\": \"12076:53049\",\r\n \"communityPrefixes\": [\r\n \"4.171.24.0/25\",\r\n \"20.21.40.64/27\",\r\n \"20.21.41.64/27\",\r\n \"20.21.43.248/29\",\r\n \"20.21.53.32/27\",\r\n \"20.21.53.64/26\",\r\n \"20.21.64.64/27\",\r\n \"20.21.65.64/27\",\r\n \"20.21.67.192/29\",\r\n \"20.21.72.64/27\",\r\n \"20.21.73.64/27\",\r\n \"20.21.75.192/29\",\r\n \"20.21.87.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa North\",\r\n \"communityValue\": \"12076:53034\",\r\n \"communityPrefixes\": [\r\n \"20.164.152.128/25\",\r\n \"102.37.160.0/27\",\r\n \"102.37.160.64/26\",\r\n \"102.133.120.0/27\",\r\n \"102.133.120.32/29\",\r\n \"102.133.121.0/27\",\r\n \"102.133.152.0/27\",\r\n \"102.133.152.32/29\",\r\n \"102.133.153.0/27\",\r\n \"102.133.221.224/27\",\r\n \"102.133.248.0/27\",\r\n \"102.133.248.32/29\",\r\n \"102.133.249.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa North IPv6\",\r\n \"communityValue\": \"12076:53034\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa West\",\r\n \"communityValue\": \"12076:53035\",\r\n \"communityPrefixes\": [\r\n \"40.117.26.128/25\",\r\n \"102.37.80.96/27\",\r\n \"102.37.80.128/27\",\r\n \"102.37.80.192/26\",\r\n \"102.133.24.0/27\",\r\n \"102.133.25.0/27\",\r\n \"102.133.25.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Africa West IPv6\",\r\n \"communityValue\": \"12076:53035\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Central US\",\r\n \"communityValue\": \"12076:53008\",\r\n \"communityPrefixes\": [\r\n \"4.149.112.128/25\",\r\n \"4.149.113.0/25\",\r\n \"13.65.209.243/32\",\r\n \"13.66.60.72/32\",\r\n \"13.66.62.124/32\",\r\n \"13.85.65.48/32\",\r\n \"20.45.120.0/27\",\r\n \"20.45.121.0/27\",\r\n \"20.45.121.32/29\",\r\n \"20.45.127.128/26\",\r\n \"20.49.88.0/27\",\r\n \"20.49.88.32/29\",\r\n \"20.49.89.0/27\",\r\n \"20.49.89.32/29\",\r\n \"20.49.95.192/26\",\r\n \"20.65.132.160/27\",\r\n \"20.65.132.192/27\",\r\n \"20.65.133.0/26\",\r\n \"23.98.162.75/32\",\r\n \"23.98.162.76/31\",\r\n \"23.98.170.75/32\",\r\n \"23.98.170.76/31\",\r\n \"23.102.179.187/32\",\r\n \"40.84.153.95/32\",\r\n \"40.84.155.210/32\",\r\n \"40.84.191.1/32\",\r\n \"40.84.193.16/32\",\r\n \"40.84.195.189/32\",\r\n \"40.84.231.203/32\",\r\n \"40.124.8.76/32\",\r\n \"40.124.64.136/29\",\r\n \"40.124.64.160/27\",\r\n \"40.124.65.128/27\",\r\n \"40.124.65.192/26\",\r\n \"52.183.250.62/32\",\r\n \"104.214.16.0/26\",\r\n \"104.214.16.192/26\",\r\n \"104.214.17.0/26\",\r\n \"104.214.17.192/26\",\r\n \"104.214.73.137/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South Central US IPv6\",\r\n \"communityValue\": \"12076:53008\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South India\",\r\n \"communityValue\": \"12076:53019\",\r\n \"communityPrefixes\": [\r\n \"40.78.192.0/27\",\r\n \"40.78.192.32/29\",\r\n \"40.78.193.0/27\",\r\n \"40.78.193.32/29\",\r\n \"52.172.24.47/32\",\r\n \"52.172.83.128/25\",\r\n \"52.172.113.96/27\",\r\n \"52.172.113.128/27\",\r\n \"52.172.113.192/26\",\r\n \"104.211.224.146/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL South India IPv6\",\r\n \"communityValue\": \"12076:53019\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Southeast Asia\",\r\n \"communityValue\": \"12076:53011\",\r\n \"communityPrefixes\": [\r\n \"4.194.224.128/25\",\r\n \"13.67.16.0/26\",\r\n \"13.67.16.192/29\",\r\n \"13.67.17.0/26\",\r\n \"13.67.20.128/26\",\r\n \"20.195.65.32/27\",\r\n \"20.195.65.64/27\",\r\n \"20.195.65.128/26\",\r\n \"20.205.192.128/26\",\r\n \"23.98.80.0/26\",\r\n \"23.98.80.192/29\",\r\n \"23.98.81.0/26\",\r\n \"23.98.113.128/26\",\r\n \"23.100.117.95/32\",\r\n \"40.78.232.0/26\",\r\n \"40.78.232.192/29\",\r\n \"40.78.233.0/26\",\r\n \"104.43.15.0/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:53011\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Sweden Central\",\r\n \"communityValue\": \"12076:53047\",\r\n \"communityPrefixes\": [\r\n \"20.91.149.128/25\",\r\n \"51.12.46.32/27\",\r\n \"51.12.46.64/27\",\r\n \"51.12.46.128/26\",\r\n \"51.12.96.0/27\",\r\n \"51.12.96.32/29\",\r\n \"51.12.97.0/27\",\r\n \"51.12.224.0/27\",\r\n \"51.12.224.32/29\",\r\n \"51.12.225.0/27\",\r\n \"51.12.232.0/27\",\r\n \"51.12.232.32/29\",\r\n \"51.12.233.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Sweden South\",\r\n \"communityValue\": \"12076:53048\",\r\n \"communityPrefixes\": [\r\n \"20.91.15.0/25\",\r\n \"51.12.198.32/27\",\r\n \"51.12.198.64/27\",\r\n \"51.12.198.128/26\",\r\n \"51.12.200.0/27\",\r\n \"51.12.200.32/29\",\r\n \"51.12.201.0/27\",\r\n \"51.12.201.32/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Switzerland North\",\r\n \"communityValue\": \"12076:53038\",\r\n \"communityPrefixes\": [\r\n \"20.208.16.64/27\",\r\n \"20.208.17.64/27\",\r\n \"20.208.19.192/29\",\r\n \"20.208.150.128/25\",\r\n \"51.103.200.64/27\",\r\n \"51.103.201.64/27\",\r\n \"51.103.203.192/29\",\r\n \"51.107.56.0/27\",\r\n \"51.107.56.32/29\",\r\n \"51.107.57.0/27\",\r\n \"51.107.242.32/27\",\r\n \"51.107.242.64/27\",\r\n \"51.107.242.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL Switzerland West\",\r\n \"communityValue\": \"12076:53039\",\r\n \"communityPrefixes\": [\r\n \"20.199.205.0/25\",\r\n \"51.107.152.0/27\",\r\n \"51.107.153.0/27\",\r\n \"51.107.153.32/29\",\r\n \"51.107.250.64/26\",\r\n \"51.107.250.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE Central\",\r\n \"communityValue\": \"12076:53037\",\r\n \"communityPrefixes\": [\r\n \"20.37.71.64/26\",\r\n \"20.37.71.128/26\",\r\n \"20.37.72.64/27\",\r\n \"20.37.72.96/29\",\r\n \"20.37.73.64/27\",\r\n \"20.37.73.96/29\",\r\n \"20.203.95.128/25\",\r\n \"74.243.18.24/29\",\r\n \"74.243.20.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE Central IPv6\",\r\n \"communityValue\": \"12076:53037\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE North\",\r\n \"communityValue\": \"12076:53036\",\r\n \"communityPrefixes\": [\r\n \"20.38.143.64/26\",\r\n \"20.38.143.128/26\",\r\n \"20.38.152.24/29\",\r\n \"20.38.153.64/27\",\r\n \"20.38.154.64/27\",\r\n \"20.233.130.128/25\",\r\n \"40.120.72.0/27\",\r\n \"40.120.72.32/29\",\r\n \"40.120.73.0/27\",\r\n \"65.52.248.0/27\",\r\n \"65.52.248.32/29\",\r\n \"65.52.249.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UAE North IPv6\",\r\n \"communityValue\": \"12076:53036\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South\",\r\n \"communityValue\": \"12076:53024\",\r\n \"communityPrefixes\": [\r\n \"20.26.23.0/25\",\r\n \"51.104.10.0/26\",\r\n \"51.105.64.0/27\",\r\n \"51.105.64.32/29\",\r\n \"51.105.65.0/27\",\r\n \"51.105.71.192/26\",\r\n \"51.105.72.0/27\",\r\n \"51.105.72.32/29\",\r\n \"51.105.73.0/27\",\r\n \"51.132.193.64/27\",\r\n \"51.132.193.128/26\",\r\n \"51.140.77.9/32\",\r\n \"51.140.115.150/32\",\r\n \"51.140.144.0/27\",\r\n \"51.140.144.32/29\",\r\n \"51.140.145.0/27\",\r\n \"51.140.151.128/27\",\r\n \"51.140.184.11/32\",\r\n \"51.143.209.224/27\",\r\n \"51.143.212.0/27\",\r\n \"51.143.212.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South IPv6\",\r\n \"communityValue\": \"12076:53024\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South 2\",\r\n \"communityValue\": \"12076:53023\",\r\n \"communityPrefixes\": [\r\n \"13.87.16.64/27\",\r\n \"13.87.17.0/27\",\r\n \"13.87.33.234/32\",\r\n \"13.87.34.7/32\",\r\n \"13.87.34.19/32\",\r\n \"13.87.38.138/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK South 2 IPv6\",\r\n \"communityValue\": \"12076:53023\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK West\",\r\n \"communityValue\": \"12076:53025\",\r\n \"communityPrefixes\": [\r\n \"20.58.66.128/25\",\r\n \"20.58.68.56/30\",\r\n \"51.11.97.192/26\",\r\n \"51.140.208.64/27\",\r\n \"51.140.208.96/29\",\r\n \"51.140.209.0/27\",\r\n \"51.140.209.32/29\",\r\n \"51.141.8.11/32\",\r\n \"51.142.133.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL UK West IPv6\",\r\n \"communityValue\": \"12076:53025\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Central US\",\r\n \"communityValue\": \"12076:53027\",\r\n \"communityPrefixes\": [\r\n \"13.71.192.0/27\",\r\n \"13.71.193.0/27\",\r\n \"13.71.193.32/29\",\r\n \"13.78.145.25/32\",\r\n \"13.78.248.32/27\",\r\n \"20.69.0.32/27\",\r\n \"20.69.0.64/27\",\r\n \"20.69.0.128/26\",\r\n \"52.148.42.0/25\",\r\n \"52.161.100.158/32\",\r\n \"52.161.128.32/27\",\r\n \"57.151.152.24/29\",\r\n \"57.151.154.128/27\",\r\n \"172.215.203.32/27\",\r\n \"172.215.203.64/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Central US IPv6\",\r\n \"communityValue\": \"12076:53027\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Europe\",\r\n \"communityValue\": \"12076:53002\",\r\n \"communityPrefixes\": [\r\n \"13.69.104.0/26\",\r\n \"13.69.104.192/26\",\r\n \"13.69.105.0/26\",\r\n \"13.69.105.192/26\",\r\n \"13.69.111.32/27\",\r\n \"13.69.112.168/29\",\r\n \"13.69.116.64/27\",\r\n \"13.69.116.96/30\",\r\n \"13.69.116.128/25\",\r\n \"13.69.117.0/26\",\r\n \"20.50.94.0/25\",\r\n \"20.50.201.224/27\",\r\n \"20.50.202.0/25\",\r\n \"20.50.202.128/26\",\r\n \"20.61.99.192/26\",\r\n \"20.61.102.0/26\",\r\n \"23.97.167.46/32\",\r\n \"23.97.169.19/32\",\r\n \"23.97.221.176/32\",\r\n \"40.68.37.158/32\",\r\n \"40.74.60.91/32\",\r\n \"40.114.240.125/32\",\r\n \"40.115.37.61/32\",\r\n \"40.115.52.141/32\",\r\n \"40.115.53.255/32\",\r\n \"40.118.12.208/32\",\r\n \"52.166.76.0/32\",\r\n \"52.178.17.192/27\",\r\n \"52.178.21.0/26\",\r\n \"52.178.21.64/27\",\r\n \"52.178.21.128/26\",\r\n \"52.178.22.0/25\",\r\n \"52.236.184.0/27\",\r\n \"52.236.184.32/29\",\r\n \"52.236.184.128/25\",\r\n \"52.236.185.0/27\",\r\n \"52.236.185.128/25\",\r\n \"68.219.168.0/24\",\r\n \"68.219.173.0/25\",\r\n \"68.219.175.0/25\",\r\n \"104.40.155.247/32\",\r\n \"104.40.168.64/26\",\r\n \"104.40.168.192/26\",\r\n \"104.40.169.0/27\",\r\n \"104.40.169.32/29\",\r\n \"104.40.169.128/25\",\r\n \"168.63.13.214/32\",\r\n \"191.237.232.75/32\",\r\n \"191.237.232.235/32\",\r\n \"191.237.232.236/31\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West Europe IPv6\",\r\n \"communityValue\": \"12076:53002\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West India\",\r\n \"communityValue\": \"12076:53018\",\r\n \"communityPrefixes\": [\r\n \"20.207.170.192/27\",\r\n \"20.207.173.0/25\",\r\n \"52.136.53.160/27\",\r\n \"52.136.53.192/27\",\r\n \"104.211.144.0/27\",\r\n \"104.211.144.32/29\",\r\n \"104.211.145.0/27\",\r\n \"104.211.145.32/29\",\r\n \"104.211.160.80/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West India IPv6\",\r\n \"communityValue\": \"12076:53018\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US\",\r\n \"communityValue\": \"12076:53006\",\r\n \"communityPrefixes\": [\r\n \"13.86.216.0/25\",\r\n \"13.86.216.128/26\",\r\n \"13.86.216.192/27\",\r\n \"13.86.217.0/25\",\r\n \"13.86.217.128/26\",\r\n \"13.86.217.192/27\",\r\n \"13.86.217.224/29\",\r\n \"13.88.29.70/32\",\r\n \"13.91.4.219/32\",\r\n \"13.93.165.251/32\",\r\n \"13.93.237.158/32\",\r\n \"20.66.3.64/26\",\r\n \"20.66.3.128/26\",\r\n \"20.168.160.64/27\",\r\n \"20.168.161.64/27\",\r\n \"20.168.163.192/29\",\r\n \"20.189.172.224/27\",\r\n \"20.189.173.64/26\",\r\n \"23.99.4.248/32\",\r\n \"23.99.34.75/32\",\r\n \"23.99.37.235/32\",\r\n \"23.99.37.236/32\",\r\n \"40.78.16.122/32\",\r\n \"40.78.23.252/32\",\r\n \"40.78.57.109/32\",\r\n \"40.112.139.250/32\",\r\n \"40.112.240.0/27\",\r\n \"40.112.246.0/27\",\r\n \"40.118.129.167/32\",\r\n \"40.118.209.206/32\",\r\n \"40.118.244.227/32\",\r\n \"40.118.249.123/32\",\r\n \"40.118.250.19/32\",\r\n \"52.159.203.0/25\",\r\n \"104.40.49.103/32\",\r\n \"104.42.188.130/32\",\r\n \"104.42.192.190/32\",\r\n \"104.42.237.198/32\",\r\n \"104.42.238.205/32\",\r\n \"191.236.119.31/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US IPv6\",\r\n \"communityValue\": \"12076:53006\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US 2\",\r\n \"communityValue\": \"12076:53026\",\r\n \"communityPrefixes\": [\r\n \"13.66.136.0/26\",\r\n \"13.66.136.192/29\",\r\n \"13.66.137.0/26\",\r\n \"13.66.149.128/26\",\r\n \"13.66.226.202/32\",\r\n \"20.42.168.128/25\",\r\n \"20.42.174.128/25\",\r\n \"20.51.9.128/25\",\r\n \"20.83.193.0/26\",\r\n \"40.64.114.0/26\",\r\n \"40.78.240.0/26\",\r\n \"40.78.240.192/29\",\r\n \"40.78.241.0/26\",\r\n \"40.78.248.0/26\",\r\n \"40.78.248.192/29\",\r\n \"40.78.249.0/26\",\r\n \"52.191.144.64/26\",\r\n \"52.191.152.64/26\",\r\n \"52.229.17.93/32\",\r\n \"52.246.251.248/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US 2 IPv6\",\r\n \"communityValue\": \"12076:53026\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSQLWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSQLWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSQLWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SQL West US 3\",\r\n \"communityValue\": \"12076:53044\",\r\n \"communityPrefixes\": [\r\n \"20.14.125.128/25\",\r\n \"20.150.168.0/27\",\r\n \"20.150.168.32/29\",\r\n \"20.150.169.0/27\",\r\n \"20.150.176.0/27\",\r\n \"20.150.176.32/29\",\r\n \"20.150.177.0/27\",\r\n \"20.150.184.0/27\",\r\n \"20.150.184.32/29\",\r\n \"20.150.185.0/27\",\r\n \"20.150.241.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSQL\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central\",\r\n \"communityValue\": \"12076:54032\",\r\n \"communityPrefixes\": [\r\n \"20.36.42.8/32\",\r\n \"20.36.106.0/26\",\r\n \"20.37.228.32/27\",\r\n \"20.38.185.29/32\",\r\n \"20.39.65.58/32\",\r\n \"20.39.65.140/32\",\r\n \"20.213.224.128/26\",\r\n \"20.213.225.192/26\",\r\n \"20.213.226.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central IPv6\",\r\n \"communityValue\": \"12076:54032\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central 2\",\r\n \"communityValue\": \"12076:54033\",\r\n \"communityPrefixes\": [\r\n \"20.36.75.163/32\",\r\n \"20.36.114.0/28\",\r\n \"20.36.123.96/27\",\r\n \"20.39.99.187/32\",\r\n \"20.39.99.218/32\",\r\n \"20.39.99.230/32\",\r\n \"20.53.63.192/26\",\r\n \"20.167.128.128/26\",\r\n \"20.167.129.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Central 2 IPv6\",\r\n \"communityValue\": \"12076:54033\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia East\",\r\n \"communityValue\": \"12076:54015\",\r\n \"communityPrefixes\": [\r\n \"13.70.74.136/29\",\r\n \"13.72.255.150/32\",\r\n \"13.75.134.84/32\",\r\n \"20.40.187.131/32\",\r\n \"20.40.187.216/32\",\r\n \"20.53.41.0/27\",\r\n \"20.53.91.208/32\",\r\n \"20.213.197.192/26\",\r\n \"20.213.199.128/25\",\r\n \"40.79.163.72/29\",\r\n \"40.79.163.192/26\",\r\n \"40.79.170.48/28\",\r\n \"40.79.174.192/26\",\r\n \"40.126.244.209/32\",\r\n \"52.156.170.104/32\",\r\n \"68.218.120.0/26\",\r\n \"104.210.89.99/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia East IPv6\",\r\n \"communityValue\": \"12076:54015\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Southeast\",\r\n \"communityValue\": \"12076:54016\",\r\n \"communityPrefixes\": [\r\n \"13.73.100.183/32\",\r\n \"13.77.50.0/28\",\r\n \"20.46.109.213/32\",\r\n \"20.46.110.132/32\",\r\n \"20.211.225.128/26\",\r\n \"20.211.229.192/26\",\r\n \"20.211.230.0/25\",\r\n \"23.101.240.99/32\",\r\n \"52.255.58.221/32\",\r\n \"104.46.177.64/27\",\r\n \"191.239.179.124/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Australia Southeast IPv6\",\r\n \"communityValue\": \"12076:54016\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Brazil South\",\r\n \"communityValue\": \"12076:54014\",\r\n \"communityPrefixes\": [\r\n \"20.195.200.1/32\",\r\n \"20.195.200.28/32\",\r\n \"20.226.208.0/26\",\r\n \"20.226.210.0/25\",\r\n \"20.226.210.128/26\",\r\n \"104.41.52.61/32\",\r\n \"104.41.54.69/32\",\r\n \"191.232.51.175/32\",\r\n \"191.232.53.203/32\",\r\n \"191.233.204.128/27\",\r\n \"191.234.138.160/27\",\r\n \"191.234.146.0/26\",\r\n \"191.234.154.0/26\",\r\n \"191.234.179.157/32\",\r\n \"191.234.206.81/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Brazil South IPv6\",\r\n \"communityValue\": \"12076:54014\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Brazil Southeast\",\r\n \"communityValue\": \"12076:54050\",\r\n \"communityPrefixes\": [\r\n \"20.206.6.64/26\",\r\n \"108.140.0.0/25\",\r\n \"108.140.0.128/26\",\r\n \"191.233.11.192/27\",\r\n \"191.233.50.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada Central\",\r\n \"communityValue\": \"12076:54020\",\r\n \"communityPrefixes\": [\r\n \"13.71.170.0/28\",\r\n \"13.88.253.180/32\",\r\n \"20.38.146.0/26\",\r\n \"20.48.192.32/27\",\r\n \"20.151.81.25/32\",\r\n \"20.220.2.0/26\",\r\n \"20.220.4.64/26\",\r\n \"20.220.4.128/25\",\r\n \"52.139.0.145/32\",\r\n \"52.139.3.10/32\",\r\n \"52.237.20.252/32\",\r\n \"52.246.154.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada Central IPv6\",\r\n \"communityValue\": \"12076:54020\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada East\",\r\n \"communityValue\": \"12076:54021\",\r\n \"communityPrefixes\": [\r\n \"20.175.0.128/26\",\r\n \"20.175.6.0/25\",\r\n \"20.175.6.128/26\",\r\n \"40.69.106.0/28\",\r\n \"40.69.117.0/26\",\r\n \"40.86.229.245/32\",\r\n \"40.89.22.224/27\",\r\n \"52.139.86.210/32\",\r\n \"52.155.27.249/32\",\r\n \"52.155.28.10/32\",\r\n \"52.235.46.28/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Canada East IPv6\",\r\n \"communityValue\": \"12076:54021\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central India\",\r\n \"communityValue\": \"12076:54017\",\r\n \"communityPrefixes\": [\r\n \"20.40.42.199/32\",\r\n \"20.40.43.25/32\",\r\n \"20.43.126.128/26\",\r\n \"20.192.98.0/26\",\r\n \"20.193.249.3/32\",\r\n \"20.204.195.64/26\",\r\n \"20.204.197.0/25\",\r\n \"20.204.197.128/26\",\r\n \"40.80.50.0/26\",\r\n \"52.140.110.64/27\",\r\n \"104.211.84.0/28\",\r\n \"104.211.102.50/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central India IPv6\",\r\n \"communityValue\": \"12076:54017\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [\r\n \"13.89.41.245/32\",\r\n \"13.89.142.173/32\",\r\n \"13.89.170.0/25\",\r\n \"13.89.190.186/32\",\r\n \"13.89.224.229/32\",\r\n \"20.15.132.192/26\",\r\n \"20.15.133.0/25\",\r\n \"20.40.207.160/27\",\r\n \"20.44.10.0/26\",\r\n \"20.118.199.192/26\",\r\n \"20.186.229.146/32\",\r\n \"20.186.229.150/32\",\r\n \"40.77.63.179/32\",\r\n \"40.122.132.89/32\",\r\n \"40.122.174.140/32\",\r\n \"52.154.156.193/32\",\r\n \"52.154.156.203/32\",\r\n \"52.165.42.204/32\",\r\n \"52.165.46.249/32\",\r\n \"52.165.129.184/32\",\r\n \"52.165.229.112/32\",\r\n \"52.173.148.217/32\",\r\n \"52.173.196.170/32\",\r\n \"52.173.240.244/32\",\r\n \"52.176.0.136/32\",\r\n \"52.176.7.71/32\",\r\n \"52.176.155.127/32\",\r\n \"52.182.138.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US IPv6\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US EUAP\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [\r\n \"20.45.198.96/27\",\r\n \"20.45.252.228/32\",\r\n \"20.45.253.14/32\",\r\n \"20.228.4.64/26\",\r\n \"20.228.6.64/26\",\r\n \"20.228.6.128/25\",\r\n \"40.78.203.32/27\",\r\n \"52.176.250.55/32\",\r\n \"52.176.251.41/32\",\r\n \"52.176.251.87/32\",\r\n \"52.180.160.251/32\",\r\n \"52.180.161.1/32\",\r\n \"52.180.177.137/32\",\r\n \"168.61.142.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Central US EUAP IPv6\",\r\n \"communityValue\": \"12076:54009\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East Asia\",\r\n \"communityValue\": \"12076:54010\",\r\n \"communityPrefixes\": [\r\n \"13.75.34.0/26\",\r\n \"20.6.137.192/26\",\r\n \"20.6.140.0/25\",\r\n \"20.6.140.128/26\",\r\n \"20.187.196.0/27\",\r\n \"20.205.74.0/26\",\r\n \"20.205.82.0/26\",\r\n \"23.102.239.134/32\",\r\n \"52.175.25.211/32\",\r\n \"52.175.39.232/32\",\r\n \"137.116.161.160/32\",\r\n \"137.116.162.158/32\",\r\n \"137.116.165.204/32\",\r\n \"207.46.150.252/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East Asia IPv6\",\r\n \"communityValue\": \"12076:54010\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US\",\r\n \"communityValue\": \"12076:54004\",\r\n \"communityPrefixes\": [\r\n \"4.255.28.232/32\",\r\n \"4.255.28.237/32\",\r\n \"13.82.53.191/32\",\r\n \"13.90.199.155/32\",\r\n \"40.71.10.0/25\",\r\n \"40.71.17.19/32\",\r\n \"40.71.203.37/32\",\r\n \"40.71.204.115/32\",\r\n \"40.71.216.114/32\",\r\n \"40.78.226.0/25\",\r\n \"40.79.154.128/26\",\r\n \"40.85.178.211/32\",\r\n \"52.146.79.160/27\",\r\n \"52.150.38.36/32\",\r\n \"52.168.28.222/32\",\r\n \"52.170.204.83/32\",\r\n \"52.179.73.128/26\",\r\n \"52.186.69.224/32\",\r\n \"52.188.136.242/32\",\r\n \"52.188.137.75/32\",\r\n \"52.191.40.64/26\",\r\n \"52.191.41.128/25\",\r\n \"52.191.197.220/32\",\r\n \"52.226.18.140/32\",\r\n \"52.226.21.178/32\",\r\n \"104.45.131.193/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US IPv6\",\r\n \"communityValue\": \"12076:54004\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [\r\n \"13.68.28.135/32\",\r\n \"20.15.9.64/26\",\r\n \"20.15.13.128/25\",\r\n \"20.15.14.0/26\",\r\n \"20.49.102.64/27\",\r\n \"40.65.232.228/32\",\r\n \"40.65.233.140/32\",\r\n \"40.65.244.141/32\",\r\n \"40.70.0.140/32\",\r\n \"40.70.206.244/32\",\r\n \"40.70.220.202/32\",\r\n \"40.75.77.106/32\",\r\n \"40.79.39.162/32\",\r\n \"40.79.59.92/32\",\r\n \"40.79.67.136/32\",\r\n \"52.147.169.137/32\",\r\n \"52.167.82.80/32\",\r\n \"52.167.107.128/26\",\r\n \"52.167.214.232/32\",\r\n \"52.177.9.16/32\",\r\n \"52.177.172.74/32\",\r\n \"52.177.206.153/32\",\r\n \"52.177.206.238/32\",\r\n \"52.179.141.33/32\",\r\n \"52.179.143.233/32\",\r\n \"52.179.179.235/32\",\r\n \"52.179.200.0/25\",\r\n \"52.184.152.241/32\",\r\n \"52.232.229.24/32\",\r\n \"104.208.231.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2 IPv6\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2 EUAP\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [\r\n \"20.39.15.64/27\",\r\n \"20.47.145.17/32\",\r\n \"20.47.147.95/32\",\r\n \"20.47.147.132/32\",\r\n \"20.221.141.0/26\",\r\n \"20.252.208.64/26\",\r\n \"20.252.208.128/25\",\r\n \"40.74.147.192/26\",\r\n \"40.75.32.32/29\",\r\n \"40.75.34.128/26\",\r\n \"40.89.67.208/32\",\r\n \"52.138.66.90/32\",\r\n \"52.138.92.0/26\",\r\n \"68.220.82.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB East US 2 EUAP IPv6\",\r\n \"communityValue\": \"12076:54005\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France Central\",\r\n \"communityValue\": \"12076:54030\",\r\n \"communityPrefixes\": [\r\n \"20.19.28.128/26\",\r\n \"20.19.30.128/25\",\r\n \"20.19.31.0/26\",\r\n \"20.40.139.237/32\",\r\n \"20.40.141.72/32\",\r\n \"20.43.46.0/27\",\r\n \"40.79.130.0/28\",\r\n \"40.79.138.48/28\",\r\n \"40.79.142.64/26\",\r\n \"40.79.146.48/28\",\r\n \"40.79.149.128/26\",\r\n \"40.89.132.238/32\",\r\n \"51.11.192.192/26\",\r\n \"51.103.6.27/32\",\r\n \"52.143.136.41/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France Central IPv6\",\r\n \"communityValue\": \"12076:54030\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France South\",\r\n \"communityValue\": \"12076:54031\",\r\n \"communityPrefixes\": [\r\n \"20.39.80.153/32\",\r\n \"20.39.81.227/32\",\r\n \"20.39.81.229/32\",\r\n \"40.79.178.0/28\",\r\n \"40.80.101.128/26\",\r\n \"40.80.103.0/25\",\r\n \"40.80.103.128/26\",\r\n \"51.105.92.192/27\",\r\n \"52.136.134.250/32\",\r\n \"52.136.136.70/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB France South IPv6\",\r\n \"communityValue\": \"12076:54031\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Germany North\",\r\n \"communityValue\": \"12076:54040\",\r\n \"communityPrefixes\": [\r\n \"20.113.248.192/26\",\r\n \"20.113.250.64/26\",\r\n \"20.113.250.128/25\",\r\n \"51.116.1.247/32\",\r\n \"51.116.4.11/32\",\r\n \"51.116.4.76/32\",\r\n \"51.116.50.224/27\",\r\n \"51.116.58.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Germany West Central\",\r\n \"communityValue\": \"12076:54041\",\r\n \"communityPrefixes\": [\r\n \"20.218.185.192/26\",\r\n \"20.218.188.192/26\",\r\n \"20.218.189.0/25\",\r\n \"51.116.123.237/32\",\r\n \"51.116.134.134/32\",\r\n \"51.116.143.66/32\",\r\n \"51.116.146.224/27\",\r\n \"51.116.154.128/26\",\r\n \"51.116.242.0/26\",\r\n \"51.116.250.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Israel Central\",\r\n \"communityValue\": \"12076:54053\",\r\n \"communityPrefixes\": [\r\n \"20.217.10.64/26\",\r\n \"20.217.32.7/32\",\r\n \"20.217.32.43/32\",\r\n \"20.217.43.32/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Italy North\",\r\n \"communityValue\": \"12076:54054\",\r\n \"communityPrefixes\": [\r\n \"4.232.26.64/27\",\r\n \"4.232.42.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan East\",\r\n \"communityValue\": \"12076:54012\",\r\n \"communityPrefixes\": [\r\n \"13.78.106.0/26\",\r\n \"20.18.3.0/26\",\r\n \"20.18.5.64/26\",\r\n \"20.18.5.128/25\",\r\n \"20.63.129.107/32\",\r\n \"20.63.129.118/32\",\r\n \"20.63.129.126/32\",\r\n \"20.89.0.128/26\",\r\n \"20.191.160.32/27\",\r\n \"40.79.186.16/28\",\r\n \"40.79.191.0/26\",\r\n \"40.79.194.128/26\",\r\n \"40.115.241.37/32\",\r\n \"104.41.177.93/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan East IPv6\",\r\n \"communityValue\": \"12076:54012\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan West\",\r\n \"communityValue\": \"12076:54013\",\r\n \"communityPrefixes\": [\r\n \"4.190.131.64/26\",\r\n \"4.190.131.128/25\",\r\n \"20.18.178.0/26\",\r\n \"20.210.149.192/26\",\r\n \"40.74.98.0/26\",\r\n \"40.74.143.235/32\",\r\n \"40.80.63.160/27\",\r\n \"40.81.177.214/32\",\r\n \"40.81.177.219/32\",\r\n \"40.81.183.24/32\",\r\n \"104.215.1.53/32\",\r\n \"104.215.21.39/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Japan West IPv6\",\r\n \"communityValue\": \"12076:54013\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea Central\",\r\n \"communityValue\": \"12076:54029\",\r\n \"communityPrefixes\": [\r\n \"20.41.69.64/27\",\r\n \"20.44.26.0/26\",\r\n \"20.194.3.114/32\",\r\n \"20.194.5.39/32\",\r\n \"20.194.5.210/32\",\r\n \"20.194.66.64/26\",\r\n \"20.194.80.64/26\",\r\n \"20.214.132.0/26\",\r\n \"20.214.134.64/26\",\r\n \"20.214.134.128/25\",\r\n \"52.231.18.0/28\",\r\n \"52.231.25.123/32\",\r\n \"52.231.39.143/32\",\r\n \"52.231.56.0/28\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea Central IPv6\",\r\n \"communityValue\": \"12076:54029\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea South\",\r\n \"communityValue\": \"12076:54028\",\r\n \"communityPrefixes\": [\r\n \"20.39.168.21/32\",\r\n \"20.200.163.64/26\",\r\n \"20.200.164.192/26\",\r\n \"20.200.165.0/25\",\r\n \"40.80.173.0/27\",\r\n \"40.80.235.125/32\",\r\n \"40.80.236.159/32\",\r\n \"52.231.146.0/27\",\r\n \"52.231.206.234/32\",\r\n \"52.231.207.31/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Korea South IPv6\",\r\n \"communityValue\": \"12076:54028\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Malaysia South\",\r\n \"communityValue\": \"12076:54055\",\r\n \"communityPrefixes\": [\r\n \"20.17.8.192/32\",\r\n \"20.17.8.210/32\",\r\n \"20.17.24.64/26\",\r\n \"20.17.51.0/27\",\r\n \"20.17.66.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Central US\",\r\n \"communityValue\": \"12076:54007\",\r\n \"communityPrefixes\": [\r\n \"20.41.146.81/32\",\r\n \"20.49.114.128/27\",\r\n \"20.125.170.0/26\",\r\n \"20.125.202.0/26\",\r\n \"20.241.114.0/26\",\r\n \"20.241.116.192/26\",\r\n \"20.241.117.0/25\",\r\n \"23.96.180.213/32\",\r\n \"23.96.219.207/32\",\r\n \"23.96.242.234/32\",\r\n \"52.162.87.83/32\",\r\n \"52.162.87.113/32\",\r\n \"52.162.106.0/26\",\r\n \"52.162.246.107/32\",\r\n \"65.52.210.9/32\",\r\n \"157.55.170.133/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Central US IPv6\",\r\n \"communityValue\": \"12076:54007\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Europe\",\r\n \"communityValue\": \"12076:54003\",\r\n \"communityPrefixes\": [\r\n \"13.69.226.0/25\",\r\n \"13.74.106.0/25\",\r\n \"13.79.34.236/32\",\r\n \"20.54.38.35/32\",\r\n \"20.166.42.128/26\",\r\n \"20.166.46.128/25\",\r\n \"20.166.47.0/26\",\r\n \"40.113.90.91/32\",\r\n \"52.138.141.112/32\",\r\n \"52.138.197.33/32\",\r\n \"52.138.201.47/32\",\r\n \"52.138.205.97/32\",\r\n \"52.138.206.153/32\",\r\n \"52.138.227.192/26\",\r\n \"52.146.131.0/27\",\r\n \"52.155.235.94/32\",\r\n \"52.155.236.115/32\",\r\n \"52.169.122.37/32\",\r\n \"52.169.219.183/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB North Europe IPv6\",\r\n \"communityValue\": \"12076:54003\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Norway East\",\r\n \"communityValue\": \"12076:54042\",\r\n \"communityPrefixes\": [\r\n \"20.100.16.0/26\",\r\n \"20.100.19.192/26\",\r\n \"20.100.20.0/25\",\r\n \"51.13.25.170/32\",\r\n \"51.13.25.180/32\",\r\n \"51.13.25.182/32\",\r\n \"51.120.44.128/27\",\r\n \"51.120.98.64/26\",\r\n \"51.120.106.0/26\",\r\n \"51.120.210.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Norway West\",\r\n \"communityValue\": \"12076:54043\",\r\n \"communityPrefixes\": [\r\n \"51.13.149.218/32\",\r\n \"51.13.150.175/32\",\r\n \"51.13.150.233/32\",\r\n \"51.120.179.192/26\",\r\n \"51.120.181.192/26\",\r\n \"51.120.182.0/25\",\r\n \"51.120.218.64/26\",\r\n \"51.120.228.160/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBPolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBPolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBPolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Poland Central\",\r\n \"communityValue\": \"12076:54051\",\r\n \"communityPrefixes\": [\r\n \"20.215.3.32/27\",\r\n \"20.215.18.0/26\",\r\n \"20.215.26.0/26\",\r\n \"20.215.154.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Qatar Central\",\r\n \"communityValue\": \"12076:54049\",\r\n \"communityPrefixes\": [\r\n \"4.171.24.128/25\",\r\n \"4.171.25.0/26\",\r\n \"20.21.34.160/27\",\r\n \"20.21.42.0/26\",\r\n \"20.21.66.0/26\",\r\n \"20.21.74.0/26\",\r\n \"20.21.85.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa North\",\r\n \"communityValue\": \"12076:54034\",\r\n \"communityPrefixes\": [\r\n \"20.87.34.33/32\",\r\n \"20.87.34.100/32\",\r\n \"20.87.35.29/32\",\r\n \"20.87.87.128/26\",\r\n \"20.164.153.0/25\",\r\n \"20.164.153.128/26\",\r\n \"102.133.122.0/26\",\r\n \"102.133.154.64/26\",\r\n \"102.133.220.0/27\",\r\n \"102.133.250.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa North IPv6\",\r\n \"communityValue\": \"12076:54034\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa West\",\r\n \"communityValue\": \"12076:54035\",\r\n \"communityPrefixes\": [\r\n \"40.117.25.64/26\",\r\n \"40.117.27.0/25\",\r\n \"40.117.27.128/26\",\r\n \"102.133.26.64/26\",\r\n \"102.133.60.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Africa West IPv6\",\r\n \"communityValue\": \"12076:54035\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Central US\",\r\n \"communityValue\": \"12076:54008\",\r\n \"communityPrefixes\": [\r\n \"4.149.114.0/25\",\r\n \"4.149.114.128/26\",\r\n \"13.65.145.92/32\",\r\n \"13.66.26.107/32\",\r\n \"13.73.254.224/27\",\r\n \"13.84.150.178/32\",\r\n \"13.84.157.70/32\",\r\n \"13.85.16.188/32\",\r\n \"20.45.122.0/26\",\r\n \"20.49.90.64/26\",\r\n \"20.64.41.89/32\",\r\n \"20.236.151.0/26\",\r\n \"23.102.191.13/32\",\r\n \"40.124.35.250/32\",\r\n \"52.152.101.97/32\",\r\n \"52.152.102.26/32\",\r\n \"104.210.210.63/32\",\r\n \"104.210.217.251/32\",\r\n \"104.214.18.0/25\",\r\n \"104.214.23.192/27\",\r\n \"104.214.26.177/32\",\r\n \"104.214.54.14/32\",\r\n \"104.215.76.211/32\",\r\n \"104.215.113.77/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South Central US IPv6\",\r\n \"communityValue\": \"12076:54008\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South India\",\r\n \"communityValue\": \"12076:54019\",\r\n \"communityPrefixes\": [\r\n \"13.71.115.125/32\",\r\n \"13.71.124.81/32\",\r\n \"20.41.199.128/27\",\r\n \"20.219.112.136/32\",\r\n \"20.219.112.234/32\",\r\n \"40.78.194.0/28\",\r\n \"52.172.82.64/26\",\r\n \"52.172.84.64/26\",\r\n \"52.172.84.128/25\",\r\n \"104.211.227.84/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB South India IPv6\",\r\n \"communityValue\": \"12076:54019\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Southeast Asia\",\r\n \"communityValue\": \"12076:54011\",\r\n \"communityPrefixes\": [\r\n \"4.194.225.0/25\",\r\n \"4.194.225.128/26\",\r\n \"13.67.8.0/26\",\r\n \"13.76.161.130/32\",\r\n \"20.24.6.64/26\",\r\n \"20.195.58.26/32\",\r\n \"23.98.82.0/26\",\r\n \"23.98.107.224/27\",\r\n \"40.65.169.181/32\",\r\n \"40.78.236.192/26\",\r\n \"40.119.215.63/32\",\r\n \"52.148.84.234/32\",\r\n \"52.163.63.20/32\",\r\n \"52.163.249.82/32\",\r\n \"52.187.11.8/32\",\r\n \"52.187.12.93/32\",\r\n \"52.230.3.213/32\",\r\n \"52.230.15.63/32\",\r\n \"52.230.23.170/32\",\r\n \"52.230.70.94/32\",\r\n \"52.230.87.21/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Southeast Asia IPv6\",\r\n \"communityValue\": \"12076:54011\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Sweden Central\",\r\n \"communityValue\": \"12076:54047\",\r\n \"communityPrefixes\": [\r\n \"20.91.147.192/26\",\r\n \"20.91.150.0/25\",\r\n \"20.91.150.128/26\",\r\n \"20.240.12.252/32\",\r\n \"20.240.14.101/32\",\r\n \"51.12.43.0/27\",\r\n \"51.12.98.64/26\",\r\n \"51.12.226.0/26\",\r\n \"51.12.234.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Sweden South\",\r\n \"communityValue\": \"12076:54048\",\r\n \"communityPrefixes\": [\r\n \"20.91.13.128/26\",\r\n \"20.91.15.128/25\",\r\n \"20.91.96.0/26\",\r\n \"51.12.195.0/27\",\r\n \"51.12.202.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Switzerland North\",\r\n \"communityValue\": \"12076:54038\",\r\n \"communityPrefixes\": [\r\n \"20.208.18.0/26\",\r\n \"20.208.148.192/26\",\r\n \"20.208.151.0/25\",\r\n \"20.208.151.128/26\",\r\n \"51.103.202.0/26\",\r\n \"51.107.7.186/32\",\r\n \"51.107.7.191/32\",\r\n \"51.107.10.143/32\",\r\n \"51.107.52.224/27\",\r\n \"51.107.58.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB Switzerland West\",\r\n \"communityValue\": \"12076:54039\",\r\n \"communityPrefixes\": [\r\n \"20.199.204.0/26\",\r\n \"20.199.204.192/26\",\r\n \"20.199.205.128/25\",\r\n \"51.107.148.32/27\",\r\n \"51.107.154.64/26\",\r\n \"51.107.227.47/32\",\r\n \"51.107.227.81/32\",\r\n \"51.107.227.85/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE Central\",\r\n \"communityValue\": \"12076:54037\",\r\n \"communityPrefixes\": [\r\n \"20.37.68.160/27\",\r\n \"20.37.75.128/26\",\r\n \"20.37.84.77/32\",\r\n \"20.37.84.143/32\",\r\n \"20.37.84.166/32\",\r\n \"20.203.91.0/26\",\r\n \"20.203.91.84/30\",\r\n \"20.203.92.0/25\",\r\n \"20.203.92.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE Central IPv6\",\r\n \"communityValue\": \"12076:54037\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE North\",\r\n \"communityValue\": \"12076:54036\",\r\n \"communityPrefixes\": [\r\n \"20.38.140.128/27\",\r\n \"20.38.152.128/26\",\r\n \"20.74.181.129/32\",\r\n \"20.74.199.64/26\",\r\n \"20.203.5.86/32\",\r\n \"20.203.5.173/32\",\r\n \"20.233.131.64/26\",\r\n \"20.233.131.128/25\",\r\n \"40.120.74.64/26\",\r\n \"65.52.251.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UAE North IPv6\",\r\n \"communityValue\": \"12076:54036\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South\",\r\n \"communityValue\": \"12076:54024\",\r\n \"communityPrefixes\": [\r\n \"20.26.21.128/26\",\r\n \"51.11.169.104/32\",\r\n \"51.104.31.128/27\",\r\n \"51.105.10.109/32\",\r\n \"51.105.10.136/32\",\r\n \"51.105.66.0/26\",\r\n \"51.105.74.0/26\",\r\n \"51.140.70.75/32\",\r\n \"51.140.75.146/32\",\r\n \"51.140.83.56/32\",\r\n \"51.140.99.233/32\",\r\n \"51.140.146.0/27\",\r\n \"51.143.189.37/32\",\r\n \"172.167.232.0/25\",\r\n \"172.167.232.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South IPv6\",\r\n \"communityValue\": \"12076:54024\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South 2\",\r\n \"communityValue\": \"12076:54023\",\r\n \"communityPrefixes\": [\r\n \"13.87.56.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK South 2 IPv6\",\r\n \"communityValue\": \"12076:54023\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK West\",\r\n \"communityValue\": \"12076:54025\",\r\n \"communityPrefixes\": [\r\n \"51.132.66.99/32\",\r\n \"51.137.137.138/32\",\r\n \"51.137.137.218/32\",\r\n \"51.137.166.128/27\",\r\n \"51.140.210.0/27\",\r\n \"51.141.25.77/32\",\r\n \"51.141.53.76/32\",\r\n \"51.141.55.229/32\",\r\n \"51.142.130.192/26\",\r\n \"51.142.132.128/25\",\r\n \"51.142.133.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB UK West IPv6\",\r\n \"communityValue\": \"12076:54025\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Central US\",\r\n \"communityValue\": \"12076:54027\",\r\n \"communityPrefixes\": [\r\n \"13.71.194.0/26\",\r\n \"13.78.188.25/32\",\r\n \"52.148.41.0/26\",\r\n \"52.148.42.128/25\",\r\n \"52.148.43.0/26\",\r\n \"52.150.154.224/27\",\r\n \"52.153.155.166/32\",\r\n \"52.153.155.205/32\",\r\n \"52.159.50.179/32\",\r\n \"52.161.13.67/32\",\r\n \"52.161.22.131/32\",\r\n \"52.161.100.126/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Central US IPv6\",\r\n \"communityValue\": \"12076:54027\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Europe\",\r\n \"communityValue\": \"12076:54002\",\r\n \"communityPrefixes\": [\r\n \"13.69.66.0/25\",\r\n \"13.69.66.128/29\",\r\n \"13.69.112.0/25\",\r\n \"13.81.51.99/32\",\r\n \"13.94.201.5/32\",\r\n \"20.50.93.128/26\",\r\n \"20.61.97.0/27\",\r\n \"20.71.82.202/32\",\r\n \"40.68.44.85/32\",\r\n \"40.114.240.253/32\",\r\n \"51.105.113.66/32\",\r\n \"51.105.113.88/32\",\r\n \"51.144.177.166/32\",\r\n \"51.144.182.233/32\",\r\n \"52.174.253.239/32\",\r\n \"52.178.108.222/32\",\r\n \"52.232.59.220/32\",\r\n \"52.233.128.86/32\",\r\n \"52.236.189.0/26\",\r\n \"68.219.171.64/26\",\r\n \"68.219.171.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West Europe IPv6\",\r\n \"communityValue\": \"12076:54002\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West India\",\r\n \"communityValue\": \"12076:54018\",\r\n \"communityPrefixes\": [\r\n \"20.40.10.128/31\",\r\n \"20.207.170.64/26\",\r\n \"20.207.173.128/25\",\r\n \"20.207.174.0/26\",\r\n \"40.81.88.229/32\",\r\n \"52.136.52.64/27\",\r\n \"104.211.146.0/28\",\r\n \"104.211.162.94/32\",\r\n \"104.211.184.117/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West India IPv6\",\r\n \"communityValue\": \"12076:54018\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US\",\r\n \"communityValue\": \"12076:54006\",\r\n \"communityPrefixes\": [\r\n \"13.64.69.151/32\",\r\n \"13.64.113.68/32\",\r\n \"13.64.194.140/32\",\r\n \"13.88.30.39/32\",\r\n \"13.91.246.52/32\",\r\n \"13.93.153.80/32\",\r\n \"13.93.156.125/32\",\r\n \"13.93.207.66/32\",\r\n \"20.49.126.160/27\",\r\n \"20.168.162.0/26\",\r\n \"20.245.60.201/32\",\r\n \"20.245.61.127/32\",\r\n \"23.100.37.220/32\",\r\n \"40.83.171.241/32\",\r\n \"40.112.140.12/32\",\r\n \"40.112.160.17/32\",\r\n \"40.112.241.0/24\",\r\n \"40.112.249.60/32\",\r\n \"40.118.245.44/32\",\r\n \"40.118.245.251/32\",\r\n \"52.159.201.128/26\",\r\n \"68.220.34.64/26\",\r\n \"68.220.35.0/25\",\r\n \"104.40.8.78/32\",\r\n \"104.40.8.88/32\",\r\n \"104.40.12.26/32\",\r\n \"104.42.8.116/32\",\r\n \"104.42.182.13/32\",\r\n \"137.117.9.157/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US IPv6\",\r\n \"communityValue\": \"12076:54006\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US 2\",\r\n \"communityValue\": \"12076:54026\",\r\n \"communityPrefixes\": [\r\n \"13.66.138.0/26\",\r\n \"13.66.152.164/32\",\r\n \"13.66.166.89/32\",\r\n \"20.9.156.128/26\",\r\n \"20.36.26.132/32\",\r\n \"20.42.169.192/26\",\r\n \"20.42.170.128/25\",\r\n \"40.64.135.0/27\",\r\n \"40.65.106.154/32\",\r\n \"40.65.114.105/32\",\r\n \"40.78.243.192/26\",\r\n \"40.78.250.0/26\",\r\n \"40.91.122.69/32\",\r\n \"52.143.72.208/32\",\r\n \"52.143.85.231/32\",\r\n \"52.151.16.118/32\",\r\n \"52.158.234.203/32\",\r\n \"52.183.42.252/32\",\r\n \"52.183.66.36/32\",\r\n \"52.183.119.101/32\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US 2 IPv6\",\r\n \"communityValue\": \"12076:54026\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCosmosDBWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCosmosDBWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCosmosDBWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Cosmos DB West US 3\",\r\n \"communityValue\": \"12076:54044\",\r\n \"communityPrefixes\": [\r\n \"20.14.27.141/32\",\r\n \"20.14.122.192/26\",\r\n \"20.14.126.128/25\",\r\n \"20.14.127.0/26\",\r\n \"20.125.74.200/32\",\r\n \"20.150.166.192/27\",\r\n \"20.150.170.64/26\",\r\n \"20.150.178.0/26\",\r\n \"20.150.186.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCosmosDB\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia Central\",\r\n \"communityValue\": \"12076:55032\",\r\n \"communityPrefixes\": [\r\n \"20.36.107.32/27\",\r\n \"20.36.107.64/26\",\r\n \"20.53.49.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaCentral2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaCentral2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaCentral2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia Central 2\",\r\n \"communityValue\": \"12076:55033\",\r\n \"communityPrefixes\": [\r\n \"20.36.114.224/27\",\r\n \"20.36.115.0/26\",\r\n \"20.53.56.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia East\",\r\n \"communityValue\": \"12076:55015\",\r\n \"communityPrefixes\": [\r\n \"13.70.73.192/27\",\r\n \"13.70.74.0/26\",\r\n \"20.53.47.128/26\",\r\n \"40.79.162.128/27\",\r\n \"40.79.162.192/26\",\r\n \"40.79.170.64/26\",\r\n \"40.79.170.128/27\",\r\n \"40.79.171.32/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupAustraliaSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupAustraliaSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupAustraliaSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Australia Southeast\",\r\n \"communityValue\": \"12076:55016\",\r\n \"communityPrefixes\": [\r\n \"13.77.52.32/27\",\r\n \"13.77.52.64/26\",\r\n \"104.46.183.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupBrazilSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupBrazilSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupBrazilSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Brazil South\",\r\n \"communityValue\": \"12076:55014\",\r\n \"communityPrefixes\": [\r\n \"191.233.204.0/26\",\r\n \"191.233.204.64/27\",\r\n \"191.234.147.80/28\",\r\n \"191.234.147.128/26\",\r\n \"191.234.149.160/27\",\r\n \"191.234.155.80/28\",\r\n \"191.234.155.128/26\",\r\n \"191.234.157.64/27\",\r\n \"191.238.72.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupBrazilSoutheast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupBrazilSoutheast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupBrazilSoutheast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Brazil Southeast\",\r\n \"communityValue\": \"12076:55050\",\r\n \"communityPrefixes\": [\r\n \"20.195.146.128/26\",\r\n \"191.233.50.224/27\",\r\n \"191.233.51.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCanadaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCanadaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCanadaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Canada Central\",\r\n \"communityValue\": \"12076:55020\",\r\n \"communityPrefixes\": [\r\n \"13.71.172.0/26\",\r\n \"13.71.172.64/27\",\r\n \"20.38.147.0/27\",\r\n \"20.38.147.64/26\",\r\n \"20.48.197.0/26\",\r\n \"52.246.155.0/27\",\r\n \"52.246.155.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCanadaEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCanadaEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCanadaEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Canada East\",\r\n \"communityValue\": \"12076:55021\",\r\n \"communityPrefixes\": [\r\n \"40.69.107.32/27\",\r\n \"40.69.107.64/26\",\r\n \"52.139.107.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCentralIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCentralIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCentralIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Central India\",\r\n \"communityValue\": \"12076:55017\",\r\n \"communityPrefixes\": [\r\n \"20.192.44.128/26\",\r\n \"20.192.99.80/28\",\r\n \"20.192.99.128/26\",\r\n \"40.80.51.0/27\",\r\n \"40.80.53.192/26\",\r\n \"104.211.82.0/26\",\r\n \"104.211.82.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Central US\",\r\n \"communityValue\": \"12076:55009\",\r\n \"communityPrefixes\": [\r\n \"13.89.171.128/26\",\r\n \"13.89.171.192/27\",\r\n \"20.40.229.128/25\",\r\n \"20.44.8.32/27\",\r\n \"20.44.8.64/26\",\r\n \"52.182.139.64/27\",\r\n \"52.182.139.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupCentralUSEUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupCentralUSEUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupCentralUSEUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Central US EUAP\",\r\n \"communityValue\": \"12076:55009\",\r\n \"communityPrefixes\": [\r\n \"20.46.12.0/25\",\r\n \"40.78.202.160/27\",\r\n \"40.78.202.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East Asia\",\r\n \"communityValue\": \"12076:55010\",\r\n \"communityPrefixes\": [\r\n \"13.75.36.128/25\",\r\n \"13.75.37.0/24\",\r\n \"20.195.73.0/24\",\r\n \"20.195.74.0/25\",\r\n \"20.205.74.96/27\",\r\n \"20.205.75.0/26\",\r\n \"20.205.82.96/27\",\r\n \"20.205.83.0/26\",\r\n \"104.214.165.96/27\",\r\n \"104.214.165.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East US\",\r\n \"communityValue\": \"12076:55004\",\r\n \"communityPrefixes\": [\r\n \"20.62.133.128/25\",\r\n \"20.62.134.0/26\",\r\n \"40.71.12.0/25\",\r\n \"40.71.12.128/26\",\r\n \"40.78.227.64/26\",\r\n \"40.78.227.128/25\",\r\n \"40.79.155.64/26\",\r\n \"40.79.155.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East US 2\",\r\n \"communityValue\": \"12076:55005\",\r\n \"communityPrefixes\": [\r\n \"20.44.16.128/27\",\r\n \"20.44.16.192/26\",\r\n \"20.62.59.128/25\",\r\n \"40.70.147.128/26\",\r\n \"40.70.147.192/27\",\r\n \"52.167.106.192/27\",\r\n \"52.167.107.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupEastUS2EUAP\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupEastUS2EUAP\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupEastUS2EUAP\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup East US 2 EUAP\",\r\n \"communityValue\": \"12076:55005\",\r\n \"communityPrefixes\": [\r\n \"20.51.20.128/25\",\r\n \"40.74.146.96/27\",\r\n \"40.74.146.128/26\",\r\n \"40.75.34.96/27\",\r\n \"40.75.34.192/26\",\r\n \"52.138.90.160/27\",\r\n \"52.138.90.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupFranceCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupFranceCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupFranceCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup France Central\",\r\n \"communityValue\": \"12076:55030\",\r\n \"communityPrefixes\": [\r\n \"40.79.131.0/26\",\r\n \"40.79.131.64/27\",\r\n \"40.79.142.192/26\",\r\n \"40.79.150.0/26\",\r\n \"51.138.210.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupFranceSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupFranceSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupFranceSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup France South\",\r\n \"communityValue\": \"12076:55031\",\r\n \"communityPrefixes\": [\r\n \"40.79.179.32/27\",\r\n \"40.79.179.64/26\",\r\n \"52.136.185.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupGermanyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupGermanyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupGermanyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Germany North\",\r\n \"communityValue\": \"12076:55040\",\r\n \"communityPrefixes\": [\r\n \"51.116.55.0/26\",\r\n \"51.116.59.64/26\",\r\n \"51.116.59.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupGermanyWestCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupGermanyWestCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupGermanyWestCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Germany West Central\",\r\n \"communityValue\": \"12076:55041\",\r\n \"communityPrefixes\": [\r\n \"20.52.88.0/26\",\r\n \"51.116.155.128/26\",\r\n \"51.116.155.192/27\",\r\n \"51.116.156.144/28\",\r\n \"51.116.156.192/26\",\r\n \"51.116.245.0/26\",\r\n \"51.116.245.64/27\",\r\n \"51.116.250.240/28\",\r\n \"51.116.251.64/26\",\r\n \"51.116.253.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupIsraelCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupIsraelCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupIsraelCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Israel Central\",\r\n \"communityValue\": \"12076:55053\",\r\n \"communityPrefixes\": [\r\n \"20.217.44.0/26\",\r\n \"20.217.59.64/26\",\r\n \"20.217.75.0/26\",\r\n \"20.217.91.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Israel Central IPv6\",\r\n \"communityValue\": \"12076:55053\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1402::680/121\",\r\n \"2603:1040:1402:400::100/121\",\r\n \"2603:1040:1402:800::100/121\",\r\n \"2603:1040:1402:c00::100/121\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupItalyNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupItalyNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupItalyNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Italy North\",\r\n \"communityValue\": \"12076:55054\",\r\n \"communityPrefixes\": [\r\n \"4.232.28.64/26\",\r\n \"4.232.107.0/26\",\r\n \"4.232.123.0/26\",\r\n \"4.232.125.192/27\",\r\n \"4.232.195.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Italy North IPv6\",\r\n \"communityValue\": \"12076:55054\",\r\n \"communityPrefixes\": [\r\n \"2603:1020:1204::680/121\",\r\n \"2603:1020:1204:400::100/121\",\r\n \"2603:1020:1204:800::80/121\",\r\n \"2603:1020:1204:c00::80/121\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupJapanEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupJapanEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupJapanEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Japan East\",\r\n \"communityValue\": \"12076:55012\",\r\n \"communityPrefixes\": [\r\n \"13.78.108.32/27\",\r\n \"13.78.108.64/26\",\r\n \"20.191.166.128/26\",\r\n \"40.79.187.32/27\",\r\n \"40.79.187.64/26\",\r\n \"40.79.195.32/27\",\r\n \"40.79.195.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupJapanWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupJapanWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupJapanWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Japan West\",\r\n \"communityValue\": \"12076:55013\",\r\n \"communityPrefixes\": [\r\n \"20.18.179.0/26\",\r\n \"20.189.228.64/26\",\r\n \"40.74.98.64/26\",\r\n \"40.74.98.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupKoreaCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupKoreaCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupKoreaCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Korea Central\",\r\n \"communityValue\": \"12076:55029\",\r\n \"communityPrefixes\": [\r\n \"20.44.27.128/27\",\r\n \"20.44.31.192/26\",\r\n \"20.194.66.192/26\",\r\n \"20.194.67.0/27\",\r\n \"20.194.74.0/26\",\r\n \"52.231.19.0/26\",\r\n \"52.231.19.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupKoreaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupKoreaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupKoreaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Korea South\",\r\n \"communityValue\": \"12076:55028\",\r\n \"communityPrefixes\": [\r\n \"52.147.113.0/26\",\r\n \"52.231.147.32/27\",\r\n \"52.231.147.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupMalaysiaSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupMalaysiaSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupMalaysiaSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Malaysia South\",\r\n \"communityValue\": \"12076:55055\",\r\n \"communityPrefixes\": [\r\n \"20.17.52.0/26\",\r\n \"20.17.67.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Malaysia South IPv6\",\r\n \"communityValue\": \"12076:55055\",\r\n \"communityPrefixes\": [\r\n \"2603:1040:1503::680/121\",\r\n \"2603:1040:1503:400::100/121\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup North Central US\",\r\n \"communityValue\": \"12076:55007\",\r\n \"communityPrefixes\": [\r\n \"20.51.0.0/26\",\r\n \"20.125.171.0/26\",\r\n \"20.125.203.0/26\",\r\n \"52.162.107.192/26\",\r\n \"52.162.110.0/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorthEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorthEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorthEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup North Europe\",\r\n \"communityValue\": \"12076:55003\",\r\n \"communityPrefixes\": [\r\n \"13.69.228.128/25\",\r\n \"13.69.229.0/27\",\r\n \"13.74.107.192/27\",\r\n \"13.74.108.0/25\",\r\n \"52.138.226.192/27\",\r\n \"52.138.227.0/25\",\r\n \"52.146.136.64/26\",\r\n \"52.146.136.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorwayEast\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorwayEast\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorwayEast\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Norway East\",\r\n \"communityValue\": \"12076:55042\",\r\n \"communityPrefixes\": [\r\n \"51.120.99.96/27\",\r\n \"51.120.99.128/26\",\r\n \"51.120.107.80/28\",\r\n \"51.120.107.128/26\",\r\n \"51.120.110.128/27\",\r\n \"51.120.211.80/28\",\r\n \"51.120.211.128/26\",\r\n \"51.120.214.64/27\",\r\n \"51.120.233.192/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupNorwayWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupNorwayWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupNorwayWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Norway West\",\r\n \"communityValue\": \"12076:55043\",\r\n \"communityPrefixes\": [\r\n \"51.13.137.128/26\",\r\n \"51.120.219.96/27\",\r\n \"51.120.219.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupPolandCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupPolandCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupPolandCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Poland Central\",\r\n \"communityValue\": \"12076:55051\",\r\n \"communityPrefixes\": [\r\n \"20.215.4.0/26\",\r\n \"20.215.19.0/26\",\r\n \"20.215.27.0/26\",\r\n \"20.215.155.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupQatarCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupQatarCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupQatarCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Qatar Central\",\r\n \"communityValue\": \"12076:55049\",\r\n \"communityPrefixes\": [\r\n \"20.21.36.128/26\",\r\n \"20.21.43.64/26\",\r\n \"20.21.67.0/26\",\r\n \"20.21.75.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthAfricaNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthAfricaNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthAfricaNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South Africa North\",\r\n \"communityValue\": \"12076:55034\",\r\n \"communityPrefixes\": [\r\n \"102.37.160.192/26\",\r\n \"102.133.123.96/27\",\r\n \"102.133.155.64/26\",\r\n \"102.133.155.128/27\",\r\n \"102.133.251.0/27\",\r\n \"102.133.254.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthAfricaWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthAfricaWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthAfricaWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South Africa West\",\r\n \"communityValue\": \"12076:55035\",\r\n \"communityPrefixes\": [\r\n \"102.37.81.0/26\",\r\n \"102.133.27.64/26\",\r\n \"102.133.27.128/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South Central US\",\r\n \"communityValue\": \"12076:55008\",\r\n \"communityPrefixes\": [\r\n \"20.45.123.0/26\",\r\n \"20.45.123.64/28\",\r\n \"20.45.125.192/27\",\r\n \"20.49.90.192/26\",\r\n \"20.49.91.0/27\",\r\n \"20.65.133.128/26\",\r\n \"104.214.19.96/27\",\r\n \"104.214.19.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSouthIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSouthIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSouthIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup South India\",\r\n \"communityValue\": \"12076:55019\",\r\n \"communityPrefixes\": [\r\n \"40.78.195.32/27\",\r\n \"40.78.195.64/26\",\r\n \"52.172.116.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSoutheastAsia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSoutheastAsia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSoutheastAsia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Southeast Asia\",\r\n \"communityValue\": \"12076:55011\",\r\n \"communityPrefixes\": [\r\n \"13.67.12.0/24\",\r\n \"13.67.13.0/25\",\r\n \"20.195.66.0/24\",\r\n \"20.195.67.0/25\",\r\n \"23.98.83.0/27\",\r\n \"23.98.83.128/25\",\r\n \"23.98.84.0/24\",\r\n \"40.78.234.192/27\",\r\n \"40.78.235.0/24\",\r\n \"40.78.236.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwedenCentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwedenCentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwedenCentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Sweden Central\",\r\n \"communityValue\": \"12076:55047\",\r\n \"communityPrefixes\": [\r\n \"51.12.25.128/26\",\r\n \"51.12.99.96/27\",\r\n \"51.12.99.128/26\",\r\n \"51.12.227.80/28\",\r\n \"51.12.227.128/26\",\r\n \"51.12.235.80/28\",\r\n \"51.12.235.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwedenSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwedenSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwedenSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Sweden South\",\r\n \"communityValue\": \"12076:55048\",\r\n \"communityPrefixes\": [\r\n \"51.12.17.64/26\",\r\n \"51.12.203.96/27\",\r\n \"51.12.203.128/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwitzerlandNorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwitzerlandNorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwitzerlandNorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Switzerland North\",\r\n \"communityValue\": \"12076:55038\",\r\n \"communityPrefixes\": [\r\n \"20.208.19.0/26\",\r\n \"51.103.203.0/26\",\r\n \"51.107.59.64/26\",\r\n \"51.107.59.128/27\",\r\n \"51.107.243.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupSwitzerlandWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupSwitzerlandWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupSwitzerlandWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup Switzerland West\",\r\n \"communityValue\": \"12076:55039\",\r\n \"communityPrefixes\": [\r\n \"51.107.155.64/26\",\r\n \"51.107.155.128/27\",\r\n \"51.107.251.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUAECentral\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUAECentral\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUAECentral\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UAE Central\",\r\n \"communityValue\": \"12076:55037\",\r\n \"communityPrefixes\": [\r\n \"20.37.75.0/26\",\r\n \"20.37.75.64/27\",\r\n \"20.45.90.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUAENorth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUAENorth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUAENorth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UAE North\",\r\n \"communityValue\": \"12076:55036\",\r\n \"communityPrefixes\": [\r\n \"20.38.155.64/26\",\r\n \"40.120.74.192/26\",\r\n \"40.120.75.0/27\",\r\n \"40.120.82.0/26\",\r\n \"65.52.251.0/26\",\r\n \"65.52.251.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUKSouth\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUKSouth\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUKSouth\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UK South\",\r\n \"communityValue\": \"12076:55024\",\r\n \"communityPrefixes\": [\r\n \"51.105.67.32/27\",\r\n \"51.105.67.64/26\",\r\n \"51.105.75.0/27\",\r\n \"51.105.75.64/26\",\r\n \"51.140.148.64/26\",\r\n \"51.140.148.128/27\",\r\n \"51.143.212.192/26\",\r\n \"51.143.213.0/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUKSouth2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUKSouth2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUKSouth2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UK South 2\",\r\n \"communityValue\": \"12076:55023\",\r\n \"communityPrefixes\": [\r\n \"13.87.57.0/26\",\r\n \"13.87.57.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupUKWest\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupUKWest\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupUKWest\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup UK West\",\r\n \"communityValue\": \"12076:55025\",\r\n \"communityPrefixes\": [\r\n \"20.58.67.128/25\",\r\n \"51.140.211.32/27\",\r\n \"51.140.211.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestCentralUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestCentralUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestCentralUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West Central US\",\r\n \"communityValue\": \"12076:55027\",\r\n \"communityPrefixes\": [\r\n \"13.71.195.64/26\",\r\n \"13.71.195.128/27\",\r\n \"20.69.1.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestEurope\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestEurope\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestEurope\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West Europe\",\r\n \"communityValue\": \"12076:55002\",\r\n \"communityPrefixes\": [\r\n \"13.69.65.32/27\",\r\n \"13.69.65.128/25\",\r\n \"13.69.107.0/27\",\r\n \"13.69.107.128/25\",\r\n \"20.61.102.128/25\",\r\n \"20.61.103.0/26\",\r\n \"52.236.187.0/27\",\r\n \"52.236.187.128/25\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestIndia\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestIndia\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestIndia\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West India\",\r\n \"communityValue\": \"12076:55018\",\r\n \"communityPrefixes\": [\r\n \"20.192.80.64/26\",\r\n \"104.211.147.0/26\",\r\n \"104.211.147.64/27\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestUS\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestUS\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestUS\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West US\",\r\n \"communityValue\": \"12076:55006\",\r\n \"communityPrefixes\": [\r\n \"13.86.218.0/25\",\r\n \"13.86.218.128/26\",\r\n \"20.66.4.0/25\",\r\n \"20.66.4.128/26\",\r\n \"20.168.163.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestUS2\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestUS2\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestUS2\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West US 2\",\r\n \"communityValue\": \"12076:55026\",\r\n \"communityPrefixes\": [\r\n \"13.66.140.192/26\",\r\n \"13.66.141.0/27\",\r\n \"20.51.12.128/26\",\r\n \"40.78.243.32/27\",\r\n \"40.78.243.64/26\",\r\n \"40.78.250.224/27\",\r\n \"40.78.251.0/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureBackupWestUS3\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureBackupWestUS3\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureBackupWestUS3\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Backup West US 3\",\r\n \"communityValue\": \"12076:55044\",\r\n \"communityPrefixes\": [\r\n \"20.150.171.96/27\",\r\n \"20.150.171.128/26\",\r\n \"20.150.179.80/28\",\r\n \"20.150.179.128/26\",\r\n \"20.150.181.64/27\",\r\n \"20.150.187.80/28\",\r\n \"20.150.187.128/26\",\r\n \"20.150.190.0/27\",\r\n \"20.150.244.64/26\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureBackup\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"DefenderforEndpointCyberData\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/DefenderforEndpointCyberData\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"DefenderforEndpointCyberData\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"OneDSCollector\",\r\n \"communityValue\": \"12076:5210\",\r\n \"communityPrefixes\": [\r\n \"4.232.44.176/28\",\r\n \"13.67.15.200/29\",\r\n \"13.69.109.130/31\",\r\n \"13.69.116.104/29\",\r\n \"13.69.239.68/31\",\r\n \"13.69.239.72/29\",\r\n \"13.70.79.66/31\",\r\n \"13.70.79.200/29\",\r\n \"13.71.177.232/29\",\r\n \"13.78.111.198/31\",\r\n \"13.89.178.26/31\",\r\n \"13.89.179.8/29\",\r\n \"20.36.144.168/29\",\r\n \"20.38.157.144/30\",\r\n \"20.42.65.84/31\",\r\n \"20.42.65.88/29\",\r\n \"20.42.72.130/31\",\r\n \"20.42.73.24/29\",\r\n \"20.44.10.122/31\",\r\n \"20.44.31.40/29\",\r\n \"20.50.73.4/31\",\r\n \"20.50.73.8/29\",\r\n \"20.50.80.208/29\",\r\n \"20.50.201.194/31\",\r\n \"20.50.201.200/29\",\r\n \"20.52.64.200/29\",\r\n \"20.52.72.112/28\",\r\n \"20.89.1.8/29\",\r\n \"20.151.32.144/29\",\r\n \"20.189.173.0/27\",\r\n \"20.192.102.96/29\",\r\n \"20.192.184.192/28\",\r\n \"20.194.68.152/29\",\r\n \"20.194.129.96/29\",\r\n \"20.195.152.132/30\",\r\n \"20.205.192.88/29\",\r\n \"20.208.21.164/30\",\r\n \"20.217.13.96/28\",\r\n \"23.98.113.80/29\",\r\n \"40.69.111.208/28\",\r\n \"40.70.151.72/29\",\r\n \"40.70.151.192/31\",\r\n \"40.74.98.192/27\",\r\n \"40.79.141.152/29\",\r\n \"40.79.150.120/29\",\r\n \"40.79.163.154/31\",\r\n \"40.79.167.8/29\",\r\n \"40.79.171.226/31\",\r\n \"40.79.173.40/29\",\r\n \"40.79.189.58/31\",\r\n \"40.79.191.208/29\",\r\n \"40.79.197.34/31\",\r\n \"40.80.54.40/29\",\r\n \"40.120.9.64/29\",\r\n \"40.120.64.208/30\",\r\n \"40.120.77.180/30\",\r\n \"51.11.192.48/29\",\r\n \"51.13.1.20/30\",\r\n \"51.13.128.88/29\",\r\n \"51.103.205.164/30\",\r\n \"51.104.15.240/29\",\r\n \"51.104.15.252/31\",\r\n \"51.105.71.128/29\",\r\n \"51.105.71.136/31\",\r\n \"51.107.129.108/30\",\r\n \"51.107.193.8/29\",\r\n \"51.116.246.104/29\",\r\n \"51.116.253.168/29\",\r\n \"51.120.110.208/30\",\r\n \"51.120.214.152/30\",\r\n \"51.132.193.104/29\",\r\n \"51.132.193.112/31\",\r\n \"51.138.160.192/28\",\r\n \"52.138.229.66/31\",\r\n \"52.167.109.66/31\",\r\n \"52.167.111.136/29\",\r\n \"52.168.112.66/31\",\r\n \"52.168.117.168/29\",\r\n \"52.178.17.2/31\",\r\n \"52.178.17.232/29\",\r\n \"52.182.141.62/31\",\r\n \"52.182.143.208/29\",\r\n \"52.231.23.200/29\",\r\n \"52.231.151.192/28\",\r\n \"52.246.158.168/29\",\r\n \"68.221.43.80/28\",\r\n \"102.37.64.168/29\",\r\n \"102.37.72.192/30\",\r\n \"102.133.127.180/30\",\r\n \"102.133.254.208/30\",\r\n \"104.46.162.224/27\",\r\n \"104.208.16.88/29\",\r\n \"104.208.151.0/31\",\r\n \"104.211.81.232/29\",\r\n \"158.23.115.32/28\",\r\n \"191.234.150.100/30\",\r\n \"191.234.157.176/30\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"OneDSCollector\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"MicrosoftDefenderforIdentity\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/MicrosoftDefenderforIdentity\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"MicrosoftDefenderforIdentity\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Microsoft Defender for Identity\",\r\n \"communityValue\": \"12076:5220\",\r\n \"communityPrefixes\": [\r\n \"4.232.24.24/29\",\r\n \"20.17.48.24/29\",\r\n \"20.17.112.24/29\",\r\n \"20.21.32.24/29\",\r\n \"20.36.120.112/29\",\r\n \"20.37.64.112/29\",\r\n \"20.37.156.192/29\",\r\n \"20.37.195.8/29\",\r\n \"20.37.224.112/29\",\r\n \"20.38.84.96/29\",\r\n \"20.38.136.112/29\",\r\n \"20.39.11.16/29\",\r\n \"20.41.4.96/29\",\r\n \"20.41.65.128/29\",\r\n \"20.41.192.112/29\",\r\n \"20.42.4.192/29\",\r\n \"20.42.129.176/29\",\r\n \"20.42.224.112/29\",\r\n \"20.43.41.144/29\",\r\n \"20.43.65.136/29\",\r\n \"20.43.130.88/29\",\r\n \"20.45.112.112/29\",\r\n \"20.45.192.112/29\",\r\n \"20.51.14.64/29\",\r\n \"20.62.135.224/29\",\r\n \"20.66.6.80/29\",\r\n \"20.72.16.24/29\",\r\n \"20.82.244.24/29\",\r\n \"20.86.88.184/29\",\r\n \"20.113.248.104/29\",\r\n \"20.150.160.112/29\",\r\n \"20.189.106.120/29\",\r\n \"20.192.160.24/29\",\r\n \"20.192.225.16/29\",\r\n \"20.195.69.80/29\",\r\n \"20.215.0.24/29\",\r\n \"20.217.40.24/29\",\r\n \"40.67.48.112/29\",\r\n \"40.74.30.96/29\",\r\n \"40.80.56.112/29\",\r\n \"40.80.168.112/29\",\r\n \"40.80.188.16/29\",\r\n \"40.82.253.64/29\",\r\n \"40.89.16.112/29\",\r\n \"40.119.9.224/29\",\r\n \"51.12.46.232/29\",\r\n \"51.12.198.192/29\",\r\n \"51.53.24.24/29\",\r\n \"51.53.168.24/29\",\r\n \"51.104.25.144/29\",\r\n \"51.105.80.112/29\",\r\n \"51.105.88.112/29\",\r\n \"51.107.48.112/29\",\r\n \"51.107.144.112/29\",\r\n \"51.120.40.112/29\",\r\n \"51.120.224.112/29\",\r\n \"51.137.161.128/29\",\r\n \"51.143.192.112/29\",\r\n \"51.143.214.56/29\",\r\n \"52.136.48.112/29\",\r\n \"52.140.104.112/29\",\r\n \"52.150.139.64/29\",\r\n \"52.228.81.128/29\",\r\n \"57.151.208.24/29\",\r\n \"68.221.80.24/29\",\r\n \"70.153.152.24/29\",\r\n \"158.23.96.24/29\",\r\n \"172.204.152.24/29\",\r\n \"191.233.8.24/29\",\r\n \"191.235.225.136/29\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"MicrosoftDefenderforIdentity\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Microsoft Defender for Identity IPv6\",\r\n \"communityValue\": \"12076:5220\",\r\n \"communityPrefixes\": [\r\n \"2603:1000:4::140/123\",\r\n \"2603:1000:104:1::140/123\",\r\n \"2603:1010:6:1::140/123\",\r\n \"2603:1010:101::140/123\",\r\n \"2603:1010:304::140/123\",\r\n \"2603:1010:404::140/123\",\r\n \"2603:1010:502::180/123\",\r\n \"2603:1020:5:1::140/123\",\r\n \"2603:1020:206:1::140/123\",\r\n \"2603:1020:305::140/123\",\r\n \"2603:1020:405::140/123\",\r\n \"2603:1020:605::140/123\",\r\n \"2603:1020:705:1::140/123\",\r\n \"2603:1020:805:1::140/123\",\r\n \"2603:1020:905::140/123\",\r\n \"2603:1020:a04:1::140/123\",\r\n \"2603:1020:b04::140/123\",\r\n \"2603:1020:c04:1::140/123\",\r\n \"2603:1020:d04::140/123\",\r\n \"2603:1020:e04:1::140/123\",\r\n \"2603:1020:f04::140/123\",\r\n \"2603:1020:1004::140/123\",\r\n \"2603:1020:1104::140/123\",\r\n \"2603:1020:1204::180/123\",\r\n \"2603:1020:1302::180/123\",\r\n \"2603:1020:1403::180/123\",\r\n \"2603:1030:f:1::140/123\",\r\n \"2603:1030:10:1::140/123\",\r\n \"2603:1030:104:1::140/123\",\r\n \"2603:1030:107::140/123\",\r\n \"2603:1030:210:1::140/123\",\r\n \"2603:1030:40b:1::140/123\",\r\n \"2603:1030:40c:1::140/123\",\r\n \"2603:1030:504:1::140/123\",\r\n \"2603:1030:608::140/123\",\r\n \"2603:1030:702::180/123\",\r\n \"2603:1030:807:1::140/123\",\r\n \"2603:1030:902::180/123\",\r\n \"2603:1030:a07::140/123\",\r\n \"2603:1030:b04::140/123\",\r\n \"2603:1030:c06:1::140/123\",\r\n \"2603:1030:f05:1::140/123\",\r\n \"2603:1030:1005::140/123\",\r\n \"2603:1040:5:1::140/123\",\r\n \"2603:1040:207::140/123\",\r\n \"2603:1040:407:1::140/123\",\r\n \"2603:1040:606::140/123\",\r\n \"2603:1040:806::140/123\",\r\n \"2603:1040:904:1::140/123\",\r\n \"2603:1040:a06:1::140/123\",\r\n \"2603:1040:b04::140/123\",\r\n \"2603:1040:c06::140/123\",\r\n \"2603:1040:d04::140/123\",\r\n \"2603:1040:e05:1::560/123\",\r\n \"2603:1040:f05:1::140/123\",\r\n \"2603:1040:1002::c0/123\",\r\n \"2603:1040:1104::140/123\",\r\n \"2603:1040:1202::180/123\",\r\n \"2603:1040:1302::180/123\",\r\n \"2603:1040:1402::180/123\",\r\n \"2603:1040:1503::180/123\",\r\n \"2603:1040:1602::180/123\",\r\n \"2603:1040:1802:2::760/123\",\r\n \"2603:1050:6:1::140/123\",\r\n \"2603:1050:403::140/123\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"MicrosoftDefenderforIdentity\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureCommunicationServices\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCommunicationServices\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureCommunicationServices\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Communication Services\",\r\n \"communityValue\": \"12076:5240\",\r\n \"communityPrefixes\": [\r\n \"20.202.0.0/16\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCommunicationServices\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure Communication Services IPv6\",\r\n \"communityValue\": \"12076:5240\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureCommunicationServices\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"AzureSIPTrunking\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureSIPTrunking\",\r\n \"type\": \"Microsoft.Network/bgpServiceCommunities\",\r\n \"properties\": {\r\n \"serviceName\": \"AzureSIPTrunking\",\r\n \"bgpCommunities\": [\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SIP Trunking\",\r\n \"communityValue\": \"12076:5250\",\r\n \"communityPrefixes\": [\r\n \"52.120.0.0/15\"\r\n ],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSIPTrunking\"\r\n },\r\n {\r\n \"serviceSupportedRegion\": \"Global\",\r\n \"communityName\": \"Azure SIP Trunking IPv6\",\r\n \"communityValue\": \"12076:5250\",\r\n \"communityPrefixes\": [],\r\n \"isAuthorizedToUse\": true,\r\n \"serviceGroup\": \"AzureSIPTrunking\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "707782" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "b658794c-6ea7-4134-ac9f-614d91ea13f8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f3da56d7-4b3a-46d9-8e83-da4745b2ec46" + }, + { + "name": "x-ms-arm-service-request-id", + "value": "b9a44496-8b6c-4f60-b06a-7013c206ab8f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T103458Z:f3da56d7-4b3a-46d9-8e83-da4745b2ec46" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A3271829D71A4BA0BED33A0F7AF062F0 Ref B: MAA201060516011 Ref C: 2024-04-02T10:34:57Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:34:58 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 747, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:34:57.464Z", + "time": 1759, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1759 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/express-route/client.ts b/src/steps/resource-manager/express-route/client.ts new file mode 100644 index 00000000..ba873ea4 --- /dev/null +++ b/src/steps/resource-manager/express-route/client.ts @@ -0,0 +1,166 @@ +import { NetworkManagementClient } from '@azure/arm-network'; +import { + Client, + iterateAllResources, +} from '../../../azure/resource-manager/client'; +import { IntegrationWarnEventName } from '@jupiterone/integration-sdk-core'; +import { ApplicationGateway, BgpServiceCommunity, ExpressRouteCircuit, ExpressRouteCircuitConnection, ExpressRouteCrossConnection, PeerExpressRouteCircuitConnection } from '@azure/arm-network-latest'; + +export class ExpressRouteClient extends Client { + /** + * Retrieves all ExpressRoute circuit data from an Azure Subscription + * @param callback A callback function to be called after retrieving an ExpressRoute circuit + * @returns A promise that resolves to an array of EHNamespace objects + */ + public async iterateExpressRouteCircuit( + callback: (s: ExpressRouteCircuit) => void | Promise, + ): Promise { + const serviceClient = await this.getAuthenticatedServiceClient( + NetworkManagementClient, + ); + return iterateAllResources({ + logger: this.logger, + serviceClient, + resourceEndpoint: serviceClient.expressRouteCircuits, + resourceDescription: 'expressRouteCircuits', + callback, + }); + } + + /** + * Retrieves all BGP service communities from an Azure Subscription + * @param callback A callback function to be called after retrieving an BgpServiceCommunities + * @returns A promise that resolves to an array of EHNamespace objects + */ + public async iterateBgpServiceCommunities( + callback: (s: BgpServiceCommunity) => void | Promise, + ): Promise { + const serviceClient = await this.getAuthenticatedServiceClient( + NetworkManagementClient, + ); + return iterateAllResources({ + logger: this.logger, + serviceClient, + resourceEndpoint: serviceClient.bgpServiceCommunities, + resourceDescription: 'bgpServiceCommunities', + callback, + }); + } + + /** + * Retrieves all application Gateways from an Azure Subscription + * @param callback A callback function to be called after retrieving an BgpServiceCommunities + * @returns A promise that resolves to an array of EHNamespace objects + */ + public async iterateApplicationGateway( + callback: (s: ApplicationGateway) => void | Promise, + ): Promise { + const serviceClient = await this.getAuthenticatedServiceClient( + NetworkManagementClient, + ); + return iterateAllResources({ + logger: this.logger, + serviceClient, + resourceEndpoint: serviceClient.applicationGateways, + resourceDescription: 'applicationGateways', + callback, + }); + } + + /** + * Retrieves all Peer Express Route connections associated with a specific Express Route circuit in an Azure Subscription. + * @param resourceGroup The name of the Resource Group containing the Express Route circuit. + * @param circuitName The name of the Express Route circuit. + * @param callback A callback function to be called with each retrieved Peer Express Route connection. + * @returns A promise that resolves once all Peer Express Route connections have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iteratePeerExpressRouteConnection( + resourceGroup, + circuitName, + callback: (s: PeerExpressRouteCircuitConnection) => void | Promise, + ): Promise { + const serviceClient = await this.getAuthenticatedServiceClient( + NetworkManagementClient, + ); + try { + for (const expressRouteCircuitConnection of await serviceClient.peerExpressRouteCircuitConnections.list( + resourceGroup, + circuitName, + "AzurePrivatePeering", + )) { + await callback(expressRouteCircuitConnection); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else { + throw err; + } + } + } + + /** + * Retrieves all Express Route cross connections from an Azure Subscription. + * @param callback A callback function to be called with each retrieved Express Route cross connection. + * @returns A promise that resolves once all Express Route cross connections have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateExpressRouteCrossConnection( + callback: (s: ExpressRouteCrossConnection) => void | Promise, + ): Promise { + const serviceClient = await this.getAuthenticatedServiceClient( + NetworkManagementClient, + ); + return iterateAllResources({ + logger: this.logger, + serviceClient, + resourceEndpoint: serviceClient.expressRouteCrossConnections, + resourceDescription: 'expressRouteCrossConnections', + callback, + }); + } + + /** + * Retrieves all Express Route circuit connections associated with a specific Express Route circuit and peering in an Azure Subscription. + * @param resourceGroupName The name of the Resource Group containing the Express Route circuit. + * @param circuitName The name of the Express Route circuit. + * @param peeringName The name of the peering associated with the Express Route circuit. + * @param callback A callback function to be called with each retrieved Express Route circuit connection. + * @returns A promise that resolves once all Express Route circuit connections have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateExpressRouteCircuitConnection( + resourceGroupName, + circuitName, + peeringName, + callback: (s: ExpressRouteCircuitConnection) => void | Promise, + ): Promise { + const serviceClient = await this.getAuthenticatedServiceClient( + NetworkManagementClient, + ); + try { + for (const expressRouteCircuitConnection of await serviceClient.expressRouteCircuitConnections.list( + resourceGroupName, + circuitName, + peeringName, + )) { + await callback(expressRouteCircuitConnection); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else { + throw err; + } + } + } +} diff --git a/src/steps/resource-manager/express-route/constants.ts b/src/steps/resource-manager/express-route/constants.ts new file mode 100644 index 00000000..19827da0 --- /dev/null +++ b/src/steps/resource-manager/express-route/constants.ts @@ -0,0 +1,229 @@ +import { + generateRelationshipType, + RelationshipClass, +} from '@jupiterone/integration-sdk-core'; +import { entities } from '../subscriptions/constants'; +export const STEP_AZURE_EXPRESS_ROUTE_CIRCUIT = + 'rm-azure-express-route-circuit'; +export const STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION = + 'rm-azure-peer-express-route-connection'; +export const STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION = + 'rm-azure-express-route-circuit-connection'; +export const STEP_AZURE_BGP_SERVICE_COMMUNITIES = + 'rm-azure-bgp-service-communities'; +export const STEP_AZURE_EXPRESS_ROUTE = 'rm-azure-express-route'; +export const STEP_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION = + 'rm-azure-express-route-cross-connection'; +export const STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION = + 'rm-azure-express-route-circuit-has-azure-peer-express-route-connection-relation'; +export const STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION = + 'rm-azure-express-route-has-azure-express-route-circuit-relation'; +export const STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION = + 'rm-azure-express-route-has-azure-express-route-circuit-connection-relation'; +export const STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION = + 'rm-azure-express-route-circuit-has-azure-express-route-circuit-connection-relation'; +export const STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION_RELATION = + 'rm-azure-express-route-has-azure-express-route-cross-connection-relation'; +export const STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION = + 'rm-azure-express-route-has-azure-peer-express-route-connection-relation'; +export const STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION = + 'rm-azure-subscription-has-azure-bgp-service-communities-relation'; +export const STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION = + 'rm-azure-bgp-service-communities-has-azure-express-route-relation'; +export const STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION = + 'rm-azure-express-route-has-azure-application-gateway-relation'; +export const STEP_AZURE_APPLICATION_GATEWAY = 'rm-azure-application-gateway'; + +export const ExpressRouteEntities = { + AZURE_EXPRESS_ROUTE_CIRCUIT: { + _type: 'azure_expressroute_circuit', + _class: ['Network'], + resourceName: '[RM] Azure Express Route Circuit', + schema: { + properties: { + CIDR: { exclude: true }, + internal: { exclude: true }, + }, + }, + }, + AZURE_PEER_EXPRESS_ROUTE_CONNECTION: { + _type: 'azure_peer_expressroute_circut_connection', + _class: ['Network'], + schema: { + properties: { + CIDR: { exclude: true }, + internal: { exclude: true }, + }, + }, + resourceName: '[RM] Azure Peer Express Route Circuit Connection', + }, + AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION: { + _type: 'azure_expressroute_circuit_connection', + _class: ['Network'], + schema: { + properties: { + CIDR: { exclude: true }, + internal: { exclude: true }, + }, + }, + resourceName: '[RM] Azure Express Route Circuit Connections', + }, + AZURE_EXPRESS_ROUTE_CROSS_CONNECTION: { + _type: 'azure_expressroute_cross_connection', + _class: ['Network'], + schema: { + properties: { + CIDR: { exclude: true }, + internal: { exclude: true }, + }, + }, + resourceName: '[RM] Azure Express Route Cross Connections', + }, + AZURE_EXPRESS_ROUTE: { + _type: 'azure_expressroute', + _class: ['Service'], + schema: { + properties: { + CIDR: { exclude: true }, + internal: { exclude: true }, + }, + }, + resourceName: '[RM] Azure Express Route', + }, + AZURE_BGP_SERVICE_COMMUNITIES: { + _type: 'azure_bgp_service_communities', + _class: ['Network'], + schema: { + properties: { + CIDR: { exclude: true }, + internal: { exclude: true }, + }, + }, + resourceName: '[RM] Azure Bgp Service Communities', + }, + AZURE_APPLICATION_GATEWAY: { + _type: 'azure_application_gateway', + _class: ['Network'], + schema: { + properties: { + CIDR: { exclude: true }, + internal: { exclude : true }, + }, + }, + resourceName: 'Azure Application Gateway', + }, +}; + +export const ExpressRouteRelationships = { + AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION: { + _type: generateRelationshipType( + RelationshipClass.HAS, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT, + ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + ), + sourceType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._type, + _class: RelationshipClass.HAS, + targetType: ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION._type, + }, + + AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION: { + _type: generateRelationshipType( + RelationshipClass.HAS, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + ), + sourceType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._type, + _class: RelationshipClass.HAS, + targetType: + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION._type, + }, + + AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT: { + _type: generateRelationshipType( + RelationshipClass.HAS, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT, + ), + sourceType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + _class: RelationshipClass.HAS, + targetType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + }, + + AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION: { + _type: generateRelationshipType( + RelationshipClass.HAS, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + ), + sourceType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + _class: RelationshipClass.HAS, + targetType: + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION._type, + }, + + AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION: { + _type: generateRelationshipType( + RelationshipClass.HAS, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE, + ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + ), + sourceType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + _class: RelationshipClass.HAS, + targetType: ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION._type, + }, + + AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION: { + _type: generateRelationshipType( + RelationshipClass.HAS, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CROSS_CONNECTION, + ), + sourceType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + _class: RelationshipClass.HAS, + targetType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CROSS_CONNECTION._type, + }, + + AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE: { + _type: generateRelationshipType( + RelationshipClass.HAS, + ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE, + ), + sourceType: ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES._type, + _class: RelationshipClass.HAS, + targetType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + }, + + AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY: { + _type: generateRelationshipType( + RelationshipClass.HAS, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE, + ExpressRouteEntities.AZURE_APPLICATION_GATEWAY, + ), + sourceType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + _class: RelationshipClass.HAS, + targetType: ExpressRouteEntities.AZURE_APPLICATION_GATEWAY._type, + }, + + AZURE_SUBSCRIPTION_HAS_AZURE_EXPRESS_ROUTE: { + _type: generateRelationshipType( + RelationshipClass.HAS, + entities.SUBSCRIPTION, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE, + ), + sourceType: entities.SUBSCRIPTION._type, + _class: RelationshipClass.HAS, + targetType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + }, + + AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES: { + _type: generateRelationshipType( + RelationshipClass.HAS, + entities.SUBSCRIPTION, + ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES, + ), + sourceType: entities.SUBSCRIPTION._type, + _class: RelationshipClass.HAS, + targetType: ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES._type, + }, +}; diff --git a/src/steps/resource-manager/express-route/converters.ts b/src/steps/resource-manager/express-route/converters.ts new file mode 100644 index 00000000..452773c4 --- /dev/null +++ b/src/steps/resource-manager/express-route/converters.ts @@ -0,0 +1,228 @@ +import { + Entity, + createIntegrationEntity, +} from '@jupiterone/integration-sdk-core'; +import { AzureWebLinker } from '../../../azure'; +import { ExpressRouteEntities } from './constants'; +import { generateEntityKey } from '../../../utils/generateKeys'; +import { + ApplicationGateway, + BgpServiceCommunity, + ExpressRouteCircuit, + ExpressRouteCircuitConnection, + ExpressRouteCrossConnection, + PeerExpressRouteCircuitConnection, +} from '@azure/arm-network-latest'; + +// If uniqueId is undefined or not of correct type, raise error +const validateUniqeId = generateEntityKey; + +export function getazureExpressRouteKey(uniqueId: string, entityType: string) { + validateUniqeId(uniqueId); + return `${entityType}:${uniqueId}`; +} + +function getEntityFromId(id: string, entityName): string { + const parts = id.split('/'); + const index = parts.indexOf(entityName); + if (index !== -1 && index + 1 < parts.length) { + return parts[index + 1]; + } else { + throw new Error('Invalid id format'); + } +} + +export function createAzureExpressRouteCircuitConnectionEntity( + webLinker: AzureWebLinker, + data: ExpressRouteCircuitConnection, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION._type, + _class: + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION._class, + webLink: webLinker.portalResourceUrl(data.id), + public: false, + id: data.id, + name: data.name, + provisioningState: data.provisioningState, + addressPrefix: data.addressPrefix, + authorizationKey: data.authorizationKey, + circuitConnectionStatus: data.circuitConnectionStatus, + etag: data.etag, + peerExpressRouteCircuitPeeringId: + data.peerExpressRouteCircuitPeering?.id, + type: data.type, + authKey: data.authorizationKey, + peeringId: data.peerExpressRouteCircuitPeering?.id, + }, + }, + }); +} + +export function createAzureExpressRouteCrossConnectionEntity( + webLinker: AzureWebLinker, + data: ExpressRouteCrossConnection, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CROSS_CONNECTION._type, + _class: + ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CROSS_CONNECTION._class, + webLink: webLinker.portalResourceUrl(data.id), + id: data.id, + name: data.name, + public: false, + bandwidthInMbps: data.bandwidthInMbps, + etag: data.etag, + expressRouteCircuitId: data.expressRouteCircuit?.id, + location: data.location, + peeringLocation: data.peeringLocation, + serviceProviderProvisioningState: data.serviceProviderProvisioningState, + primaryAzurePort: data.primaryAzurePort, + secondaryAzurePort: data.secondaryAzurePort, + serviceProviderNotes: data.serviceProviderNotes, + }, + }, + }); +} + +export function createAzureBgpServiceCommunitiesEntity( + webLinker: AzureWebLinker, + data: BgpServiceCommunity, + subscriptionKey, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES._type, + _class: ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES._class, + webLink: webLinker.portalResourceUrl(data.id), + subscriptionKey: subscriptionKey, + public: false, + id: data.id, + name: data.name, + type: data.type, + serviceName: data.serviceName, + location: data.location, + }, + }, + }); +} + +export function createAzureApplicationGatewayEntity( + webLinker: AzureWebLinker, + data: ApplicationGateway, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: ExpressRouteEntities.AZURE_APPLICATION_GATEWAY._type, + _class: ExpressRouteEntities.AZURE_APPLICATION_GATEWAY._class, + webLink: webLinker.portalResourceUrl(data.id), + public: false, + name: data.name, + id: data.id, + etag: data.etag, + type: data.type, + location: data.location, + provisioningState: data.provisioningState, + resourceGuid: data.resourceGuid, + operationalState: data.operationalState, + skuName: data.sku?.name + }, + }, + }); +} + +export function createAzurePeerExpressRouteCircuitConnectionEntity( + webLinker: AzureWebLinker, + data: PeerExpressRouteCircuitConnection, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION._type, + _class: ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION._class, + webLink: webLinker.portalResourceUrl(data.id), + resourceGroups: getEntityFromId(data.id as string, 'resourceGroups'), + circuitName: getEntityFromId(data.id as string, 'expressRouteCircuits'), + public: false, + id: data.id, + name: data.name, + addressPrefix: data.addressPrefix, + authResourceGuid: data.authResourceGuid, + connectionName: data.connectionName, + etag: data.etag, + expressRouteCircuitPeeringId: data.expressRouteCircuitPeering?.id, + peerExpressRouteCircuitPeeringId: + data.peerExpressRouteCircuitPeering?.id, + provisioningState: data.provisioningState, + type: data.type, + }, + }, + }); +} + +export function createAzureExpressRouteEntity( + instnaceId: string, + subscriptionKey, +): Entity { + return createIntegrationEntity({ + entityData: { + source: undefined, + assign: { + _key: getazureExpressRouteKey( + instnaceId, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + ), + _type: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + _class: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._class, + name: ExpressRouteEntities.AZURE_EXPRESS_ROUTE.resourceName, + category: ['network'], + function: ['provisioning', 'encryption', 'networking'], + endpoint: 'https://portal.azure.com', + subscriptionKey: subscriptionKey, + }, + }, + }); +} + +export function createAzureExpressRouteCircuitEntity( + webLinker: AzureWebLinker, + data: ExpressRouteCircuit, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: data.id as string, + _type: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._type, + _class: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._class, + webLink: webLinker.portalResourceUrl(data.id), + resourceGroups: getEntityFromId(data.id as string, 'resourceGroups'), + public: false, + name: data.name, + id: data.id, + circuitProvisioningState: data.circuitProvisioningState, + location: data.location, + type: data.type, + serviceKey: data.serviceKey, + etag: data.etag + }, + }, + }); +} diff --git a/src/steps/resource-manager/express-route/index.test.ts b/src/steps/resource-manager/express-route/index.test.ts new file mode 100644 index 00000000..ff00b74e --- /dev/null +++ b/src/steps/resource-manager/express-route/index.test.ts @@ -0,0 +1,378 @@ +import { + Recording, + executeStepWithDependencies, +} from '@jupiterone/integration-sdk-testing'; +import { getStepTestConfigForStep } from '../../../../test/integrationInstanceConfig'; +import { + setupAzureRecording, + getMatchRequestsBy, +} from '../../../../test/helpers/recording'; +import { STEP_AZURE_APPLICATION_GATEWAY, STEP_AZURE_BGP_SERVICE_COMMUNITIES, STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION, STEP_AZURE_EXPRESS_ROUTE, STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION, STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION} from './constants'; + +let recording: Recording; + +afterEach(async () => { + if (recording) { + await recording.stop(); + } +}); +test( + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE_CIRCUIT); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION); + + recording = setupAzureRecording( + { + name: STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_BGP_SERVICE_COMMUNITIES, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_BGP_SERVICE_COMMUNITIES); + + recording = setupAzureRecording( + { + name: STEP_AZURE_BGP_SERVICE_COMMUNITIES, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION); + + recording = setupAzureRecording( + { + name: STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_APPLICATION_GATEWAY, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_APPLICATION_GATEWAY); + + recording = setupAzureRecording( + { + name: STEP_AZURE_APPLICATION_GATEWAY, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test( + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION); + + recording = setupAzureRecording( + { + name: STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +// test( +// STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION_RELATION, +// async () => { +// const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION_RELATION); + +// recording = setupAzureRecording( +// { +// name: STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION_RELATION, +// directory: __dirname, +// options: { +// matchRequestsBy: getMatchRequestsBy({ +// config: stepTestConfig.instanceConfig, +// }), +// }, +// }, +// stepTestConfig.instanceConfig, +// ); + +// const stepResults = await executeStepWithDependencies(stepTestConfig); +// expect(stepResults).toMatchStepMetadata(stepTestConfig); +// }, +// 100_000, +// ); + +test( + STEP_AZURE_EXPRESS_ROUTE, + async () => { + const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE); + + recording = setupAzureRecording( + { + name: STEP_AZURE_EXPRESS_ROUTE, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + + +//test( +// STEP_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION, +// async () => { +// const stepTestConfig = getStepTestConfigForStep(STEP_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION); + +// recording = setupAzureRecording( +// { +// name: STEP_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION, +// directory: __dirname, +// options: { +// matchRequestsBy: getMatchRequestsBy({ +// config: stepTestConfig.instanceConfig, +// }), +// }, +// }, +// stepTestConfig.instanceConfig, +// ); + +// const stepResults = await executeStepWithDependencies(stepTestConfig); +// expect(stepResults).toMatchStepMetadata(stepTestConfig); +// }, +// 100_000, +// ); diff --git a/src/steps/resource-manager/express-route/index.ts b/src/steps/resource-manager/express-route/index.ts new file mode 100644 index 00000000..4812f85c --- /dev/null +++ b/src/steps/resource-manager/express-route/index.ts @@ -0,0 +1,687 @@ +import { createAzureWebLinker } from '../../../azure'; +import { IntegrationStepContext, AzureIntegrationStep } from '../../../types'; +import { getAccountEntity } from '../../active-directory'; +import { STEP_AD_ACCOUNT } from '../../active-directory/constants'; +import { ExpressRouteClient } from './client'; +import { + ExpressRouteRelationships, + ExpressRouteEntities, + STEP_AZURE_APPLICATION_GATEWAY, + STEP_AZURE_BGP_SERVICE_COMMUNITIES, + STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, + STEP_AZURE_EXPRESS_ROUTE, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + // STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION, + STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION, + STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION, + // STEP_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, +} from './constants'; +import { + createAzureApplicationGatewayEntity, + createAzureBgpServiceCommunitiesEntity, + createAzureExpressRouteCircuitConnectionEntity, + createAzureExpressRouteCircuitEntity, + createAzureExpressRouteCrossConnectionEntity, + createAzureExpressRouteEntity, + createAzurePeerExpressRouteCircuitConnectionEntity, + getazureExpressRouteKey, +} from './converters'; +import { INGESTION_SOURCE_IDS } from '../../../constants'; +import { + IntegrationMissingKeyError, + RelationshipClass, + createDirectRelationship, +} from '@jupiterone/integration-sdk-core'; +import { entities, steps } from '../subscriptions/constants'; + +export async function fetchAzureExpressRouteCircuit( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + + const client = new ExpressRouteClient(instance.config, logger); + + // Fetch all expressRouteCircuits + await client.iterateExpressRouteCircuit(async (expressRouteCircuit) => { + const expressRouteCircuitEntity = createAzureExpressRouteCircuitEntity( + webLinker, + expressRouteCircuit, + ); + await jobState.addEntity(expressRouteCircuitEntity); + }); +} + +export async function fetchAzureExpressRoute( + executionContext: IntegrationStepContext, +): Promise { + const { instance, jobState } = executionContext; + // create Express Route service + await jobState.addEntity(createAzureExpressRouteEntity(instance.id, instance.config.subscriptionId)); + + // if subscription id is not present integartion will throw error while validating config + const subscriptionKey = `/subscriptions/${instance.config.subscriptionId}`; + const azureExpressRouteKey = getazureExpressRouteKey( + instance.id as string, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + ); + + if (!jobState.hasKey(azureExpressRouteKey)) { + throw new IntegrationMissingKeyError( + `Express Route Service Key Missing ${subscriptionKey}`, + ); + } + // add subscription and express route service relationship + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: subscriptionKey, + fromType: entities.SUBSCRIPTION._type, + toKey: azureExpressRouteKey, + toType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + }), + ); +} +export async function buildAzureExpressRouteExpressRouteCircuitRelation( + executionContext: IntegrationStepContext, +) { + const { instance, jobState } = executionContext; + const expressRouteKey = getazureExpressRouteKey( + instance.id, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + ); + + if (!jobState.hasKey(expressRouteKey)) { + throw new IntegrationMissingKeyError( + `Express Route Service Key Missing ${expressRouteKey}`, + ); + } + + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._type }, + async (azureExpressRouteCircuitEntity) => { + if (!jobState.hasKey(azureExpressRouteCircuitEntity._key)) { + throw new IntegrationMissingKeyError( + `azureExpressRouteCircuitEntity Key Missing ${azureExpressRouteCircuitEntity._key}`, + ); + } + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: expressRouteKey, + fromType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + toKey: azureExpressRouteCircuitEntity._key, + toType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._type, + }), + ); + }, + ); +} + + +export async function buildAzureExpressRoutePeerExpressRouteCircuitConnectionRelation( + executionContext: IntegrationStepContext, +) { + const { instance, jobState } = executionContext; + const expressRouteKey = getazureExpressRouteKey( + instance.id, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + ); + + if (!jobState.hasKey(expressRouteKey)) { + throw new IntegrationMissingKeyError( + `Express Route Service Key Missing ${expressRouteKey}`, + ); + } + + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION._type }, + async (azureExpressRouteConnectionEntity) => { + if (!jobState.hasKey(azureExpressRouteConnectionEntity._key)) { + throw new IntegrationMissingKeyError( + `azureExpressRouteConnectionEntity Key Missing ${azureExpressRouteConnectionEntity._key}`, + ); + } + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: expressRouteKey, + fromType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + toKey: azureExpressRouteConnectionEntity._key, + toType: ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION._type, + }), + ); + }, + ); +} + +export async function buildAzureExpressRouteCircuitPeerExpressRouteCircuitConnectionRelation(executionContext: IntegrationStepContext) { + { + { + const { jobState } = executionContext; + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION._type }, + async (azurePeerExpressRouteEntity) => { + // Find the index of the segment after expressRouteCircuits + const endIndex = azurePeerExpressRouteEntity._key.indexOf('/expressRouteCircuits') + '/expressRouteCircuits'.length; + + // Find the index of the next '/' after expressRouteCircuits + const nextSlashIndex = azurePeerExpressRouteEntity._key.indexOf('/', endIndex + 1); + + // Extract the substring up to the next '/' after expressRouteCircuits + const expressRouteCircuitEntityKey = azurePeerExpressRouteEntity._key.substring(0, nextSlashIndex); + + if (!jobState.hasKey(expressRouteCircuitEntityKey)) { + throw new IntegrationMissingKeyError( + `expressRouteCircuitEntity Key Missing ${expressRouteCircuitEntityKey}`, + ); + } + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: expressRouteCircuitEntityKey, + fromType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._type, + toKey: azurePeerExpressRouteEntity._key, + toType: ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION._type, + }), + ); + }, + ); + } + } +} + +export async function buildAzureExpressRouteExpressRouteCrossConnectionRelation() { +} + +export async function buildAzureSubscriptionAndAzureBgpCommunitiesRelation( + executionContext: IntegrationStepContext) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES._type }, + async (bgpServiceCommunityEntity) => { + const subscriptionEntityKey = (bgpServiceCommunityEntity.subscriptionKey as string) + if (jobState.hasKey(subscriptionEntityKey)) { + // Check if the subscription key exists + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: subscriptionEntityKey, + fromType: entities.SUBSCRIPTION._type, + toKey: bgpServiceCommunityEntity._key, + toType: ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES._type, + }), + ); + } else { + throw new IntegrationMissingKeyError( + `Build Azure Subscription Azure Bgp Service Communities Relationship: ${subscriptionEntityKey} Missing.`, + ); + } + }, + ); +} + +export async function buildAzureSubscriptionAndAzureExpressRouteRelation(executionContext: IntegrationStepContext) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type }, + async (expressRouteEntity) => { + const subscriptionEntityKey = (expressRouteEntity.subscriptionKey as string) + if (jobState.hasKey(subscriptionEntityKey)) { + // Check if the subscription key exists + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: subscriptionEntityKey, + fromType: entities.SUBSCRIPTION._type, + toKey: expressRouteEntity._key, + toType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + }), + ); + } else { + throw new IntegrationMissingKeyError( + `Build Azure Subscription Azure Express Route Relationship: ${subscriptionEntityKey} Missing.`, + ); + } + }, + ); +} + +export async function buildAzureExpressRouteExpressRouteCircuitConnectionRelation( + executionContext: IntegrationStepContext, +) { + const { instance, jobState } = executionContext; + const expressRouteKey = getazureExpressRouteKey( + instance.id, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + ); + + if (!jobState.hasKey(expressRouteKey)) { + throw new IntegrationMissingKeyError( + `Express Route Service Key Missing ${expressRouteKey}`, + ); + } + + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION._type }, + async (azureExpressRouteCircuitConnectionEntity) => { + if (!jobState.hasKey(azureExpressRouteCircuitConnectionEntity._key)) { + throw new IntegrationMissingKeyError( + `azureExpressRouteCircuitConnectionEntity Key Missing ${azureExpressRouteCircuitConnectionEntity._key}`, + ); + } + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: expressRouteKey, + fromType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + toKey: azureExpressRouteCircuitConnectionEntity._key, + toType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION._type, + }), + ); + }, + ); +} + +export async function buildAzureExpressRouteCircuitExpressRouteCircuitConnectionRelation(executionContext: IntegrationStepContext) { + { + { + const { jobState } = executionContext; + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION._type }, + async (azureExpressRouteCircuitConnectionEntity) => { + // Find the index of the segment after expressRouteCircuits + const endIndex = azureExpressRouteCircuitConnectionEntity._key.indexOf('/expressRouteCircuits') + '/expressRouteCircuits'.length; + + // Find the index of the next '/' after expressRouteCircuits + const nextSlashIndex = azureExpressRouteCircuitConnectionEntity._key.indexOf('/', endIndex + 1); + + // Extract the substring up to the next '/' after expressRouteCircuits + const expressRouteCircuitEntityKey = azureExpressRouteCircuitConnectionEntity._key.substring(0, nextSlashIndex); + + if (!jobState.hasKey(expressRouteCircuitEntityKey)) { + throw new IntegrationMissingKeyError( + `expressRouteCircuitEntity Key Missing ${expressRouteCircuitEntityKey}`, + ); + } + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: expressRouteCircuitEntityKey, + fromType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._type, + toKey: azureExpressRouteCircuitConnectionEntity._key, + toType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION._type, + }), + ); + }, + ); + } + } +} + +export async function buildAzureExpressRouteApplicationGatewayRelation( + executionContext: IntegrationStepContext, +) { + { + const { instance, jobState } = executionContext; + const expressRouteKey = getazureExpressRouteKey( + instance.id, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + ); + + if (!jobState.hasKey(expressRouteKey)) { + throw new IntegrationMissingKeyError( + `Express Route Service Key Missing ${expressRouteKey}`, + ); + } + + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_APPLICATION_GATEWAY._type }, + async (applicationGatewayEntity) => { + if (!jobState.hasKey(applicationGatewayEntity._key)) { + throw new IntegrationMissingKeyError( + `applicationGatewayEntity Key Missing ${applicationGatewayEntity._key}`, + ); + } + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: expressRouteKey, + fromType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + toKey: applicationGatewayEntity._key, + toType: ExpressRouteEntities.AZURE_APPLICATION_GATEWAY._type, + }), + ); + }, + ); + } +} + +export async function buildAzureBgpServiceCommunitiesAzureExpressRouteRelation(executionContext: IntegrationStepContext) { + const { instance, jobState } = executionContext; + const expressRouteKey = getazureExpressRouteKey( + instance.id, + ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + ); + + if (!jobState.hasKey(expressRouteKey)) { + throw new IntegrationMissingKeyError( + `Express Route Service Key Missing ${expressRouteKey}`, + ); + } + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES._type }, + async (bgpServiceCommunityEntity) => { + if (!jobState.hasKey(bgpServiceCommunityEntity._key)) { + throw new IntegrationMissingKeyError( + `bgpServiceCommunityEntity Key Missing ${bgpServiceCommunityEntity._key}`, + ); + } + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: bgpServiceCommunityEntity._key, + fromType: ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES._type, + toKey: expressRouteKey, + toType: ExpressRouteEntities.AZURE_EXPRESS_ROUTE._type, + }), + ); + }, + ); + +} + +export async function fetchAzureExpressRouteCircuitConnection( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new ExpressRouteClient(instance.config, logger); + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._type }, + async (expressRouteCircuitEntity) => { + const resourceGroups = expressRouteCircuitEntity.resourceGroups as string; + const circuitName = expressRouteCircuitEntity.name as string; + + await client.iterateExpressRouteCircuitConnection( + resourceGroups, + circuitName, + "AzurePrivatePeering", + async (routeCircuitConnection) => { + const routeCircuitConnectionEntity = createAzureExpressRouteCircuitConnectionEntity( + webLinker, + routeCircuitConnection, + ); + await jobState.addEntity(routeCircuitConnectionEntity); + }, + ); + }, + ); +} + +export async function fetchAzureExpressRouteCrossConnection( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new ExpressRouteClient(instance.config, logger); + + // Fetch all Azure Express Route Cross connections + await client.iterateExpressRouteCrossConnection( + async (expressRouteCrossConnection) => { + const expressRouteCrossConnectionEntity = + createAzureExpressRouteCrossConnectionEntity( + webLinker, + expressRouteCrossConnection, + ); + await jobState.addEntity(expressRouteCrossConnectionEntity); + }, + ); +} + +export async function fetchAzurePeerExpressRouteConnection( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new ExpressRouteClient(instance.config, logger); + + await jobState.iterateEntities( + { _type: ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT._type }, + async (expressRouteEntity) => { + const resourceGroups = expressRouteEntity.resourceGroups as string; + const circuitName = expressRouteEntity.name as string; + await client.iteratePeerExpressRouteConnection( + resourceGroups, + circuitName, + async (peerConnection) => { + const peerConnectionEntity = createAzurePeerExpressRouteCircuitConnectionEntity( + webLinker, + peerConnection, + ); + await jobState.addEntity(peerConnectionEntity); + }, + ); + }, + ); +} + +export async function fetchAzureBgpServiceCommunities( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new ExpressRouteClient(instance.config, logger); + + const subscriptionKey = `/subscriptions/${instance.config.subscriptionId}`; + + // Fetch all Azure Bgp service Communities + await client.iterateBgpServiceCommunities(async (bgpServiceCommunity) => { + const bgpServiceCommunityEntity = createAzureBgpServiceCommunitiesEntity( + webLinker, + bgpServiceCommunity, + subscriptionKey + ); + await jobState.addEntity(bgpServiceCommunityEntity); + }); +} + +export async function fetchAzureApplicationGateway( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + const client = new ExpressRouteClient(instance.config, logger); + + // Fetch all Azure Application Gateway + await client.iterateApplicationGateway(async (applicationGateway) => { + const applicationGatewayEntity = createAzureApplicationGatewayEntity( + webLinker, + applicationGateway, + ); + await jobState.addEntity(applicationGatewayEntity); + }); +} + +export const expressRouteSteps: AzureIntegrationStep[] = [ + { + id: STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, + name: 'Express Route Circuit', + entities: [ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT], + relationships: [ + ], + dependsOn: [STEP_AD_ACCOUNT], + executionHandler: fetchAzureExpressRouteCircuit, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_EXPRESS_ROUTE, + name: 'Azure Express Route', + entities: [ExpressRouteEntities.AZURE_EXPRESS_ROUTE], + relationships: [ + ExpressRouteRelationships.AZURE_SUBSCRIPTION_HAS_AZURE_EXPRESS_ROUTE, + ], + dependsOn: [steps.SUBSCRIPTION], + executionHandler: fetchAzureExpressRoute, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_RELATION, + name: 'Build Azure Express Route Has Express Route Circuit', + entities: [], + relationships: [ + ExpressRouteRelationships.AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT, + ], + dependsOn: [STEP_AZURE_EXPRESS_ROUTE, STEP_AZURE_EXPRESS_ROUTE_CIRCUIT], + executionHandler: buildAzureExpressRouteExpressRouteCircuitRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + // { + // id: STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION_RELATION, + // name: 'Azure Express Route', + // entities: [], + // relationships: [ + // ExpressRouteRelationships.AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION, + // ], + // dependsOn: [steps.SUBSCRIPTION, STEP_AZURE_EXPRESS_ROUTE], + // executionHandler: buildAzureExpressRouteExpressRouteCrossConnectionRelation, + // ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + // }, + { + id: STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + name: 'Build Azure Express Route and Azure Peer Express Route Connection', + entities: [], + relationships: [ + ExpressRouteRelationships.AZURE_EXPRESS_ROUTE_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + ], + dependsOn: [STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, STEP_AZURE_EXPRESS_ROUTE], + executionHandler: buildAzureExpressRoutePeerExpressRouteCircuitConnectionRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION_RELATION, + name: 'Build Azure Express Route Circuit and Azure Peer Express Route Connection', + entities: [], + relationships: [ + ExpressRouteRelationships.AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + ], + dependsOn: [STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, STEP_AZURE_EXPRESS_ROUTE_CIRCUIT], + executionHandler: buildAzureExpressRouteCircuitPeerExpressRouteCircuitConnectionRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY_RELATION, + name: 'Build Azure Express Route and Azure Application Gateway Relation', + entities: [], + relationships: [ + ExpressRouteRelationships.AZURE_EXPRESS_ROUTE_HAS_AZURE_APPLICATION_GATEWAY, + ], + dependsOn: [STEP_AZURE_APPLICATION_GATEWAY, STEP_AZURE_EXPRESS_ROUTE], + executionHandler: buildAzureExpressRouteApplicationGatewayRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + name: 'Build Azure Express Route Circuit and Azure Express Route Circuit Connection Relation', + entities: [], + relationships: [ + ExpressRouteRelationships.AZURE_EXPRESS_ROUTE_CIRCUIT_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + ], + dependsOn: [STEP_AZURE_EXPRESS_ROUTE_CIRCUIT, STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION], + executionHandler: + buildAzureExpressRouteCircuitExpressRouteCircuitConnectionRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION_RELATION, + name: 'Build Azure Express Route and Azure Express Route Circuit Connection', + entities: [], + relationships: [ + ExpressRouteRelationships.AZURE_EXPRESS_ROUTE_HAS_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + ], + dependsOn: [STEP_AZURE_EXPRESS_ROUTE, STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION], + executionHandler: + buildAzureExpressRouteExpressRouteCircuitConnectionRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + // { + // id: STEP_AZURE_EXPRESS_ROUTE_CROSS_CONNECTION, + // name: 'Express Route Cross Circuit', + // entities: [ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CROSS_CONNECTION], + // relationships: [], + // dependsOn: [STEP_AD_ACCOUNT], + // executionHandler: fetchAzureExpressRouteCrossConnection, + // ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE + // }, + { + id: STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION, + name: 'Azure Peer Express Route Connection', + entities: [ExpressRouteEntities.AZURE_PEER_EXPRESS_ROUTE_CONNECTION], + relationships: [], + dependsOn: [STEP_AD_ACCOUNT, STEP_AZURE_EXPRESS_ROUTE_CIRCUIT], + executionHandler: fetchAzurePeerExpressRouteConnection, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION, + name: 'Express Route Circuit Connection', + entities: [ExpressRouteEntities.AZURE_EXPRESS_ROUTE_CIRCUIT_CONNECTION], + relationships: [], + dependsOn: [STEP_AD_ACCOUNT, STEP_AZURE_PEER_EXPRESS_ROUTE_CONNECTION], + executionHandler: fetchAzureExpressRouteCircuitConnection, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_BGP_SERVICE_COMMUNITIES, + name: 'Azure Bgp Service Communities', + entities: [ExpressRouteEntities.AZURE_BGP_SERVICE_COMMUNITIES], + relationships: [], + dependsOn: [STEP_AD_ACCOUNT], + executionHandler: fetchAzureBgpServiceCommunities, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES_RELATION, + name: 'Build Azure Subscription and Azure Bgp Service Communities Relation', + entities: [], + relationships: [ + ExpressRouteRelationships.AZURE_SUBSCRIPTION_HAS_AZURE_BGP_SERVICE_COMMUNITIES, + ], + dependsOn: [steps.SUBSCRIPTION, STEP_AZURE_BGP_SERVICE_COMMUNITIES], + executionHandler: buildAzureSubscriptionAndAzureBgpCommunitiesRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE_RELATION, + name: 'Build Azure Bgp Service Communities and Azure Express Route Relation', + entities: [], + relationships: [ExpressRouteRelationships.AZURE_BGP_SERVICE_COMMUNITIES_HAS_AZURE_EXPRESS_ROUTE], + dependsOn: [STEP_AZURE_BGP_SERVICE_COMMUNITIES, STEP_AZURE_EXPRESS_ROUTE], + executionHandler: buildAzureBgpServiceCommunitiesAzureExpressRouteRelation, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, + { + id: STEP_AZURE_APPLICATION_GATEWAY, + name: 'Azure Application Gateway', + entities: [ExpressRouteEntities.AZURE_APPLICATION_GATEWAY], + relationships: [], + dependsOn: [STEP_AD_ACCOUNT], + executionHandler: fetchAzureApplicationGateway, + ingestionSourceId: INGESTION_SOURCE_IDS.EXPRESS_ROUTE, + }, +]; diff --git a/src/steps/resource-manager/synapse/__recordings__/build-sql-pool-data-masking-policy-relationship_970422377/recording.har b/src/steps/resource-manager/synapse/__recordings__/build-sql-pool-data-masking-policy-relationship_970422377/recording.har new file mode 100644 index 00000000..132cb398 --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/build-sql-pool-data-masking-policy-relationship_970422377/recording.har @@ -0,0 +1,2187 @@ +{ + "log": { + "_recordingName": "build-sql-pool-data-masking-policy-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:58.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bdd354d0-5a0c-49f6-9de3-cc1da7c3c700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:57 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 770, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:57.895Z", + "time": 906, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 906 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "8ca005d1-528b-ff3a-30cf-6a1ad24ee9ab" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "9c4b3a38-78fa-4d75-b3ee-c28bbd4fbba6" + }, + { + "name": "client-request-id", + "value": "8ca005d1-528b-ff3a-30cf-6a1ad24ee9ab" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF0000027C\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:58 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:58.809Z", + "time": 386, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 386 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b2dc0e5e-3ac0-4271-988e-277373789977" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:10:00.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3775fa8c-717c-4872-9b6f-bed732c5f700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:59 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:59.799Z", + "time": 346, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 346 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ab52d1aa-db99-4cd5-84f9-37434e645f7c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "5e11ad71-03ff-48d5-b43e-be8737047bec" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "ae6227d3-2539-4836-9f81-f4da2bffcdc8" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T071000Z:ae6227d3-2539-4836-9f81-f4da2bffcdc8" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 8B2E3A330BF74BC2BE94344C62675308 Ref B: MAA201060513021 Ref C: 2024-03-27T07:10:00Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:10:00 GMT" + } + ], + "headersSize": 659, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:10:00.153Z", + "time": 349, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 349 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6b5531cd-d0d4-4fc1-ad24-5477ba8ae598" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:10:00.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "d895cefd-1402-4d05-b0e0-0f7b5f341701" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:10:00 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:10:00.507Z", + "time": 406, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 406 + } + }, + { + "_id": "c33e952885bca3fe7d01e5610ef598d8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a95998e3-d24c-4528-9539-6c35fb56a886" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1836, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools?api-version=2021-06-01" + }, + "response": { + "bodySize": 508, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 508, + "text": "{\"value\":[{\"properties\":{\"status\":\"Online\",\"maxSizeBytes\":263882790666240,\"collation\":\"SQL_Latin1_General_CP1_CI_AS\",\"creationDate\":\"2024-03-22T05:53:31.187Z\",\"storageAccountType\":\"GRS\",\"provisioningState\":\"Succeeded\"},\"sku\":{\"name\":\"DW200c\",\"capacity\":0},\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest\",\"name\":\"sqlpooltest\",\"type\":\"Microsoft.Synapse/workspaces/sqlPools\",\"location\":\"eastus\",\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "508" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "321b104b-ca8a-45e9-865d-c7555e6569df" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d4b21aca-6f20-41c0-8059-fe93da9e4e46" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T071003Z:d4b21aca-6f20-41c0-8059-fe93da9e4e46" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BE60DA76C05D48929A660AD69A36C56C Ref B: MAA201060513021 Ref C: 2024-03-27T07:10:00Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:10:03 GMT" + } + ], + "headersSize": 656, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:10:00.921Z", + "time": 2962, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 2962 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8db32b0a-6f00-4828-ac43-941f9e0349fc" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:10:04.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3b5a344b-816c-405e-93e4-1370791f1c01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:10:03 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:10:03.892Z", + "time": 308, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 308 + } + }, + { + "_id": "be3035b8f08476455b6e6dc315847b6d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8c2ded1d-fe4e-46b3-a47a-0c97e823bdb1" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1876, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest/dataMaskingPolicies/Default?api-version=2021-06-01" + }, + "response": { + "bodySize": 568, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 568, + "text": "{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest/dataMaskingPolicies/Default\",\"name\":\"Default\",\"type\":\"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies\",\"location\":\"East US\",\"kind\":null,\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest\",\"properties\":{\"dataMaskingState\":\"Enabled\",\"applicationPrincipals\":\"\",\"exemptPrincipals\":\"\",\"maskingLevel\":\"\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "568" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "2cf148b9-f7c5-4331-8830-abf67eddc0cd" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c17654c9-c1a4-4146-94fb-bbcaa26125ac" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T071005Z:c17654c9-c1a4-4146-94fb-bbcaa26125ac" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3E369B7CA252404DB32F43521A8CCD54 Ref B: MAA201060513021 Ref C: 2024-03-27T07:10:04Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:10:05 GMT" + } + ], + "headersSize": 658, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:10:04.208Z", + "time": 1207, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1207 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3ce00512-a422-4c91-92a5-d379bac5433c" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:42.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "505612f0-2eae-4c49-a95a-abc25d3a1f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:42 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:42.592Z", + "time": 131, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 131 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e6469ccb-38ee-4177-9a0d-17f64a55ddf9" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:42.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "978fe1a2-fdff-4c7f-847f-4b04f8168200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:42 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:42.850Z", + "time": 279, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 279 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "65da2c7e-4a87-4ddf-be8c-a92bea0eb110" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "dc3edad6-9590-473a-b884-9c2a27621500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:42 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:43.146Z", + "time": 141, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 141 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "42640bf8-aa6e-4189-a9f7-65d57ae8b94f" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e26abd53-0caf-4daa-981e-50f7ba7b2a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:43 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:43.292Z", + "time": 298, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 298 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d85ba644-3e5a-405b-9545-2093419140f9" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "60941153-ef0e-40f7-af5c-701102209300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:43 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:43.616Z", + "time": 77, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 77 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c22a61cf-cfe4-4397-a629-5096f904ee6f" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2d686555-721f-4ebd-b872-7aa4d51e6a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:43 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:43.699Z", + "time": 255, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 255 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/build-synapse-service-key-relationship_2757803902/recording.har b/src/steps/resource-manager/synapse/__recordings__/build-synapse-service-key-relationship_2757803902/recording.har new file mode 100644 index 00000000..b7152b9a --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/build-synapse-service-key-relationship_2757803902/recording.har @@ -0,0 +1,2047 @@ +{ + "log": { + "_recordingName": "build-synapse-service-key-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:40.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "fe9777b2-a9d2-4d2b-ac69-9af3e19df600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:39 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:39.647Z", + "time": 623, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 623 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "fc031bd8-ce9d-d610-f063-aee6486cc17a" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "a6e4b149-6f06-4d34-bd35-423fc8a3ed12" + }, + { + "name": "client-request-id", + "value": "fc031bd8-ce9d-d610-f063-aee6486cc17a" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002B9\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:40 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:40.275Z", + "time": 410, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 410 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "a78461e8-2d46-425b-b69d-667367595261" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711526981\",\"not_before\":\"1711523081\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:41.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "a78461e8-2d46-425b-b69d-667367595261" + }, + { + "name": "x-ms-request-id", + "value": "903dda36-99b4-4b43-b08d-82aab58ddc00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:41 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:41.209Z", + "time": 526, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 526 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "88c06bde-5798-420c-ad67-75418f4a9811" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "17b2b35c-ce20-4412-9242-4a3b77d1987e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "17b2b35c-ce20-4412-9242-4a3b77d1987e" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070942Z:17b2b35c-ce20-4412-9242-4a3b77d1987e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: FF60A0B3F22443AF8F699D72464B3597 Ref B: MAA201060514035 Ref C: 2024-03-27T07:09:41Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:42 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:41.743Z", + "time": 293, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 293 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "138c3a6f-44fb-4dba-bca6-844768fe83cb" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "2e59be6c-f058-435b-bc73-543b51b59e97" + }, + { + "name": "x-ms-correlation-request-id", + "value": "2e59be6c-f058-435b-bc73-543b51b59e97" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T070942Z:2e59be6c-f058-435b-bc73-543b51b59e97" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A24CEB55CD594E45A2FC92A94DFA8DA5 Ref B: MAA201060516011 Ref C: 2024-03-27T07:09:42Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:42 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:42.040Z", + "time": 342, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 342 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "bfae29f1-d626-4672-9c22-2eff8001caf1" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:42.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3775fa8c-717c-4872-9b6f-bed71cc3f700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:42 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:42.388Z", + "time": 344, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 344 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e2629987-27ca-4070-a6dd-d1174d727cdc" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "8078e884-3815-42c0-bfa6-129ffd2e6f59" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8c1f80af-4e5e-42c8-9680-a98b836abd83" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070943Z:8c1f80af-4e5e-42c8-9680-a98b836abd83" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 0539EEBEF06A401F96979212C4DE7B88 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:42Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:42 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:42.739Z", + "time": 459, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 459 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "92f20c34-f03e-47ab-ac3a-54f906415e45" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bdd354d0-5a0c-49f6-9de3-cc1df8c1c700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:43 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 775, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:43.207Z", + "time": 334, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 334 + } + }, + { + "_id": "a095252a787e7b430a667507f5d5663b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9209e622-d16e-41a2-8258-095c2ca69f84" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1832, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys?api-version=2021-06-01" + }, + "response": { + "bodySize": 1206, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1206, + "text": "{\"value\":[{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/default\",\"name\":\"default\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\",\"isActiveCMK\":true}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/newkey\",\"name\":\"newkey\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/demoKey\",\"isActiveCMK\":false}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/key3\",\"name\":\"key3\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key\",\"isActiveCMK\":false}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/key4\",\"name\":\"key4\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/demokey1\",\"isActiveCMK\":false}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1206" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "36e46401-8796-450a-9779-c4f5dc25b23a" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "b6a05010-150b-4057-ad98-8e74fa923fff" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070944Z:b6a05010-150b-4057-ad98-8e74fa923fff" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 75E4F397E7AC47F3A5693A93A60A1BD6 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:43Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:44 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:43.549Z", + "time": 673, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 673 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "139d7ac4-2ea8-4c58-a6b1-6cf700233961" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "1e8bae86-6102-4a27-b8e3-ff0af5e22000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:36 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:37.024Z", + "time": 140, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 140 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b384c50a-50eb-47f2-88c2-6909e979ee28" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "613deabb-612f-44ab-b969-f811544d3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:37 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:37.171Z", + "time": 285, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 285 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "145edb9d-8a3c-499f-b494-4b366390e5af" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "31b710d7-3ba9-4597-8a57-0c0f0b3a5b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:37 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:37.474Z", + "time": 138, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 138 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ca873a3d-a193-4998-9518-eff1f2b7dca3" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:37.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bd653162-cb8a-4936-b64d-55d1d70f2a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:37 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:37.615Z", + "time": 306, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 306 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/build-synapse-service-sql-pool-relationship_1190960440/recording.har b/src/steps/resource-manager/synapse/__recordings__/build-synapse-service-sql-pool-relationship_1190960440/recording.har new file mode 100644 index 00000000..ac6b68f4 --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/build-synapse-service-sql-pool-relationship_1190960440/recording.har @@ -0,0 +1,2047 @@ +{ + "log": { + "_recordingName": "build-synapse-service-sql-pool-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:27.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "abb033f7-3f37-48d7-a4cf-982a4e0cf800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:27 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:26.957Z", + "time": 454, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 454 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "930e9af4-feaf-0fd3-88b1-a04f7a8c2bbd" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "7f83c18a-1e4d-452f-b61a-c17941eccc15" + }, + { + "name": "client-request-id", + "value": "930e9af4-feaf-0fd3-88b1-a04f7a8c2bbd" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF0000027B\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:27 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:27.421Z", + "time": 505, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 505 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "8998fe2c-b920-4347-8e9b-068f8eed94eb" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711526968\",\"not_before\":\"1711523068\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:28.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "8998fe2c-b920-4347-8e9b-068f8eed94eb" + }, + { + "name": "x-ms-request-id", + "value": "5e6b4218-b122-4197-be92-d0debea72301" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:28 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:28.469Z", + "time": 697, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 697 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "7e432df9-60b2-4f5b-8c89-773dc776487f" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "50ff2324-40dd-480f-9fc4-7aece3f89b38" + }, + { + "name": "x-ms-correlation-request-id", + "value": "50ff2324-40dd-480f-9fc4-7aece3f89b38" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070929Z:50ff2324-40dd-480f-9fc4-7aece3f89b38" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A005E90A268D4B0AAAE5334B00E1EDD6 Ref B: MAA201060514039 Ref C: 2024-03-27T07:09:29Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:28 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 668, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:29.175Z", + "time": 301, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 301 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "10c35bea-a13d-4cd6-b6f5-dacc5453650d" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "8fe1bdea-8666-4753-b1f1-95aff9c736f3" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8fe1bdea-8666-4753-b1f1-95aff9c736f3" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070929Z:8fe1bdea-8666-4753-b1f1-95aff9c736f3" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3408D60B917C4F128C42DF5DC161DE5D Ref B: MAA201060516027 Ref C: 2024-03-27T07:09:29Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:29 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:29.488Z", + "time": 297, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 297 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "745a0507-f2a5-4084-abd5-6a54e3549cef" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:30.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3775fa8c-717c-4872-9b6f-bed7aac1f700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:29 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:29.804Z", + "time": 350, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 350 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c75e0ecf-e057-4b96-b391-9e06f994d3a8" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "0f56a39f-b51b-4ce3-b96e-154788448e06" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3b0a9464-efff-4c0b-ba4a-9862e59ee788" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T070930Z:3b0a9464-efff-4c0b-ba4a-9862e59ee788" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 294CC278BE7245FEA17D996ABC5A4EDC Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:30Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:30 GMT" + } + ], + "headersSize": 659, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:30.163Z", + "time": 439, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 439 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "252c328a-7ea6-4590-9e93-d8c9a1e5d530" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:30.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bdd354d0-5a0c-49f6-9de3-cc1d83c0c700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:30 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 775, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:30.617Z", + "time": 374, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 374 + } + }, + { + "_id": "c33e952885bca3fe7d01e5610ef598d8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8fcd2f87-6bb6-45b9-879d-fd798e7b6144" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1836, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools?api-version=2021-06-01" + }, + "response": { + "bodySize": 508, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 508, + "text": "{\"value\":[{\"properties\":{\"status\":\"Online\",\"maxSizeBytes\":263882790666240,\"collation\":\"SQL_Latin1_General_CP1_CI_AS\",\"creationDate\":\"2024-03-22T05:53:31.187Z\",\"storageAccountType\":\"GRS\",\"provisioningState\":\"Succeeded\"},\"sku\":{\"name\":\"DW200c\",\"capacity\":0},\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest\",\"name\":\"sqlpooltest\",\"type\":\"Microsoft.Synapse/workspaces/sqlPools\",\"location\":\"eastus\",\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "508" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "5d87fbc7-be52-44f8-9a10-1650b2cce47d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7d7654e4-b48f-4097-87fa-c0c6239e2ac9" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070931Z:7d7654e4-b48f-4097-87fa-c0c6239e2ac9" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7A843E55B0A94E6ABF65F7211A66B8EA Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:31Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:31 GMT" + } + ], + "headersSize": 655, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:30.995Z", + "time": 836, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 836 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7d0025d2-3bc6-41ee-aee8-13f7f6328553" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:34.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "1a901fac-9add-43ff-ad65-901248b38500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:33 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:34.214Z", + "time": 116, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 116 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c5cf7de5-2ca3-452f-8f08-1e1fad921031" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:34.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "5a75475f-3aa6-4cbc-97fd-92fdc5b53400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:34 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:34.335Z", + "time": 282, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 282 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "1886981e-a034-4b5c-9371-349b7054af97" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:34.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "a6ed602c-02b6-421f-8a78-86e1b6892800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:34 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:34.643Z", + "time": 76, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 76 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "376ec652-fb13-4dd6-af4c-948324ba6491" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:34.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "ba9bf9b1-1200-4a2e-8bb1-c69a6cc03900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:34 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:34.724Z", + "time": 279, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 279 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/build-synapse-service-workspace-relationship_3938982156/recording.har b/src/steps/resource-manager/synapse/__recordings__/build-synapse-service-workspace-relationship_3938982156/recording.har new file mode 100644 index 00000000..4d3fa100 --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/build-synapse-service-workspace-relationship_3938982156/recording.har @@ -0,0 +1,1420 @@ +{ + "log": { + "_recordingName": "build-synapse-service-workspace-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:19.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "c7ca931c-3e36-47d9-8547-ba8998d32e01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:19 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:19.101Z", + "time": 545, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 545 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "d3f88b4b-cec0-ff74-3481-1796b46a6bff" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "a4e27983-928d-4d8f-892b-df112fdebe94" + }, + { + "name": "client-request-id", + "value": "d3f88b4b-cec0-ff74-3481-1796b46a6bff" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002C7\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:19 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:19.656Z", + "time": 508, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 508 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "7dcc81bb-9067-4c2e-a690-919da9c69be6" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711526960\",\"not_before\":\"1711523060\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:21.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "7dcc81bb-9067-4c2e-a690-919da9c69be6" + }, + { + "name": "x-ms-request-id", + "value": "8e82a2d0-d0c4-4624-86a3-3ed4257d6d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:21 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:20.668Z", + "time": 473, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 473 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1f281761-fc4a-4b30-a6fd-0d5491f7d4aa" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "76902f8b-e715-4e05-bf42-573ff1b1c8b1" + }, + { + "name": "x-ms-correlation-request-id", + "value": "76902f8b-e715-4e05-bf42-573ff1b1c8b1" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T070921Z:76902f8b-e715-4e05-bf42-573ff1b1c8b1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AC26E5E149A0416A90CCB9C51A553386 Ref B: MAA201060515023 Ref C: 2024-03-27T07:09:21Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:21 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:21.153Z", + "time": 335, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 335 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "303f30b2-851f-4318-9eec-fe2ac6212856" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "6bc3604e-72f8-431d-ae84-c37143a4fbf8" + }, + { + "name": "x-ms-correlation-request-id", + "value": "6bc3604e-72f8-431d-ae84-c37143a4fbf8" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070921Z:6bc3604e-72f8-431d-ae84-c37143a4fbf8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F7BD80FF9F7B4A41895F17353304E2C6 Ref B: MAA201060514051 Ref C: 2024-03-27T07:09:21Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:21 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:21.496Z", + "time": 316, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 316 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "eb6ef44d-243e-48c7-9987-c850f89e15bb" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:22.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bdd354d0-5a0c-49f6-9de3-cc1d8cbfc700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:21 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 775, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:21.832Z", + "time": 342, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 342 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "bb027f6d-11f2-4298-b22e-f8307c6901c3" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "51f5b08f-480a-4ba5-a035-c326b7676659" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "d480412d-1ea6-4854-8a82-deea390282ca" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070922Z:d480412d-1ea6-4854-8a82-deea390282ca" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 7F0AB710986145DAADD0D1A6FE312C17 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:22Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:22 GMT" + } + ], + "headersSize": 656, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:22.184Z", + "time": 814, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 814 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9cd3a2d9-7792-49db-93ca-c4a980df3a19" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "048dcacd-5458-44f8-a2c7-745d22ee2d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:32 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:32.639Z", + "time": 137, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 137 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "47e9874e-bf9d-4352-a3a7-5293d47e946f" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "ba9bf9b1-1200-4a2e-8bb1-c69a2ac03900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:32 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:32.781Z", + "time": 284, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 284 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/build-synapse-sql-pool-data-masking-relationship_1458932870/recording.har b/src/steps/resource-manager/synapse/__recordings__/build-synapse-sql-pool-data-masking-relationship_1458932870/recording.har new file mode 100644 index 00000000..f072e430 --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/build-synapse-sql-pool-data-masking-relationship_1458932870/recording.har @@ -0,0 +1,2187 @@ +{ + "log": { + "_recordingName": "build-synapse-sql-pool-data-masking-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:11:29.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b37bb829-d1e9-4c05-acc4-348bac3a2a01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:11:29 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:11:29.560Z", + "time": 409, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 409 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "37ce31c1-665a-0f36-8eec-478f1383620d" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "d58cd175-a281-4e47-9aaf-d813b57a9b14" + }, + { + "name": "client-request-id", + "value": "37ce31c1-665a-0f36-8eec-478f1383620d" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000265\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:11:29 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:11:29.978Z", + "time": 536, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 536 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "23c60cfa-07ac-4779-aabd-7a85dea989b8" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:11:31.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e3b5c58f-c576-4ed3-a9e0-d15f64202800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:11:31 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 775, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:11:30.999Z", + "time": 334, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 334 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "72f5f52c-032d-444f-9bda-378df9b5292a" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "777e4f63-9df6-4518-9862-2bab955a1445" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5d1919fa-faa1-4078-91a4-84651ece7489" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T071131Z:5d1919fa-faa1-4078-91a4-84651ece7489" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: C22632D4F00C47FFAA9E9A3636968527 Ref B: MAA201060513021 Ref C: 2024-03-27T07:11:31Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:11:31 GMT" + } + ], + "headersSize": 656, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:11:31.342Z", + "time": 356, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 356 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6df01a0f-65c2-4dab-af3a-7e1ecea274dd" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:11:31.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3b5a344b-816c-405e-93e4-1370942b1c01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:11:31 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:11:31.702Z", + "time": 311, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 311 + } + }, + { + "_id": "c33e952885bca3fe7d01e5610ef598d8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "595ba2ec-596d-4a87-823e-a2be3da80037" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1836, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools?api-version=2021-06-01" + }, + "response": { + "bodySize": 508, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 508, + "text": "{\"value\":[{\"properties\":{\"status\":\"Online\",\"maxSizeBytes\":263882790666240,\"collation\":\"SQL_Latin1_General_CP1_CI_AS\",\"creationDate\":\"2024-03-22T05:53:31.187Z\",\"storageAccountType\":\"GRS\",\"provisioningState\":\"Succeeded\"},\"sku\":{\"name\":\"DW200c\",\"capacity\":0},\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest\",\"name\":\"sqlpooltest\",\"type\":\"Microsoft.Synapse/workspaces/sqlPools\",\"location\":\"eastus\",\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "508" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "8c512aac-50fb-4ccf-b12c-67584c847755" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "523b2eda-d829-4e8b-bc57-796bd22bdce3" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T071132Z:523b2eda-d829-4e8b-bc57-796bd22bdce3" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: ABF1F9C086314820AD38D0072EAC5B0B Ref B: MAA201060513021 Ref C: 2024-03-27T07:11:32Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:11:32 GMT" + } + ], + "headersSize": 655, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:11:32.021Z", + "time": 705, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 705 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "43c6aad6-cc74-4fe7-adee-f6d50feeac7e" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:11:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3b5a344b-816c-405e-93e4-1370bb2b1c01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:11:32 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:11:32.741Z", + "time": 308, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 308 + } + }, + { + "_id": "abc9a833b034a8d5381b15e31d5b03c3", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "84d8fc0a-2053-45b0-b47e-b33b9c2249f4" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1882, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest/dataMaskingPolicies/Default/rules?api-version=2021-06-01" + }, + "response": { + "bodySize": 620, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 620, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest/dataMaskingPolicies/Default/rules/\",\"name\":null,\"type\":\"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules\",\"location\":\"East US\",\"kind\":null,\"properties\":{\"id\":\"pdw_workload_groups_metadata_group_id\",\"ruleState\":\"Enabled\",\"schemaName\":\"pdw\",\"tableName\":\"workload_groups_metadata\",\"columnName\":\"group_id\",\"aliasName\":\"\",\"maskingFunction\":\"Default\",\"numberFrom\":null,\"numberTo\":null,\"prefixSize\":null,\"suffixSize\":null,\"replacementString\":null}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "620" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "365dac39-8a7e-4931-ae01-9a51ef174d6d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "fcf6ef30-82b5-4027-ad6b-b930a38cee9e" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T071135Z:fcf6ef30-82b5-4027-ad6b-b930a38cee9e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BEFF2E975D67454F9C623A1B710BC1E4 Ref B: MAA201060513021 Ref C: 2024-03-27T07:11:33Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:11:34 GMT" + } + ], + "headersSize": 658, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:11:33.057Z", + "time": 1981, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1981 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b0cc744a-94b0-40a3-b0f7-0b2b2fd0d6fc" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:46.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "6c7623da-022f-4139-8c3c-d994cc242600" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:46 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:46.591Z", + "time": 133, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 133 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "da6bc616-3e58-4b81-bc01-ec59a70ec49a" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:46.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "613deabb-612f-44ab-b969-f811b54e3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:46 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:46.726Z", + "time": 292, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 292 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4d31941b-08c0-4588-b8ca-c896f0de387f" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "718962d2-1b0f-47d2-90e0-2780d73e7400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:46 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:47.045Z", + "time": 144, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 144 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "fac52f75-bdd2-4ef7-8050-1faa0e7eddaf" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "613deabb-612f-44ab-b969-f811ce4e3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:47 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:47.193Z", + "time": 285, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 285 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3153973a-f942-43f6-a92b-5e42a0e6d93c" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "0f9ba349-98eb-4a6f-9968-cccd16305d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:47 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:47.590Z", + "time": 156, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 156 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b41bdb67-5608-4f95-a0d5-202ce0af624d" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b0ec2718-5122-436f-8dfc-89c5ed243000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:47 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:47.749Z", + "time": 525, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 525 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/build-synapse-workspace-keys-relationship_2908731045/recording.har b/src/steps/resource-manager/synapse/__recordings__/build-synapse-workspace-keys-relationship_2908731045/recording.har new file mode 100644 index 00000000..b2cd8ab5 --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/build-synapse-workspace-keys-relationship_2908731045/recording.har @@ -0,0 +1,1560 @@ +{ + "log": { + "_recordingName": "build-synapse-workspace-keys-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:44.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "8d0f2935-243d-457b-bce8-408031ebe700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:43 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:44.239Z", + "time": 555, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 555 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "2f33cd09-34e8-37be-672f-b85567450dd1" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "5a02942f-1368-44dd-b6f4-c9df76965f3a" + }, + { + "name": "client-request-id", + "value": "2f33cd09-34e8-37be-672f-b85567450dd1" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000281\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:45 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:44.802Z", + "time": 419, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 419 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0f7c7dd0-3f91-492d-b46c-fb6a80a4efa7" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:45.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3da1ace3-b10b-4643-9f91-d57200b02e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:45 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:45.711Z", + "time": 319, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 319 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4b6f2bad-b075-415a-8589-4ec3ba93349a" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "0fb0a483-6f5b-4b38-90a6-fcf6ed6b1fb2" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "428082fe-f8b5-4972-a420-9ac26f95a791" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070946Z:428082fe-f8b5-4972-a420-9ac26f95a791" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A339488AC36D424BBA17592BF5DECB0F Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:46Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:46 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:46.037Z", + "time": 444, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 444 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e93975e4-05d2-4856-9b9c-f5dd86612124" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:46.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3775fa8c-717c-4872-9b6f-bed798c3f700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:46 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:46.490Z", + "time": 345, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 345 + } + }, + { + "_id": "a095252a787e7b430a667507f5d5663b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2cf1bfd9-bc73-4d25-8bb5-bc503ee96bd2" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1832, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys?api-version=2021-06-01" + }, + "response": { + "bodySize": 1206, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1206, + "text": "{\"value\":[{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/default\",\"name\":\"default\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\",\"isActiveCMK\":true}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/newkey\",\"name\":\"newkey\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/demoKey\",\"isActiveCMK\":false}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/key3\",\"name\":\"key3\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key\",\"isActiveCMK\":false}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/key4\",\"name\":\"key4\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/demokey1\",\"isActiveCMK\":false}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1206" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "108b6355-97b8-4a02-ae5f-63e8807e3b3b" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "324cdcea-d89c-4e1d-b3b2-4a3ee7636d08" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070947Z:324cdcea-d89c-4e1d-b3b2-4a3ee7636d08" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 3B602A3B5E2F4446A351D390BF27BEE7 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:46Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:47 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:46.844Z", + "time": 654, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 654 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c28dfc43-c897-4c08-8e71-f4c140f31dd7" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "6e666cf4-edb4-4269-ae7e-b82e591e2700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:37 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:37.999Z", + "time": 80, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 80 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "0e7ccda4-38f7-4932-9581-1391c6730360" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "ba9bf9b1-1200-4a2e-8bb1-c69aeac03900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:37 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:38.084Z", + "time": 334, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 334 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f321c0cd-e0fd-4ba4-a2bc-6e03d3663cda" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bd5e51a0-927e-47e3-82d8-1019d5c68300" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:38 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:38.429Z", + "time": 71, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 71 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3dea604a-d124-4fd2-aa69-c7eda8496bb7" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "613deabb-612f-44ab-b969-f811774d3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:38 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:38.506Z", + "time": 289, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 289 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/build-vault-service-synapse-key-relationship_1359808361/recording.har b/src/steps/resource-manager/synapse/__recordings__/build-vault-service-synapse-key-relationship_1359808361/recording.har new file mode 100644 index 00000000..c71e57b9 --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/build-vault-service-synapse-key-relationship_1359808361/recording.har @@ -0,0 +1,3634 @@ +{ + "log": { + "_recordingName": "build-vault-service-synapse-key-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.5" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 340, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "52618a6b-357d-41d3-9629-d32af7653a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:38 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 772, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:38.419Z", + "time": 633, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 633 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "6235482c-a654-2b00-a74e-5337bd3459c6" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2016, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":527,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "fd354d0c-8ab4-4f49-b436-1057df72fd9d" + }, + { + "name": "client-request-id", + "value": "6235482c-a654-2b00-a74e-5337bd3459c6" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF0000704D\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:38 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:39.058Z", + "time": 526, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 526 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "19cfdae5-c442-06d0-709e-a42e5d7408f0" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.0.0 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "_fromType": "array", + "name": "connection", + "value": "close" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2054, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "2ab311fc-6884-49b1-a821-251dad178d4a" + }, + { + "name": "client-request-id", + "value": "19cfdae5-c442-06d0-709e-a42e5d7408f0" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000271\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:43 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:39.594Z", + "time": 4251, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 4251 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9a07cf67-d3d5-4a73-a070-1cb9b9b8c439" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:43.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "372b20c1-832f-4214-b12f-795414cb8800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:43 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:43.854Z", + "time": 236, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 236 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6be897e6-3e1a-42f1-adc1-a435797c2748" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:44.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "6bebaf4e-3e14-481b-acd3-230f55284000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:43 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:44.095Z", + "time": 301, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 301 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "daf628e1-f659-4f87-9014-afadba76e4a8" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:44.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "eb649309-7780-4204-9e29-9a6c510e2c00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:43 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:44.402Z", + "time": 329, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 329 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "31777314-185d-401b-aae5-e1c6e522b084" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1889, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "30da5714-f625-4b7d-9869-827911bbfd68" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a960aa56-a05d-47a0-bdbb-27c760c020d6" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T100845Z:a960aa56-a05d-47a0-bdbb-27c760c020d6" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 844EBEF3D0AB4A609DDE9A9F0A43988D Ref B: MAA201060513011 Ref C: 2024-04-02T10:08:45Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:44 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:44.736Z", + "time": 766, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 766 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "4864584e-27dd-4ac2-bc7e-97157cca34e2" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:45.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "56fe1327-6c4f-485e-b579-2fcd5b511f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:44 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:45.509Z", + "time": 143, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 143 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "949876af-660c-46e2-b769-b55e01dc08bf" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:45.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "0d5e2794-5a43-42b8-bfa1-f6d82ec49900" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:44 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:45.657Z", + "time": 257, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 257 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 523, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "285b9367-d820-466c-8373-59c5d0609701" + }, + { + "name": "content-length", + "value": "523" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 432, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1529, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1529, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:46.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "a1d039c0-c8ee-4b2d-9fdf-f2ed31de3e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:45 GMT" + }, + { + "name": "content-length", + "value": "1529" + } + ], + "headersSize": 777, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:45.920Z", + "time": 340, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 340 + } + }, + { + "_id": "a095252a787e7b430a667507f5d5663b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c4d0d69f-a14a-4754-a82d-4cad0a0067df" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1927, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys?api-version=2021-06-01" + }, + "response": { + "bodySize": 1206, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1206, + "text": "{\"value\":[{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/default\",\"name\":\"default\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\",\"isActiveCMK\":true}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/newkey\",\"name\":\"newkey\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/demoKey\",\"isActiveCMK\":false}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/key3\",\"name\":\"key3\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key\",\"isActiveCMK\":false}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/key4\",\"name\":\"key4\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/demokey1\",\"isActiveCMK\":false}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1206" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "fafb6f7a-c26f-4e32-ab9b-dbe5dbb78d9e" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e1a17659-e850-49ca-902e-44d606f9665a" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T100846Z:e1a17659-e850-49ca-902e-44d606f9665a" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 859552CB34DC4885B6CC21ACAA572C84 Ref B: MAA201060513011 Ref C: 2024-04-02T10:08:46Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:46 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:46.266Z", + "time": 643, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 643 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "36649270-e8b6-41e3-a075-e9a3cdc55367" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712056127\",\"not_before\":\"1712052227\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "36649270-e8b6-41e3-a075-e9a3cdc55367" + }, + { + "name": "x-ms-request-id", + "value": "3506f039-c645-4535-95db-4b7870da3c00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:46 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:46.922Z", + "time": 398, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 398 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1a5b1140-3d5e-4eed-956c-88324de4306a" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "030a586c-5047-4d94-a4e8-0a21f5f7dc2f" + }, + { + "name": "x-ms-correlation-request-id", + "value": "030a586c-5047-4d94-a4e8-0a21f5f7dc2f" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T100847Z:030a586c-5047-4d94-a4e8-0a21f5f7dc2f" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A42463C1FDF643B5B273199EDAD96AB7 Ref B: MAA201060513009 Ref C: 2024-04-02T10:08:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:46 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:47.329Z", + "time": 346, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 346 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "83203199-4519-4145-9c37-18064087a7f0" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "09f3e43b-3010-4441-8244-1e7af372f377" + }, + { + "name": "x-ms-correlation-request-id", + "value": "09f3e43b-3010-4441-8244-1e7af372f377" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T100847Z:09f3e43b-3010-4441-8244-1e7af372f377" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E4FC14D57FDB404B8219766294BDA722 Ref B: MAA201060514017 Ref C: 2024-04-02T10:08:47Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:47 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:47.700Z", + "time": 206, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 206 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "447ee517-60be-4d62-917b-1dc251ef4309" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712056128\",\"not_before\":\"1712052228\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:48.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "447ee517-60be-4d62-917b-1dc251ef4309" + }, + { + "name": "x-ms-request-id", + "value": "d1036170-c16e-4ae8-b06c-c71cd06b3800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:48 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:47.923Z", + "time": 412, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 412 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "6d7aafcd-ab92-4d5e-952f-e660912d4a97" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "949fc714-e701-46c7-9b4d-0a91da095074" + }, + { + "name": "x-ms-correlation-request-id", + "value": "949fc714-e701-46c7-9b4d-0a91da095074" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T100848Z:949fc714-e701-46c7-9b4d-0a91da095074" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D69B29B947064E87A483EA076CA23645 Ref B: MAA201060513029 Ref C: 2024-04-02T10:08:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:48 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:48.341Z", + "time": 356, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 356 + } + }, + { + "_id": "06c749d866a150665b79befb690afa17", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "bcd1c14b-6b44-4b6a-aa14-ba0ed6e47b69" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-resources/4.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1844, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourcegroups?api-version=2020-06-01" + }, + "response": { + "bodySize": 12559, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 12559, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-southcentralus\",\"name\":\"cloud-shell-storage-southcentralus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-CUS\",\"name\":\"DefaultResourceGroup-CUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/NetworkWatcherRG\",\"name\":\"NetworkWatcherRG\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/gcp-integration-dev\",\"name\":\"gcp-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/github-jupiterone-sandbox\",\"name\":\"github-jupiterone-sandbox\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/DefaultResourceGroup-EUS\",\"name\":\"DefaultResourceGroup-EUS\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_Storage\",\"name\":\"Stefan_Storage\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Stefan_VMs\",\"name\":\"Stefan_VMs\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev\",\"name\":\"j1dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/asdf_group\",\"name\":\"asdf_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/aws-jupiterone-integration-dev\",\"name\":\"aws-jupiterone-integration-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ndowmon-nodejs-18-lts_group\",\"name\":\"ndowmon-nodejs-18-lts_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/virtualmachine_group\",\"name\":\"virtualmachine_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/scaleset1_group\",\"name\":\"scaleset1_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmScaleSets_group\",\"name\":\"vmScaleSets_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vm-ss2_group\",\"name\":\"vm-ss2_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/vmsstest_group\",\"name\":\"vmsstest_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/something_group\",\"name\":\"something_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/int-cm\",\"name\":\"int-cm\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/intcmdev\",\"name\":\"intcmdev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-eastus\",\"name\":\"cloud-shell-storage-eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/LogAnalyticsDefaultResources\",\"name\":\"LogAnalyticsDefaultResources\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/myresourcegroup\",\"name\":\"myresourcegroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/Managedresourcename1\",\"name\":\"Managedresourcename1\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Databricks/workspaces/Example1-j1\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-cameron-rg\",\"name\":\"test-cameron-rg\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/workspace-dev\",\"name\":\"workspace-dev\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/fabric-controller2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/dev-workspace\",\"name\":\"dev-workspace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.NetworkCloud/clusterManagers/clustermanager1\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test_cluster_group\",\"name\":\"test_cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/resourceGroupByBharat\",\"name\":\"resourceGroupByBharat\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newrsc\",\"name\":\"newrsc\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_asdf_group_asdfcluster_eastus\",\"name\":\"MC_asdf_group_asdfcluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/asdf_group/providers/Microsoft.ContainerService/managedClusters/asdfcluster\",\"tags\":{\"aks-managed-cluster-name\":\"asdfcluster\",\"aks-managed-cluster-rg\":\"asdf_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/jupiterone-integration-dev-res-group\",\"name\":\"jupiterone-integration-dev-res-group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/newCluster_group\",\"name\":\"newCluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kubernetes-cluster_group\",\"name\":\"kubernetes-cluster_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"name\":\"MC_kubernetes-cluster_group_kubernetes-cluster_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/Microsoft.ContainerService/managedClusters/kubernetes-cluster\",\"tags\":{\"aks-managed-cluster-name\":\"kubernetes-cluster\",\"aks-managed-cluster-rg\":\"kubernetes-cluster_group\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"name\":\"MA_defaultazuremonitorworkspace-eus_eastus_managed\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/kubernetes-cluster_group/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-eus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"name\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/test-vm-01_group\",\"name\":\"test-vm-01_group\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/MC_j1dev_suraj-test-j1dev_eastus\",\"name\":\"MC_j1dev_suraj-test-j1dev_eastus\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"managedBy\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ContainerService/managedClusters/suraj-test-j1dev\",\"tags\":{\"aks-managed-cluster-name\":\"suraj-test-j1dev\",\"aks-managed-cluster-rg\":\"j1dev\"},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"name\":\"VisualStudioOnline-D60A94B736724624AD610257076031CF\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"southindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/cloud-shell-storage-centralindia\",\"name\":\"cloud-shell-storage-centralindia\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/kube-cluster\",\"name\":\"kube-cluster\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"centralindia\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/lacework-group-e263dc6c\",\"name\":\"lacework-group-e263dc6c\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus2\",\"tags\":{},\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/ExpressRouteResourceGroup\",\"name\":\"ExpressRouteResourceGroup\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/eventhubnamespace\",\"name\":\"eventhubnamespace\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus2\",\"properties\":{\"provisioningState\":\"Succeeded\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "12559" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "5ff1c8cc-dac6-4d67-b85e-8f2942c9d353" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5ff1c8cc-dac6-4d67-b85e-8f2942c9d353" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T100848Z:5ff1c8cc-dac6-4d67-b85e-8f2942c9d353" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BA6C263E84374ACAAC3FF688DEEDFCD2 Ref B: MAA201060513009 Ref C: 2024-04-02T10:08:48Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:48 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 677, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:48.705Z", + "time": 293, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 293 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "9fc29eae-8ca6-4a07-a76a-00f17d115e84" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1712056129\",\"not_before\":\"1712052229\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T10:08:49.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "9fc29eae-8ca6-4a07-a76a-00f17d115e84" + }, + { + "name": "x-ms-request-id", + "value": "946d2460-309b-415f-b1ad-77e176e81700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:08:49 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 823, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:49.040Z", + "time": 455, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 455 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "54bbc3cf-66d2-4f47-bd1e-bbb66ace972a" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "e6776625-3841-49c1-87ac-600595736323" + }, + { + "name": "x-ms-correlation-request-id", + "value": "e6776625-3841-49c1-87ac-600595736323" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T100925Z:e6776625-3841-49c1-87ac-600595736323" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 764EA0A843314FC68F9BE7A61248C88C Ref B: MAA201060514019 Ref C: 2024-04-02T10:09:25Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:09:24 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 671, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:08:49.502Z", + "time": 35992, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 35992 + } + }, + { + "_id": "9e0d5d54a7748c5a868c8dbd10fe430c", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "276a8abb-0ca1-4b1f-9d0c-8b51a4dd63d7" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-keyvault/1.2.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1902, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "$filter", + "value": "resourceType eq 'Microsoft.KeyVault/vaults'" + }, + { + "name": "api-version", + "value": "2015-11-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resources?%24filter=resourceType%20eq%20%27Microsoft.KeyVault%2Fvaults%27&api-version=2015-11-01" + }, + "response": { + "bodySize": 663, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 663, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/kv-4-purview\",\"name\":\"kv-4-purview\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/nd-j1dev-1\",\"name\":\"nd-j1dev-1\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{}},{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/vaultbymetron\",\"name\":\"vaultbymetron\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "663" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-request-id", + "value": "5ee99dbf-2c84-4075-add9-9470a00e385e" + }, + { + "name": "x-ms-correlation-request-id", + "value": "5ee99dbf-2c84-4075-add9-9470a00e385e" + }, + { + "name": "x-ms-routing-request-id", + "value": "JIOINDIACENTRAL:20240402T100925Z:5ee99dbf-2c84-4075-add9-9470a00e385e" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: BB9F2F9336B3446BAFA699295095897B Ref B: MAA201060516023 Ref C: 2024-04-02T10:09:25Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:09:25 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 628, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:09:25.503Z", + "time": 438, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 438 + } + }, + { + "_id": "a442b9aa53bd93cde774f32c806a0b0d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "24852fc8-84d6-4453-8cbf-4ed6662b0b87" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-keyvault/1.2.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1898, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2018-02-14" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/kv-4-purview?api-version=2018-02-14" + }, + "response": { + "bodySize": 609, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 609, + "text": "{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/kv-4-purview\",\"name\":\"kv-4-purview\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"sku\":{\"family\":\"A\",\"name\":\"Standard\"},\"tenantId\":\"directory-id\",\"accessPolicies\":[],\"enabledForDeployment\":false,\"enabledForDiskEncryption\":false,\"enabledForTemplateDeployment\":false,\"enableSoftDelete\":true,\"softDeleteRetentionInDays\":90,\"enableRbacAuthorization\":true,\"vaultUri\":\"https://kv-4-purview.vault.azure.net/\",\"provisioningState\":\"Succeeded\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "609" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-client-request-id", + "value": "24852fc8-84d6-4453-8cbf-4ed6662b0b87" + }, + { + "name": "x-ms-keyvault-service-version", + "value": "1.5.1124.0" + }, + { + "name": "x-ms-request-id", + "value": "4ed02862-9e97-4e38-914e-7ada8b45de1b" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-aspnet-version", + "value": "4.0.30319" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "c4f5b296-1344-4f53-9a11-7255ec1a9b90" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T101002Z:c4f5b296-1344-4f53-9a11-7255ec1a9b90" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 15CA0BA761BA49D5B4DDBBC06075F814 Ref B: MAA201060515031 Ref C: 2024-04-02T10:10:01Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:10:02 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 809, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:09:25.947Z", + "time": 36796, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 36796 + } + }, + { + "_id": "bf57824a1d690f8f1e76549105ee6ab0", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "1a690c6c-5e9c-4eff-83b8-ca6a03cc6dee" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-keyvault/1.2.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1896, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2018-02-14" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/nd-j1dev-1?api-version=2018-02-14" + }, + "response": { + "bodySize": 6770, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 6770, + "text": "{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/nd-j1dev-1\",\"name\":\"nd-j1dev-1\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"sku\":{\"family\":\"A\",\"name\":\"Standard\"},\"tenantId\":\"directory-id\",\"accessPolicies\":[{\"tenantId\":\"directory-id\",\"objectId\":\"93934198-dd51-407c-aa0d-6b3dce69b095\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Decrypt\",\"Encrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"fa6d2558-24e7-457b-b85e-54c076d97df9\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"83a552b1-c15e-4a28-b3f4-da7d55db4994\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"9b73527c-6608-4947-8579-8e065ab6b28b\",\"permissions\":{\"keys\":[\"Get\",\"WrapKey\",\"UnwrapKey\"],\"secrets\":[],\"certificates\":[]}},{\"tenantId\":\"directory-id\",\"objectId\":\"23fc542b-e0e2-4086-b182-47a78d691f0b\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"f42ef584-c092-4e08-866a-4a3826bb5f9b\",\"permissions\":{\"keys\":[\"List\",\"Get\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[]}},{\"tenantId\":\"directory-id\",\"objectId\":\"04b7c686-3e0d-4e70-9de8-bc82f1b4d45c\",\"permissions\":{\"keys\":[\"List\"],\"secrets\":[\"List\"],\"certificates\":[\"List\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"16739d04-a573-40bd-ae29-cba8ec7a03e3\",\"permissions\":{\"keys\":[\"List\",\"Get\",\"Create\",\"Delete\",\"Get\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"List\",\"Get\",\"Delete\",\"Get\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"],\"certificates\":[\"List\",\"Get\",\"Create\",\"Delete\",\"Recover\",\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"f7d521cf-1368-4f77-a214-31cc32cd03c4\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\",\"applicationId\":\"08fff37b-ee99-436c-b02b-0d6aa7047335\",\"permissions\":{\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"],\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\",\"permissions\":{\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\",\"Purge\"],\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\",\"permissions\":{\"certificates\":[\"get\",\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"],\"keys\":[\"get\",\"unwrapkey\",\"wrapkey\",\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\",\"Encrypt\",\"Decrypt\",\"UnwrapKey\",\"WrapKey\",\"Verify\",\"Sign\",\"Purge\",\"Release\"],\"secrets\":[\"get\",\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"Purge\"]}},{\"tenantId\":\"directory-id\",\"objectId\":\"d185c579-e45f-42aa-bdd3-274e7c5f90db\",\"permissions\":{\"keys\":[\"get\",\"wrapkey\",\"unwrapkey\"]}}],\"enabledForDeployment\":true,\"enabledForDiskEncryption\":true,\"enabledForTemplateDeployment\":true,\"enableSoftDelete\":true,\"softDeleteRetentionInDays\":90,\"enableRbacAuthorization\":false,\"enablePurgeProtection\":true,\"vaultUri\":\"https://nd-j1dev-1.vault.azure.net/\",\"provisioningState\":\"Succeeded\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "6770" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-client-request-id", + "value": "1a690c6c-5e9c-4eff-83b8-ca6a03cc6dee" + }, + { + "name": "x-ms-keyvault-service-version", + "value": "1.5.1124.0" + }, + { + "name": "x-ms-request-id", + "value": "e060d2ea-b9a1-4af5-884b-d462fe4e6748" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-aspnet-version", + "value": "4.0.30319" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "9513420d-613f-4daf-ba46-b1503d016f7a" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240402T101004Z:9513420d-613f-4daf-ba46-b1503d016f7a" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 1FB94B22902B49A1B90F32711BC2D8B9 Ref B: MAA201060516019 Ref C: 2024-04-02T10:10:03Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:10:03 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 812, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:10:02.751Z", + "time": 1379, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1379 + } + }, + { + "_id": "f3c5b7d6e66c50ab7a0155f5ab889522", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "eb1fb876-1c47-4b29-a537-05a494cfa909" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-keyvault/1.2.1 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1899, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2018-02-14" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/vaultbymetron?api-version=2018-02-14" + }, + "response": { + "bodySize": 1115, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1115, + "text": "{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.KeyVault/vaults/vaultbymetron\",\"name\":\"vaultbymetron\",\"type\":\"Microsoft.KeyVault/vaults\",\"location\":\"eastus\",\"tags\":{},\"properties\":{\"sku\":{\"family\":\"A\",\"name\":\"Standard\"},\"tenantId\":\"directory-id\",\"accessPolicies\":[{\"tenantId\":\"directory-id\",\"objectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\",\"permissions\":{\"keys\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"GetRotationPolicy\",\"SetRotationPolicy\",\"Rotate\"],\"secrets\":[\"Get\",\"List\",\"Set\",\"Delete\",\"Recover\",\"Backup\",\"Restore\"],\"certificates\":[\"Get\",\"List\",\"Update\",\"Create\",\"Import\",\"Delete\",\"Recover\",\"Backup\",\"Restore\",\"ManageContacts\",\"ManageIssuers\",\"GetIssuers\",\"ListIssuers\",\"SetIssuers\",\"DeleteIssuers\"]}}],\"enabledForDeployment\":true,\"enabledForDiskEncryption\":true,\"enabledForTemplateDeployment\":true,\"enableSoftDelete\":true,\"softDeleteRetentionInDays\":7,\"enableRbacAuthorization\":false,\"vaultUri\":\"https://vaultbymetron.vault.azure.net/\",\"provisioningState\":\"Succeeded\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1115" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-client-request-id", + "value": "eb1fb876-1c47-4b29-a537-05a494cfa909" + }, + { + "name": "x-ms-keyvault-service-version", + "value": "1.5.1124.0" + }, + { + "name": "x-ms-request-id", + "value": "069559f6-4d1f-4216-ab69-addae21e2666" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-aspnet-version", + "value": "4.0.30319" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "0204874b-e10c-4d1d-aee9-507e89fdfc51" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240402T101005Z:0204874b-e10c-4d1d-aee9-507e89fdfc51" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 346DE6FE58954696AA729574E09C75E2 Ref B: MAA201060516011 Ref C: 2024-04-02T10:10:04Z" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 10:10:04 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 810, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T10:10:04.145Z", + "time": 1100, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1100 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/build-workspace-sql-pool-relationship_1503789748/recording.har b/src/steps/resource-manager/synapse/__recordings__/build-workspace-sql-pool-relationship_1503789748/recording.har new file mode 100644 index 00000000..6d7519ad --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/build-workspace-sql-pool-relationship_1503789748/recording.har @@ -0,0 +1,1560 @@ +{ + "log": { + "_recordingName": "build-workspace-sql-pool-relationship", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b13f4992-414d-4c1d-aecc-f3cbe6f5dd00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:31 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 770, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:31.869Z", + "time": 577, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 577 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "18bdec02-6a31-4639-67d0-a719efc74235" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "1c8e612a-9e5b-4cad-a7a2-ab33e777584d" + }, + { + "name": "client-request-id", + "value": "18bdec02-6a31-4639-67d0-a719efc74235" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002A9\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:32 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:32.455Z", + "time": 403, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 403 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "fbe52ad8-e37d-491d-8a1d-f45066da49ce" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:33.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "1ebaea4f-e40e-485f-924b-8abc708bed00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:33 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:33.327Z", + "time": 405, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 405 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7c6490b5-6f98-4b09-a715-9281b502a3ea" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "52ad0438-1c0a-4eff-a30a-ce63eeea63ee" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "8dc8502e-771e-40a7-b09b-8b4bf2d102d6" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070934Z:8dc8502e-771e-40a7-b09b-8b4bf2d102d6" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A6658F69FC39443DA64E073BFE8E2547 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:33Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:33 GMT" + } + ], + "headersSize": 656, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:33.741Z", + "time": 446, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 446 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "abb62d09-b07c-49e0-95c7-f93559029159" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:34.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "0630de57-a5b8-462b-9675-8951cd643a01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:34 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:34.197Z", + "time": 319, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 319 + } + }, + { + "_id": "c33e952885bca3fe7d01e5610ef598d8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c76c7d5a-419b-4bd6-9986-b2a30b1201ce" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1836, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools?api-version=2021-06-01" + }, + "response": { + "bodySize": 508, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 508, + "text": "{\"value\":[{\"properties\":{\"status\":\"Online\",\"maxSizeBytes\":263882790666240,\"collation\":\"SQL_Latin1_General_CP1_CI_AS\",\"creationDate\":\"2024-03-22T05:53:31.187Z\",\"storageAccountType\":\"GRS\",\"provisioningState\":\"Succeeded\"},\"sku\":{\"name\":\"DW200c\",\"capacity\":0},\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest\",\"name\":\"sqlpooltest\",\"type\":\"Microsoft.Synapse/workspaces/sqlPools\",\"location\":\"eastus\",\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "508" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "717d5164-d513-4b1f-ae76-02e43d9c0cec" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "a9281eef-5563-4a4a-b4a4-8f75efb6a2f7" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070935Z:a9281eef-5563-4a4a-b4a4-8f75efb6a2f7" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A70CB30343BB43BABA393903B6BD072D Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:34Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:35 GMT" + } + ], + "headersSize": 655, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:34.525Z", + "time": 1344, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1344 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ff75ea28-373f-40d4-8d16-0af09e9c150e" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "59d24243-d608-484a-afac-2f6780347a01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:34 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:35.092Z", + "time": 140, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 140 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b16480e1-d0b0-493d-bc79-60c80c4ebff4" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "613deabb-612f-44ab-b969-f811164d3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:35 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:35.239Z", + "time": 289, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 289 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9f628de7-5c06-4ee8-88a1-9e3d2c907e4f" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "54d8f847-114f-4775-89a4-bcda84f98700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:35 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:35.558Z", + "time": 75, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 75 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "8cd89c8e-51dc-49f6-a788-5ebd63a0ec5f" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:35.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "613deabb-612f-44ab-b969-f811274d3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:35 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:35.641Z", + "time": 287, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 287 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-data-masking-policy_2980244630/recording.har b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-data-masking-policy_2980244630/recording.har new file mode 100644 index 00000000..7d9f5fd5 --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-data-masking-policy_2980244630/recording.har @@ -0,0 +1,2187 @@ +{ + "log": { + "_recordingName": "fetch-synapse-data-masking-policy", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:47.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "c5abffcc-d658-4801-8b2b-58dc42e2ef00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:47 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:47.513Z", + "time": 527, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 527 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "8fea23ca-ea8f-537f-11c4-28f30f2c7c80" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "92af6ef7-e20e-4ea2-b3bc-8f1b6d61b539" + }, + { + "name": "client-request-id", + "value": "8fea23ca-ea8f-537f-11c4-28f30f2c7c80" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF00007051\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:48 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:48.049Z", + "time": 394, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 394 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "7616cd9c-1d81-4be6-8bab-add9536aafa8" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:49.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "0630de57-a5b8-462b-9675-895129673a01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:48 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:48.948Z", + "time": 310, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 310 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "c700778b-a5c7-4132-b706-5b41a7bae513" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "6e19fc55-7020-4924-ba5f-8677dbca904d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11997" + }, + { + "name": "x-ms-correlation-request-id", + "value": "bd942d24-b593-4bb8-bad2-6833c2df8050" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070949Z:bd942d24-b593-4bb8-bad2-6833c2df8050" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: E7C8837E6AF84A039F89FBAAF9259689 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:49Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:49 GMT" + } + ], + "headersSize": 656, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:49.267Z", + "time": 397, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 397 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e05aff5c-673e-43eb-ab32-263868f8a47a" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:49.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3da1ace3-b10b-4643-9f91-d57290b02e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:49 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:49.677Z", + "time": 346, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 346 + } + }, + { + "_id": "c33e952885bca3fe7d01e5610ef598d8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "599ad9ae-6ed5-4243-a621-9a532e992d71" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1836, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools?api-version=2021-06-01" + }, + "response": { + "bodySize": 508, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 508, + "text": "{\"value\":[{\"properties\":{\"status\":\"Online\",\"maxSizeBytes\":263882790666240,\"collation\":\"SQL_Latin1_General_CP1_CI_AS\",\"creationDate\":\"2024-03-22T05:53:31.187Z\",\"storageAccountType\":\"GRS\",\"provisioningState\":\"Succeeded\"},\"sku\":{\"name\":\"DW200c\",\"capacity\":0},\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest\",\"name\":\"sqlpooltest\",\"type\":\"Microsoft.Synapse/workspaces/sqlPools\",\"location\":\"eastus\",\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "508" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "d411a6d4-0525-40a7-810d-00fd67fd82d3" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f39c1e74-e073-4f5d-8b4a-e50d2673521e" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070950Z:f39c1e74-e073-4f5d-8b4a-e50d2673521e" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 271D0350CAE14E8EB76AF9B7350F7BA9 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:50Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:50 GMT" + } + ], + "headersSize": 655, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:50.026Z", + "time": 852, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 852 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "98703261-6139-481d-b457-ff1218b58eaf" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:51.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "4cd9448f-d4c2-4120-a48a-3d5c9b15cf00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:50 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 775, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:50.890Z", + "time": 360, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 360 + } + }, + { + "_id": "be3035b8f08476455b6e6dc315847b6d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "83decfd3-165e-4259-b53b-b4950ef1ff5f" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1876, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest/dataMaskingPolicies/Default?api-version=2021-06-01" + }, + "response": { + "bodySize": 568, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 568, + "text": "{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest/dataMaskingPolicies/Default\",\"name\":\"Default\",\"type\":\"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies\",\"location\":\"East US\",\"kind\":null,\"managedBy\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest\",\"properties\":{\"dataMaskingState\":\"Enabled\",\"applicationPrincipals\":\"\",\"exemptPrincipals\":\"\",\"maskingLevel\":\"\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "568" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "91122623-64d4-4bf4-9bc5-8dbe25f4b99a" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "35a9d222-d895-40f8-8160-8d9d968fb883" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070952Z:35a9d222-d895-40f8-8160-8d9d968fb883" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 432BAFBA342642E6A0DF7C9D46EA4BBF Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:51Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:52 GMT" + } + ], + "headersSize": 655, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:51.259Z", + "time": 1131, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1131 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "95e60385-83f3-4e99-a7a7-bc146f833d35" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "659565f0-f35d-41ed-8886-883b3edd7500" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:38 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1086, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:38.888Z", + "time": 72, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 72 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2c998f55-2893-44b5-ab15-3e1903adb3da" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:39.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "613deabb-612f-44ab-b969-f811884d3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:38 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:38.964Z", + "time": 286, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 286 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6c045486-f978-4185-a2c9-a6e7c1c52fe8" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:39.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f10ce8a7-a732-4462-8ca4-fa8801265e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:39 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:39.404Z", + "time": 132, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 132 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "f336090e-9c0c-4d2b-8faa-8787e7fd77cb" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:39.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "613deabb-612f-44ab-b969-f8119e4d3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:39 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:39.540Z", + "time": 288, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 288 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "af1cfaf5-9a5d-4320-a7a7-4b62d8eb276d" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:39.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "52e45919-7d0e-4664-9591-6f2fdddf6000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:39 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1081, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:39.853Z", + "time": 185, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 185 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d2fb8ed9-ad25-4ce5-bf0e-a0d75809082b" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:40.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "978fe1a2-fdff-4c7f-847f-4b048b168200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:39 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:40.041Z", + "time": 249, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 249 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-data-masking-rule_3177022722/recording.har b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-data-masking-rule_3177022722/recording.har new file mode 100644 index 00000000..856f244a --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-data-masking-rule_3177022722/recording.har @@ -0,0 +1,2187 @@ +{ + "log": { + "_recordingName": "fetch-synapse-data-masking-rule", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:52.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "37908452-b7e4-437f-be6f-eb059c0ffa00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:52 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:52.419Z", + "time": 494, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 494 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "1382577f-77f6-cd5c-4e9c-e2ce36afea09" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "eba311b5-f936-4710-aa57-6c406002bad3" + }, + { + "name": "client-request-id", + "value": "1382577f-77f6-cd5c-4e9c-e2ce36afea09" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002BF\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:52 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:52.921Z", + "time": 414, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 414 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3e134587-a5e6-43b3-9056-09741bfbdf68" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:54.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e3b5c58f-c576-4ed3-a9e0-d15f9a172800" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:53 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 775, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:53.852Z", + "time": 405, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 405 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2b5197bb-6194-48a0-a37e-a1b57fa01dec" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "0d2ffa49-3189-432f-bf3e-a49ae109a18d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "127b1afe-5967-4ef8-af84-3c65b9c2e72d" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070954Z:127b1afe-5967-4ef8-af84-3c65b9c2e72d" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 400280143B0B45F58835E9070DFC3BE9 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:54Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:54 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:54.264Z", + "time": 402, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 402 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "62ebe8dd-460a-442e-af59-9c28dab0893c" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:54.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "1ebaea4f-e40e-485f-924b-8abcb58eed00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:54 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:54.671Z", + "time": 405, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 405 + } + }, + { + "_id": "c33e952885bca3fe7d01e5610ef598d8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "031c4fc7-c685-4ca8-b2bd-46a70289dc47" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1836, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools?api-version=2021-06-01" + }, + "response": { + "bodySize": 508, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 508, + "text": "{\"value\":[{\"properties\":{\"status\":\"Online\",\"maxSizeBytes\":263882790666240,\"collation\":\"SQL_Latin1_General_CP1_CI_AS\",\"creationDate\":\"2024-03-22T05:53:31.187Z\",\"storageAccountType\":\"GRS\",\"provisioningState\":\"Succeeded\"},\"sku\":{\"name\":\"DW200c\",\"capacity\":0},\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest\",\"name\":\"sqlpooltest\",\"type\":\"Microsoft.Synapse/workspaces/sqlPools\",\"location\":\"eastus\",\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "508" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "fb1fe257-7d98-45ac-9a8e-3a61513aa74b" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "f1a36957-79bb-4cb1-858b-7473c63a1009" + }, + { + "name": "x-ms-routing-request-id", + "value": "CENTRALINDIA:20240327T070955Z:f1a36957-79bb-4cb1-858b-7473c63a1009" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AF1D3EB486D24B15880F90A851CAB305 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:55Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:55 GMT" + } + ], + "headersSize": 658, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:55.083Z", + "time": 779, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 779 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 3, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ede89a0d-30ad-47a3-8d69-06005deae70c" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:56.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3da1ace3-b10b-4643-9f91-d57262b12e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:55 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:55.874Z", + "time": 309, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 309 + } + }, + { + "_id": "abc9a833b034a8d5381b15e31d5b03c3", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ffa3c41d-8bc1-4adf-9bfe-7dd5390ba1d5" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1882, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest/dataMaskingPolicies/Default/rules?api-version=2021-06-01" + }, + "response": { + "bodySize": 620, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 620, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest/dataMaskingPolicies/Default/rules/\",\"name\":null,\"type\":\"Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules\",\"location\":\"East US\",\"kind\":null,\"properties\":{\"id\":\"pdw_workload_groups_metadata_group_id\",\"ruleState\":\"Enabled\",\"schemaName\":\"pdw\",\"tableName\":\"workload_groups_metadata\",\"columnName\":\"group_id\",\"aliasName\":\"\",\"maskingFunction\":\"Default\",\"numberFrom\":null,\"numberTo\":null,\"prefixSize\":null,\"suffixSize\":null,\"replacementString\":null}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "620" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "edf5ae3a-f1f7-46a4-af92-ba0f95656895" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "25cfa3e3-fd73-4514-9c18-3871496ee6bf" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070957Z:25cfa3e3-fd73-4514-9c18-3871496ee6bf" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: AF7E6603797140C5AEAEA1DBC16345BB Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:56Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:57 GMT" + } + ], + "headersSize": 655, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:56.190Z", + "time": 1651, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1651 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "a5fc6cc2-b7c8-4573-87ed-766c68a09466" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:40.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "98205143-c553-450f-b7e4-7d5276db5f00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRSLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:40 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:40.722Z", + "time": 172, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 172 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "48ecc115-8795-4573-a8ad-499eac236421" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:41.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2d686555-721f-4ebd-b872-7aa4a81e6a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:40 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:40.898Z", + "time": 252, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 252 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "766678d9-94e8-41a0-bfe2-0e661dd2fadc" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:41.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b66bcf3e-3258-4666-a7a6-6c59a0fe1a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:40 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:41.171Z", + "time": 162, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 162 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9fccdf7a-84bf-42cd-966e-ecc0d20af4f4" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:41.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "613deabb-612f-44ab-b969-f811ed4d3700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:41 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:41.336Z", + "time": 286, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 286 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "390f173d-74f4-491f-813f-d112174ea47f" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:41.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "8021b01b-92d7-44d7-a473-8384ae165e00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:41 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:41.638Z", + "time": 140, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 140 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "dbe03aa3-4b3e-4e94-b509-9962153fac8e" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:41.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b0ec2718-5122-436f-8dfc-89c577243000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:41 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:41.781Z", + "time": 324, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 324 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-keys_1143129512/recording.har b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-keys_1143129512/recording.har new file mode 100644 index 00000000..65cd854f --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-keys_1143129512/recording.har @@ -0,0 +1,1560 @@ +{ + "log": { + "_recordingName": "fetch-synapse-keys", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:36.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "747b0cb9-e129-4d28-ab7a-8a19c1a70101" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:36 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:35.883Z", + "time": 952, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 952 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "2f9ad1fd-c336-030b-aaf0-4ecb2c7a6d87" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "7445fec5-2e05-4745-9264-5d75571e4a04" + }, + { + "name": "client-request-id", + "value": "2f9ad1fd-c336-030b-aaf0-4ecb2c7a6d87" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002CE\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:37 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:36.844Z", + "time": 516, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 516 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "555b5263-277b-4cab-83da-1da9e06532fd" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bdd354d0-5a0c-49f6-9de3-cc1d51c1c700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:37 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 775, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:37.882Z", + "time": 328, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 328 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "dc9c4a79-981d-4d97-a57e-21de99dd81ae" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "3540c508-43f7-4e32-9c6d-242fb3dc4f8d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "4bf897fe-62fe-47d5-8cf9-01e7856980a9" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070938Z:4bf897fe-62fe-47d5-8cf9-01e7856980a9" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: EE8DB30830FE457D903D27B728447DA3 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:38Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:38 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:38.215Z", + "time": 477, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 477 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "989808c9-3c59-4a60-958f-bf66807a4df4" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:38.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "1ebaea4f-e40e-485f-924b-8abc528ced00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:38 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:38.707Z", + "time": 315, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 315 + } + }, + { + "_id": "a095252a787e7b430a667507f5d5663b", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "2eed0980-b70c-4550-8448-6d7502434c3f" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1832, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys?api-version=2021-06-01" + }, + "response": { + "bodySize": 1206, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1206, + "text": "{\"value\":[{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/default\",\"name\":\"default\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\",\"isActiveCMK\":true}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/newkey\",\"name\":\"newkey\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/demoKey\",\"isActiveCMK\":false}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/key3\",\"name\":\"key3\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key\",\"isActiveCMK\":false}},{\"id\":\"subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/keys/key4\",\"name\":\"key4\",\"type\":\"Microsoft.Synapse/workspaces/keys\",\"properties\":{\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/demokey1\",\"isActiveCMK\":false}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "1206" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "103c2d9c-60ca-4fe0-8cf8-55d322b4786c" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11996" + }, + { + "name": "x-ms-correlation-request-id", + "value": "abca338f-dbd4-4381-86b0-66d5cc7d73d4" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070939Z:abca338f-dbd4-4381-86b0-66d5cc7d73d4" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: A34C030837C247D0B65C4EA44EB04C3A Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:39Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:39 GMT" + } + ], + "headersSize": 656, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:39.026Z", + "time": 595, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 595 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "aa742a4e-2435-4233-bc06-b11526cd3f82" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:36.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "048dcacd-5458-44f8-a2c7-745d40ef2d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:35 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:36.044Z", + "time": 138, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 138 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ac8c9a9b-3fce-436d-9a01-e8c21d22181c" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:36.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "e26abd53-0caf-4daa-981e-50f7ad7a2a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:36 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1083, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:36.188Z", + "time": 298, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 298 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "5407d04d-3d40-4a11-ba3c-b927e828acd6" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:36.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2947415b-c3b6-4b52-bd8a-af9e6a262b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:36 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:36.505Z", + "time": 164, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 164 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "816d2633-2775-46a5-9919-65afcd053377" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:36.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "978fe1a2-fdff-4c7f-847f-4b04f8158200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:36 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:36.675Z", + "time": 272, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 272 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-service_1865182831/recording.har b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-service_1865182831/recording.har new file mode 100644 index 00000000..0e223e95 --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-service_1865182831/recording.har @@ -0,0 +1,914 @@ +{ + "log": { + "_recordingName": "fetch-synapse-service", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:01.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "8721e461-8408-4036-a27c-fd771a8ed400" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:01 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 770, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:01.448Z", + "time": 679, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 679 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "7aa6f5e3-e276-dc99-ecfc-2b71b4d5af4f" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "d4166b0f-dfdb-46d5-9a7c-1887dcff3da9" + }, + { + "name": "client-request-id", + "value": "7aa6f5e3-e276-dc99-ecfc-2b71b4d5af4f" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF0000704A\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:01 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:02.134Z", + "time": 514, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 514 + } + }, + { + "_id": "21b88abd562de50ac5fa61166c4f8fc1", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "de4d2dc7-c34c-90d1-51ea-63e7ee752569" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 2035, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/policies/identitySecurityDefaultsEnforcementPolicy" + }, + "response": { + "bodySize": 482, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 482, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#policies/identitySecurityDefaultsEnforcementPolicy/$entity\",\"id\":\"00000000-0000-0000-0000-000000000005\",\"displayName\":\"Security Defaults\",\"description\":\"Security defaults is a set of basic identity security mechanisms recommended by Microsoft. When enabled, these recommendations will be automatically enforced in your organization. Administrators and users will be better protected from common identity related attacks.\",\"isEnabled\":true,\"controlTypes\":[],\"securityDefaultsUpsell\":null}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "retry-after", + "value": "1209600" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "ad0fc53e-0b8d-4ac3-9246-f324ed3c6cec" + }, + { + "name": "client-request-id", + "value": "de4d2dc7-c34c-90d1-51ea-63e7ee752569" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"002\",\"RoleInstance\":\"PN2PEPF00000273\"}}" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:02 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 608, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:02.656Z", + "time": 504, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 504 + } + }, + { + "_id": "4eab979841c1f2185e48b484c23ec3e2", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 178, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "name": "accept-charset", + "value": "utf-8" + }, + { + "name": "client-request-id", + "value": "aad31f3e-3787-4904-a39b-113e1c985474" + }, + { + "name": "return-client-request-id", + "value": "true" + }, + { + "name": "x-client-sku", + "value": "Node" + }, + { + "name": "x-client-ver", + "value": "0.1.28" + }, + { + "name": "x-client-os", + "value": "linux" + }, + { + "name": "x-client-cpu", + "value": "x64" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + }, + { + "name": "content-length", + "value": 178 + } + ], + "headersSize": 413, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [ + { + "name": "api-version", + "value": "1.0" + } + ], + "url": "https://login.microsoftonline.com/directory-id/oauth2/token?api-version=1.0" + }, + "response": { + "bodySize": 1535, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1535, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":\"3599\",\"ext_expires_in\":\"3599\",\"expires_on\":\"1711526944\",\"not_before\":\"1711523044\",\"resource\":\"https://management.azure.com/\",\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:04.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "client-request-id", + "value": "aad31f3e-3787-4904-a39b-113e1c985474" + }, + { + "name": "x-ms-request-id", + "value": "4b44f18d-5244-41af-a2de-9b742ea0e100" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - NCUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:04 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1535" + } + ], + "headersSize": 822, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:03.257Z", + "time": 1058, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1058 + } + }, + { + "_id": "5b659db4e0ea98de8227750eb75526ee", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "2a9b6629-eb78-494f-a7f8-919fc4b3f7ee" + }, + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1742, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2016-06-01" + } + ], + "url": "https://management.azure.com/subscriptions?api-version=2016-06-01" + }, + "response": { + "bodySize": 346, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 346, + "text": "{\"value\":[{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"subscriptionId\":\"subscription-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "346" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-tenant-reads", + "value": "11998" + }, + { + "name": "x-ms-request-id", + "value": "7eb6d97f-c433-471d-a093-0a51340f6572" + }, + { + "name": "x-ms-correlation-request-id", + "value": "7eb6d97f-c433-471d-a093-0a51340f6572" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070904Z:7eb6d97f-c433-471d-a093-0a51340f6572" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: F22959608FAA484AABC6ABD4925A6B7D Ref B: MAA201060513045 Ref C: 2024-03-27T07:09:04Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:03 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 669, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:04.325Z", + "time": 354, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 354 + } + }, + { + "_id": "16ed5b00f3279cf0ee48473ae4ff7412", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "_fromType": "array", + "name": "accept-language", + "value": "en-US" + }, + { + "_fromType": "array", + "name": "x-ms-client-request-id", + "value": "8573be5d-b9c9-4827-af6a-6a62a737e283" + }, + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "@azure/arm-subscriptions/2.0.0 ms-rest-azure-js/2.1.0 ms-rest-js/2.7.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1833, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2020-01-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id?api-version=2020-01-01" + }, + "response": { + "bodySize": 562, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 562, + "text": "{\"id\":\"/subscriptions/subscription-id\",\"authorizationSource\":\"RoleBased\",\"managedByTenants\":[{\"tenantId\":\"33e01921-4d64-4f8c-a055-5bdaffd5e33d\"},{\"tenantId\":\"2f4a9838-26b7-47ee-be60-ccc1fdec5953\"}],\"tags\":{\"Dev\":\"true\",\"AccountId\":\"ExampleAccountID\"},\"subscriptionId\":\"subscription-id\",\"tenantId\":\"directory-id\",\"displayName\":\"jupiterone-integration-dev\",\"state\":\"Enabled\",\"subscriptionPolicies\":{\"locationPlacementId\":\"Public_2014-09-01\",\"quotaId\":\"PayAsYouGo_2014-09-01\",\"spendingLimit\":\"Off\"}}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "562" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-request-id", + "value": "81f6fb55-a728-41a9-9771-0a77ecdd8af4" + }, + { + "name": "x-ms-correlation-request-id", + "value": "81f6fb55-a728-41a9-9771-0a77ecdd8af4" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070904Z:81f6fb55-a728-41a9-9771-0a77ecdd8af4" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D7A3ABBEB527440FB860223280072D9B Ref B: MAA201060516025 Ref C: 2024-03-27T07:09:04Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:04 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 675, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:04.707Z", + "time": 397, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 397 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-sql-pools_1806307682/recording.har b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-sql-pools_1806307682/recording.har new file mode 100644 index 00000000..623a148d --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/fetch-synapse-sql-pools_1806307682/recording.har @@ -0,0 +1,1560 @@ +{ + "log": { + "_recordingName": "fetch-synapse-sql-pools", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:23.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "0a0f762a-e508-4712-a865-48044f1c1c01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:23 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:23.017Z", + "time": 465, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 465 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "bbc2e15c-9276-dc7d-451a-dd03c1728e57" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "cd3d41b0-42c1-40ce-a2d3-36c3cc0c248c" + }, + { + "name": "client-request-id", + "value": "bbc2e15c-9276-dc7d-451a-dd03c1728e57" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"001\",\"RoleInstance\":\"PN3PEPF000002CF\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:22 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:23.490Z", + "time": 373, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 373 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "b8e7403a-e9ee-49ab-bd01-2a1c52042b0a" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:24.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "3b5a344b-816c-405e-93e4-1370c31a1c01" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - WUS3 ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:24 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 776, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:24.339Z", + "time": 316, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 316 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "6e54d783-2c32-43b9-9dc5-5bf3dd32789c" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "1bb623d5-f3d2-4f2f-a112-3a2836d3582d" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "149c49e9-3942-4d5f-bc55-507e310d96e8" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070925Z:149c49e9-3942-4d5f-bc55-507e310d96e8" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: D7F03B3132104522AE458C42FEF9A7D8 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:24Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:24 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:24.664Z", + "time": 432, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 432 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 2, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "ceede64c-ac59-405d-b8f0-3d470937c447" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:25.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "bdd354d0-5a0c-49f6-9de3-cc1defbfc700" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:25 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 775, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:25.115Z", + "time": 329, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 329 + } + }, + { + "_id": "c33e952885bca3fe7d01e5610ef598d8", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "db0c793c-4987-45e3-90d4-5598e8859f1d" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1836, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools?api-version=2021-06-01" + }, + "response": { + "bodySize": 508, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 508, + "text": "{\"value\":[{\"properties\":{\"status\":\"Online\",\"maxSizeBytes\":263882790666240,\"collation\":\"SQL_Latin1_General_CP1_CI_AS\",\"creationDate\":\"2024-03-22T05:53:31.187Z\",\"storageAccountType\":\"GRS\",\"provisioningState\":\"Succeeded\"},\"sku\":{\"name\":\"DW200c\",\"capacity\":0},\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2/sqlPools/sqlpooltest\",\"name\":\"sqlpooltest\",\"type\":\"Microsoft.Synapse/workspaces/sqlPools\",\"location\":\"eastus\",\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "508" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "d034ce07-26ac-45e3-88c6-103bf5e19b0f" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11999" + }, + { + "name": "x-ms-correlation-request-id", + "value": "1d660fbb-5e3f-4888-89c2-8ba8c0a9af2b" + }, + { + "name": "x-ms-routing-request-id", + "value": "WESTINDIA:20240327T070926Z:1d660fbb-5e3f-4888-89c2-8ba8c0a9af2b" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: 63E8F7A99E4E415EA73D67AABD1CBC88 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:25Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:26 GMT" + } + ], + "headersSize": 655, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:25.454Z", + "time": 1462, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 1462 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3eb898a4-5b3a-4eba-87c6-cdc6dede4db4" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:33.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2e671a7d-0b39-46c2-9772-8f5b8f022d00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - JPE ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:32 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:33.166Z", + "time": 143, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 143 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "3be381ea-a0da-4725-ae4e-68c861c1b6a9" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:33.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b0ec2718-5122-436f-8dfc-89c5bb233000" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - NCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:33 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:33.312Z", + "time": 297, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 297 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "98cd6631-0595-45db-b453-ac9e2584bae9" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:33.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "f5bc040a-096a-4a54-af2c-7585dd268b00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17750.5 - SEASLR1 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:33 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1085, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:33.626Z", + "time": 79, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 79 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "08733847-9b8e-4647-b579-b15f71a5237e" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:33.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2d686555-721f-4ebd-b872-7aa41b1e6a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:33 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:33.710Z", + "time": 256, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 256 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/__recordings__/fetch-synpase-workspaces_3124357428/recording.har b/src/steps/resource-manager/synapse/__recordings__/fetch-synpase-workspaces_3124357428/recording.har new file mode 100644 index 00000000..49bcefb3 --- /dev/null +++ b/src/steps/resource-manager/synapse/__recordings__/fetch-synpase-workspaces_3124357428/recording.har @@ -0,0 +1,933 @@ +{ + "log": { + "_recordingName": "fetch-synpase-workspaces", + "creator": { + "comment": "persister:JupiterOneIntegationFSPersister", + "name": "Polly.JS", + "version": "6.0.6" + }, + "entries": [ + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 182, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "content-type", + "value": "application/x-www-form-urlencoded" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "content-length", + "value": "182" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 321, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1751, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1751, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:05.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "b0d95f98-999f-4d92-a85a-ae47dcf91301" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - SCUS ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:05 GMT" + }, + { + "name": "connection", + "value": "close" + }, + { + "name": "content-length", + "value": "1751" + } + ], + "headersSize": 771, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:05.140Z", + "time": 548, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 548 + } + }, + { + "_id": "39cb0d299503e6ab1f6a07ceece09c83", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "_fromType": "array", + "name": "authorization", + "value": "[REDACTED]" + }, + { + "_fromType": "array", + "name": "client-request-id", + "value": "70453682-cb4d-4c58-f809-8296891fe0bd" + }, + { + "_fromType": "array", + "name": "sdkversion", + "value": "graph-js/2.2.1 (featureUsage=7)" + }, + { + "_fromType": "array", + "name": "accept", + "value": "*/*" + }, + { + "_fromType": "array", + "name": "user-agent", + "value": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" + }, + { + "_fromType": "array", + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "host", + "value": "graph.microsoft.com" + } + ], + "headersSize": 1997, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://graph.microsoft.com/v1.0/organization" + }, + "response": { + "bodySize": 974, + "content": { + "mimeType": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8", + "size": 974, + "text": "{\"@odata.context\":\"https://graph.microsoft.com/v1.0/$metadata#organization\",\"value\":[{\"id\":\"directory-id\",\"deletedDateTime\":null,\"businessPhones\":[],\"city\":null,\"country\":null,\"countryLetterCode\":\"US\",\"createdDateTime\":\"2021-09-01T14:59:04Z\",\"defaultUsageLocation\":null,\"displayName\":\"JupiterOne Azure Integration Development\",\"isMultipleDataLocationsForServicesEnabled\":null,\"marketingNotificationEmails\":[],\"onPremisesLastSyncDateTime\":null,\"onPremisesSyncEnabled\":null,\"partnerTenantType\":null,\"postalCode\":null,\"preferredLanguage\":\"en\",\"securityComplianceNotificationMails\":[],\"securityComplianceNotificationPhones\":[],\"state\":null,\"street\":null,\"technicalNotificationMails\":[\"dev-integrations@jupiterone.com\"],\"tenantType\":\"AAD\",\"directorySizeQuota\":{\"used\":516,\"total\":50000},\"assignedPlans\":[{\"assignedDateTime\":\"2023-12-15T15:35:49Z\",\"capabilityStatus\":\"Enabled\",\"service\":\"WindowsAzure\",\"servicePlanId\":\"fca3e605-0754-4279-8504-3f1229f29614\"}],\"onPremisesSyncStatus\":[],\"privacyProfile\":{\"contactEmail\":\"\",\"statementUrl\":\"\"},\"provisionedPlans\":[],\"verifiedDomains\":[{\"capabilities\":\"Email, OfficeCommunicationsOnline\",\"isDefault\":true,\"isInitial\":true,\"name\":\"j1AzureIntegrationDev.onmicrosoft.com\",\"type\":\"Managed\"}]}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8" + }, + { + "name": "vary", + "value": "Accept-Encoding" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000" + }, + { + "name": "request-id", + "value": "29cc6a95-39b8-4453-8c41-77f9c8dd41b4" + }, + { + "name": "client-request-id", + "value": "70453682-cb4d-4c58-f809-8296891fe0bd" + }, + { + "name": "x-ms-ags-diagnostic", + "value": "{\"ServerInfo\":{\"DataCenter\":\"Central India\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"PN1PEPF0000704A\"}}" + }, + { + "name": "x-ms-resource-unit", + "value": "1" + }, + { + "name": "odata-version", + "value": "4.0" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:05 GMT" + }, + { + "name": "connection", + "value": "close" + } + ], + "headersSize": 609, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:05.697Z", + "time": 377, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 377 + } + }, + { + "_id": "419f8a68424a58ccfbfa7e96d080076d", + "_order": 1, + "cache": {}, + "request": { + "bodySize": 430, + "cookies": [], + "headers": [ + { + "name": "content-type", + "value": "application/x-www-form-urlencoded;charset=utf-8" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.4.2 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "e3bce23c-47bf-4f5d-ae3a-6b2b329fea30" + }, + { + "name": "content-length", + "value": "430" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 424, + "httpVersion": "HTTP/1.1", + "method": "POST", + "postData": { + "mimeType": "application/x-www-form-urlencoded;charset=utf-8", + "params": [], + "text": "[REDACTED]" + }, + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/token" + }, + "response": { + "bodySize": 1435, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1435, + "text": "{\"token_type\":\"Bearer\",\"expires_in\":3599,\"ext_expires_in\":3599,\"access_token\":\"[REDACTED]\"}" + }, + "cookies": [ + { + "expires": "2024-04-26T07:09:07.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "no-store, no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "4cd9448f-d4c2-4120-a48a-3d5cc810cf00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17573.7 - EUS ProdSlices" + }, + { + "name": "x-ms-clitelem", + "value": "1,0,0,," + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:06 GMT" + }, + { + "name": "content-length", + "value": "1435" + } + ], + "headersSize": 775, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:06.656Z", + "time": 601, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 601 + } + }, + { + "_id": "7e0b1f9492652ca0fb85d3d66f670246", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-arm-synapse/8.0.0 core-rest-pipeline/1.15.1 Node/18.18.2 OS/(x64-Linux-6.5.0-25-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "d245f78b-5ebf-4423-a693-66af66686f41" + }, + { + "name": "authorization", + "value": "[REDACTED]" + }, + { + "name": "host", + "value": "management.azure.com" + } + ], + "headersSize": 1794, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "2021-06-01" + } + ], + "url": "https://management.azure.com/subscriptions/subscription-id/providers/Microsoft.Synapse/workspaces?api-version=2021-06-01" + }, + "response": { + "bodySize": 2339, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 2339, + "text": "{\"value\":[{\"properties\":{\"settings\":{\"azureADOnlyAuthentication\":{\"value\":false,\"state\":\"Consistent\"}},\"defaultDataLakeStorage\":{\"resourceId\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Storage/storageAccounts/demoacount1\",\"createManagedPrivateEndpoint\":false,\"accountUrl\":\"https://demoacount1.dfs.core.windows.net\",\"filesystem\":\"demofile1\"},\"encryption\":{\"cmk\":{\"kekIdentity\":{\"userAssignedIdentity\":\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\",\"useSystemAssignedIdentity\":false},\"status\":\"Consistent\",\"key\":{\"name\":\"default\",\"keyVaultUrl\":\"https://nd-j1dev-1.vault.azure.net/keys/key1\"}},\"doubleEncryptionEnabled\":true},\"provisioningState\":\"Succeeded\",\"connectivityEndpoints\":{\"web\":\"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fsubscription-id%2fresourceGroups%2fj1dev%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fsynapsedev2\",\"dev\":\"https://synapsedev2.dev.azuresynapse.net\",\"sqlOnDemand\":\"synapsedev2-ondemand.sql.azuresynapse.net\",\"sql\":\"synapsedev2.sql.azuresynapse.net\"},\"managedResourceGroupName\":\"synapseworkspace-managedrg-1136531c-5fe9-4550-9d47-c3ed74d42c28\",\"sqlAdministratorLogin\":\"sqladminuser\",\"privateEndpointConnections\":[],\"workspaceUID\":\"21686c8b-7113-42fe-be60-322f5b76f93e\",\"extraProperties\":{\"WorkspaceType\":\"Normal\",\"IsScopeEnabled\":false},\"publicNetworkAccess\":\"Enabled\",\"cspWorkspaceAdminProperties\":{\"initialWorkspaceAdminObjectId\":\"4f0dbdc3-d93a-4b10-b76e-4355e86deaf3\"},\"azureADOnlyAuthentication\":false,\"trustedServiceBypassEnabled\":false},\"type\":\"Microsoft.Synapse/workspaces\",\"id\":\"/subscriptions/subscription-id/resourceGroups/j1dev/providers/Microsoft.Synapse/workspaces/synapsedev2\",\"location\":\"eastus\",\"name\":\"synapsedev2\",\"identity\":{\"type\":\"SystemAssigned,UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/subscription-id/resourcegroups/j1dev/providers/Microsoft.ManagedIdentity/userAssignedIdentities/managedIdentityForSynapse\":{\"clientId\":\"785336d4-ad58-4cad-8943-cbaaaedc1d7e\",\"principalId\":\"ba1d53c9-1315-4025-969d-9a96621bdba2\"}},\"tenantId\":\"directory-id\",\"principalId\":\"5ab1c1bd-e677-4b27-b2fd-36892a1f3e52\"},\"tags\":{}}]}" + }, + "cookies": [], + "headers": [ + { + "name": "cache-control", + "value": "no-cache" + }, + { + "name": "pragma", + "value": "no-cache" + }, + { + "name": "content-length", + "value": "2339" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "expires", + "value": "-1" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-ms-request-id", + "value": "8aa4b3b0-072a-42e1-9ce4-f61dc9548e4e" + }, + { + "name": "x-ms-ratelimit-remaining-subscription-reads", + "value": "11998" + }, + { + "name": "x-ms-correlation-request-id", + "value": "3546be33-8185-4863-b2e3-8bd8ae8b1562" + }, + { + "name": "x-ms-routing-request-id", + "value": "SOUTHINDIA:20240327T070919Z:3546be33-8185-4863-b2e3-8bd8ae8b1562" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "x-cache", + "value": "CONFIG_NOCACHE" + }, + { + "name": "x-msedge-ref", + "value": "Ref A: DA3CB810415F44158AAC33B61603CE70 Ref B: MAA201060513021 Ref C: 2024-03-27T07:09:18Z" + }, + { + "name": "date", + "value": "Wed, 27 Mar 2024 07:09:18 GMT" + } + ], + "headersSize": 657, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-03-27T07:09:07.275Z", + "time": 11779, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 11779 + } + }, + { + "_id": "5b8f0b1724961b806a00ada6b0194903", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "9e8e37b6-7653-49ae-8afb-4175aa7807aa" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 464, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [ + { + "name": "api-version", + "value": "1.1" + }, + { + "name": "authorization_endpoint", + "value": "https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize" + } + ], + "url": "https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https%3A%2F%2Flogin.microsoftonline.com%2Fdirectory-id%2Foauth2%2Fv2.0%2Fauthorize" + }, + "response": { + "bodySize": 980, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 980, + "text": "{\"tenant_discovery_endpoint\":\"https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration\",\"api-version\":\"1.1\",\"metadata\":[{\"preferred_network\":\"login.microsoftonline.com\",\"preferred_cache\":\"login.windows.net\",\"aliases\":[\"login.microsoftonline.com\",\"login.windows.net\",\"login.microsoft.com\",\"sts.windows.net\"]},{\"preferred_network\":\"login.partner.microsoftonline.cn\",\"preferred_cache\":\"login.partner.microsoftonline.cn\",\"aliases\":[\"login.partner.microsoftonline.cn\",\"login.chinacloudapi.cn\"]},{\"preferred_network\":\"login.microsoftonline.de\",\"preferred_cache\":\"login.microsoftonline.de\",\"aliases\":[\"login.microsoftonline.de\"]},{\"preferred_network\":\"login.microsoftonline.us\",\"preferred_cache\":\"login.microsoftonline.us\",\"aliases\":[\"login.microsoftonline.us\",\"login.usgovcloudapi.net\"]},{\"preferred_network\":\"login-us.microsoftonline.com\",\"preferred_cache\":\"login-us.microsoftonline.com\",\"aliases\":[\"login-us.microsoftonline.com\"]}]}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "33910575-cc98-430a-a267-5ce5d9225200" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - KRC ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:31 GMT" + }, + { + "name": "content-length", + "value": "980" + } + ], + "headersSize": 1082, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:31.927Z", + "time": 307, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 307 + } + }, + { + "_id": "b52743986882a05f19edd0e07e2e2feb", + "_order": 0, + "cache": {}, + "request": { + "bodySize": 0, + "cookies": [], + "headers": [ + { + "name": "accept-encoding", + "value": "gzip,deflate" + }, + { + "name": "user-agent", + "value": "azsdk-js-identity/3.0.0-beta.1 core-rest-pipeline/1.12.0 Node/v18.18.2 OS/(x64-Linux-6.5.0-26-generic)" + }, + { + "name": "x-ms-client-request-id", + "value": "72f45fab-ea00-4246-b1b0-e76989da5de6" + }, + { + "name": "host", + "value": "login.microsoftonline.com" + } + ], + "headersSize": 367, + "httpVersion": "HTTP/1.1", + "method": "GET", + "queryString": [], + "url": "https://login.microsoftonline.com/directory-id/v2.0/.well-known/openid-configuration" + }, + "response": { + "bodySize": 1753, + "content": { + "mimeType": "application/json; charset=utf-8", + "size": 1753, + "text": "{\"token_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/token\",\"token_endpoint_auth_methods_supported\":[\"client_secret_post\",\"private_key_jwt\",\"client_secret_basic\"],\"jwks_uri\":\"https://login.microsoftonline.com/directory-id/discovery/v2.0/keys\",\"response_modes_supported\":[\"query\",\"fragment\",\"form_post\"],\"subject_types_supported\":[\"pairwise\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"response_types_supported\":[\"code\",\"id_token\",\"code id_token\",\"id_token token\"],\"scopes_supported\":[\"openid\",\"profile\",\"email\",\"offline_access\"],\"issuer\":\"https://login.microsoftonline.com/directory-id/v2.0\",\"request_uri_parameter_supported\":false,\"userinfo_endpoint\":\"https://graph.microsoft.com/oidc/userinfo\",\"authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/authorize\",\"device_authorization_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/devicecode\",\"http_logout_supported\":true,\"frontchannel_logout_supported\":true,\"end_session_endpoint\":\"https://login.microsoftonline.com/directory-id/oauth2/v2.0/logout\",\"claims_supported\":[\"sub\",\"iss\",\"cloud_instance_name\",\"cloud_instance_host_name\",\"cloud_graph_host_name\",\"msgraph_host\",\"aud\",\"exp\",\"iat\",\"auth_time\",\"acr\",\"nonce\",\"preferred_username\",\"name\",\"tid\",\"ver\",\"at_hash\",\"c_hash\",\"email\"],\"kerberos_endpoint\":\"https://login.microsoftonline.com/directory-id/kerberos\",\"tenant_region_scope\":\"NA\",\"cloud_instance_name\":\"microsoftonline.com\",\"cloud_graph_host_name\":\"graph.windows.net\",\"msgraph_host\":\"graph.microsoft.com\",\"rbac_url\":\"https://pas.windows.net\"}" + }, + "cookies": [ + { + "expires": "2024-05-02T07:22:32.000Z", + "httpOnly": true, + "name": "fpc", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "domain": ".login.microsoftonline.com", + "httpOnly": true, + "name": "esctx", + "path": "/", + "sameSite": "None", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "x-ms-gateway-slice", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + }, + { + "httpOnly": true, + "name": "stsservicecookie", + "path": "/", + "sameSite": "none", + "secure": true, + "value": "[REDACTED]" + } + ], + "headers": [ + { + "name": "cache-control", + "value": "max-age=86400, private" + }, + { + "name": "content-type", + "value": "application/json; charset=utf-8" + }, + { + "name": "strict-transport-security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "name": "x-content-type-options", + "value": "nosniff" + }, + { + "name": "access-control-allow-origin", + "value": "*" + }, + { + "name": "access-control-allow-methods", + "value": "GET, OPTIONS" + }, + { + "name": "p3p", + "value": "CP=\"DSP CUR OTPi IND OTRi ONL FIN\"" + }, + { + "name": "x-ms-request-id", + "value": "2d686555-721f-4ebd-b872-7aa4091e6a00" + }, + { + "name": "x-ms-ests-server", + "value": "2.1.17615.13 - WUS3 ProdSlices" + }, + { + "name": "x-ms-srs", + "value": "1.P" + }, + { + "name": "x-xss-protection", + "value": "0" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "set-cookie", + "value": "[REDACTED]" + }, + { + "name": "date", + "value": "Tue, 02 Apr 2024 07:22:32 GMT" + }, + { + "name": "content-length", + "value": "1753" + } + ], + "headersSize": 1084, + "httpVersion": "HTTP/1.1", + "redirectURL": "", + "status": 200, + "statusText": "OK" + }, + "startedDateTime": "2024-04-02T07:22:32.243Z", + "time": 267, + "timings": { + "blocked": -1, + "connect": -1, + "dns": -1, + "receive": 0, + "send": 0, + "ssl": -1, + "wait": 267 + } + } + ], + "pages": [], + "version": "1.2" + } +} diff --git a/src/steps/resource-manager/synapse/client.ts b/src/steps/resource-manager/synapse/client.ts new file mode 100644 index 00000000..42c53ad4 --- /dev/null +++ b/src/steps/resource-manager/synapse/client.ts @@ -0,0 +1,252 @@ +import { IntegrationWarnEventName } from '@jupiterone/integration-sdk-core'; +import { Client } from '../../../azure/resource-manager/client'; +import { + SynapseManagementClient, + Workspace, + SqlPool, + DataMaskingPolicy, + DataMaskingRule, + Key, +} from '@azure/arm-synapse'; + +export class SynapseClient extends Client { + /** + * Retrieves all Synapse Workspaces from an Azure Subscription. + * @param subscriptionId The ID of the Azure Subscription containing the Synapse Workspaces. + * @param callback A callback function to be called with each retrieved Synapse Workspace. + * @returns A promise that resolves once all Synapse Workspaces have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateWorkspaces( + subscriptionId: string, + callback: (s: Workspace) => void | Promise, + ): Promise { + const credential = this.getClientSecretCredentials(); + const client = new SynapseManagementClient(credential, subscriptionId); + try { + for await (const workspace of client.workspaces.list()) { + await callback(workspace); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else if ( + err.statusCode === 401 && + err.message.toString().includes('AKV10032') + ) { + this.logger.warn( + { err: err }, + 'Failed to retrieve a Synapse Workspace data', + ); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingEntity, + description: `This tenant/application is not allowed to access workspaces`, + }); + } else { + throw err; + } + } + } + + /** + * Retrieves all SQL Pools from a Synapse Workspace in an Azure Subscription. + * @param subscriptionId The ID of the Azure Subscription containing the Synapse Workspace. + * @param resourceGroupName The name of the Resource Group containing the Synapse Workspace. + * @param workspaceName The name of the Synapse Workspace. + * @param callback A callback function to be called with each retrieved SQL Pool. + * @returns A promise that resolves once all SQL Pools have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateSqlPools( + subscriptionId: string, + resourceGroupName: string, + workspaceName: string, + callback: (s: SqlPool) => void | Promise, + ): Promise { + const credential = this.getClientSecretCredentials(); + const client = new SynapseManagementClient(credential, subscriptionId); + try { + for await (const sqlPool of client.sqlPools.listByWorkspace( + resourceGroupName, + workspaceName, + )) { + await callback(sqlPool); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else if ( + err.statusCode === 401 && + err.message.toString().includes('AKV10032') + ) { + this.logger.warn( + { err: err }, + 'Failed to retrieve a Synapse SQL Pool data', + ); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingEntity, + description: `This tenant/application is not allowed to access SQL Pool`, + }); + } else { + throw err; + } + } + } + + /** + * Retrieves all keys associated with a Synapse Workspace in an Azure Subscription. + * @param subscriptionId The ID of the Azure Subscription containing the Synapse Workspace. + * @param resourceGroupName The name of the Resource Group containing the Synapse Workspace. + * @param workspaceName The name of the Synapse Workspace. + * @param callback A callback function to be called with each retrieved key. + * @returns A promise that resolves once all keys have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateSynapseKeys( + subscriptionId: string, + resourceGroupName: string, + workspaceName: string, + callback: (s: Key) => void | Promise, + ): Promise { + const credential = this.getClientSecretCredentials(); + const client = new SynapseManagementClient(credential, subscriptionId); + try { + for await (const synapseKey of client.keys.listByWorkspace( + resourceGroupName, + workspaceName, + )) { + await callback(synapseKey); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else if ( + err.statusCode === 401 && + err.message.toString().includes('AKV10032') + ) { + this.logger.warn({ err: err }, 'Failed to retrieve a Synapse Key data'); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingEntity, + description: `This tenant/application is not allowed to access Key`, + }); + } else { + throw err; + } + } + } + + /** + * Retrieves the data masking policy associated with a specific SQL pool in a Synapse workspace. + * @param subscriptionId The ID of the Azure Subscription containing the Synapse workspace. + * @param resourceGroupName The name of the Resource Group containing the Synapse workspace. + * @param workspaceName The name of the Synapse workspace. + * @param sqlPoolName The name of the SQL pool. + * @param callback A callback function to be called with the retrieved data masking policy. + * @returns {Promise} A promise that resolves once the data masking policy has been retrieved and the callback function has been executed. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateDataMaskingPolicies( + subscriptionId: string, + resourceGroupName: string, + workspaceName: string, + sqlPoolName: string, + callback: (s: DataMaskingPolicy) => void | Promise, + ) { + const credential = this.getClientSecretCredentials(); + const client = new SynapseManagementClient(credential, subscriptionId); + try { + const result = await client.dataMaskingPolicies.get( + resourceGroupName, + workspaceName, + sqlPoolName, + ); + await callback(result); + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else if ( + err.statusCode === 401 && + err.message.toString().includes('AKV10032') + ) { + this.logger.warn( + { err: err }, + 'Failed to retrieve a Synapse Data Masking Policy', + ); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingEntity, + description: `This tenant/application is not allowed to access Data Masking Policy`, + }); + } else { + throw err; + } + } + } + + /** + * Retrieves all data masking rules associated with a specific SQL pool in a Synapse workspace. + * @param subscriptionId The ID of the Azure Subscription containing the Synapse workspace. + * @param resourceGroupName The name of the Resource Group containing the Synapse workspace. + * @param workspaceName The name of the Synapse workspace. + * @param sqlPoolName The name of the SQL pool. + * @param callback A callback function to be called with each retrieved data masking rule. + * @returns {Promise} A promise that resolves once all data masking rules have been iterated through. + * @throws {Error} If an error occurs during the retrieval process. + */ + public async iterateDataMaskingRules( + subscriptionId: string, + resourceGroupName: string, + workspaceName: string, + sqlPoolName: string, + callback: (s: DataMaskingRule) => void | Promise, + ) { + const credential = this.getClientSecretCredentials(); + const client = new SynapseManagementClient(credential, subscriptionId); + try { + for await (const dataMaskingrule of client.dataMaskingRules.listBySqlPool( + resourceGroupName, + workspaceName, + sqlPoolName, + )) { + await callback(dataMaskingrule); + } + } catch (err) { + if (err.statusCode === 403) { + this.logger.warn({ err }, err.message); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingPermission, + description: err.message, + }); + } else if ( + err.statusCode === 401 && + err.message.toString().includes('AKV10032') + ) { + this.logger.warn( + { err: err }, + 'Failed to retrieve a Synapse Data Masking Rule', + ); + this.logger.publishWarnEvent({ + name: IntegrationWarnEventName.MissingEntity, + description: `This tenant/application is not allowed to access Data Masking Rule`, + }); + } else { + throw err; + } + } + } +} diff --git a/src/steps/resource-manager/synapse/constant.ts b/src/steps/resource-manager/synapse/constant.ts new file mode 100644 index 00000000..971c6380 --- /dev/null +++ b/src/steps/resource-manager/synapse/constant.ts @@ -0,0 +1,163 @@ +import { + RelationshipClass, + generateRelationshipType, +} from '@jupiterone/integration-sdk-core'; +import { entities } from '../subscriptions/constants'; +import { KEY_VAULT_SERVICE_ENTITY_TYPE } from '../key-vault/constants'; + +export const SYNAPSE_STEPS = { + SYNAPSE_SERVICE: 'fetch-synapse-service', + SYNAPSE_WORKSPACES: 'fetch-synpase-workspaces', + SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP: + 'build-synapse-service-workspace-relationship', + SYNAPSE_SQL_POOL: 'fetch-synapse-sql-pools', + SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP: + 'build-synapse-service-sql-pool-relationship', + SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP: + 'build-workspace-sql-pool-relationship', + SYNAPSE_KEYS: 'fetch-synapse-keys', + SYNAPSE_SERVICE_KEY_RELATIONSHIP: 'build-synapse-service-key-relationship', + SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP: + 'build-synapse-workspace-keys-relationship', + SYNAPSE_DATA_MASKING_POLICY: 'fetch-synapse-data-masking-policy', + SYNAPSE_DATA_MASKING_RULE: 'fetch-synapse-data-masking-rule', + SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP: + 'build-sql-pool-data-masking-policy-relationship', + KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP: + 'build-vault-service-synapse-key-relationship', + SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP: + 'build-synapse-sql-pool-data-masking-relationship', +}; + +export const SynapseEntities = { + WORKSPACE: { + _type: 'azure_synapse_workspace', + _class: ['Configuration'], + resourceName: '[RM] Workspaces', + }, + SYNAPSE_KEYS: { + _type: 'azure_synapse_key', + _class: ['Key'], + resourceName: '[RM] Synapse Keys', + }, + SYNAPSE_SERVICE: { + _type: 'azure_synapse', + _class: ['Service'], + resourceName: 'Azure Synapse Analytics', + }, + SYNAPSE_SQL_POOL: { + _type: 'azure_synapse_sql_pool', + _class: ['Configuration'], + resourceName: '[RM] SQL Pool', + }, + SYNAPSE_DATA_MASKING_POLICY: { + _type: 'azure_synapse_masking_policy', + _class: ['Policy'], + resourceName: '[RM] Data Masking Policy', + schema: { + properties: { + title: { exclude: true }, + summary: { exclude: true }, + content: { exclude: true }, + }, + }, + }, + SYNAPSE_DATA_MASKING_RULE: { + _type: 'azure_synapse_masking_rule', + _class: ['Rule'], + resourceName: '[RM] Data Masking Rule', + }, +}; + +export const SynapseRelationship = { + SUBSCRIPTION_HAS_SYNAPSE_SERVICE: { + _type: generateRelationshipType( + RelationshipClass.HAS, + entities.SUBSCRIPTION, + SynapseEntities.SYNAPSE_SERVICE, + ), + sourceType: entities.SUBSCRIPTION._type, + _class: RelationshipClass.HAS, + targetType: SynapseEntities.SYNAPSE_SERVICE._type, + }, + SYNAPSE_SERVICE_HAS_WORKSPACE: { + _type: generateRelationshipType( + RelationshipClass.HAS, + SynapseEntities.SYNAPSE_SERVICE, + SynapseEntities.WORKSPACE, + ), + sourceType: SynapseEntities.SYNAPSE_SERVICE._type, + _class: RelationshipClass.HAS, + targetType: SynapseEntities.WORKSPACE._type, + }, + SYNAPSE_SERVICE_KEYS: { + _type: generateRelationshipType( + RelationshipClass.HAS, + SynapseEntities.SYNAPSE_SERVICE, + SynapseEntities.SYNAPSE_KEYS, + ), + sourceType: SynapseEntities.SYNAPSE_SERVICE._type, + _class: RelationshipClass.HAS, + targetType: SynapseEntities.SYNAPSE_KEYS._type, + }, + SYNAPSE_SERVICE_HAS_SQL_POOL: { + _type: generateRelationshipType( + RelationshipClass.HAS, + SynapseEntities.SYNAPSE_SERVICE, + SynapseEntities.SYNAPSE_SQL_POOL, + ), + sourceType: SynapseEntities.SYNAPSE_SERVICE._type, + _class: RelationshipClass.HAS, + targetType: SynapseEntities.SYNAPSE_SQL_POOL._type, + }, + SYNAPSE_WORKSPACE_HAS_SQL_POOL: { + _type: generateRelationshipType( + RelationshipClass.HAS, + SynapseEntities.WORKSPACE, + SynapseEntities.SYNAPSE_SQL_POOL, + ), + sourceType: SynapseEntities.WORKSPACE._type, + _class: RelationshipClass.HAS, + targetType: SynapseEntities.SYNAPSE_SQL_POOL._type, + }, + SYNAPSE_SQL_POOL_ASSIGNED_DATA_MASKING_POLICY: { + _type: generateRelationshipType( + RelationshipClass.ASSIGNED, + SynapseEntities.SYNAPSE_SQL_POOL, + SynapseEntities.SYNAPSE_DATA_MASKING_POLICY, + ), + sourceType: SynapseEntities.SYNAPSE_SQL_POOL._type, + _class: RelationshipClass.ASSIGNED, + targetType: SynapseEntities.SYNAPSE_DATA_MASKING_POLICY._type, + }, + SYNAPSE_WORKSPACE_HAS_KEYS: { + _type: generateRelationshipType( + RelationshipClass.HAS, + SynapseEntities.WORKSPACE, + SynapseEntities.SYNAPSE_KEYS, + ), + sourceType: SynapseEntities.WORKSPACE._type, + _class: RelationshipClass.HAS, + targetType: SynapseEntities.SYNAPSE_KEYS._type, + }, + VALUT_SERVICE_HAS_SYNAPSE_KEY: { + _type: generateRelationshipType( + RelationshipClass.HAS, + KEY_VAULT_SERVICE_ENTITY_TYPE, + SynapseEntities.SYNAPSE_KEYS, + ), + sourceType: KEY_VAULT_SERVICE_ENTITY_TYPE, + _class: RelationshipClass.HAS, + targetType: SynapseEntities.SYNAPSE_KEYS._type, + }, + SYNAPSE_SQL_POOL_HAS_DATA_MASKING_RULE: { + _type: generateRelationshipType( + RelationshipClass.HAS, + SynapseEntities.SYNAPSE_SQL_POOL, + SynapseEntities.SYNAPSE_DATA_MASKING_RULE, + ), + sourceType: SynapseEntities.SYNAPSE_SQL_POOL._type, + _class: RelationshipClass.HAS, + targetType: SynapseEntities.SYNAPSE_DATA_MASKING_RULE._type, + }, +}; diff --git a/src/steps/resource-manager/synapse/converter.ts b/src/steps/resource-manager/synapse/converter.ts new file mode 100644 index 00000000..021f1be0 --- /dev/null +++ b/src/steps/resource-manager/synapse/converter.ts @@ -0,0 +1,204 @@ +import { + Entity, + createIntegrationEntity, +} from '@jupiterone/integration-sdk-core'; +import { AzureWebLinker } from '../../../azure'; +import { + Workspace, + SqlPool, + DataMaskingPolicy, + DataMaskingRule, + Key, +} from '@azure/arm-synapse'; +import { SynapseEntities } from './constant'; +import { generateEntityKey } from '../../../utils/generateKeys'; + +// If uniqueId is undefined or not of correct type, raise error +const validateUniqeId = generateEntityKey; + +export function getSynapseEntityKey(uniqueId: string, entityType: string) { + validateUniqeId(uniqueId); + return `${entityType}:${uniqueId}`; +} + +function getResourceGroupName(id: string) { + return id.split('/')[4]; +} + +export function createWorkspaceEntity( + webLinker: AzureWebLinker, + data: Workspace, +): Entity { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: getSynapseEntityKey( + data.workspaceUID as string, + SynapseEntities.WORKSPACE._type, + ), + _type: SynapseEntities.WORKSPACE._type, + _class: SynapseEntities.WORKSPACE._class, + id: data.id, + workspaceUID: data.workspaceUID, + name: data.name, + webLink: webLinker.portalResourceUrl(data.id), + type: data.type, + resourceGroupName: getResourceGroupName(data.id as string), + }, + }, + }); +} + +/** + * create Synapse service entity. + * @returns Synapse Entity + */ +export function createSynapseServiceEntity( + instnaceId: string, + subscriptionKey,): Entity { + return createIntegrationEntity({ + entityData: { + source: undefined, + assign: { + _key: getSynapseEntityKey( + instnaceId, + SynapseEntities.SYNAPSE_SERVICE._type, + ), + _type: SynapseEntities.SYNAPSE_SERVICE._type, + _class: SynapseEntities.SYNAPSE_SERVICE._class, + name: SynapseEntities.SYNAPSE_SERVICE.resourceName, + category: ['Analysis'], + function: ['Analysis'], + endpoint: 'https://portal.azure.com', + subscriptionKey: subscriptionKey, + }, + }, + }); +} + +export function createSqlPoolEntity( + webLinker: AzureWebLinker, + data: SqlPool, + workspaceUID: string, +) { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: getSynapseEntityKey( + data.id as string, + SynapseEntities.SYNAPSE_SQL_POOL._type, + ), + _type: SynapseEntities.SYNAPSE_SQL_POOL._type, + _class: SynapseEntities.SYNAPSE_SQL_POOL._class, + id: data.id, + name: data.name, + type: data.type, + location: data.location, + collation: data.collation, + status: data.status, + storageAccountType: data.storageAccountType, + provisioningState: data.provisioningState, + maxSizebytes: data.maxSizeBytes, + webLink: webLinker.portalResourceUrl(data.id), + workspaceUID: workspaceUID, + }, + }, + }); +} + +export function createSynapseKeyEntity( + webLinker: AzureWebLinker, + data: Key, + workspaceUID: string, +) { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: getSynapseEntityKey( + data.id as string, + SynapseEntities.SYNAPSE_KEYS._type, + ), + _type: SynapseEntities.SYNAPSE_KEYS._type, + _class: SynapseEntities.SYNAPSE_KEYS._class, + id: data.id, + name: data.name, + type: data.type, + isActiveCMK: data.isActiveCMK, + keyVaultUrl: data.keyVaultUrl, + webLink: webLinker.portalResourceUrl(data.id), + workspaceUID: workspaceUID, + }, + }, + }); +} + +export function createDataMaskingPolicyEntity( + webLinker: AzureWebLinker, + data: DataMaskingPolicy, +) { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: getSynapseEntityKey( + data.id as string, + SynapseEntities.SYNAPSE_DATA_MASKING_POLICY._type, + ), + _type: SynapseEntities.SYNAPSE_DATA_MASKING_POLICY._type, + _class: SynapseEntities.SYNAPSE_DATA_MASKING_POLICY._class, + id: data.id, + name: data.name, + type: data.type, + location: data.location, + webLink: webLinker.portalResourceUrl(data.id), + dataMaskingState: data.dataMaskingState, + applicationPrincipals: data.applicationPrincipals, + exemptPrincipals: data.exemptPrincipals, + maskingLevel: data.maskingLevel, + managedBy: data.managedBy, + kind: data.kind, + }, + }, + }); +} + +export function createDataMaskingRuleEntity( + webLinker: AzureWebLinker, + data: DataMaskingRule, +) { + return createIntegrationEntity({ + entityData: { + source: data, + assign: { + _key: getSynapseEntityKey( + `${data.id!}:${data.idPropertiesId!}`, + SynapseEntities.SYNAPSE_DATA_MASKING_RULE._type, + ), + _type: SynapseEntities.SYNAPSE_DATA_MASKING_RULE._type, + _class: SynapseEntities.SYNAPSE_DATA_MASKING_RULE._class, + id: data.id, + name: data.name || 'unknown', + displayName: data.name || 'unknown', + type: data.type, + location: data.location, + webLink: webLinker.portalResourceUrl(data.id), + kind: data.kind, + idPropertiesId: data.idPropertiesId, + aliasName: data.aliasName, + ruleState: data.ruleState, + schemaName: data.schemaName, + tableName: data.tableName, + columnName: data.columnName, + maskingFunction: data.maskingFunction, + numberFrom: data.numberFrom, + numberTo: data.numberTo, + prefixSize: data.prefixSize, + suffixSize: data.suffixSize, + replacementString: data.replacementString, + }, + }, + }); +} diff --git a/src/steps/resource-manager/synapse/index.test.ts b/src/steps/resource-manager/synapse/index.test.ts new file mode 100644 index 00000000..c78b4fc4 --- /dev/null +++ b/src/steps/resource-manager/synapse/index.test.ts @@ -0,0 +1,389 @@ +import { + Recording, + executeStepWithDependencies, +} from '@jupiterone/integration-sdk-testing'; +import { getStepTestConfigForStep } from '../../../../test/integrationInstanceConfig'; +import { + setupAzureRecording, + getMatchRequestsBy, +} from '../../../../test/helpers/recording'; +import { SYNAPSE_STEPS } from './constant'; + +let recording: Recording; + +afterEach(async () => { + if (recording) { + await recording.stop(); + } +}); + +const { + SYNAPSE_SERVICE, + SYNAPSE_WORKSPACES, + SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP, + SYNAPSE_SQL_POOL, + SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP, + SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP, + SYNAPSE_KEYS, + SYNAPSE_SERVICE_KEY_RELATIONSHIP, + SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP, + SYNAPSE_DATA_MASKING_POLICY, + SYNAPSE_DATA_MASKING_RULE, + SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP, + KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP, + SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP, +} = SYNAPSE_STEPS; + +test.skip( + SYNAPSE_SERVICE, + async () => { + const stepTestConfig = getStepTestConfigForStep(SYNAPSE_SERVICE); + + recording = setupAzureRecording( + { + name: SYNAPSE_SERVICE, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_WORKSPACES, + async () => { + const stepTestConfig = getStepTestConfigForStep(SYNAPSE_WORKSPACES); + + recording = setupAzureRecording( + { + name: SYNAPSE_WORKSPACES, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_SQL_POOL, + async () => { + const stepTestConfig = getStepTestConfigForStep(SYNAPSE_SQL_POOL); + + recording = setupAzureRecording( + { + name: SYNAPSE_SQL_POOL, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_KEYS, + async () => { + const stepTestConfig = getStepTestConfigForStep(SYNAPSE_KEYS); + + recording = setupAzureRecording( + { + name: SYNAPSE_KEYS, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_SERVICE_KEY_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + SYNAPSE_SERVICE_KEY_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: SYNAPSE_SERVICE_KEY_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_DATA_MASKING_POLICY, + async () => { + const stepTestConfig = getStepTestConfigForStep( + SYNAPSE_DATA_MASKING_POLICY, + ); + + recording = setupAzureRecording( + { + name: SYNAPSE_DATA_MASKING_POLICY, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_DATA_MASKING_RULE, + async () => { + const stepTestConfig = getStepTestConfigForStep(SYNAPSE_DATA_MASKING_RULE); + + recording = setupAzureRecording( + { + name: SYNAPSE_DATA_MASKING_RULE, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); + +test.skip( + SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP, + async () => { + const stepTestConfig = getStepTestConfigForStep( + SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP, + ); + + recording = setupAzureRecording( + { + name: SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP, + directory: __dirname, + options: { + matchRequestsBy: getMatchRequestsBy({ + config: stepTestConfig.instanceConfig, + }), + }, + }, + stepTestConfig.instanceConfig, + ); + + const stepResults = await executeStepWithDependencies(stepTestConfig); + expect(stepResults).toMatchStepMetadata(stepTestConfig); + }, + 100_000, +); diff --git a/src/steps/resource-manager/synapse/index.ts b/src/steps/resource-manager/synapse/index.ts new file mode 100644 index 00000000..2b0e75d6 --- /dev/null +++ b/src/steps/resource-manager/synapse/index.ts @@ -0,0 +1,723 @@ +import { + IntegrationMissingKeyError, + RelationshipClass, + createDirectRelationship, +} from '@jupiterone/integration-sdk-core'; +import { createAzureWebLinker } from '../../../azure'; +import { INGESTION_SOURCE_IDS } from '../../../constants'; +import { AzureIntegrationStep, IntegrationStepContext } from '../../../types'; +import { getAccountEntity } from '../../active-directory'; +import { STEP_AD_ACCOUNT } from '../../active-directory/constants'; +import { SynapseClient } from './client'; +import { + SYNAPSE_STEPS, + SynapseEntities, + SynapseRelationship, +} from './constant'; +import { + createSynapseServiceEntity, + createWorkspaceEntity, + createSqlPoolEntity, + getSynapseEntityKey, + createDataMaskingPolicyEntity, + createDataMaskingRuleEntity, + createSynapseKeyEntity, +} from './converter'; +import { entities, steps } from '../subscriptions/constants'; +import { + KEY_VAULT_SERVICE_ENTITY_TYPE, + STEP_RM_KEYVAULT_VAULTS, +} from '../key-vault/constants'; + +export async function fetchSynapseWorkspaces( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + + const client = new SynapseClient(instance.config, logger); + + await client.iterateWorkspaces( + instance.config.subscriptionId as string, + async (workspace) => { + const workSpaceEntity = createWorkspaceEntity(webLinker, workspace); + await jobState.addEntity(workSpaceEntity); + }, + ); +} + +export async function createSynapseService( + executionContext: IntegrationStepContext, +): Promise { + const { instance, jobState } = executionContext; + + // create synapse service + await jobState.addEntity(createSynapseServiceEntity(instance.id, instance.config.subscriptionId)); + await jobState.iterateEntities( + { _type: entities.SUBSCRIPTION._type }, + + async (subscriptionEntity) => { + if (subscriptionEntity._key == undefined && !jobState.hasKey(subscriptionEntity._key)) { + throw new IntegrationMissingKeyError( + `subscriptionEntity Key Missing ${subscriptionEntity._key}`, + ); + } + const synapseServiceKey = getSynapseEntityKey( + instance.id as string, + SynapseEntities.SYNAPSE_SERVICE._type, + ); + if (!jobState.hasKey(synapseServiceKey)) { + throw new IntegrationMissingKeyError( + `Synapse Service Key Missing ${synapseServiceKey}`, + ); + } + // add subscription and synapse service relationship + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: subscriptionEntity._Key as string, + fromType: entities.SUBSCRIPTION._type, + toKey: synapseServiceKey, + toType: SynapseEntities.SYNAPSE_SERVICE._type, + }), + ); + }, + ); +} + +export async function buildSynapseServiceWorkspaceRelationship( + executionContext: IntegrationStepContext, +) { + const { instance, jobState } = executionContext; + + const synapseServiceKey = getSynapseEntityKey( + instance.id, + SynapseEntities.SYNAPSE_SERVICE._type, + ); + + if (!jobState.hasKey(synapseServiceKey)) { + throw new IntegrationMissingKeyError( + `Synapse Service Key Missing ${synapseServiceKey}`, + ); + } + + await jobState.iterateEntities( + { _type: SynapseEntities.WORKSPACE._type }, + async (workspaceEntity) => { + if (!jobState.hasKey(workspaceEntity._key)) { + throw new IntegrationMissingKeyError( + `Synapse Workspace Key Missing ${workspaceEntity._key}`, + ); + } + + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: synapseServiceKey, + fromType: SynapseEntities.SYNAPSE_SERVICE._type, + toKey: workspaceEntity._key, + toType: SynapseEntities.WORKSPACE._type, + }), + ); + }, + ); +} + +export async function buildSynapseServiceSqlPoolRelationship( + executionContext: IntegrationStepContext, +) { + const { instance, jobState } = executionContext; + + const synapseServiceKey = getSynapseEntityKey( + instance.id, + SynapseEntities.SYNAPSE_SERVICE._type, + ); + + if (!jobState.hasKey(synapseServiceKey)) { + throw new IntegrationMissingKeyError( + `Synapse Service Key Missing ${synapseServiceKey}`, + ); + } + + await jobState.iterateEntities( + { _type: SynapseEntities.SYNAPSE_SQL_POOL._type }, + async (sqlPoolEntity) => { + if (!jobState.hasKey(sqlPoolEntity._key)) { + throw new IntegrationMissingKeyError( + `Synapse Sql Pool Key Missing ${sqlPoolEntity._key}`, + ); + } + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: synapseServiceKey, + fromType: SynapseEntities.SYNAPSE_SERVICE._type, + toKey: sqlPoolEntity._key, + toType: SynapseEntities.SYNAPSE_SQL_POOL._type, + }), + ); + }, + ); +} + +export async function buildSynapseServiceKeysRelationship( + executionContext: IntegrationStepContext, +) { + const { instance, jobState } = executionContext; + + const synapseServiceKey = getSynapseEntityKey( + instance.id, + SynapseEntities.SYNAPSE_SERVICE._type, + ); + + if (!jobState.hasKey(synapseServiceKey)) { + throw new IntegrationMissingKeyError( + `Synapse Service Key Missing ${synapseServiceKey}`, + ); + } + await jobState.iterateEntities( + { _type: SynapseEntities.SYNAPSE_KEYS._type }, + async (synapseKeyEntity) => { + if (!jobState.hasKey(synapseKeyEntity._key)) { + throw new IntegrationMissingKeyError( + `Synapse Synapse_Key Key Missing ${synapseKeyEntity._key}`, + ); + } + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: synapseServiceKey, + fromType: SynapseEntities.SYNAPSE_SERVICE._type, + toKey: synapseKeyEntity._key, + toType: SynapseEntities.SYNAPSE_KEYS._type, + }), + ); + }, + ); +} + +export async function fetchSynapseSqlPool( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + + const client = new SynapseClient(instance.config, logger); + + await jobState.iterateEntities( + { _type: SynapseEntities.WORKSPACE._type }, + async (workspaceEntity) => { + const resourceGroupName = workspaceEntity.resourceGroupName as string; + const workspaceName = workspaceEntity.displayName as string; + const workspaceUID = workspaceEntity.workspaceUID as string; + + if (!resourceGroupName || !workspaceName || !workspaceUID) { + throw new IntegrationMissingKeyError( + `One or more required values are undefined: + - Workspace Name: ${workspaceName} + - Resource Group Name: ${resourceGroupName} + - Workspace UUID: ${workspaceUID} + `, + ); + } + + await client.iterateSqlPools( + instance.config.subscriptionId as string, + resourceGroupName, + workspaceName, + async (sqlPool) => { + const sqlPoolEntity = createSqlPoolEntity( + webLinker, + sqlPool, + workspaceUID, + ); + await jobState.addEntity(sqlPoolEntity); + }, + ); + }, + ); +} + +export async function fetchSynapseKeys( + executionContext: IntegrationStepContext, +): Promise { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + + const client = new SynapseClient(instance.config, logger); + + await jobState.iterateEntities( + { _type: SynapseEntities.WORKSPACE._type }, + async (workspaceEntity) => { + const resourceGroupName = workspaceEntity.resourceGroupName as string; + const workspaceName = workspaceEntity.displayName as string; + const workspaceUID = workspaceEntity.workspaceUID as string; + + if (!resourceGroupName || !workspaceName || !workspaceUID) { + throw new IntegrationMissingKeyError( + `One or more required values are undefined: + - Workspace Name: ${workspaceName} + - Resource Group Name: ${resourceGroupName} + - Workspace UUID: ${workspaceUID} + `, + ); + } + + await client.iterateSynapseKeys( + instance.config.subscriptionId as string, + resourceGroupName, + workspaceName, + async (synapseKey) => { + const synapseKeyEntity = createSynapseKeyEntity( + webLinker, + synapseKey, + workspaceUID, + ); + await jobState.addEntity(synapseKeyEntity); + }, + ); + }, + ); +} + +export async function buildSynapseWorkspaceSQLPoolRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: SynapseEntities.SYNAPSE_SQL_POOL._type }, + async (sqlPoolEntity) => { + const workspaceKey = getSynapseEntityKey( + sqlPoolEntity.workspaceUID as string, + SynapseEntities.WORKSPACE._type, + ); + + const hasSqlPoolKey = jobState.hasKey(sqlPoolEntity._key); + const hasWorkSpaceKey = jobState.hasKey(workspaceKey); + + if (!hasSqlPoolKey || !hasWorkSpaceKey) { + throw new IntegrationMissingKeyError( + `Cannot build Relationship. + Error: Missing Key. + WorkspaceKey : ${workspaceKey} + SqlPoolKey: ${sqlPoolEntity._key}`, + ); + } + + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: workspaceKey, + fromType: SynapseEntities.WORKSPACE._type, + toKey: sqlPoolEntity._key, + toType: SynapseEntities.SYNAPSE_SQL_POOL._type, + }), + ); + }, + ); +} + +export async function buildSynapseWorkspaceKeysRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: SynapseEntities.SYNAPSE_KEYS._type }, + async (synapseKeyEntity) => { + const workspaceKey = getSynapseEntityKey( + synapseKeyEntity.workspaceUID as string, + SynapseEntities.WORKSPACE._type, + ); + + const hasSynapseKeyKey = jobState.hasKey(synapseKeyEntity._key); + const hasWorkSpaceKey = jobState.hasKey(workspaceKey); + + if (!hasSynapseKeyKey || !hasWorkSpaceKey) { + throw new IntegrationMissingKeyError( + `Cannot build Relationship. + Error: Missing Key. + WorkspaceKey : ${workspaceKey} + Synapse_Key Key: ${synapseKeyEntity._key}`, + ); + } + + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: workspaceKey, + fromType: SynapseEntities.WORKSPACE._type, + toKey: synapseKeyEntity._key, + toType: SynapseEntities.SYNAPSE_KEYS._type, + }), + ); + }, + ); +} + +export async function buildVaultServiceSynapseKeyRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: SynapseEntities.SYNAPSE_KEYS._type }, + async (synapseKeyEntity) => { + const keyVaultUrl = synapseKeyEntity.keyVaultUrl as string; + const synapseKeyId = synapseKeyEntity.id as string; + const vaultName = keyVaultUrl.split('/')[2].split('.')[0]; + const keyResourcePath = synapseKeyId.substring( + 0, + synapseKeyId.indexOf('/Microsoft.Synapse'), + ); + const vaultKey = `/${keyResourcePath}/Microsoft.KeyVault/vaults/${vaultName}`; + + if ( + !jobState.hasKey(vaultKey) || + !jobState.hasKey(synapseKeyEntity._key) + ) { + throw new IntegrationMissingKeyError( + `Cannot build Relationship. + Error: Missing Key. + Vault Key : ${vaultKey} + Synapse_Key Key: ${synapseKeyEntity._key}`, + ); + } + + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: vaultKey, + fromType: KEY_VAULT_SERVICE_ENTITY_TYPE, + toKey: synapseKeyEntity._key, + toType: SynapseEntities.SYNAPSE_KEYS._type, + }), + ); + }, + ); +} + +export async function fetchSynapseDataMaskingPolicy( + executionContext: IntegrationStepContext, +) { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + + const client = new SynapseClient(instance.config, logger); + + await jobState.iterateEntities( + { _type: SynapseEntities.SYNAPSE_SQL_POOL._type }, + async (sqlPool) => { + const sqlPoolId = sqlPool.id as string; + const idPartitions = sqlPoolId.split('/'); + + const resourceGroupName = idPartitions[4]; + const workspaceName = idPartitions[8]; + const sqlPoolName = idPartitions[10]; + + await client.iterateDataMaskingPolicies( + instance.config.subscriptionId as string, + resourceGroupName, + workspaceName, + sqlPoolName, + async (dataMaskingPolicy) => { + const dataMaskingPolicyEntity = createDataMaskingPolicyEntity( + webLinker, + dataMaskingPolicy, + ); + await jobState.addEntity(dataMaskingPolicyEntity); + }, + ); + }, + ); +} + +export async function fetchSynapseDataMaskingRules( + executionContext: IntegrationStepContext, +) { + const { instance, logger, jobState } = executionContext; + const accountEntity = await getAccountEntity(jobState); + const webLinker = createAzureWebLinker(accountEntity.defaultDomain as string); + + const client = new SynapseClient(instance.config, logger); + + await jobState.iterateEntities( + { _type: SynapseEntities.SYNAPSE_SQL_POOL._type }, + async (sqlPool) => { + const sqlPoolId = sqlPool.id as string; + const idPartitions = sqlPoolId.split('/'); + + const resourceGroupName = idPartitions[4]; + const workspaceName = idPartitions[8]; + const sqlPoolName = idPartitions[10]; + + await client.iterateDataMaskingRules( + instance.config.subscriptionId as string, + resourceGroupName, + workspaceName, + sqlPoolName, + async (dataMaskingRule) => { + const dataMaskingRuleEntity = createDataMaskingRuleEntity( + webLinker, + dataMaskingRule, + ); + await jobState.addEntity(dataMaskingRuleEntity); + }, + ); + }, + ); +} + +export async function buildSynapseSQLPoolDataMaskingPilicyRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: SynapseEntities.SYNAPSE_DATA_MASKING_POLICY._type }, + async (dataMaskingPolicyEntity) => { + const dataMaskingPolicyId = dataMaskingPolicyEntity.id as string; + const sqlPoolId = dataMaskingPolicyId.split('/').slice(0, -2).join('/'); + const sqlPoolKey = getSynapseEntityKey( + sqlPoolId, + SynapseEntities.SYNAPSE_SQL_POOL._type, + ); + + if (!sqlPoolKey) { + throw new IntegrationMissingKeyError( + `Workspace key Missing ${sqlPoolKey}`, + ); + } + + const hasDataMaskingPolicyKey = jobState.hasKey( + dataMaskingPolicyEntity._key, + ); + const hassqlPoolKey = jobState.hasKey(sqlPoolKey); + + if (!hasDataMaskingPolicyKey || !hassqlPoolKey) { + throw new IntegrationMissingKeyError( + `Cannot build Relationship. + Error: Missing Key. + Data Masking Policy Key : ${dataMaskingPolicyEntity._key} + Sql Pool Key: ${sqlPoolKey}`, + ); + } + + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.ASSIGNED, + fromKey: sqlPoolKey, + fromType: SynapseEntities.SYNAPSE_SQL_POOL._type, + toKey: dataMaskingPolicyEntity._key, + toType: SynapseEntities.SYNAPSE_DATA_MASKING_POLICY._type, + }), + ); + }, + ); +} + +export async function buildSynapseSQLPoolDataMaskingRuleRelationship( + executionContext: IntegrationStepContext, +) { + const { jobState } = executionContext; + + await jobState.iterateEntities( + { _type: SynapseEntities.SYNAPSE_DATA_MASKING_RULE._type }, + async (dataMaskingRuleEntity) => { + const dataMaskingPolicyId = dataMaskingRuleEntity.id as string; + const sqlPoolId = dataMaskingPolicyId.split('/').slice(0, -4).join('/'); + const sqlPoolKey = getSynapseEntityKey( + sqlPoolId, + SynapseEntities.SYNAPSE_SQL_POOL._type, + ); + + if ( + !jobState.hasKey(sqlPoolKey) || + !jobState.hasKey(dataMaskingRuleEntity._key) + ) { + throw new IntegrationMissingKeyError( + `Cannot build Relationship. + Error: Missing Key. + Data Masking Rule Key : ${dataMaskingRuleEntity._key} + Sql Pool Key: ${sqlPoolKey}`, + ); + } + + await jobState.addRelationship( + createDirectRelationship({ + _class: RelationshipClass.HAS, + fromKey: sqlPoolKey, + fromType: SynapseEntities.SYNAPSE_SQL_POOL._type, + toKey: dataMaskingRuleEntity._key, + toType: SynapseEntities.SYNAPSE_DATA_MASKING_RULE._type, + }), + ); + }, + ); +} + +export const SynapseSteps: AzureIntegrationStep[] = [ + { + id: SYNAPSE_STEPS.SYNAPSE_WORKSPACES, + name: 'Synapse Workspaces', + entities: [SynapseEntities.WORKSPACE], + relationships: [], + dependsOn: [STEP_AD_ACCOUNT], + executionHandler: fetchSynapseWorkspaces, + rolePermissions: ['Microsoft.Synapse/workspaces/read'], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_SERVICE, + name: 'Synapse Service', + entities: [SynapseEntities.SYNAPSE_SERVICE], + relationships: [SynapseRelationship.SUBSCRIPTION_HAS_SYNAPSE_SERVICE], + dependsOn: [steps.SUBSCRIPTION], + executionHandler: createSynapseService, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_SERVICE_WORKSPACE_RELATIONSHIP, + name: 'Build Synapse Service and Workspace Relationship', + entities: [], + relationships: [SynapseRelationship.SYNAPSE_SERVICE_HAS_WORKSPACE], + dependsOn: [ + SYNAPSE_STEPS.SYNAPSE_SERVICE, + SYNAPSE_STEPS.SYNAPSE_WORKSPACES, + ], + executionHandler: buildSynapseServiceWorkspaceRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_SQL_POOL, + name: 'Synapse SQL Pool', + entities: [SynapseEntities.SYNAPSE_SQL_POOL], + relationships: [], + dependsOn: [SYNAPSE_STEPS.SYNAPSE_WORKSPACES], + executionHandler: fetchSynapseSqlPool, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_SERVICE_SQL_POOL_RELATIONSHIP, + name: 'Build Synapse Service and SQL Pool Relationship', + entities: [], + relationships: [SynapseRelationship.SYNAPSE_SERVICE_HAS_SQL_POOL], + dependsOn: [SYNAPSE_STEPS.SYNAPSE_SERVICE, SYNAPSE_STEPS.SYNAPSE_SQL_POOL], + executionHandler: buildSynapseServiceSqlPoolRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_SERVICE_KEY_RELATIONSHIP, + name: 'Build Synapse Service and key Relationship', + entities: [], + relationships: [SynapseRelationship.SYNAPSE_SERVICE_KEYS], + dependsOn: [SYNAPSE_STEPS.SYNAPSE_SERVICE, SYNAPSE_STEPS.SYNAPSE_KEYS], + executionHandler: buildSynapseServiceKeysRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_WORKSPACE_SQL_POOL_RELATIONSHIP, + name: 'Build Synapse Workspace and SQL Pool Relationship', + entities: [], + relationships: [SynapseRelationship.SYNAPSE_WORKSPACE_HAS_SQL_POOL], + dependsOn: [ + SYNAPSE_STEPS.SYNAPSE_WORKSPACES, + SYNAPSE_STEPS.SYNAPSE_SQL_POOL, + ], + executionHandler: buildSynapseWorkspaceSQLPoolRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_WORKSPACE_KEYS_RELATIONSHIP, + name: 'Build Synapse Workspace and Keys Relationship', + entities: [], + relationships: [SynapseRelationship.SYNAPSE_WORKSPACE_HAS_KEYS], + dependsOn: [SYNAPSE_STEPS.SYNAPSE_WORKSPACES, SYNAPSE_STEPS.SYNAPSE_KEYS], + executionHandler: buildSynapseWorkspaceKeysRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_POLICY, + name: 'Fetch Synapse Data Masking Policy', + entities: [SynapseEntities.SYNAPSE_DATA_MASKING_POLICY], + relationships: [], + dependsOn: [SYNAPSE_STEPS.SYNAPSE_SQL_POOL], + executionHandler: fetchSynapseDataMaskingPolicy, + rolePermissions: [ + 'Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/read', + ], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_RULE, + name: 'Fetch Synapse Data Masking Rule', + entities: [SynapseEntities.SYNAPSE_DATA_MASKING_RULE], + relationships: [], + dependsOn: [SYNAPSE_STEPS.SYNAPSE_SQL_POOL], + executionHandler: fetchSynapseDataMaskingRules, + rolePermissions: [ + 'Microsoft.Synapse/workspaces/sqlPools/dataMaskingPolicies/rules/read', + ], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_RULE_RELATIONSHIP, + name: 'Build Synapse Sql Pool Data Masking Rule Relationship', + entities: [], + relationships: [SynapseRelationship.SYNAPSE_SQL_POOL_HAS_DATA_MASKING_RULE], + dependsOn: [ + SYNAPSE_STEPS.SYNAPSE_SQL_POOL, + SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_RULE, + ], + executionHandler: buildSynapseSQLPoolDataMaskingRuleRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_SQL_POOL_DATA_MASKING_POLICY_RELATIONSHIP, + name: 'Build Synapse SQL Pool Data Masking Policy Relationship', + entities: [], + relationships: [ + SynapseRelationship.SYNAPSE_SQL_POOL_ASSIGNED_DATA_MASKING_POLICY, + ], + dependsOn: [ + SYNAPSE_STEPS.SYNAPSE_DATA_MASKING_POLICY, + SYNAPSE_STEPS.SYNAPSE_SQL_POOL, + ], + executionHandler: buildSynapseSQLPoolDataMaskingPilicyRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.SYNAPSE_KEYS, + name: 'Fetch Synapse Keys', + entities: [SynapseEntities.SYNAPSE_KEYS], + relationships: [], + dependsOn: [SYNAPSE_STEPS.SYNAPSE_WORKSPACES], + executionHandler: fetchSynapseKeys, + rolePermissions: ['Microsoft.Synapse/workspaces/keys/read'], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, + { + id: SYNAPSE_STEPS.KEY_VAULT_SERVICE_SYNAPSE_KEY_RELATIONSHIP, + name: 'Build Key Vault Service Synapse Keys Relationship', + entities: [], + relationships: [SynapseRelationship.VALUT_SERVICE_HAS_SYNAPSE_KEY], + dependsOn: [SYNAPSE_STEPS.SYNAPSE_KEYS, STEP_RM_KEYVAULT_VAULTS], + executionHandler: buildVaultServiceSynapseKeyRelationship, + rolePermissions: [], + ingestionSourceId: INGESTION_SOURCE_IDS.SYNAPSE, + }, +]; diff --git a/yarn.lock b/yarn.lock index 93e66882..3b1dea52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4,20 +4,12 @@ "@aashutoshrathi/word-wrap@^1.2.3": version "1.2.6" - resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" + resolved "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz" integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== -"@ampproject/remapping@^2.1.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" - integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== - dependencies: - "@jridgewell/gen-mapping" "^0.1.0" - "@jridgewell/trace-mapping" "^0.3.9" - "@ampproject/remapping@^2.2.0": version "2.2.1" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630" + resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz" integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg== dependencies: "@jridgewell/gen-mapping" "^0.3.0" @@ -25,12 +17,12 @@ "@auto-it/bot-list@10.37.4": version "10.37.4" - resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-10.37.4.tgz#bb1ba1d42ef6fed0ceb87279d8b7a80b12f4a163" + resolved "https://registry.npmjs.org/@auto-it/bot-list/-/bot-list-10.37.4.tgz" integrity sha512-Lz981mShjY7VqQpG5mAfiR7py5iH8WbEIbd2/XUQu6EQFgljj0jT6XFA180Hz1tFQJ4o2TqtXaj3gBXURhpggQ== "@auto-it/core@10.37.4": version "10.37.4" - resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-10.37.4.tgz#8d2979d5cbb3efc8d537caecc12637fc52451219" + resolved "https://registry.npmjs.org/@auto-it/core/-/core-10.37.4.tgz" integrity sha512-QS1z+PAjXUUKuEzx56ujvhpsgLOIgCdfnj/UyNfbpVoIS+5x7ve/fhoIlkF7A2Ogrvile7EOPT0EIVmDTtzYYg== dependencies: "@auto-it/bot-list" "10.37.4" @@ -76,7 +68,7 @@ "@auto-it/npm@10.37.4": version "10.37.4" - resolved "https://registry.yarnpkg.com/@auto-it/npm/-/npm-10.37.4.tgz#c1ff5f81138375bd3c9fc091f618a50af4df9aa8" + resolved "https://registry.npmjs.org/@auto-it/npm/-/npm-10.37.4.tgz" integrity sha512-nF/fZOZ6agknEiN2q9g+y+TuOsQp2f8EDRJInA0Vs/vfa22FOjIZhjJP/XAxc4ojfj/0OmKoATCQJug5PVwwYg== dependencies: "@auto-it/core" "10.37.4" @@ -96,7 +88,7 @@ "@auto-it/package-json-utils@10.37.4": version "10.37.4" - resolved "https://registry.yarnpkg.com/@auto-it/package-json-utils/-/package-json-utils-10.37.4.tgz#8ca6209e5a2f217c458d2887ca0a9f52450cd7db" + resolved "https://registry.npmjs.org/@auto-it/package-json-utils/-/package-json-utils-10.37.4.tgz" integrity sha512-LLVtEeuAOeDQmhkDEOJyGU9PFdF5i46UcS7vG7BxSLQg2UAhvAolLgD/u6wOTOCDmQnLsBP6hdStSbHjDO8tMg== dependencies: parse-author "^2.0.0" @@ -104,7 +96,7 @@ "@auto-it/released@10.37.4": version "10.37.4" - resolved "https://registry.yarnpkg.com/@auto-it/released/-/released-10.37.4.tgz#10d82f1faa08f98a7709b76ae23a1e03c6a3b505" + resolved "https://registry.npmjs.org/@auto-it/released/-/released-10.37.4.tgz" integrity sha512-1l4gRs/Cb3G6wsIwlxfoIp8OBl/WyAF2Lj5OmZ5Tbjfr6Mki6wD9xxa95rrXG47vaY+u+jcqNYX2dwP2ROxOhA== dependencies: "@auto-it/bot-list" "10.37.4" @@ -116,7 +108,7 @@ "@auto-it/version-file@10.37.4": version "10.37.4" - resolved "https://registry.yarnpkg.com/@auto-it/version-file/-/version-file-10.37.4.tgz#51b46f9a7f03d58566c6b47c2a9e8ddeae65088c" + resolved "https://registry.npmjs.org/@auto-it/version-file/-/version-file-10.37.4.tgz" integrity sha512-CnYgo6GNgBcMDrkoeeHMG3PRDpYZ84pUZehoqZmXKczGzXEJSulHdedmPvuAW3rEvVAFJhWPRcJ10ByRkIQoBg== dependencies: "@auto-it/core" "10.37.4" @@ -127,7 +119,7 @@ "@aws-crypto/crc32@3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@aws-crypto/crc32/-/crc32-3.0.0.tgz#07300eca214409c33e3ff769cd5697b57fdd38fa" + resolved "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz" integrity sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA== dependencies: "@aws-crypto/util" "^3.0.0" @@ -136,35 +128,21 @@ "@aws-crypto/ie11-detection@^2.0.2": version "2.0.2" - resolved "https://registry.yarnpkg.com/@aws-crypto/ie11-detection/-/ie11-detection-2.0.2.tgz#9c39f4a5558196636031a933ec1b4792de959d6a" + resolved "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-2.0.2.tgz" integrity sha512-5XDMQY98gMAf/WRTic5G++jfmS/VLM0rwpiOpaainKi4L0nqWMSB1SzsrEG5rjFZGYN6ZAefO+/Yta2dFM0kMw== dependencies: tslib "^1.11.1" "@aws-crypto/ie11-detection@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz#640ae66b4ec3395cee6a8e94ebcd9f80c24cd688" + resolved "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz" integrity sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q== dependencies: tslib "^1.11.1" -"@aws-crypto/sha256-browser@3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz#05f160138ab893f1c6ba5be57cfd108f05827766" - integrity sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ== - dependencies: - "@aws-crypto/ie11-detection" "^3.0.0" - "@aws-crypto/sha256-js" "^3.0.0" - "@aws-crypto/supports-web-crypto" "^3.0.0" - "@aws-crypto/util" "^3.0.0" - "@aws-sdk/types" "^3.222.0" - "@aws-sdk/util-locate-window" "^3.0.0" - "@aws-sdk/util-utf8-browser" "^3.0.0" - tslib "^1.11.1" - "@aws-crypto/sha256-browser@^2.0.1": version "2.0.2" - resolved "https://registry.yarnpkg.com/@aws-crypto/sha256-browser/-/sha256-browser-2.0.2.tgz#b205b5c2ff20bdde7e791d7d1ee89391ce87cd24" + resolved "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-2.0.2.tgz" integrity sha512-V7nEV6nKYHqiWVksjQ/BnIppDHrvALDrLoL9lsxvhn/iVo77L7zGLjR+/+nFFvqg/EUz/AJr7YnVGimf1e9X7Q== dependencies: "@aws-crypto/ie11-detection" "^2.0.2" @@ -176,41 +154,55 @@ "@aws-sdk/util-utf8-browser" "^3.0.0" tslib "^1.11.1" -"@aws-crypto/sha256-js@3.0.0", "@aws-crypto/sha256-js@^3.0.0": +"@aws-crypto/sha256-browser@3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz#f06b84d550d25521e60d2a0e2a90139341e007c2" - integrity sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ== + resolved "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz" + integrity sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ== dependencies: + "@aws-crypto/ie11-detection" "^3.0.0" + "@aws-crypto/sha256-js" "^3.0.0" + "@aws-crypto/supports-web-crypto" "^3.0.0" "@aws-crypto/util" "^3.0.0" "@aws-sdk/types" "^3.222.0" + "@aws-sdk/util-locate-window" "^3.0.0" + "@aws-sdk/util-utf8-browser" "^3.0.0" tslib "^1.11.1" "@aws-crypto/sha256-js@^2.0.2": version "2.0.2" - resolved "https://registry.yarnpkg.com/@aws-crypto/sha256-js/-/sha256-js-2.0.2.tgz#c81e5d378b8a74ff1671b58632779986e50f4c99" + resolved "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-2.0.2.tgz" integrity sha512-iXLdKH19qPmIC73fVCrHWCSYjN/sxaAvZ3jNNyw6FclmHyjLKg0f69WlC9KTnyElxCR5MO9SKaG00VwlJwyAkQ== dependencies: "@aws-crypto/util" "^2.0.2" "@aws-sdk/types" "^3.110.0" tslib "^1.11.1" +"@aws-crypto/sha256-js@^3.0.0", "@aws-crypto/sha256-js@3.0.0": + version "3.0.0" + resolved "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz" + integrity sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ== + dependencies: + "@aws-crypto/util" "^3.0.0" + "@aws-sdk/types" "^3.222.0" + tslib "^1.11.1" + "@aws-crypto/supports-web-crypto@^2.0.2": version "2.0.2" - resolved "https://registry.yarnpkg.com/@aws-crypto/supports-web-crypto/-/supports-web-crypto-2.0.2.tgz#9f02aafad8789cac9c0ab5faaebb1ab8aa841338" + resolved "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-2.0.2.tgz" integrity sha512-6mbSsLHwZ99CTOOswvCRP3C+VCWnzBf+1SnbWxzzJ9lR0mA0JnY2JEAhp8rqmTE0GPFy88rrM27ffgp62oErMQ== dependencies: tslib "^1.11.1" "@aws-crypto/supports-web-crypto@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz#5d1bf825afa8072af2717c3e455f35cda0103ec2" + resolved "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz" integrity sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg== dependencies: tslib "^1.11.1" "@aws-crypto/util@^2.0.2": version "2.0.2" - resolved "https://registry.yarnpkg.com/@aws-crypto/util/-/util-2.0.2.tgz#adf5ff5dfbc7713082f897f1d01e551ce0edb9c0" + resolved "https://registry.npmjs.org/@aws-crypto/util/-/util-2.0.2.tgz" integrity sha512-Lgu5v/0e/BcrZ5m/IWqzPUf3UYFTy/PpeED+uc9SWUR1iZQL8XXbGQg10UfllwwBryO3hFF5dizK+78aoXC1eA== dependencies: "@aws-sdk/types" "^3.110.0" @@ -219,7 +211,7 @@ "@aws-crypto/util@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@aws-crypto/util/-/util-3.0.0.tgz#1c7ca90c29293f0883468ad48117937f0fe5bfb0" + resolved "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz" integrity sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w== dependencies: "@aws-sdk/types" "^3.222.0" @@ -228,7 +220,7 @@ "@aws-sdk/abort-controller@^3.110.0": version "3.374.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/abort-controller/-/abort-controller-3.374.0.tgz#f57ec7e02cdd7f66432e4e71af9e0ac224d6e9b3" + resolved "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.374.0.tgz" integrity sha512-pO1pqFBdIF28ZvnJmg58Erj35RLzXsTrjvHghdc/xgtSvodFFCNrUsPg6AP3On8eiw9elpHoS4P8jMx1pHDXEw== dependencies: "@smithy/abort-controller" "^1.0.1" @@ -236,7 +228,7 @@ "@aws-sdk/client-lambda@^3.118.1": version "3.388.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-lambda/-/client-lambda-3.388.0.tgz#168101fea0c8434916418ada260218ce43921841" + resolved "https://registry.npmjs.org/@aws-sdk/client-lambda/-/client-lambda-3.388.0.tgz" integrity sha512-Xqkp87s9S1hFURZqHCUqHuvV5NQw2jm9H53fJRZIFLFb1HRRbAKHKlKLASw5BgD1qq3TlMscHh8KRCM8a5vwPA== dependencies: "@aws-crypto/sha256-browser" "3.0.0" @@ -283,7 +275,7 @@ "@aws-sdk/client-sso@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.387.0.tgz#d2182c09ad8d75a1a8896c2765e6f8729118660f" + resolved "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.387.0.tgz" integrity sha512-E7uKSvbA0XMKSN5KLInf52hmMpe9/OKo6N9OPffGXdn3fNEQlvyQq3meUkqG7Is0ldgsQMz5EUBNtNybXzr3tQ== dependencies: "@aws-crypto/sha256-browser" "3.0.0" @@ -322,7 +314,7 @@ "@aws-sdk/client-sts@3.388.0": version "3.388.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.388.0.tgz#df4363f89de34bd02533056fc335ec8e785f788c" + resolved "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.388.0.tgz" integrity sha512-y9FAcAYHT8O6T/jqhgsIQUb4gLiSTKD3xtzudDvjmFi8gl0oRIY1npbeckSiK6k07VQugm2s64I0nDnDxtWsBg== dependencies: "@aws-crypto/sha256-browser" "3.0.0" @@ -365,7 +357,7 @@ "@aws-sdk/credential-provider-env@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.387.0.tgz#7323eada10228c0157195a922d10638cd65c293c" + resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.387.0.tgz" integrity sha512-PVqNk7XPIYe5CMYNvELkcALtkl/pIM8/uPtqEtTg+mgnZBeL4fAmgXZiZMahQo1DxP5t/JaK384f6JG+A0qDjA== dependencies: "@aws-sdk/types" "3.387.0" @@ -375,7 +367,7 @@ "@aws-sdk/credential-provider-ini@3.388.0": version "3.388.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.388.0.tgz#284b6dd2da4f3f8f53b2fa1838085148a478b936" + resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.388.0.tgz" integrity sha512-3dg3A8AiZ5vXkSAYyyI3V/AW3Eo6KQJyE/glA+Nr2M0oAjT4z3vHhS3pf2B+hfKGZBTuKKgxusrrhrQABd/Diw== dependencies: "@aws-sdk/credential-provider-env" "3.387.0" @@ -389,9 +381,9 @@ "@smithy/types" "^2.1.0" tslib "^2.5.0" -"@aws-sdk/credential-provider-node@3.388.0", "@aws-sdk/credential-provider-node@^3.121.0": +"@aws-sdk/credential-provider-node@^3.121.0", "@aws-sdk/credential-provider-node@3.388.0": version "3.388.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.388.0.tgz#4c1599e2fdd94cff61f1d5568cade8e595cf4da2" + resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.388.0.tgz" integrity sha512-BqWAkIG08gj/wevpesaZhAjALjfUNVjseHQRk+DNUoHIfyibW7Ahf3q/GIPs11dA2o8ECwR9/fo68Sq+sK799A== dependencies: "@aws-sdk/credential-provider-env" "3.387.0" @@ -408,7 +400,7 @@ "@aws-sdk/credential-provider-process@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.387.0.tgz#114acfbcf9bd289e549fb3fd48acc1a71d7c75b7" + resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.387.0.tgz" integrity sha512-tQScLHmDlqkQN+mqw4s3cxepEUeHYDhFl5eH+J8puvPqWjXMYpCEdY79SAtWs6SZd4CWiZ0VLeYU6xQBZengbQ== dependencies: "@aws-sdk/types" "3.387.0" @@ -419,7 +411,7 @@ "@aws-sdk/credential-provider-sso@3.388.0": version "3.388.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.388.0.tgz#39868ebd160d24348287c8a8e57908f6a5d86046" + resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.388.0.tgz" integrity sha512-RH02+rntaO0UhnSBr42n+7q8HOztc+Dets/hh6cWovf3Yi9s9ghLgYLN9FXpSosfot3XkmT/HOCa+CphAmGN9A== dependencies: "@aws-sdk/client-sso" "3.387.0" @@ -432,7 +424,7 @@ "@aws-sdk/credential-provider-web-identity@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.387.0.tgz#f15431ce00dbfe4f937b4afc706254759a096396" + resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.387.0.tgz" integrity sha512-6ueMPl+J3KWv6ZaAWF4Z138QCuBVFZRVAgwbtP3BNqWrrs4Q6TPksOQJ79lRDMpv0EUoyVl04B6lldNlhN8RdA== dependencies: "@aws-sdk/types" "3.387.0" @@ -442,7 +434,7 @@ "@aws-sdk/middleware-host-header@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.387.0.tgz#17c4948b83bb42ed04bdc2346fce4e4f980691e5" + resolved "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.387.0.tgz" integrity sha512-EWm9PXSr8dSp7hnRth1U7OfelXQp9dLf1yS1kUL+UhppYDJpjhdP7ql3NI4xJKw8e76sP2FuJYEuzWnJHuWoyQ== dependencies: "@aws-sdk/types" "3.387.0" @@ -452,7 +444,7 @@ "@aws-sdk/middleware-logger@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.387.0.tgz#bbc05eb087989d6addecc58f1baeb39334851e6e" + resolved "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.387.0.tgz" integrity sha512-FjAvJr1XyaInT81RxUwgifnbXoFJrRBFc64XeFJgFanGIQCWLYxRrK2HV9eBpao/AycbmuoHgLd/f0sa4hZFoQ== dependencies: "@aws-sdk/types" "3.387.0" @@ -461,7 +453,7 @@ "@aws-sdk/middleware-recursion-detection@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.387.0.tgz#34beba7dc436dcf13065f5ad99cc239f2f6175b9" + resolved "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.387.0.tgz" integrity sha512-ZF45T785ru8OwvYZw6awD9Z76OwSMM1eZzj2eY+FDz1cHfkpLjxEiti2iIH1FxbyK7n9ZqDUx29lVlCv238YyQ== dependencies: "@aws-sdk/types" "3.387.0" @@ -471,7 +463,7 @@ "@aws-sdk/middleware-sdk-sts@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.387.0.tgz#6bd1e4eb17acc7387fa4231da52378ef77e10b1b" + resolved "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.387.0.tgz" integrity sha512-7ZzRKOJ4V/JDQmKz9z+FjZqw59mrMATEMLR6ff0H0JHMX0Uk5IX8TQB058ss+ar14qeJ4UcteYzCqHNI0O1BHw== dependencies: "@aws-sdk/middleware-signing" "3.387.0" @@ -481,7 +473,7 @@ "@aws-sdk/middleware-signing@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-signing/-/middleware-signing-3.387.0.tgz#74bf5a9cf35239b5745a384a9d8f6f92afbd8328" + resolved "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.387.0.tgz" integrity sha512-oJXlE0MES8gxNLo137PPNNiOICQGOaETTvq3kBSJgb/gtEAxQajMIlaNT7s1wsjOAruFHt4975nCXuY4lpx7GQ== dependencies: "@aws-sdk/types" "3.387.0" @@ -494,7 +486,7 @@ "@aws-sdk/middleware-user-agent@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.387.0.tgz#aa5f9eb4f3cb4d6e0df879d8d84ccaf4f8baf8e5" + resolved "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.387.0.tgz" integrity sha512-hTfFTwDtp86xS98BKa+RFuLfcvGftxwzrbZeisZV8hdb4ZhvNXjSxnvM3vetW0GUEnY9xHPSGyp2ERRTinPKFQ== dependencies: "@aws-sdk/types" "3.387.0" @@ -505,7 +497,7 @@ "@aws-sdk/node-http-handler@^3.118.1": version "3.374.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/node-http-handler/-/node-http-handler-3.374.0.tgz#8cd58b4d9814713e26034c12eabc119c113a5bc4" + resolved "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.374.0.tgz" integrity sha512-v1Z6m0wwkf65/tKuhwrtPRqVoOtNkDTRn2MBMtxCwEw+8V8Q+YRFqVgGN+J1n53ktE0G5OYVBux/NHiAjJHReQ== dependencies: "@smithy/node-http-handler" "^1.0.2" @@ -513,7 +505,7 @@ "@aws-sdk/signature-v4@^3.110.0": version "3.374.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4/-/signature-v4-3.374.0.tgz#bd727f4c392acb81bc667aa4cfceeba608250771" + resolved "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.374.0.tgz" integrity sha512-2xLJvSdzcZZAg0lsDLUAuSQuihzK0dcxIK7WmfuJeF7DGKJFmp9czQmz5f3qiDz6IDQzvgK1M9vtJSVCslJbyQ== dependencies: "@smithy/signature-v4" "^1.0.1" @@ -521,7 +513,7 @@ "@aws-sdk/token-providers@3.388.0": version "3.388.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.388.0.tgz#50000f5ca32b58614542a6e25918bc32585535cb" + resolved "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.388.0.tgz" integrity sha512-2lo1gFJl624kfjo/YdU6zW+k6dEwhoqjNkDNbOZEFgS1KDofHe9GX8W4/ReKb0Ggho5/EcjzZ53/1CjkzUq4tA== dependencies: "@aws-crypto/sha256-browser" "3.0.0" @@ -560,9 +552,9 @@ "@smithy/util-utf8" "^2.0.0" tslib "^2.5.0" -"@aws-sdk/types@3.387.0", "@aws-sdk/types@^3.110.0", "@aws-sdk/types@^3.222.0": +"@aws-sdk/types@^3.110.0", "@aws-sdk/types@^3.222.0", "@aws-sdk/types@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.387.0.tgz#15a968344956b2587dbab1224718d72329e050f4" + resolved "https://registry.npmjs.org/@aws-sdk/types/-/types-3.387.0.tgz" integrity sha512-YTjFabNwjTF+6yl88f0/tWff018qmmgMmjlw45s6sdVKueWxdxV68U7gepNLF2nhaQPZa6FDOBoA51NaviVs0Q== dependencies: "@smithy/types" "^2.1.0" @@ -570,7 +562,7 @@ "@aws-sdk/url-parser@^3.357.0": version "3.374.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/url-parser/-/url-parser-3.374.0.tgz#d8a017b37ab0d8f66baab552c9587c024a4f2d3a" + resolved "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.374.0.tgz" integrity sha512-RC3yEj4iqw5vbCmR4IQ3rhmFQilwHtWO1mZ9kRTUxfJCge3TVlrZzj9PRW3hxlYKdu3xZjSvCgX3ip8SFKXtbw== dependencies: "@smithy/url-parser" "^1.0.1" @@ -578,7 +570,7 @@ "@aws-sdk/util-endpoints@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.387.0.tgz#86d7611527ce916c39dfc02641b8be6e0ad8f1f4" + resolved "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.387.0.tgz" integrity sha512-g7kvuCXehGXHHBw9PkSQdwVyDFmNUZLmfrRmqMyrMDG9QLQrxr4pyWcSaYgTE16yUzhQQOR+QSey+BL6W9/N6g== dependencies: "@aws-sdk/types" "3.387.0" @@ -586,14 +578,14 @@ "@aws-sdk/util-locate-window@^3.0.0": version "3.310.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-locate-window/-/util-locate-window-3.310.0.tgz#b071baf050301adee89051032bd4139bba32cc40" + resolved "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.310.0.tgz" integrity sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w== dependencies: tslib "^2.5.0" "@aws-sdk/util-user-agent-browser@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.387.0.tgz#a59409a168a73a3ce08c0ac831593f864490078e" + resolved "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.387.0.tgz" integrity sha512-lpgSVvDqx+JjHZCTYs/yQSS7J71dPlJeAlvxc7bmx5m+vfwKe07HAnIs+929DngS0QbAp/VaXbTiMFsInLkO4Q== dependencies: "@aws-sdk/types" "3.387.0" @@ -603,7 +595,7 @@ "@aws-sdk/util-user-agent-node@3.387.0": version "3.387.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.387.0.tgz#54ae2e17fb3738c018891bdb67ab4e4cce219e6f" + resolved "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.387.0.tgz" integrity sha512-r9OVkcWpRYatjLhJacuHFgvO2T5s/Nu5DDbScMrkUD8b4aGIIqsrdZji0vZy9FCjsUFQMM92t9nt4SejrGjChA== dependencies: "@aws-sdk/types" "3.387.0" @@ -613,37 +605,39 @@ "@aws-sdk/util-utf8-browser@^3.0.0": version "3.259.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz#3275a6f5eb334f96ca76635b961d3c50259fd9ff" + resolved "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz" integrity sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw== dependencies: tslib "^2.3.1" "@azure/abort-controller@^1.0.0": version "1.0.1" - resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.0.1.tgz#8510935b25ac051e58920300e9d7b511ca6e656a" + resolved "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.0.1.tgz" integrity sha512-wP2Jw6uPp8DEDy0n4KNidvwzDjyVV2xnycEIq7nPzj1rHyb/r+t3OPeNT1INZePP2wy5ZqlwyuyOMTi0ePyY1A== dependencies: tslib "^1.9.3" "@azure/abort-controller@^1.0.4": version "1.1.0" - resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.1.0.tgz#788ee78457a55af8a1ad342acb182383d2119249" + resolved "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz" integrity sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw== dependencies: tslib "^2.2.0" -"@azure/arm-advisor@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-advisor/-/arm-advisor-2.0.0.tgz#cc7b9743c9d239feafb07c7d30bc750e7d79155f" - integrity sha512-XLJtnPmz9c2AW0eYlTtU0nKqPaEbSwPeA66jba+sy0Ow3Qyb9Daxn4pf4SG0Y+TqWZq88F+Ou1OjizlG0Z74gg== +"@azure/arm-advisor@^3.2.0": + version "3.2.0" + resolved "https://registry.npmjs.org/@azure/arm-advisor/-/arm-advisor-3.2.0.tgz" + integrity sha512-Xjh0/6Jd2Kb5JT9xOd19wmhjNNvua9NVTb9jevrBLT6CLsZUUpQybJiPSs6kRTTkRgwbj5e8gNKyERYmtyUByQ== dependencies: - "@azure/ms-rest-azure-js" "^2.0.1" - "@azure/ms-rest-js" "^2.0.4" - tslib "^1.10.0" + "@azure/core-auth" "^1.3.0" + "@azure/core-client" "^1.7.0" + "@azure/core-paging" "^1.2.0" + "@azure/core-rest-pipeline" "^1.8.0" + tslib "^2.2.0" "@azure/arm-apimanagement@^6.0.0": version "6.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-apimanagement/-/arm-apimanagement-6.0.0.tgz#961c43284535de50c5d47384a16a5012b720bddc" + resolved "https://registry.npmjs.org/@azure/arm-apimanagement/-/arm-apimanagement-6.0.0.tgz" integrity sha512-yl4nWQ1Jy0byMl+IxGjwk+0PhypS3cYUUInABxeOcTGbI2x2e8wVDfsksHC3GCtd8i6PLsyUU3yVtNN0mQfQ9A== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -652,25 +646,27 @@ "@azure/arm-appservice@^7.0.0": version "7.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-appservice/-/arm-appservice-7.0.0.tgz#f1c57796dd0660b725a97928069f5bd1b47b0639" + resolved "https://registry.npmjs.org/@azure/arm-appservice/-/arm-appservice-7.0.0.tgz" integrity sha512-6nJUx1nDWCqllK79Pb0VIhtCXooQxWKcQDbZWS/MBRRjzqc6sRPEtvUaX0UgrO3RPhDn4+LlJbQu0q2mgVwDEA== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" "@azure/ms-rest-js" "^2.0.4" tslib "^1.10.0" -"@azure/arm-authorization@^8.3.2": - version "8.3.2" - resolved "https://registry.yarnpkg.com/@azure/arm-authorization/-/arm-authorization-8.3.2.tgz#c48dc3fdd205b0fe63bb94913100a2eabb3b3e5f" - integrity sha512-r6no60jLO4dEJeerZ9/cfSp1ci0nx+EfDYTH87YLrWVwR4lDoT4nt4BOUPGlU4ayxUmAqm7RmS6LUj2uJZsGeA== +"@azure/arm-authorization@^9.0.0": + version "9.0.0" + resolved "https://registry.npmjs.org/@azure/arm-authorization/-/arm-authorization-9.0.0.tgz" + integrity sha512-GdiCA8IA1gO+qcCbFEPj+iLC4+3ByjfKzmeAnkP7MdlL84Yo30Huo/EwbZzwRjYybXYUBuFxGPBB+yeTT4Ebxg== dependencies: - "@azure/ms-rest-azure-js" "^2.0.0" - "@azure/ms-rest-js" "^2.0.3" - tslib "^1.9.3" + "@azure/core-auth" "^1.3.0" + "@azure/core-client" "^1.7.0" + "@azure/core-paging" "^1.2.0" + "@azure/core-rest-pipeline" "^1.8.0" + tslib "^2.2.0" "@azure/arm-batch@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-batch/-/arm-batch-4.0.0.tgz#3dab5e5342da7c2c7b1fcbe882d6a53202091a70" + resolved "https://registry.npmjs.org/@azure/arm-batch/-/arm-batch-4.0.0.tgz" integrity sha512-XwIuDDJHHy8eHxCrrtegtVe/omuLg7ChmLL24R5tPmaxp1gHeaWV3T1zRIcBGPHsdITEOPLTH+1va2RYV2WXuA== dependencies: "@azure/ms-rest-azure-js" "^1.1.0" @@ -679,7 +675,7 @@ "@azure/arm-cdn@^5.0.0": version "5.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-cdn/-/arm-cdn-5.0.0.tgz#4f1aad80fc28a6c6bace37c72c0323fa66dc3caa" + resolved "https://registry.npmjs.org/@azure/arm-cdn/-/arm-cdn-5.0.0.tgz" integrity sha512-C0893lFWihbkKMJ2vB96GF8k54V/OsRssnJTQ1/3oWc8pAv+3n4th7d2tadkg2T97tmHoJlel6x5Qu35NnuJgA== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -688,7 +684,7 @@ "@azure/arm-compute@^14.0.0": version "14.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-compute/-/arm-compute-14.0.0.tgz#792b79e19102230733f3d81b3507b62e4a7326df" + resolved "https://registry.npmjs.org/@azure/arm-compute/-/arm-compute-14.0.0.tgz" integrity sha512-gxh8S2JDJzwiOpKDKyLBAZ+dyzqoVxEAsJVUsPEX09nWUwXt2q5HScIACTCjRB7s22z+MJQVOaCbvXbhbxj25g== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -697,7 +693,7 @@ "@azure/arm-consumption@8.0.1": version "8.0.1" - resolved "https://registry.yarnpkg.com/@azure/arm-consumption/-/arm-consumption-8.0.1.tgz#65afc3a8fbf91cb9ed5216d0cb1536c3bd6395bb" + resolved "https://registry.npmjs.org/@azure/arm-consumption/-/arm-consumption-8.0.1.tgz" integrity sha512-8MfYeoxE2K9Z7LP6AD7xGOeZWs0XEpArnFLUldKVSrMTxmWtUIeVKsMJv52u8VVx7quN1J+hsSiQyez9fRaQPQ== dependencies: "@azure/core-auth" "^1.1.4" @@ -707,7 +703,7 @@ "@azure/arm-containerinstance@^6.0.0": version "6.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-containerinstance/-/arm-containerinstance-6.0.0.tgz#213a87526b621987ab6bd8eaf87e3e74265e28cb" + resolved "https://registry.npmjs.org/@azure/arm-containerinstance/-/arm-containerinstance-6.0.0.tgz" integrity sha512-Npz7ami9DbDFO704PYMBCjRV9kbRLFCOXsnV0gXutDxkFziWNOxi2zlYS4gJgPyjkZRcxZcM05ITzR496fSzVQ== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -716,7 +712,7 @@ "@azure/arm-containerregistry@^8.0.0": version "8.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-containerregistry/-/arm-containerregistry-8.0.0.tgz#7d1da67e9d45e540bc75dc12b7a0b55b894b461b" + resolved "https://registry.npmjs.org/@azure/arm-containerregistry/-/arm-containerregistry-8.0.0.tgz" integrity sha512-8v+3YtATbaFv5qMGvhFVR+qx1QPc1+NBy2MWWoJ69SmEE1X91ySvXDbEa0Pr7znm/bqbBYWOLJN5L3Aa7Q0fpg== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -725,7 +721,7 @@ "@azure/arm-containerservice@^14.1.0": version "14.1.0" - resolved "https://registry.yarnpkg.com/@azure/arm-containerservice/-/arm-containerservice-14.1.0.tgz#dd80b7379782a3da38d0392c496cc531e0b65d61" + resolved "https://registry.npmjs.org/@azure/arm-containerservice/-/arm-containerservice-14.1.0.tgz" integrity sha512-0jOzgyf7yfpSVH5bNBnxPXMHCDumqfGJXRBULklRF8boeLkQlHQUHi7cjf1LCqJi1DnC+B5sC3CSaPb9i01e/g== dependencies: "@azure/core-auth" "^1.1.4" @@ -735,7 +731,7 @@ "@azure/arm-cosmosdb@^7.0.0": version "7.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-cosmosdb/-/arm-cosmosdb-7.0.0.tgz#fe81b23254b233e7244c03981e55da0e11495b73" + resolved "https://registry.npmjs.org/@azure/arm-cosmosdb/-/arm-cosmosdb-7.0.0.tgz" integrity sha512-SFyTnFWoQedkDkrJRmEcLlYMghUZM4mktWIhAnTw59se79Y7GP8uqi9rqz4em0waUx+nDBlLfE3sl+u91tPuyw== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -744,7 +740,7 @@ "@azure/arm-dns@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-dns/-/arm-dns-4.0.0.tgz#d4f6c1b7ae8a5ca90fc1639c6140ff6d5d4749c1" + resolved "https://registry.npmjs.org/@azure/arm-dns/-/arm-dns-4.0.0.tgz" integrity sha512-VhI8NRd6hyHKxMSTqUWpozQ//D4S1CuxFMRDao/Bzs0ETUIUem4DNOJAk5Zn5+IWfDDpJnRlLqLCspfMD5/V8A== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -753,16 +749,42 @@ "@azure/arm-eventgrid@^9.0.0": version "9.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-eventgrid/-/arm-eventgrid-9.0.0.tgz#5db6057fbfc92dd694cde101ba00b1603812ec5b" + resolved "https://registry.npmjs.org/@azure/arm-eventgrid/-/arm-eventgrid-9.0.0.tgz" integrity sha512-h6U8CsRPB5EIiN9p/b22x/TT3UadosTnZPLU1WXPYbqDkTlcxBZ0LiTMIvH4jhXxq8BRGtXh1tS2CdMiEYjy2Q== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" "@azure/ms-rest-js" "^2.0.4" tslib "^1.10.0" +"@azure/arm-eventhub-profile-2020-09-01-hybrid@^2.1.0": + version "2.1.0" + resolved "https://registry.npmjs.org/@azure/arm-eventhub-profile-2020-09-01-hybrid/-/arm-eventhub-profile-2020-09-01-hybrid-2.1.0.tgz" + integrity sha512-mKRQ3BqIu7WzBs0kA52/v/2ajLQFpOB3D7VRoNuH5Rk8UnLw0u6CpYbbk63K3qDwaV+NEl4V73ip11tRhCuiNQ== + dependencies: + "@azure/abort-controller" "^1.0.0" + "@azure/core-auth" "^1.3.0" + "@azure/core-client" "^1.6.1" + "@azure/core-lro" "^2.2.0" + "@azure/core-paging" "^1.2.0" + "@azure/core-rest-pipeline" "^1.8.0" + tslib "^2.2.0" + +"@azure/arm-eventhub@^5.1.0": + version "5.1.0" + resolved "https://registry.npmjs.org/@azure/arm-eventhub/-/arm-eventhub-5.1.0.tgz" + integrity sha512-yKglRlr8zbnenZKV7ERnF7b7OXZkoqr0m0ciIeJkMaJJzXETiSuw8xB3O3dAMSf9pR1npQMFngTgFKhxb26ysg== + dependencies: + "@azure/abort-controller" "^1.0.0" + "@azure/core-auth" "^1.3.0" + "@azure/core-client" "^1.6.1" + "@azure/core-lro" "^2.2.0" + "@azure/core-paging" "^1.2.0" + "@azure/core-rest-pipeline" "^1.8.0" + tslib "^2.2.0" + "@azure/arm-frontdoor@^4.1.1": version "4.1.1" - resolved "https://registry.yarnpkg.com/@azure/arm-frontdoor/-/arm-frontdoor-4.1.1.tgz#a836f5e68855631d7bbe6646612d1ee868d1d433" + resolved "https://registry.npmjs.org/@azure/arm-frontdoor/-/arm-frontdoor-4.1.1.tgz" integrity sha512-yVI3Q5OruZ+jr+7zIIPlj/ug4fIYQ3n3QvKYavOyesupv/lYY01ybBU9By70l3OH9YxMVHVGilmVDjQNecpTEw== dependencies: "@azure/core-auth" "^1.1.4" @@ -772,7 +794,7 @@ "@azure/arm-keyvault@^1.2.1": version "1.2.1" - resolved "https://registry.yarnpkg.com/@azure/arm-keyvault/-/arm-keyvault-1.2.1.tgz#0dfb3335bda59fa70549c728114de2dc9ef8be9e" + resolved "https://registry.npmjs.org/@azure/arm-keyvault/-/arm-keyvault-1.2.1.tgz" integrity sha512-R2ao/GkTPXgb+60He4XB1XI1Mc7QAnC12sq1xuKbE4aH2D8kTsbTwXH7KIu4yuzLvX+jSov+FVwkq1v9+JeHMQ== dependencies: "@azure/ms-rest-azure-js" "^1.3.2" @@ -781,7 +803,7 @@ "@azure/arm-locks@^1.2.2": version "1.2.2" - resolved "https://registry.yarnpkg.com/@azure/arm-locks/-/arm-locks-1.2.2.tgz#a3aa4ff8bb49b83967bb2b82ed16a4ac176a538d" + resolved "https://registry.npmjs.org/@azure/arm-locks/-/arm-locks-1.2.2.tgz" integrity sha512-iW5YyQbl0xosmaCjgOq/v9GdUnUvMTMVcUg33W62YKX4ePhX8dBA1AGixK9LyJIRjPZ6CkNMFz5TF3Plt870FQ== dependencies: "@azure/core-auth" "^1.1.4" @@ -791,7 +813,7 @@ "@azure/arm-managementgroups@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@azure/arm-managementgroups/-/arm-managementgroups-1.1.0.tgz#2ef8979e0fd34264f8cc8f801ddee828a924dca3" + resolved "https://registry.npmjs.org/@azure/arm-managementgroups/-/arm-managementgroups-1.1.0.tgz" integrity sha512-QWqWAjcIH9cNSlXa6Onem5kguyoECpZusjwuFG2co51wwZck5EPcbDSIzTHYPks28WfuE1JAymZmPYqdzGJPCg== dependencies: "@azure/ms-rest-azure-js" "^1.1.0" @@ -800,7 +822,7 @@ "@azure/arm-mariadb@^1.4.0": version "1.4.0" - resolved "https://registry.yarnpkg.com/@azure/arm-mariadb/-/arm-mariadb-1.4.0.tgz#a049e0b35a1f8411df0ce483b8d704fe4d7ec599" + resolved "https://registry.npmjs.org/@azure/arm-mariadb/-/arm-mariadb-1.4.0.tgz" integrity sha512-K66qnKJ2jqaRjFq2ecI98ehsXjUcB1960LkOw5FchvzMX+FMV6nggBvp8HoAr7qRcK2ljpkBr0a7O6UmXpV3jA== dependencies: "@azure/ms-rest-azure-js" "^1.3.2" @@ -809,7 +831,7 @@ "@azure/arm-monitor@^6.0.0": version "6.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-monitor/-/arm-monitor-6.0.0.tgz#ed2d8b8e38ceb85757bf81d74aa9058bd73a5760" + resolved "https://registry.npmjs.org/@azure/arm-monitor/-/arm-monitor-6.0.0.tgz" integrity sha512-KcX9Hdejc71OdKH+GsLoJ4mQ8rpXCXgMRa0ivb/SH3NLjH0Qc0bvjthNFY74NXVKy5qwjBNYuUb/GrNLtwQQ/g== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -818,7 +840,7 @@ "@azure/arm-mysql@^3.3.0": version "3.3.0" - resolved "https://registry.yarnpkg.com/@azure/arm-mysql/-/arm-mysql-3.3.0.tgz#e47f3523dcdb4be3542b1e77179ecdf2e8ca4ea6" + resolved "https://registry.npmjs.org/@azure/arm-mysql/-/arm-mysql-3.3.0.tgz" integrity sha512-/F5kx912tkuxpgJTMMEgfCwN954gn99EqO7mr+H0PiaJMBnP9p8mw7Xq4ze1/MAU3QKLo02Bu/GJH1FGsOBDoA== dependencies: "@azure/ms-rest-azure-js" "^1.3.2" @@ -827,7 +849,7 @@ "@azure/arm-network-latest@npm:@azure/arm-network@^32.1.0": version "32.1.0" - resolved "https://registry.yarnpkg.com/@azure/arm-network/-/arm-network-32.1.0.tgz#8054c29d940eabdf76f181ced9d3bf5eeacc4d27" + resolved "https://registry.npmjs.org/@azure/arm-network/-/arm-network-32.1.0.tgz" integrity sha512-ig3NhQzDfLwcHX36xn45U4lKIGAdIIuK9Z7sKjuTaKMx1GQ+kQy0HunzC12gw23FBdTEBu6BKJsOenzxzjihgw== dependencies: "@azure/abort-controller" "^1.0.0" @@ -840,7 +862,7 @@ "@azure/arm-network@^20.0.0": version "20.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-network/-/arm-network-20.0.0.tgz#5a5997a7ef66ee243bc29c0d70877981d20266c7" + resolved "https://registry.npmjs.org/@azure/arm-network/-/arm-network-20.0.0.tgz" integrity sha512-mYaDISe4ZZSSprOYMhPzzjNlsm9Lu4PGjUrzehMH9IjkE2GPOObAorZDeR1HxDt26+7Ugi5bgufPtk17VJjnng== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -849,7 +871,7 @@ "@azure/arm-policy@^3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@azure/arm-policy/-/arm-policy-3.1.0.tgz#111015b11373961f5144909a0951d3d5cc63c527" + resolved "https://registry.npmjs.org/@azure/arm-policy/-/arm-policy-3.1.0.tgz" integrity sha512-NQsKm8Sy8aUEUsq41t2BbJhQH4uNllW0JXXcjyTMn0nLduJRAJxvUBRM7AFiEN8fEn/dySSlrbI7yb9XJfpDvg== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -858,7 +880,7 @@ "@azure/arm-policyinsights@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-policyinsights/-/arm-policyinsights-4.0.0.tgz#62f1a23f8220cdb8e0fbe3baa12db039817339c6" + resolved "https://registry.npmjs.org/@azure/arm-policyinsights/-/arm-policyinsights-4.0.0.tgz" integrity sha512-eVsvQTQA5PzGlAdkbpq6XBeP3EcvPkeHSBuZdJr/dNJqXcKSSI+tCmt9BXPbI3hx+W2EVL4tXtRsWbI7cM6lew== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -867,7 +889,7 @@ "@azure/arm-postgresql@^4.4.0": version "4.4.0" - resolved "https://registry.yarnpkg.com/@azure/arm-postgresql/-/arm-postgresql-4.4.0.tgz#57b7cb3edc9a032fe24a9aaa346bde9c27255920" + resolved "https://registry.npmjs.org/@azure/arm-postgresql/-/arm-postgresql-4.4.0.tgz" integrity sha512-gO5Y13bnp4OiKBDywhAz/tQXqb+KDY9EH7K8FnS2MzlgWeTzgu5RwtIS7L7J4O09gwA0lVLDEOwiVk0WDNmnEQ== dependencies: "@azure/ms-rest-azure-js" "^1.3.2" @@ -876,7 +898,7 @@ "@azure/arm-privatedns@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-privatedns/-/arm-privatedns-2.0.0.tgz#bb7d8861022899db6d39e86a17cca32fbb0d7026" + resolved "https://registry.npmjs.org/@azure/arm-privatedns/-/arm-privatedns-2.0.0.tgz" integrity sha512-8aItH8cDj5/01QHi2e9gfgrIPSAu9ZhDIUP5dP4XGnzYrWbSpmSoCm9HKlFtGrMzbhBYFotEAb2+Q6In+jInSw== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -885,7 +907,7 @@ "@azure/arm-rediscache@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-rediscache/-/arm-rediscache-4.0.0.tgz#fc610a0c0f7bde34b8a47db6b79588cf263dc6bf" + resolved "https://registry.npmjs.org/@azure/arm-rediscache/-/arm-rediscache-4.0.0.tgz" integrity sha512-Va0KhT+3EEAFxUiCTpL5+6rmWENFphCM9pXWCE4Ul6L6I5Gn2AwxmvsOpZwebAS7hWNd0SKGWz6aFME1v9oC3g== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -894,7 +916,7 @@ "@azure/arm-resources@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-resources/-/arm-resources-4.0.0.tgz#5b0dd7cbb4327a5a2ce184dd4e170459ac41f485" + resolved "https://registry.npmjs.org/@azure/arm-resources/-/arm-resources-4.0.0.tgz" integrity sha512-Dd2tsKnTJ62D/LYsr2njnj+/1HsUclJwBGZ+tVVfmdQir9pnGA11k2jhsuhHiCRU0auEKgMDNfhip7q/TpSrXQ== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -903,7 +925,7 @@ "@azure/arm-security@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-security/-/arm-security-2.0.0.tgz#5b0e05d23bc758d509bea2ee85e4d5d92c48962a" + resolved "https://registry.npmjs.org/@azure/arm-security/-/arm-security-2.0.0.tgz" integrity sha512-vkqhzIUo92fApQJMsaRRr1OTPRSbCV/ujwhdS6O+T0mdarMcCfDZK0h2y7bfzl0++S5EWBtm4otYWHK7fgKwhQ== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -912,7 +934,7 @@ "@azure/arm-servicebus@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-servicebus/-/arm-servicebus-4.0.0.tgz#16f511d09872edc92bf176a086f4ac74b44f8a47" + resolved "https://registry.npmjs.org/@azure/arm-servicebus/-/arm-servicebus-4.0.0.tgz" integrity sha512-g8KaPAKwhUJTuvxkUvfwCh2ejdCm4QOAAWittKUVBPCWIwjQqRjDfshdvd1bqTfaKf6QalXacs9E9gWwMqL6Iw== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -921,7 +943,7 @@ "@azure/arm-sql@^7.0.1": version "7.0.2" - resolved "https://registry.yarnpkg.com/@azure/arm-sql/-/arm-sql-7.0.2.tgz#d4fbdef82cf86751d5010373f47b44d5d294bfec" + resolved "https://registry.npmjs.org/@azure/arm-sql/-/arm-sql-7.0.2.tgz" integrity sha512-4oNjPXnSDh+V86j5b4R88ftfj0O4RqtbAjSgb93lLkw9nfz8FPLLjlde/4OHH2tIK0CdB/0dPqb3mZrdhDhwBw== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -930,7 +952,7 @@ "@azure/arm-storage@^15.3.0": version "15.3.0" - resolved "https://registry.yarnpkg.com/@azure/arm-storage/-/arm-storage-15.3.0.tgz#417ebb7602aa5319023308f639ddb03cd790066c" + resolved "https://registry.npmjs.org/@azure/arm-storage/-/arm-storage-15.3.0.tgz" integrity sha512-djN2tmEzvC4lNEYrk3PAXkf5ZcebGDqPZSh/cYKOleumD4eop5EpMX8d5LcSO/9EcSfPpCzutRg0AleMaPQ9Mg== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" @@ -939,29 +961,29 @@ "@azure/arm-subscriptions@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@azure/arm-subscriptions/-/arm-subscriptions-2.0.0.tgz#4202740b7f65a9d0f16f7903579a615f5de45a92" + resolved "https://registry.npmjs.org/@azure/arm-subscriptions/-/arm-subscriptions-2.0.0.tgz" integrity sha512-+ys2glK5YgwZ9KhwWblfAQIPABtiB5OdKEpPOpcvr7B5ygYTwZuSUNObX9MRu/MyiRo1zDlUvlxHltBphq/bLQ== dependencies: "@azure/ms-rest-azure-js" "^2.0.1" "@azure/ms-rest-js" "^2.0.4" tslib "^1.10.0" -"@azure/core-asynciterator-polyfill@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@azure/core-asynciterator-polyfill/-/core-asynciterator-polyfill-1.0.0.tgz#dcccebb88406e5c76e0e1d52e8cc4c43a68b3ee7" - integrity sha512-kmv8CGrPfN9SwMwrkiBK9VTQYxdFQEGe0BmQk+M8io56P9KNzpAxcWE/1fxJj7uouwN4kXF0BHW8DNlgx+wtCg== - -"@azure/core-auth@^1.1.3": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.2.0.tgz#a5a181164e99f8446a3ccf9039345ddc9bb63bb9" - integrity sha512-KUl+Nwn/Sm6Lw5d3U90m1jZfNSL087SPcqHLxwn2T6PupNKmcgsEbDjHB25gDvHO4h7pBsTlrdJAY7dz+Qk8GA== +"@azure/arm-synapse@^8.0.0": + version "8.0.0" + resolved "https://registry.npmjs.org/@azure/arm-synapse/-/arm-synapse-8.0.0.tgz" + integrity sha512-cxBz740J4fdGMhipOXuhuQ83aQNEXqgTwgzTabAv+1eGZGVJIHT7hUlQvUsQjUaxHSfphZFt6+pyHSS1CZAWaA== dependencies: "@azure/abort-controller" "^1.0.0" - tslib "^2.0.0" + "@azure/core-auth" "^1.3.0" + "@azure/core-client" "^1.0.0" + "@azure/core-lro" "^2.2.0" + "@azure/core-paging" "^1.2.0" + "@azure/core-rest-pipeline" "^1.1.0" + tslib "^2.2.0" -"@azure/core-auth@^1.1.4", "@azure/core-auth@^1.3.0": +"@azure/core-auth@^1.1.3", "@azure/core-auth@^1.1.4", "@azure/core-auth@^1.3.0": version "1.3.2" - resolved "https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.3.2.tgz#6a2c248576c26df365f6c7881ca04b7f6d08e3d0" + resolved "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.3.2.tgz" integrity sha512-7CU6DmCHIZp5ZPiZ9r3J17lTKMmYsm/zGvNkjArQwPkrLlZ1TZ+EUYfGgh2X31OLMVAQCTJZW4cXHJi02EbJnA== dependencies: "@azure/abort-controller" "^1.0.0" @@ -969,28 +991,16 @@ "@azure/core-auth@^1.4.0": version "1.5.0" - resolved "https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.5.0.tgz#a41848c5c31cb3b7c84c409885267d55a2c92e44" + resolved "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.5.0.tgz" integrity sha512-udzoBuYG1VBoHVohDTrvKjyzel34zt77Bhp7dQntVGGD0ehVq48owENbBG8fIgkHRNUBQH5k1r0hpoMu5L8+kw== dependencies: "@azure/abort-controller" "^1.0.0" "@azure/core-util" "^1.1.0" tslib "^2.2.0" -"@azure/core-client@^1.0.0": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@azure/core-client/-/core-client-1.3.1.tgz#b7549156145a0754ab13bbdb5afb068638ceddb7" - integrity sha512-7IHm2DGg2u7dJYtCW84Ik7uENHfE8VsM/sWloZezPKYDoWZrg7JzwjvdGAfsaELKi2p0GE+JBaAbDYnNpr5V1w== - dependencies: - "@azure/abort-controller" "^1.0.0" - "@azure/core-asynciterator-polyfill" "^1.0.0" - "@azure/core-auth" "^1.3.0" - "@azure/core-rest-pipeline" "^1.1.0" - "@azure/core-tracing" "1.0.0-preview.13" - tslib "^2.2.0" - -"@azure/core-client@^1.3.0", "@azure/core-client@^1.4.0", "@azure/core-client@^1.5.0", "@azure/core-client@^1.7.0": +"@azure/core-client@^1.0.0", "@azure/core-client@^1.3.0", "@azure/core-client@^1.4.0", "@azure/core-client@^1.5.0", "@azure/core-client@^1.6.1", "@azure/core-client@^1.7.0": version "1.7.3" - resolved "https://registry.yarnpkg.com/@azure/core-client/-/core-client-1.7.3.tgz#f8cb2a1f91e8bc4921fa2e745cfdfda3e6e491a3" + resolved "https://registry.npmjs.org/@azure/core-client/-/core-client-1.7.3.tgz" integrity sha512-kleJ1iUTxcO32Y06dH9Pfi9K4U+Tlb111WXEnbt7R/ne+NLRwppZiTGJuTD5VVoxTMK5NTbEtm5t2vcdNCFe2g== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1003,7 +1013,7 @@ "@azure/core-http-compat@^1.3.0": version "1.3.0" - resolved "https://registry.yarnpkg.com/@azure/core-http-compat/-/core-http-compat-1.3.0.tgz#bf3d8ae1e310103f2b82550f36fd2a99c9b4d3f4" + resolved "https://registry.npmjs.org/@azure/core-http-compat/-/core-http-compat-1.3.0.tgz" integrity sha512-ZN9avruqbQ5TxopzG3ih3KRy52n8OAbitX3fnZT5go4hzu0J+KVPSzkL+Wt3hpJpdG8WIfg1sBD1tWkgUdEpBA== dependencies: "@azure/abort-controller" "^1.0.4" @@ -1012,7 +1022,7 @@ "@azure/core-http@^1.2.0": version "1.2.3" - resolved "https://registry.yarnpkg.com/@azure/core-http/-/core-http-1.2.3.tgz#b1e459f6705df1f8d09bf6582292891c04bcace1" + resolved "https://registry.npmjs.org/@azure/core-http/-/core-http-1.2.3.tgz" integrity sha512-g5C1zUJO5dehP2Riv+vy9iCYoS1UwKnZsBVCzanScz9A83LbnXKpZDa9wie26G9dfXUhQoFZoFT8LYWhPKmwcg== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1033,7 +1043,7 @@ "@azure/core-lro@^1.0.2": version "1.0.3" - resolved "https://registry.yarnpkg.com/@azure/core-lro/-/core-lro-1.0.3.tgz#1ddfb4ecdb81ce87b5f5d972ffe2acbbc46e524e" + resolved "https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.3.tgz" integrity sha512-Py2crJ84qx1rXkzIwfKw5Ni4WJuzVU7KAF6i1yP3ce8fbynUeu8eEWS4JGtSQgU7xv02G55iPDROifmSDbxeHA== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1043,7 +1053,7 @@ "@azure/core-lro@^2.2.0", "@azure/core-lro@^2.5.3": version "2.5.4" - resolved "https://registry.yarnpkg.com/@azure/core-lro/-/core-lro-2.5.4.tgz#b21e2bcb8bd9a8a652ff85b61adeea51a8055f90" + resolved "https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.4.tgz" integrity sha512-3GJiMVH7/10bulzOKGrrLeG/uCBH/9VtxqaMcB9lIqAeamI/xYQSHJL/KcsLDuH+yTjYpro/u6D/MuRe4dN70Q== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1051,38 +1061,31 @@ "@azure/logger" "^1.0.0" tslib "^2.2.0" -"@azure/core-paging@^1.1.1": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@azure/core-paging/-/core-paging-1.1.3.tgz#3587c9898a0530cacb64bab216d7318468aa5efc" - integrity sha512-his7Ah40ThEYORSpIAwuh6B8wkGwO/zG7gqVtmSE4WAJ46e36zUDXTKReUCLBDc6HmjjApQQxxcRFy5FruG79A== - dependencies: - "@azure/core-asynciterator-polyfill" "^1.0.0" - -"@azure/core-paging@^1.2.0": +"@azure/core-paging@^1.1.1", "@azure/core-paging@^1.2.0": version "1.5.0" - resolved "https://registry.yarnpkg.com/@azure/core-paging/-/core-paging-1.5.0.tgz#5a5b09353e636072e6a7fc38f7879e11d0afb15f" + resolved "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.5.0.tgz" integrity sha512-zqWdVIt+2Z+3wqxEOGzR5hXFZ8MGKK52x4vFLw8n58pR6ZfKRx3EXYTxTaYxYHc/PexPUTyimcTWFJbji9Z6Iw== dependencies: tslib "^2.2.0" -"@azure/core-rest-pipeline@^1.1.0": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.3.1.tgz#8a91d02632e7f0631142f9ee42af9fd7d3b80868" - integrity sha512-xTQiv47O5cWzJFkwiDrUTT4K4IYbUIts0gaou5TZxAAuhQi9kAKWHEmFTjHVMOeAmyDhlMM5cb21M2n4WDto1A== +"@azure/core-rest-pipeline@^1.1.0", "@azure/core-rest-pipeline@^1.8.0", "@azure/core-rest-pipeline@^1.9.1": + version "1.12.0" + resolved "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.12.0.tgz" + integrity sha512-+MnSB0vGZjszSzr5AW8z93/9fkDu2RLtWmAN8gskURq7EW2sSwqy8jZa0V26rjuBVkwhdA3Hw8z3VWoeBUOw+A== dependencies: "@azure/abort-controller" "^1.0.0" - "@azure/core-auth" "^1.3.0" - "@azure/core-tracing" "1.0.0-preview.13" + "@azure/core-auth" "^1.4.0" + "@azure/core-tracing" "^1.0.1" + "@azure/core-util" "^1.3.0" "@azure/logger" "^1.0.0" form-data "^4.0.0" - http-proxy-agent "^4.0.1" + http-proxy-agent "^5.0.0" https-proxy-agent "^5.0.0" tslib "^2.2.0" - uuid "^8.3.0" "@azure/core-rest-pipeline@^1.3.0": version "1.12.1" - resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.12.1.tgz#d49f3daa8d282347dda6395f489af0050087901f" + resolved "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.12.1.tgz" integrity sha512-SsyWQ+T5MFQRX+M8H/66AlaI6HyCbQStGfFngx2fuiW+vKI2DkhtOvbYodPyf9fOe/ARLWWc3ohX54lQ5Kmaog== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1095,24 +1098,16 @@ https-proxy-agent "^5.0.0" tslib "^2.2.0" -"@azure/core-rest-pipeline@^1.8.0", "@azure/core-rest-pipeline@^1.9.1": - version "1.12.0" - resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.12.0.tgz#a36dd361807494845522824532c076daa27c2786" - integrity sha512-+MnSB0vGZjszSzr5AW8z93/9fkDu2RLtWmAN8gskURq7EW2sSwqy8jZa0V26rjuBVkwhdA3Hw8z3VWoeBUOw+A== +"@azure/core-tracing@^1.0.0", "@azure/core-tracing@^1.0.1": + version "1.0.1" + resolved "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.1.tgz" + integrity sha512-I5CGMoLtX+pI17ZdiFJZgxMJApsK6jjfm85hpgp3oazCdq5Wxgh4wMr7ge/TTWW1B5WBuvIOI1fMU/FrOAMKrw== dependencies: - "@azure/abort-controller" "^1.0.0" - "@azure/core-auth" "^1.4.0" - "@azure/core-tracing" "^1.0.1" - "@azure/core-util" "^1.3.0" - "@azure/logger" "^1.0.0" - form-data "^4.0.0" - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" tslib "^2.2.0" "@azure/core-tracing@1.0.0-preview.10": version "1.0.0-preview.10" - resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.10.tgz#e7060272145dddad4486765030d1b037cd52a8ea" + resolved "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.10.tgz" integrity sha512-iIwjtMwQnsxB7cYkugMx+s4W1nfy3+pT/ceo+uW1fv4YDgYe84nh+QP0fEC9IH/3UATLSWbIBemdMHzk2APUrw== dependencies: "@opencensus/web-types" "0.0.7" @@ -1121,7 +1116,7 @@ "@azure/core-tracing@1.0.0-preview.13": version "1.0.0-preview.13" - resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz#55883d40ae2042f6f1e12b17dd0c0d34c536d644" + resolved "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz" integrity sha512-KxDlhXyMlh2Jhj2ykX6vNEU0Vou4nHr025KoSEiz7cS3BNiHNaZcdECk/DmLkEB0as5T7b/TpRcehJ5yV6NeXQ== dependencies: "@opentelemetry/api" "^1.0.1" @@ -1129,23 +1124,16 @@ "@azure/core-tracing@1.0.0-preview.9": version "1.0.0-preview.9" - resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.9.tgz#84f3b85572013f9d9b85e1e5d89787aa180787eb" + resolved "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.9.tgz" integrity sha512-zczolCLJ5QG42AEPQ+Qg9SRYNUyB+yZ5dzof4YEc+dyWczO9G2sBqbAjLB7IqrsdHN2apkiB2oXeDKCsq48jug== dependencies: "@opencensus/web-types" "0.0.7" "@opentelemetry/api" "^0.10.2" tslib "^2.0.0" -"@azure/core-tracing@^1.0.0", "@azure/core-tracing@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.1.tgz#352a38cbea438c4a83c86b314f48017d70ba9503" - integrity sha512-I5CGMoLtX+pI17ZdiFJZgxMJApsK6jjfm85hpgp3oazCdq5Wxgh4wMr7ge/TTWW1B5WBuvIOI1fMU/FrOAMKrw== - dependencies: - tslib "^2.2.0" - "@azure/core-util@^1.0.0", "@azure/core-util@^1.1.0", "@azure/core-util@^1.2.0", "@azure/core-util@^1.3.0": version "1.4.0" - resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.4.0.tgz#c120a56b3e48a9e4d20619a0b00268ae9de891c7" + resolved "https://registry.npmjs.org/@azure/core-util/-/core-util-1.4.0.tgz" integrity sha512-eGAyJpm3skVQoLiRqm/xPa+SXi/NPDdSHMxbRAz2lSprd+Zs+qrpQGQQ2VQ3Nttu+nSZR4XoYQC71LbEI7jsig== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1153,7 +1141,7 @@ "@azure/core-xml@^1.0.0": version "1.0.0" - resolved "https://registry.yarnpkg.com/@azure/core-xml/-/core-xml-1.0.0.tgz#294b8a8d5ae82bec5699dd8b9847722777e6986c" + resolved "https://registry.npmjs.org/@azure/core-xml/-/core-xml-1.0.0.tgz" integrity sha512-VSM3wQomzRZk4SnDK5vKaROON/d3hgfl+D/pfLjpGR8gxRGuO0I8R+Rp/qj6Cq3x7HPgUqrii3/s/RRwDWWdvQ== dependencies: tslib "^2.2.0" @@ -1161,7 +1149,7 @@ "@azure/data-tables@^12.1.2": version "12.1.2" - resolved "https://registry.yarnpkg.com/@azure/data-tables/-/data-tables-12.1.2.tgz#7954cb9115cfb2c3af549629a2e3d2800ab4dc34" + resolved "https://registry.npmjs.org/@azure/data-tables/-/data-tables-12.1.2.tgz" integrity sha512-eGldbkw9UjzrAXzy28/raKauQEjspG1FAHxWI/kEInkFm9mvs5uR2KGEGlQNYfz6pzcCOrsxHlh+pmWKuIgPSQ== dependencies: "@azure/core-auth" "^1.3.0" @@ -1174,9 +1162,9 @@ tslib "^2.2.0" uuid "^8.3.0" -"@azure/identity@3.0.0": +"@azure/identity@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@azure/identity/-/identity-3.0.0.tgz#9ce5296088a3c6a53e818cc2224f95d333e83a07" + resolved "https://registry.npmjs.org/@azure/identity/-/identity-3.0.0.tgz" integrity sha512-MAwrefZE6T15wJe/tOA6dffdTNCh+S6DOQe2otO6drEEVCHDF0zb+GItlK6kQzD5hPm/YueFCW6sN1q6F4XYuQ== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1198,7 +1186,7 @@ "@azure/keyvault-keys@4.7.0": version "4.7.0" - resolved "https://registry.yarnpkg.com/@azure/keyvault-keys/-/keyvault-keys-4.7.0.tgz#a117935fc3a87ff2f9a5393352a96814c2f33c01" + resolved "https://registry.npmjs.org/@azure/keyvault-keys/-/keyvault-keys-4.7.0.tgz" integrity sha512-HScWdORbRCKi1vdKI6EChe/t/P/zV7jcGZWfj18BOyeensk5d1/Ynfx1t6xfAy5zUIQvAWVU97hXdCznDpULbQ== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1215,7 +1203,7 @@ "@azure/keyvault-secrets@4.7.0": version "4.7.0" - resolved "https://registry.yarnpkg.com/@azure/keyvault-secrets/-/keyvault-secrets-4.7.0.tgz#a9b7aa460cd3e6a47f6a7eb0027f45f23df8eb45" + resolved "https://registry.npmjs.org/@azure/keyvault-secrets/-/keyvault-secrets-4.7.0.tgz" integrity sha512-YvlFXRQ+SI5NT4GtSFbb6HGo6prW3yzDab8tr6vga2/SjDQew3wJsCAAr/xwZz6XshFXCYEX26CDKmPf+SJKJg== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1232,27 +1220,91 @@ "@azure/logger@^1.0.0": version "1.0.0" - resolved "https://registry.yarnpkg.com/@azure/logger/-/logger-1.0.0.tgz#48b371dfb34288c8797e5c104f6c4fb45bf1772c" + resolved "https://registry.npmjs.org/@azure/logger/-/logger-1.0.0.tgz" integrity sha512-g2qLDgvmhyIxR3JVS8N67CyIOeFRKQlX/llxYJQr1OSGQqM3HTpVP8MjmjcEKbL/OIt2N9C9UFaNQuKOw1laOA== dependencies: tslib "^1.9.3" "@azure/ms-rest-azure-env@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@azure/ms-rest-azure-env/-/ms-rest-azure-env-2.0.0.tgz#45809f89763a480924e21d3c620cd40866771625" + resolved "https://registry.npmjs.org/@azure/ms-rest-azure-env/-/ms-rest-azure-env-2.0.0.tgz" integrity sha512-dG76W7ElfLi+fbTjnZVGj+M9e0BIEJmRxU6fHaUQ12bZBe8EJKYb2GV50YWNaP2uJiVQ5+7nXEVj1VN1UQtaEw== -"@azure/ms-rest-azure-js@^1.1.0", "@azure/ms-rest-azure-js@^1.3.2", "@azure/ms-rest-azure-js@^1.4.0", "@azure/ms-rest-azure-js@^2.0.0", "@azure/ms-rest-azure-js@^2.0.1", "@azure/ms-rest-azure-js@^2.1.0": +"@azure/ms-rest-azure-js@^1.1.0": + version "1.4.0" + resolved "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz" + integrity sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw== + dependencies: + "@azure/core-auth" "^1.1.4" + "@azure/ms-rest-js" "^1.10.0" + tslib "^1.9.3" + +"@azure/ms-rest-azure-js@^1.3.2": + version "1.4.0" + resolved "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz" + integrity sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw== + dependencies: + "@azure/core-auth" "^1.1.4" + "@azure/ms-rest-js" "^1.10.0" + tslib "^1.9.3" + +"@azure/ms-rest-azure-js@^1.4.0": + version "1.4.0" + resolved "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-1.4.0.tgz" + integrity sha512-ul1wfkzwU9wYg6kFKD/AuQfVRJU4utEjDcfa0hvXqDS99yRuJqUrt/Ojv3duZMwskBIrD3CV5d9TjLBOV7/pQw== + dependencies: + "@azure/core-auth" "^1.1.4" + "@azure/ms-rest-js" "^1.10.0" + tslib "^1.9.3" + +"@azure/ms-rest-azure-js@^2.0.1": version "2.0.1" - resolved "https://registry.yarnpkg.com/@azure/ms-rest-azure-js/-/ms-rest-azure-js-2.0.1.tgz#fa1b38f039b3ee48a9e086a88c8a5b5b7776491c" + resolved "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-2.0.1.tgz" integrity sha512-5e+A710O7gRFISoV4KI/ZyLQbKmjXxQZ1L8Z/sx7jSUQqmswjTnN4yyIZxs5JzfLVkobU0rXxbi5/LVzaI8QXQ== dependencies: "@azure/ms-rest-js" "^2.0.4" tslib "^1.10.0" -"@azure/ms-rest-js@^1.1.0", "@azure/ms-rest-js@^1.11.0", "@azure/ms-rest-js@^1.8.1", "@azure/ms-rest-js@^1.8.13", "@azure/ms-rest-js@^2.0.0", "@azure/ms-rest-js@^2.0.3", "@azure/ms-rest-js@^2.0.4", "@azure/ms-rest-js@^2.2.0": +"@azure/ms-rest-azure-js@^2.1.0": + version "2.1.0" + resolved "https://registry.npmjs.org/@azure/ms-rest-azure-js/-/ms-rest-azure-js-2.1.0.tgz" + integrity sha512-CjZjB8apvXl5h97Ck6SbeeCmU0sk56YPozPtTyGudPp1RGoHXNjFNtoOvwOG76EdpmMpxbK10DqcygI16Lu60Q== + dependencies: + "@azure/core-auth" "^1.1.4" + "@azure/ms-rest-js" "^2.2.0" + tslib "^1.10.0" + +"@azure/ms-rest-js@^1.1.0", "@azure/ms-rest-js@^1.10.0", "@azure/ms-rest-js@^1.11.0", "@azure/ms-rest-js@^1.8.1": + version "1.11.2" + resolved "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz" + integrity sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ== + dependencies: + "@azure/core-auth" "^1.1.4" + axios "^0.21.1" + form-data "^2.3.2" + tough-cookie "^2.4.3" + tslib "^1.9.2" + tunnel "0.0.6" + uuid "^3.2.1" + xml2js "^0.4.19" + +"@azure/ms-rest-js@^1.8.13": + version "1.11.2" + resolved "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-1.11.2.tgz" + integrity sha512-2AyQ1IKmLGKW7DU3/x3TsTBzZLcbC9YRI+yuDPuXAQrv3zar340K9wsxU413kHFIDjkWNCo9T0w5VtwcyWxhbQ== + dependencies: + "@azure/core-auth" "^1.1.4" + axios "^0.21.1" + form-data "^2.3.2" + tough-cookie "^2.4.3" + tslib "^1.9.2" + tunnel "0.0.6" + uuid "^3.2.1" + xml2js "^0.4.19" + +"@azure/ms-rest-js@^2.0.4": version "2.0.7" - resolved "https://registry.yarnpkg.com/@azure/ms-rest-js/-/ms-rest-js-2.0.7.tgz#3165bb7068387bf36c4c43db85d3662c916fd581" + resolved "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.0.7.tgz" integrity sha512-rQpNxDhyOIyS4E+4sUCBMvjrtbNwB32wH06cC2SFoQM4TR29bIKaTlIC1tMe0K07w9c5tNk/2uUHs6/ld/Z3+A== dependencies: "@types/node-fetch" "^2.3.7" @@ -1266,9 +1318,23 @@ uuid "^3.3.2" xml2js "^0.4.19" +"@azure/ms-rest-js@^2.2.0": + version "2.7.0" + resolved "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.7.0.tgz" + integrity sha512-ngbzWbqF+NmztDOpLBVDxYM+XLcUj7nKhxGbSU9WtIsXfRB//cf2ZbAG5HkOrhU9/wd/ORRB6lM/d69RKVjiyA== + dependencies: + "@azure/core-auth" "^1.1.4" + abort-controller "^3.0.0" + form-data "^2.5.0" + node-fetch "^2.6.7" + tslib "^1.10.0" + tunnel "0.0.6" + uuid "^8.3.2" + xml2js "^0.5.0" + "@azure/ms-rest-nodeauth@^2.0.5": version "2.0.5" - resolved "https://registry.yarnpkg.com/@azure/ms-rest-nodeauth/-/ms-rest-nodeauth-2.0.5.tgz#e19877c707d4912853b5b58ec6e9c214eb15bb30" + resolved "https://registry.npmjs.org/@azure/ms-rest-nodeauth/-/ms-rest-nodeauth-2.0.5.tgz" integrity sha512-pS2NLW3TY4tPvHcF7QIW2xYoXrpEpodbz1oFCnWnTRw2w38reCq1OyktfLDBkpEUVTN+GrAA5ZgnX6PcZxvJeg== dependencies: "@azure/ms-rest-azure-env" "^2.0.0" @@ -1277,24 +1343,24 @@ "@azure/msal-browser@^2.26.0": version "2.38.2" - resolved "https://registry.yarnpkg.com/@azure/msal-browser/-/msal-browser-2.38.2.tgz#707725c892258fe6b3af4dd410e1daff608521b5" + resolved "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-2.38.2.tgz" integrity sha512-71BeIn2we6LIgMplwCSaMq5zAwmalyJR3jFcVOZxNVfQ1saBRwOD+P77nLs5vrRCedVKTq8RMFhIOdpMLNno0A== dependencies: "@azure/msal-common" "13.3.0" -"@azure/msal-common@13.3.0": - version "13.3.0" - resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-13.3.0.tgz#dfa39810e0fbce6e07ca85a2cf305da58d30b7c9" - integrity sha512-/VFWTicjcJbrGp3yQP7A24xU95NiDMe23vxIU1U6qdRPFsprMDNUohMudclnd+WSHE4/McqkZs/nUU3sAKkVjg== - "@azure/msal-common@^7.0.0": version "7.6.0" - resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-7.6.0.tgz#b52e97ef540275f72611cff57937dfa0b34cdcca" + resolved "https://registry.npmjs.org/@azure/msal-common/-/msal-common-7.6.0.tgz" integrity sha512-XqfbglUTVLdkHQ8F9UQJtKseRr3sSnr9ysboxtoswvaMVaEfvyLtMoHv9XdKUfOc0qKGzNgRFd9yRjIWVepl6Q== +"@azure/msal-common@13.3.0": + version "13.3.0" + resolved "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.3.0.tgz" + integrity sha512-/VFWTicjcJbrGp3yQP7A24xU95NiDMe23vxIU1U6qdRPFsprMDNUohMudclnd+WSHE4/McqkZs/nUU3sAKkVjg== + "@azure/msal-node@^1.10.0": version "1.18.3" - resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-1.18.3.tgz#e265556d4db0340590eeab5341469fb6740251d0" + resolved "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.3.tgz" integrity sha512-lI1OsxNbS/gxRD4548Wyj22Dk8kS7eGMwD9GlBZvQmFV8FJUXoXySL1BiNzDsHUE96/DS/DHmA+F73p1Dkcktg== dependencies: "@azure/msal-common" "13.3.0" @@ -1303,7 +1369,7 @@ "@azure/storage-blob@^12.5.0": version "12.5.0" - resolved "https://registry.yarnpkg.com/@azure/storage-blob/-/storage-blob-12.5.0.tgz#1ddd8837d9a15ebe355e795375d13b406f2cb496" + resolved "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.5.0.tgz" integrity sha512-DgoefgODst2IPkkQsNdhtYdyJgSsAZC1pEujO6aD5y7uFy5GnzhYliobSrp204jYRyK5XeJ9iiePmy/SPtTbLA== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1318,7 +1384,7 @@ "@azure/storage-queue@^12.4.0": version "12.4.0" - resolved "https://registry.yarnpkg.com/@azure/storage-queue/-/storage-queue-12.4.0.tgz#49ef9c27ec90ae458c21b865c64ee0c1da7e520a" + resolved "https://registry.npmjs.org/@azure/storage-queue/-/storage-queue-12.4.0.tgz" integrity sha512-QG5yxb+O0nMoNEbWWkOSijF3uIlStmGKqEpwL+OKCj1oqIh8Aa//M96+id2+u6TYs345kMd77APhtf2Ab7YELA== dependencies: "@azure/abort-controller" "^1.0.0" @@ -1329,41 +1395,29 @@ "@opentelemetry/api" "^0.10.2" tslib "^2.0.0" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1": - version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" - integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== - dependencies: - "@babel/highlight" "^7.10.1" - -"@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7": +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7": version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" + resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz" integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== dependencies: "@babel/highlight" "^7.16.7" "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5": version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3" + resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.10.tgz" integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA== dependencies: "@babel/highlight" "^7.22.10" chalk "^2.4.2" -"@babel/compat-data@^7.17.10": - version "7.18.5" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.5.tgz#acac0c839e317038c73137fbb6ef71a1d6238471" - integrity sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg== - "@babel/compat-data@^7.22.9": version "7.22.9" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" + resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz" integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== -"@babel/core@^7.11.6": +"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.8.0", "@babel/core@>=7.0.0-beta.0 <8": version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35" + resolved "https://registry.npmjs.org/@babel/core/-/core-7.22.10.tgz" integrity sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw== dependencies: "@ampproject/remapping" "^2.2.0" @@ -1382,39 +1436,9 @@ json5 "^2.2.2" semver "^6.3.1" -"@babel/core@^7.12.3": - version "7.18.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000" - integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ== - dependencies: - "@ampproject/remapping" "^2.1.0" - "@babel/code-frame" "^7.16.7" - "@babel/generator" "^7.18.2" - "@babel/helper-compilation-targets" "^7.18.2" - "@babel/helper-module-transforms" "^7.18.0" - "@babel/helpers" "^7.18.2" - "@babel/parser" "^7.18.5" - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.18.5" - "@babel/types" "^7.18.4" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.1" - semver "^6.3.0" - -"@babel/generator@^7.18.2", "@babel/generator@^7.7.2": - version "7.18.2" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d" - integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw== - dependencies: - "@babel/types" "^7.18.2" - "@jridgewell/gen-mapping" "^0.3.0" - jsesc "^2.5.1" - "@babel/generator@^7.22.10": version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.10.tgz#c92254361f398e160645ac58831069707382b722" + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.22.10.tgz" integrity sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A== dependencies: "@babel/types" "^7.22.10" @@ -1422,19 +1446,18 @@ "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" -"@babel/helper-compilation-targets@^7.18.2": +"@babel/generator@^7.7.2": version "7.18.2" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b" - integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ== + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz" + integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw== dependencies: - "@babel/compat-data" "^7.17.10" - "@babel/helper-validator-option" "^7.16.7" - browserslist "^4.20.2" - semver "^6.3.0" + "@babel/types" "^7.18.2" + "@jridgewell/gen-mapping" "^0.3.0" + jsesc "^2.5.1" "@babel/helper-compilation-targets@^7.22.10": version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz#01d648bbc25dd88f513d862ee0df27b7d4e67024" + resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz" integrity sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q== dependencies: "@babel/compat-data" "^7.22.9" @@ -1443,77 +1466,36 @@ lru-cache "^5.1.1" semver "^6.3.1" -"@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2": - version "7.18.2" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd" - integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ== - "@babel/helper-environment-visitor@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" + resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz" integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== -"@babel/helper-function-name@^7.17.9": - version "7.17.9" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12" - integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg== - dependencies: - "@babel/template" "^7.16.7" - "@babel/types" "^7.17.0" - "@babel/helper-function-name@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" + resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz" integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== dependencies: "@babel/template" "^7.22.5" "@babel/types" "^7.22.5" -"@babel/helper-hoist-variables@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" - integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== - dependencies: - "@babel/types" "^7.16.7" - "@babel/helper-hoist-variables@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" + resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz" integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== dependencies: "@babel/types" "^7.22.5" -"@babel/helper-module-imports@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" - integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== - dependencies: - "@babel/types" "^7.16.7" - "@babel/helper-module-imports@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c" + resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz" integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg== dependencies: "@babel/types" "^7.22.5" -"@babel/helper-module-transforms@^7.18.0": - version "7.18.0" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd" - integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA== - dependencies: - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-simple-access" "^7.17.7" - "@babel/helper-split-export-declaration" "^7.16.7" - "@babel/helper-validator-identifier" "^7.16.7" - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.18.0" - "@babel/types" "^7.18.0" - "@babel/helper-module-transforms@^7.22.9": version "7.22.9" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz" integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== dependencies: "@babel/helper-environment-visitor" "^7.22.5" @@ -1524,107 +1506,75 @@ "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0": version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz" integrity sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA== -"@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.17.12": +"@babel/helper-plugin-utils@^7.10.4": + version "7.17.12" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz" + integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA== + +"@babel/helper-plugin-utils@^7.14.5": + version "7.17.12" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz" + integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA== + +"@babel/helper-plugin-utils@^7.17.12": version "7.17.12" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz" integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA== "@babel/helper-plugin-utils@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz" integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== -"@babel/helper-simple-access@^7.17.7": - version "7.18.2" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9" - integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ== - dependencies: - "@babel/types" "^7.18.2" - "@babel/helper-simple-access@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de" + resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz" integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== dependencies: "@babel/types" "^7.22.5" -"@babel/helper-split-export-declaration@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" - integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== - dependencies: - "@babel/types" "^7.16.7" - "@babel/helper-split-export-declaration@^7.22.6": version "7.22.6" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" + resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz" integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== dependencies: "@babel/types" "^7.22.5" "@babel/helper-string-parser@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" + resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz" integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== -"@babel/helper-validator-identifier@^7.10.1": - version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" - integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== - "@babel/helper-validator-identifier@^7.16.7": version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz" integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== "@babel/helper-validator-identifier@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz" integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== -"@babel/helper-validator-option@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" - integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== - "@babel/helper-validator-option@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac" + resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz" integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw== -"@babel/helpers@^7.18.2": - version "7.18.2" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384" - integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg== - dependencies: - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.18.2" - "@babel/types" "^7.18.2" - "@babel/helpers@^7.22.10": version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.10.tgz#ae6005c539dfbcb5cd71fb51bfc8a52ba63bc37a" + resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.10.tgz" integrity sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw== dependencies: "@babel/template" "^7.22.5" "@babel/traverse" "^7.22.10" "@babel/types" "^7.22.10" -"@babel/highlight@^7.10.1": - version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" - integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== - dependencies: - "@babel/helper-validator-identifier" "^7.10.1" - chalk "^2.0.0" - js-tokens "^4.0.0" - "@babel/highlight@^7.16.7": version "7.17.12" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.17.12.tgz#257de56ee5afbd20451ac0a75686b6b404257351" + resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz" integrity sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg== dependencies: "@babel/helper-validator-identifier" "^7.16.7" @@ -1633,152 +1583,138 @@ "@babel/highlight@^7.22.10": version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7" + resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.10.tgz" integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ== dependencies: "@babel/helper-validator-identifier" "^7.22.5" chalk "^2.4.2" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.10.1": - version "7.10.2" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" - integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== - -"@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.5": +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7": version "7.18.5" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.18.5.tgz" integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw== "@babel/parser@^7.22.10", "@babel/parser@^7.22.5": version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.22.10.tgz" integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ== "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-bigint@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz" integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-class-properties@^7.8.3": version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz#d5bc0645913df5b17ad7eda0fa2308330bde34c5" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz" integrity sha512-Gf2Yx/iRs1JREDtVZ56OrjjgFHCaldpTnuy9BHla10qyVT3YkIIGEtoDWhyop0ksu1GvNjHIoYRBqm3zoR1jyQ== dependencies: "@babel/helper-plugin-utils" "^7.10.1" "@babel/plugin-syntax-import-meta@^7.8.3": version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-json-strings@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-jsx@^7.7.2": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#a6b68e84fb76e759fc3b93e901876ffabbe1d918" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz" integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.1.tgz#fffee77b4934ce77f3b427649ecdddbec1958550" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.1.tgz" integrity sha512-XyHIFa9kdrgJS91CUH+ccPVTnJShr8nLGc5bG2IhGXv5p1Rd+8BleGE5yzIg2Nc1QZAdHDa0Qp4m6066OL96Iw== dependencies: "@babel/helper-plugin-utils" "^7.10.1" "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-numeric-separator@^7.8.3": version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz#25761ee7410bc8cf97327ba741ee94e4a61b7d99" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz" integrity sha512-uTd0OsHrpe3tH5gRPTxG8Voh99/WCU78vIm5NMRYPAqC8lR4vajt6KkCAknCHrx24vkPdd/05yfdGSB4EIY2mg== dependencies: "@babel/helper-plugin-utils" "^7.10.1" "@babel/plugin-syntax-object-rest-spread@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-optional-catch-binding@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-optional-chaining@^7.8.3": version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== dependencies: "@babel/helper-plugin-utils" "^7.8.0" "@babel/plugin-syntax-top-level-await@^7.8.3": version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== dependencies: "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-typescript@^7.7.2": version "7.17.12" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.12.tgz#b54fc3be6de734a56b87508f99d6428b5b605a7b" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.12.tgz" integrity sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw== dependencies: "@babel/helper-plugin-utils" "^7.17.12" "@babel/runtime@^7.4.4": version "7.10.2" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839" + resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz" integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg== dependencies: regenerator-runtime "^0.13.4" "@babel/runtime@^7.5.5": version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.7.tgz#03ff99f64106588c9c403c6ecb8c3bafbbdff1fa" + resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz" integrity sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ== dependencies: regenerator-runtime "^0.13.4" -"@babel/template@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" - integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== - dependencies: - "@babel/code-frame" "^7.16.7" - "@babel/parser" "^7.16.7" - "@babel/types" "^7.16.7" - "@babel/template@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec" + resolved "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz" integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw== dependencies: "@babel/code-frame" "^7.22.5" @@ -1786,33 +1722,17 @@ "@babel/types" "^7.22.5" "@babel/template@^7.3.3": - version "7.10.1" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" - integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== - dependencies: - "@babel/code-frame" "^7.10.1" - "@babel/parser" "^7.10.1" - "@babel/types" "^7.10.1" - -"@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5": - version "7.18.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd" - integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA== + version "7.16.7" + resolved "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz" + integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== dependencies: "@babel/code-frame" "^7.16.7" - "@babel/generator" "^7.18.2" - "@babel/helper-environment-visitor" "^7.18.2" - "@babel/helper-function-name" "^7.17.9" - "@babel/helper-hoist-variables" "^7.16.7" - "@babel/helper-split-export-declaration" "^7.16.7" - "@babel/parser" "^7.18.5" - "@babel/types" "^7.18.4" - debug "^4.1.0" - globals "^11.1.0" + "@babel/parser" "^7.16.7" + "@babel/types" "^7.16.7" "@babel/traverse@^7.22.10": version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa" + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.10.tgz" integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig== dependencies: "@babel/code-frame" "^7.22.10" @@ -1826,18 +1746,9 @@ debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3": - version "7.10.2" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" - integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== - dependencies: - "@babel/helper-validator-identifier" "^7.10.1" - lodash "^4.17.13" - to-fast-properties "^2.0.0" - -"@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4": +"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.18.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3": version "7.18.4" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354" + resolved "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz" integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw== dependencies: "@babel/helper-validator-identifier" "^7.16.7" @@ -1845,7 +1756,7 @@ "@babel/types@^7.22.10", "@babel/types@^7.22.5": version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03" + resolved "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz" integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg== dependencies: "@babel/helper-string-parser" "^7.22.5" @@ -1854,12 +1765,15 @@ "@bcoe/v8-coverage@^0.2.3": version "0.2.3" - resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" + resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== +"@colors/colors@1.5.0": + version "1.5.0" + "@endemolshinegroup/cosmiconfig-typescript-loader@^3.0.2": version "3.0.2" - resolved "https://registry.yarnpkg.com/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz#eea4635828dde372838b0909693ebd9aafeec22d" + resolved "https://registry.npmjs.org/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz" integrity sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA== dependencies: lodash.get "^4" @@ -1869,19 +1783,19 @@ "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": version "4.4.0" - resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" + resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz" integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== dependencies: eslint-visitor-keys "^3.3.0" "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1": version "4.6.2" - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8" + resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz" integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw== "@eslint/eslintrc@^2.1.2": version "2.1.2" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396" + resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz" integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g== dependencies: ajv "^6.12.4" @@ -1896,12 +1810,12 @@ "@eslint/js@^8.47.0": version "8.47.0" - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.47.0.tgz#5478fdf443ff8158f9de171c704ae45308696c7d" + resolved "https://registry.npmjs.org/@eslint/js/-/js-8.47.0.tgz" integrity sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og== "@humanwhocodes/config-array@^0.11.10": version "0.11.10" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2" + resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz" integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ== dependencies: "@humanwhocodes/object-schema" "^1.2.1" @@ -1910,17 +1824,30 @@ "@humanwhocodes/module-importer@^1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" + resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== "@humanwhocodes/object-schema@^1.2.1": version "1.2.1" - resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" + resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz" integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== +"@isaacs/cliui@^8.0.2": + version "8.0.2" + dependencies: + string-width "^5.1.2" + string-width-cjs "npm:string-width@^4.2.0" + strip-ansi "^7.0.1" + strip-ansi-cjs "npm:strip-ansi@^6.0.1" + wrap-ansi "^8.1.0" + wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" + +"@isaacs/string-locale-compare@^1.1.0": + version "1.1.0" + "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" + resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== dependencies: camelcase "^5.3.1" @@ -1931,12 +1858,12 @@ "@istanbuljs/schema@^0.1.2": version "0.1.2" - resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd" + resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz" integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== "@jest/console@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.6.2.tgz#bf1d4101347c23e07c029a1b1ae07d550f5cc541" + resolved "https://registry.npmjs.org/@jest/console/-/console-29.6.2.tgz" integrity sha512-0N0yZof5hi44HAR2pPS+ikJ3nzKNoZdVu8FffRf3wy47I7Dm7etk/3KetMdRUqzVd16V4O2m2ISpNTbnIuqy1w== dependencies: "@jest/types" "^29.6.1" @@ -1948,7 +1875,7 @@ "@jest/core@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.6.2.tgz#6f2d1dbe8aa0265fcd4fb8082ae1952f148209c8" + resolved "https://registry.npmjs.org/@jest/core/-/core-29.6.2.tgz" integrity sha512-Oj+5B+sDMiMWLhPFF+4/DvHOf+U10rgvCLGPHP8Xlsy/7QxS51aU/eBngudHlJXnaWD5EohAgJ4js+T6pa+zOg== dependencies: "@jest/console" "^29.6.2" @@ -1982,7 +1909,7 @@ "@jest/environment@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.6.2.tgz#794c0f769d85e7553439d107d3f43186dc6874a9" + resolved "https://registry.npmjs.org/@jest/environment/-/environment-29.6.2.tgz" integrity sha512-AEcW43C7huGd/vogTddNNTDRpO6vQ2zaQNrttvWV18ArBx9Z56h7BIsXkNFJVOO4/kblWEQz30ckw0+L3izc+Q== dependencies: "@jest/fake-timers" "^29.6.2" @@ -1992,14 +1919,14 @@ "@jest/expect-utils@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.6.2.tgz#1b97f290d0185d264dd9fdec7567a14a38a90534" + resolved "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.6.2.tgz" integrity sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg== dependencies: jest-get-type "^29.4.3" "@jest/expect@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.6.2.tgz#5a2ad58bb345165d9ce0a1845bbf873c480a4b28" + resolved "https://registry.npmjs.org/@jest/expect/-/expect-29.6.2.tgz" integrity sha512-m6DrEJxVKjkELTVAztTLyS/7C92Y2b0VYqmDROYKLLALHn8T/04yPs70NADUYPrV3ruI+H3J0iUIuhkjp7vkfg== dependencies: expect "^29.6.2" @@ -2007,7 +1934,7 @@ "@jest/fake-timers@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.6.2.tgz#fe9d43c5e4b1b901168fe6f46f861b3e652a2df4" + resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.6.2.tgz" integrity sha512-euZDmIlWjm1Z0lJ1D0f7a0/y5Kh/koLFMUBE5SUYWrmy8oNhJpbTBDAP6CxKnadcMLDoDf4waRYCe35cH6G6PA== dependencies: "@jest/types" "^29.6.1" @@ -2019,7 +1946,7 @@ "@jest/globals@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.6.2.tgz#74af81b9249122cc46f1eb25793617eec69bf21a" + resolved "https://registry.npmjs.org/@jest/globals/-/globals-29.6.2.tgz" integrity sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw== dependencies: "@jest/environment" "^29.6.2" @@ -2029,7 +1956,7 @@ "@jest/reporters@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.6.2.tgz#524afe1d76da33d31309c2c4a2c8062d0c48780a" + resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-29.6.2.tgz" integrity sha512-sWtijrvIav8LgfJZlrGCdN0nP2EWbakglJY49J1Y5QihcQLfy7ovyxxjJBRXMNltgt4uPtEcFmIMbVshEDfFWw== dependencies: "@bcoe/v8-coverage" "^0.2.3" @@ -2059,14 +1986,14 @@ "@jest/schemas@^29.6.0": version "29.6.0" - resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.0.tgz#0f4cb2c8e3dca80c135507ba5635a4fd755b0040" + resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.0.tgz" integrity sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ== dependencies: "@sinclair/typebox" "^0.27.8" "@jest/source-map@^29.6.0": version "29.6.0" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.6.0.tgz#bd34a05b5737cb1a99d43e1957020ac8e5b9ddb1" + resolved "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.0.tgz" integrity sha512-oA+I2SHHQGxDCZpbrsCQSoMLb3Bz547JnM+jUr9qEbuw0vQlWZfpPS7CO9J7XiwKicEz9OFn/IYoLkkiUD7bzA== dependencies: "@jridgewell/trace-mapping" "^0.3.18" @@ -2075,7 +2002,7 @@ "@jest/test-result@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.6.2.tgz#fdd11583cd1608e4db3114e8f0cce277bf7a32ed" + resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-29.6.2.tgz" integrity sha512-3VKFXzcV42EYhMCsJQURptSqnyjqCGbtLuX5Xxb6Pm6gUf1wIRIl+mandIRGJyWKgNKYF9cnstti6Ls5ekduqw== dependencies: "@jest/console" "^29.6.2" @@ -2085,7 +2012,7 @@ "@jest/test-sequencer@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.6.2.tgz#585eff07a68dd75225a7eacf319780cb9f6b9bf4" + resolved "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.6.2.tgz" integrity sha512-GVYi6PfPwVejO7slw6IDO0qKVum5jtrJ3KoLGbgBWyr2qr4GaxFV6su+ZAjdTX75Sr1DkMFRk09r2ZVa+wtCGw== dependencies: "@jest/test-result" "^29.6.2" @@ -2095,7 +2022,7 @@ "@jest/transform@^29.6.2": version "29.6.2" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.6.2.tgz#522901ebbb211af08835bc3bcdf765ab778094e3" + resolved "https://registry.npmjs.org/@jest/transform/-/transform-29.6.2.tgz" integrity sha512-ZqCqEISr58Ce3U+buNFJYUktLJZOggfyvR+bZMaiV1e8B1SIvJbwZMrYz3gx/KAPn9EXmOmN+uB08yLCjWkQQg== dependencies: "@babel/core" "^7.11.6" @@ -2114,9 +2041,9 @@ slash "^3.0.0" write-file-atomic "^4.0.2" -"@jest/types@^29.6.1": +"@jest/types@^29.0.0", "@jest/types@^29.6.1": version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.1.tgz#ae79080278acff0a6af5eb49d063385aaa897bf2" + resolved "https://registry.npmjs.org/@jest/types/-/types-29.6.1.tgz" integrity sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw== dependencies: "@jest/schemas" "^29.6.0" @@ -2126,17 +2053,9 @@ "@types/yargs" "^17.0.8" chalk "^4.0.0" -"@jridgewell/gen-mapping@^0.1.0": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" - integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== - dependencies: - "@jridgewell/set-array" "^1.0.0" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/gen-mapping@^0.3.0": version "0.3.1" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9" + resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz" integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg== dependencies: "@jridgewell/set-array" "^1.0.0" @@ -2145,62 +2064,49 @@ "@jridgewell/gen-mapping@^0.3.2": version "0.3.3" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" + resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz" integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== dependencies: "@jridgewell/set-array" "^1.0.1" "@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/trace-mapping" "^0.3.9" -"@jridgewell/resolve-uri@^3.0.3": - version "3.0.7" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe" - integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA== - "@jridgewell/resolve-uri@^3.1.0": version "3.1.1" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" + resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz" integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== "@jridgewell/set-array@^1.0.0": version "1.1.1" - resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea" + resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz" integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ== "@jridgewell/set-array@^1.0.1": version "1.1.2" - resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" + resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== "@jridgewell/sourcemap-codec@^1.4.10": version "1.4.13" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c" + resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz" integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w== "@jridgewell/sourcemap-codec@^1.4.14": version "1.4.15" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" + resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz" integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.18": +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.9": version "0.3.19" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" + resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz" integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== dependencies: "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@jridgewell/trace-mapping@^0.3.9": - version "0.3.13" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea" - integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w== - dependencies: - "@jridgewell/resolve-uri" "^3.0.3" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jupiterone/data-model@^0.54.0": version "0.54.0" - resolved "https://registry.yarnpkg.com/@jupiterone/data-model/-/data-model-0.54.0.tgz#904b2629e2606b9fe334fa480472caa8c242bd20" + resolved "https://registry.npmjs.org/@jupiterone/data-model/-/data-model-0.54.0.tgz" integrity sha512-cBFJT/q/UH40yOQsqAr1O75v64rnwC3bywDO81wWK+B0YbP+RCotzz/VFqgwNAhVb/QMCFuXhJk/ewaz704CoQ== dependencies: ajv "^8.0.0" @@ -2208,7 +2114,7 @@ "@jupiterone/integration-sdk-cli@^11.0.3": version "11.0.3" - resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-cli/-/integration-sdk-cli-11.0.3.tgz#7486a747d34ae96765accdde8ddbd9e55790a6f3" + resolved "https://registry.npmjs.org/@jupiterone/integration-sdk-cli/-/integration-sdk-cli-11.0.3.tgz" integrity sha512-SmzO1oxV9oc1B0DH537h30NhsDy9Zsf7Ud7BdU1jPuN7SCqC2KMGq0YL2mGpiwDPS6yQON+zeB+1SVqVvvXplg== dependencies: "@jupiterone/data-model" "^0.54.0" @@ -2231,7 +2137,7 @@ "@jupiterone/integration-sdk-core@^11.0.3": version "11.0.3" - resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-core/-/integration-sdk-core-11.0.3.tgz#75923582ee75291938fa1a87ffe835256ed516f9" + resolved "https://registry.npmjs.org/@jupiterone/integration-sdk-core/-/integration-sdk-core-11.0.3.tgz" integrity sha512-vru1GwIq0l68JNO3paGSAESnYQ0mdx00AXNaU44/g73+pyXSyxDke49ziInZcJSP0Xv+z0/XeH89wf0DTZ6Pnw== dependencies: "@jupiterone/data-model" "^0.54.0" @@ -2239,7 +2145,7 @@ "@jupiterone/integration-sdk-dev-tools@^11.0.3": version "11.0.3" - resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-dev-tools/-/integration-sdk-dev-tools-11.0.3.tgz#64eb47a6c253595aef3427495a8de1c85b7fcf62" + resolved "https://registry.npmjs.org/@jupiterone/integration-sdk-dev-tools/-/integration-sdk-dev-tools-11.0.3.tgz" integrity sha512-CgPbnu0d5JoMzImj/R05XTx+nDyxDtv1bjea18r8YNcrznJauEusHBCN3Vqw7AlRNayxpRynm3/aiMopBUG4RA== dependencies: "@jupiterone/integration-sdk-cli" "^11.0.3" @@ -2262,7 +2168,7 @@ "@jupiterone/integration-sdk-runtime@^11.0.3": version "11.0.3" - resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-11.0.3.tgz#3d8d1b71144a2acedff9607f5c25331c1f8037c3" + resolved "https://registry.npmjs.org/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-11.0.3.tgz" integrity sha512-6h3PSJbCBCAqMkt6JomAhs8F9oiHolkQBBB7bF4FiFpkRIGgACme3eNiufOF9rSuRpQQs3QRL5SAGMJh1BCVkg== dependencies: "@jupiterone/integration-sdk-core" "^11.0.3" @@ -2284,7 +2190,7 @@ "@jupiterone/integration-sdk-testing@^11.0.3": version "11.0.3" - resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-testing/-/integration-sdk-testing-11.0.3.tgz#b953ac724a1c20eca00dc2c3c9405ea68408c44e" + resolved "https://registry.npmjs.org/@jupiterone/integration-sdk-testing/-/integration-sdk-testing-11.0.3.tgz" integrity sha512-oU9bDvOuPEcVFhF4hcfvVXclx1oU1MWIb/aaDloEe2xdOvXyfC6cbB1M0RLsShNDqMIdg1BCB57ogLtAagxvZg== dependencies: "@jupiterone/integration-sdk-core" "^11.0.3" @@ -2297,7 +2203,7 @@ "@lifeomic/alpha@^5.1.1": version "5.1.3" - resolved "https://registry.yarnpkg.com/@lifeomic/alpha/-/alpha-5.1.3.tgz#25706c9d2ec6a31a6d16eb0b9655fca6cf55935b" + resolved "https://registry.npmjs.org/@lifeomic/alpha/-/alpha-5.1.3.tgz" integrity sha512-Fg7gUu3lsjzf8T9Lmmtxigci/H9KfIb+vGyn3Kpy2SEqcbMnRCIoXXjIm5lELHzUfQ5I6opvv4bVlOgKiDRjhA== dependencies: "@aws-crypto/sha256-browser" "^2.0.1" @@ -2315,12 +2221,12 @@ "@lifeomic/attempt@^3.0.3": version "3.0.3" - resolved "https://registry.yarnpkg.com/@lifeomic/attempt/-/attempt-3.0.3.tgz#e742a5b85eb673e2f1746b0f39cb932cbc6145bb" + resolved "https://registry.npmjs.org/@lifeomic/attempt/-/attempt-3.0.3.tgz" integrity sha512-GlM2AbzrErd/TmLL3E8hAHmb5Q7VhDJp35vIbyPVA5Rz55LZuRr8pwL3qrwwkVNo05gMX1J44gURKb4MHQZo7w== "@microsoft/microsoft-graph-client@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@microsoft/microsoft-graph-client/-/microsoft-graph-client-2.0.0.tgz#07ae4d35a97c5758f5ceace28150d2e21e93960c" + resolved "https://registry.npmjs.org/@microsoft/microsoft-graph-client/-/microsoft-graph-client-2.0.0.tgz" integrity sha512-njofq1RCCN41ZccJH6/akJWk64fl0k3Csvi1+WS4nKsuev0NqsnmmTYfSBC12GPLOHvZz6ygoGmvE6X8scKkdQ== dependencies: "@babel/runtime" "^7.4.4" @@ -2328,12 +2234,12 @@ "@microsoft/microsoft-graph-types@^1.10.0": version "1.12.0" - resolved "https://registry.yarnpkg.com/@microsoft/microsoft-graph-types/-/microsoft-graph-types-1.12.0.tgz#acf3cfcfb66b09731329825d87730ee066d8148a" + resolved "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-1.12.0.tgz" integrity sha512-8zrf0t959li+q5mOzJlfZo1ZBivlazpFSCvI5w+aP2rhCqnW2r8+8V1GwpBRfOrClju8TbVrb9heezOgswhc2g== "@nodelib/fs.scandir@2.1.3": version "2.1.3" - resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b" + resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz" integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== dependencies: "@nodelib/fs.stat" "2.0.3" @@ -2341,48 +2247,186 @@ "@nodelib/fs.scandir@2.1.5": version "2.1.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== dependencies: "@nodelib/fs.stat" "2.0.5" run-parallel "^1.1.9" -"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2": +"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3" + resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz" integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== -"@nodelib/fs.stat@2.0.5": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" - integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== +"@nodelib/fs.stat@2.0.5": + version "2.0.5" + resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + +"@nodelib/fs.walk@^1.2.3": + version "1.2.4" + resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz" + integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== + dependencies: + "@nodelib/fs.scandir" "2.1.3" + fastq "^1.6.0" + +"@nodelib/fs.walk@^1.2.8": + version "1.2.8" + resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== + dependencies: + "@nodelib/fs.scandir" "2.1.5" + fastq "^1.6.0" + +"@npmcli/agent@^2.0.0": + version "2.2.1" + dependencies: + agent-base "^7.1.0" + http-proxy-agent "^7.0.0" + https-proxy-agent "^7.0.1" + lru-cache "^10.0.1" + socks-proxy-agent "^8.0.1" + +"@npmcli/arborist@^7.2.1": + version "7.4.0" + dependencies: + "@isaacs/string-locale-compare" "^1.1.0" + "@npmcli/fs" "^3.1.0" + "@npmcli/installed-package-contents" "^2.0.2" + "@npmcli/map-workspaces" "^3.0.2" + "@npmcli/metavuln-calculator" "^7.0.0" + "@npmcli/name-from-folder" "^2.0.0" + "@npmcli/node-gyp" "^3.0.0" + "@npmcli/package-json" "^5.0.0" + "@npmcli/query" "^3.1.0" + "@npmcli/run-script" "^7.0.2" + bin-links "^4.0.1" + cacache "^18.0.0" + common-ancestor-path "^1.0.1" + hosted-git-info "^7.0.1" + json-parse-even-better-errors "^3.0.0" + json-stringify-nice "^1.1.4" + minimatch "^9.0.0" + nopt "^7.0.0" + npm-install-checks "^6.2.0" + npm-package-arg "^11.0.1" + npm-pick-manifest "^9.0.0" + npm-registry-fetch "^16.0.0" + npmlog "^7.0.1" + pacote "^17.0.4" + parse-conflict-json "^3.0.0" + proc-log "^3.0.0" + promise-all-reject-late "^1.0.0" + promise-call-limit "^3.0.1" + read-package-json-fast "^3.0.2" + semver "^7.3.7" + ssri "^10.0.5" + treeverse "^3.0.0" + walk-up-path "^3.0.1" + +"@npmcli/config@^8.0.2": + version "8.2.0" + dependencies: + "@npmcli/map-workspaces" "^3.0.2" + ci-info "^4.0.0" + ini "^4.1.0" + nopt "^7.0.0" + proc-log "^3.0.0" + read-package-json-fast "^3.0.2" + semver "^7.3.5" + walk-up-path "^3.0.1" + +"@npmcli/disparity-colors@^3.0.0": + version "3.0.0" + dependencies: + ansi-styles "^4.3.0" + +"@npmcli/fs@^3.1.0": + version "3.1.0" + dependencies: + semver "^7.3.5" + +"@npmcli/git@^5.0.0", "@npmcli/git@^5.0.3": + version "5.0.4" + dependencies: + "@npmcli/promise-spawn" "^7.0.0" + lru-cache "^10.0.1" + npm-pick-manifest "^9.0.0" + proc-log "^3.0.0" + promise-inflight "^1.0.1" + promise-retry "^2.0.1" + semver "^7.3.5" + which "^4.0.0" + +"@npmcli/installed-package-contents@^2.0.1", "@npmcli/installed-package-contents@^2.0.2": + version "2.0.2" + dependencies: + npm-bundled "^3.0.0" + npm-normalize-package-bin "^3.0.0" + +"@npmcli/map-workspaces@^3.0.2", "@npmcli/map-workspaces@^3.0.4": + version "3.0.4" + dependencies: + "@npmcli/name-from-folder" "^2.0.0" + glob "^10.2.2" + minimatch "^9.0.0" + read-package-json-fast "^3.0.0" + +"@npmcli/metavuln-calculator@^7.0.0": + version "7.0.0" + dependencies: + cacache "^18.0.0" + json-parse-even-better-errors "^3.0.0" + pacote "^17.0.0" + semver "^7.3.5" + +"@npmcli/name-from-folder@^2.0.0": + version "2.0.0" + +"@npmcli/node-gyp@^3.0.0": + version "3.0.0" + +"@npmcli/package-json@^5.0.0": + version "5.0.0" + dependencies: + "@npmcli/git" "^5.0.0" + glob "^10.2.2" + hosted-git-info "^7.0.0" + json-parse-even-better-errors "^3.0.0" + normalize-package-data "^6.0.0" + proc-log "^3.0.0" + semver "^7.5.3" + +"@npmcli/promise-spawn@^7.0.0", "@npmcli/promise-spawn@^7.0.1": + version "7.0.1" + dependencies: + which "^4.0.0" -"@nodelib/fs.walk@^1.2.3": - version "1.2.4" - resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976" - integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== +"@npmcli/query@^3.1.0": + version "3.1.0" dependencies: - "@nodelib/fs.scandir" "2.1.3" - fastq "^1.6.0" + postcss-selector-parser "^6.0.10" -"@nodelib/fs.walk@^1.2.8": - version "1.2.8" - resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" - integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== +"@npmcli/run-script@^7.0.0", "@npmcli/run-script@^7.0.2", "@npmcli/run-script@^7.0.4": + version "7.0.4" dependencies: - "@nodelib/fs.scandir" "2.1.5" - fastq "^1.6.0" + "@npmcli/node-gyp" "^3.0.0" + "@npmcli/package-json" "^5.0.0" + "@npmcli/promise-spawn" "^7.0.0" + node-gyp "^10.0.0" + which "^4.0.0" "@octokit/auth-token@^2.4.4": version "2.5.0" - resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.5.0.tgz#27c37ea26c205f28443402477ffd261311f21e36" + resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz" integrity sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g== dependencies: "@octokit/types" "^6.0.3" -"@octokit/core@^3.5.1": +"@octokit/core@^3.5.0", "@octokit/core@^3.5.1", "@octokit/core@>=2", "@octokit/core@>=3": version "3.6.0" - resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085" + resolved "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz" integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q== dependencies: "@octokit/auth-token" "^2.4.4" @@ -2395,7 +2439,7 @@ "@octokit/endpoint@^6.0.1": version "6.0.12" - resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.12.tgz#3b4d47a4b0e79b1027fb8d75d4221928b2d05658" + resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz" integrity sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA== dependencies: "@octokit/types" "^6.0.3" @@ -2404,7 +2448,7 @@ "@octokit/graphql@^4.5.8": version "4.8.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.8.0.tgz#664d9b11c0e12112cbf78e10f49a05959aa22cc3" + resolved "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz" integrity sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg== dependencies: "@octokit/request" "^5.6.0" @@ -2413,12 +2457,12 @@ "@octokit/openapi-types@^12.11.0": version "12.11.0" - resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.11.0.tgz#da5638d64f2b919bca89ce6602d059f1b52d3ef0" + resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz" integrity sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ== "@octokit/plugin-enterprise-compatibility@1.3.0": version "1.3.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-1.3.0.tgz#034f035cc1789b0f0d616e71e41f50f73804e89e" + resolved "https://registry.npmjs.org/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-1.3.0.tgz" integrity sha512-h34sMGdEOER/OKrZJ55v26ntdHb9OPfR1fwOx6Q4qYyyhWA104o11h9tFxnS/l41gED6WEI41Vu2G2zHDVC5lQ== dependencies: "@octokit/request-error" "^2.1.0" @@ -2426,19 +2470,19 @@ "@octokit/plugin-paginate-rest@^2.16.8": version "2.21.3" - resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz#7f12532797775640dbb8224da577da7dc210c87e" + resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz" integrity sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw== dependencies: "@octokit/types" "^6.40.0" "@octokit/plugin-request-log@^1.0.4": version "1.0.4" - resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85" + resolved "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz" integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA== "@octokit/plugin-rest-endpoint-methods@^5.12.0": version "5.16.2" - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz#7ee8bf586df97dd6868cf68f641354e908c25342" + resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz" integrity sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw== dependencies: "@octokit/types" "^6.39.0" @@ -2446,7 +2490,7 @@ "@octokit/plugin-retry@^3.0.9": version "3.0.9" - resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz#ae625cca1e42b0253049102acd71c1d5134788fe" + resolved "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz" integrity sha512-r+fArdP5+TG6l1Rv/C9hVoty6tldw6cE2pRHNGmFPdyfrc696R6JjrQ3d7HdVqGwuzfyrcaLAKD7K8TX8aehUQ== dependencies: "@octokit/types" "^6.0.3" @@ -2454,7 +2498,7 @@ "@octokit/plugin-throttling@^3.6.2": version "3.7.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-3.7.0.tgz#a35cd05de22b2ef13fde45390d983ff8365b9a9e" + resolved "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.7.0.tgz" integrity sha512-qrKT1Yl/KuwGSC6/oHpLBot3ooC9rq0/ryDYBCpkRtoj+R8T47xTMDT6Tk2CxWopFota/8Pi/2SqArqwC0JPow== dependencies: "@octokit/types" "^6.0.1" @@ -2462,7 +2506,7 @@ "@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.1.0.tgz#9e150357831bfc788d13a4fd4b1913d60c74d677" + resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz" integrity sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg== dependencies: "@octokit/types" "^6.0.3" @@ -2471,7 +2515,7 @@ "@octokit/request@^5.6.0", "@octokit/request@^5.6.3": version "5.6.3" - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0" + resolved "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz" integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A== dependencies: "@octokit/endpoint" "^6.0.1" @@ -2483,7 +2527,7 @@ "@octokit/rest@^18.12.0": version "18.12.0" - resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.12.0.tgz#f06bc4952fc87130308d810ca9d00e79f6988881" + resolved "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz" integrity sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q== dependencies: "@octokit/core" "^3.5.1" @@ -2493,36 +2537,39 @@ "@octokit/types@^6.0.1", "@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.39.0", "@octokit/types@^6.40.0": version "6.41.0" - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.41.0.tgz#e58ef78d78596d2fb7df9c6259802464b5f84a04" + resolved "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz" integrity sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg== dependencies: "@octokit/openapi-types" "^12.11.0" "@opencensus/web-types@0.0.7": version "0.0.7" - resolved "https://registry.yarnpkg.com/@opencensus/web-types/-/web-types-0.0.7.tgz#4426de1fe5aa8f624db395d2152b902874f0570a" + resolved "https://registry.npmjs.org/@opencensus/web-types/-/web-types-0.0.7.tgz" integrity sha512-xB+w7ZDAu3YBzqH44rCmG9/RlrOmFuDPt/bpf17eJr8eZSrLt7nc7LnWdxM9Mmoj/YKMHpxRg28txu3TcpiL+g== "@opentelemetry/api@^0.10.2": version "0.10.2" - resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-0.10.2.tgz#9647b881f3e1654089ff7ea59d587b2d35060654" + resolved "https://registry.npmjs.org/@opentelemetry/api/-/api-0.10.2.tgz" integrity sha512-GtpMGd6vkzDMYcpu2t9LlhEgMy/SzBwRnz48EejlRArYqZzqSzAsKmegUK7zHgl+EOIaK9mKHhnRaQu3qw20cA== dependencies: "@opentelemetry/context-base" "^0.10.2" "@opentelemetry/api@^1.0.1": version "1.0.3" - resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.0.3.tgz#13a12ae9e05c2a782f7b5e84c3cbfda4225eaf80" + resolved "https://registry.npmjs.org/@opentelemetry/api/-/api-1.0.3.tgz" integrity sha512-puWxACExDe9nxbBB3lOymQFrLYml2dVOrd7USiVRnSbgXE+KwBu+HxFvxrzfqsiSda9IWsXJG1ef7C1O2/GmKQ== "@opentelemetry/context-base@^0.10.2": version "0.10.2" - resolved "https://registry.yarnpkg.com/@opentelemetry/context-base/-/context-base-0.10.2.tgz#55bea904b2b91aa8a8675df9eaba5961bddb1def" + resolved "https://registry.npmjs.org/@opentelemetry/context-base/-/context-base-0.10.2.tgz" integrity sha512-hZNKjKOYsckoOEgBziGMnBcX0M7EtstnCmwz5jZUOUYwlZ+/xxX6z3jPu1XVO2Jivk0eLfuP9GP+vFD49CMetw== +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + "@pollyjs/adapter-node-http@^6.0.5": version "6.0.5" - resolved "https://registry.yarnpkg.com/@pollyjs/adapter-node-http/-/adapter-node-http-6.0.5.tgz#f92616cefdad9ae144fe07f6b88798a20bf1c8fd" + resolved "https://registry.npmjs.org/@pollyjs/adapter-node-http/-/adapter-node-http-6.0.5.tgz" integrity sha512-/8xa5OHwumQ06P1PzMcePYxalxyRR4jA3ZdsXpLSSVn8xaC0S95X7WGtFk/1F/HhHWq/3tZaOQo2rFLtprGiwg== dependencies: "@pollyjs/adapter" "^6.0.4" @@ -2532,14 +2579,14 @@ "@pollyjs/adapter@^6.0.4": version "6.0.4" - resolved "https://registry.yarnpkg.com/@pollyjs/adapter/-/adapter-6.0.4.tgz#4c45403a215026770a6f0fd7adb6db62d4b49154" + resolved "https://registry.npmjs.org/@pollyjs/adapter/-/adapter-6.0.4.tgz" integrity sha512-xiAdK+ZBABWpXvUVdcgvZpGI0drix8uy6KFWZr3pVvzKWfr6VyKObd6J6alxA8LG/kQ3BL350fIDia8UIcvwrw== dependencies: "@pollyjs/utils" "^6.0.1" "@pollyjs/core@^6.0.5": version "6.0.5" - resolved "https://registry.yarnpkg.com/@pollyjs/core/-/core-6.0.5.tgz#e4e3eaf3e0c6a289ec7f558cb2d03a44317989c1" + resolved "https://registry.npmjs.org/@pollyjs/core/-/core-6.0.5.tgz" integrity sha512-LwKj20QT+VtDTv3HslK1KseTnNP04J8giz71W8RmwjYDSC5PRQvqcY3t86xd9xgVgbfN29in9ZYjAotqsmbyOw== dependencies: "@pollyjs/utils" "^6.0.1" @@ -2554,7 +2601,7 @@ "@pollyjs/node-server@^6.0.1": version "6.0.1" - resolved "https://registry.yarnpkg.com/@pollyjs/node-server/-/node-server-6.0.1.tgz#98569d83ea062399ce8464ec937bce1c932e2c23" + resolved "https://registry.npmjs.org/@pollyjs/node-server/-/node-server-6.0.1.tgz" integrity sha512-R4WyrcOMRf9t4h2MSAooLlijKchDFXHil5XnVe51OBFe3Ib/8/jo+iMmIENTZE1EP6it9HW00Df93jjZ0XT+Og== dependencies: "@pollyjs/utils" "^6.0.1" @@ -2568,7 +2615,7 @@ "@pollyjs/persister-fs@^6.0.5": version "6.0.5" - resolved "https://registry.yarnpkg.com/@pollyjs/persister-fs/-/persister-fs-6.0.5.tgz#7def71d69a96eac7b665dc2db5c6e9999e01da48" + resolved "https://registry.npmjs.org/@pollyjs/persister-fs/-/persister-fs-6.0.5.tgz" integrity sha512-+zEuPNDoVwA89X/LnmW6l/4LkJXHnZrk/Wyj3ShXLb6sS05LXEThgpriJWLIHh68hPZnqlB4lXsYGjczORiJHw== dependencies: "@pollyjs/node-server" "^6.0.1" @@ -2576,7 +2623,7 @@ "@pollyjs/persister@^6.0.5": version "6.0.5" - resolved "https://registry.yarnpkg.com/@pollyjs/persister/-/persister-6.0.5.tgz#572b2575af4226a54cb88b1bbe942b38a232ca7f" + resolved "https://registry.npmjs.org/@pollyjs/persister/-/persister-6.0.5.tgz" integrity sha512-J2zvzJb3XPDran9HzWh/Ng6GRrIPRt3DnqRygbfqP9do6B2unqGlIxqMdqXzuqylJ49k2soEC+haWpdW2cQ9mg== dependencies: "@pollyjs/utils" "^6.0.1" @@ -2589,39 +2636,71 @@ "@pollyjs/utils@^6.0.1": version "6.0.1" - resolved "https://registry.yarnpkg.com/@pollyjs/utils/-/utils-6.0.1.tgz#215f53d6af71c44911c9e760c0669922bbcf04a6" + resolved "https://registry.npmjs.org/@pollyjs/utils/-/utils-6.0.1.tgz" integrity sha512-vTdtYhZs/HcBQM3Po85BDmuOpjMwvuQPkSdd9Cd4lUSc8HEO4d52dljtmwlwW83zVuQvlEu5xFIZJUYhX8HxLA== dependencies: qs "^6.10.1" url-parse "^1.5.3" +"@sigstore/bundle@^2.2.0": + version "2.2.0" + dependencies: + "@sigstore/protobuf-specs" "^0.3.0" + +"@sigstore/core@^1.0.0": + version "1.0.0" + +"@sigstore/protobuf-specs@^0.3.0": + version "0.3.0" + +"@sigstore/sign@^2.2.3": + version "2.2.3" + dependencies: + "@sigstore/bundle" "^2.2.0" + "@sigstore/core" "^1.0.0" + "@sigstore/protobuf-specs" "^0.3.0" + make-fetch-happen "^13.0.0" + +"@sigstore/tuf@^2.3.1": + version "2.3.1" + dependencies: + "@sigstore/protobuf-specs" "^0.3.0" + tuf-js "^2.2.0" + +"@sigstore/verify@^1.1.0": + version "1.1.0" + dependencies: + "@sigstore/bundle" "^2.2.0" + "@sigstore/core" "^1.0.0" + "@sigstore/protobuf-specs" "^0.3.0" + "@sinclair/typebox@^0.27.8": version "0.27.8" - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" + resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz" integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== "@sindresorhus/fnv1a@^2.0.1": version "2.0.1" - resolved "https://registry.yarnpkg.com/@sindresorhus/fnv1a/-/fnv1a-2.0.1.tgz#2aefdfa7eb5b7f29a7936978218e986c70c603fc" + resolved "https://registry.npmjs.org/@sindresorhus/fnv1a/-/fnv1a-2.0.1.tgz" integrity sha512-suq9tRQ6bkpMukTG5K5z0sPWB7t0zExMzZCdmYm6xTSSIm/yCKNm7VCL36wVeyTsFr597/UhU1OAYdHGMDiHrw== "@sinonjs/commons@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.0.tgz#beb434fe875d965265e04722ccfc21df7f755d72" + resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz" integrity sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA== dependencies: type-detect "4.0.8" "@sinonjs/fake-timers@^10.0.2": version "10.3.0" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66" + resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz" integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA== dependencies: "@sinonjs/commons" "^3.0.0" "@smithy/abort-controller@^1.0.1", "@smithy/abort-controller@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-1.1.0.tgz#2da0d73c504b93ca8bb83bdc8d6b8208d73f418b" + resolved "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-1.1.0.tgz" integrity sha512-5imgGUlZL4dW4YWdMYAKLmal9ny/tlenM81QZY7xYyb76z9Z/QOg7oM5Ak9HQl8QfFTlGVWwcMXl+54jroRgEQ== dependencies: "@smithy/types" "^1.2.0" @@ -2629,7 +2708,7 @@ "@smithy/abort-controller@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.0.3.tgz#7e7141b6c2fa90f21f4df38d3ef792f5308f94ce" + resolved "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.3.tgz" integrity sha512-LbQ4fdsVuQC3/18Z/uia5wnk9fk8ikfHl3laYCEGhboEMJ/6oVk3zhydqljMxBCftHGUv7yUrTnZ6EAQhOf+PA== dependencies: "@smithy/types" "^2.2.0" @@ -2637,7 +2716,7 @@ "@smithy/config-resolver@^2.0.2", "@smithy/config-resolver@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.0.3.tgz#e81fb1ad688ab28d06203bbaf96098d8c391c629" + resolved "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.0.3.tgz" integrity sha512-E+fsc6BOzFOc6U6y9ogRH8Pw2HF1NVW14AAYy7l3OTXYWuYxHb/fzDZaA0FvD/dXyFoMy7AV1rYZsGzD4bMKzw== dependencies: "@smithy/types" "^2.2.0" @@ -2647,7 +2726,7 @@ "@smithy/credential-provider-imds@^2.0.0", "@smithy/credential-provider-imds@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.0.3.tgz#93cc61deb3b363da1dc8359c254ad4bf8e1c8624" + resolved "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.0.3.tgz" integrity sha512-2e85iLgSuiGQ8BBFkot88kuv6sT5DHvkDO8FDvGwNunn2ybf24HhEkaWCMxK4pUeHtnA2dMa3hZbtfmJ7KJQig== dependencies: "@smithy/node-config-provider" "^2.0.3" @@ -2658,7 +2737,7 @@ "@smithy/eventstream-codec@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-1.1.0.tgz#bfe1308ba84ff3db3e79dc1ced8231c52ac0fc36" + resolved "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-1.1.0.tgz" integrity sha512-3tEbUb8t8an226jKB6V/Q2XU/J53lCwCzULuBPEaF4JjSh+FlCMp7TmogE/Aij5J9DwlsZ4VAD/IRDuQ/0ZtMw== dependencies: "@aws-crypto/crc32" "3.0.0" @@ -2668,7 +2747,7 @@ "@smithy/eventstream-codec@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.0.3.tgz#cb4403497feadf99213762940ac1e825c1f78372" + resolved "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.0.3.tgz" integrity sha512-3l/uKZBsV/6uMe2qXvh1C8ut/w6JHKgy7ic7N2QPR1SSuNWKNQBX0iVBqJpPtQz0UDeQYM4cNmwDBX+hw74EEw== dependencies: "@aws-crypto/crc32" "3.0.0" @@ -2678,7 +2757,7 @@ "@smithy/eventstream-serde-browser@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-2.0.3.tgz#36f0386a9d0c6b8789b4db6bf31c4c9a24b48903" + resolved "https://registry.npmjs.org/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-2.0.3.tgz" integrity sha512-RwQeTFnc6nOP6iGjdnMFgDG8QtneHKptrVZxjc+be4KIoXGPyF3QAourxnrClxTl+MACXYUaCg6bWCozqfHMOw== dependencies: "@smithy/eventstream-serde-universal" "^2.0.3" @@ -2687,7 +2766,7 @@ "@smithy/eventstream-serde-config-resolver@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-2.0.3.tgz#e07c15908bcefa6873c4f9107406c853d3fe7900" + resolved "https://registry.npmjs.org/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-2.0.3.tgz" integrity sha512-J8QzPnarBiJaPw5DBsZ5O2GHjfPHhCmKV5iVzdcAFt0PD81UWNL9HMwAKx99mY5WWPCaFKvb1yBeN2g/v4uA2w== dependencies: "@smithy/types" "^2.2.0" @@ -2695,7 +2774,7 @@ "@smithy/eventstream-serde-node@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-2.0.3.tgz#f595fb8322fc25289213e314a28f2f795f100873" + resolved "https://registry.npmjs.org/@smithy/eventstream-serde-node/-/eventstream-serde-node-2.0.3.tgz" integrity sha512-085r0AHMhwVF99rlAy8RVMhXMkxay4SdSwRdDUIe4MXQ6r2957BVpm3BcoxRpjcGgnoCldRc9tCRa0TclvUS5w== dependencies: "@smithy/eventstream-serde-universal" "^2.0.3" @@ -2704,7 +2783,7 @@ "@smithy/eventstream-serde-universal@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-2.0.3.tgz#a360c45c91cd64b03f1ba60bb5e738e99bcb44ff" + resolved "https://registry.npmjs.org/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-2.0.3.tgz" integrity sha512-51nLy47MmU9Nb4dwlwsmP1XJViP72kuLtIqTeDeRSe5Ah4xfSP/df11roEhzUmE/rUYEkErj64RHkseeuFkCgg== dependencies: "@smithy/eventstream-codec" "^2.0.3" @@ -2713,7 +2792,7 @@ "@smithy/fetch-http-handler@^2.0.2", "@smithy/fetch-http-handler@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.0.3.tgz#e53b6a65f25c9c3b20ec06fbc4795409381d82d6" + resolved "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.0.3.tgz" integrity sha512-0if2hyn+tDkyK9Tg1bXpo3IMUaezz/FKlaUTwTey3m87hF8gb7a0nKaST4NURE2eUVimViGCB7SH3/i4wFXALg== dependencies: "@smithy/protocol-http" "^2.0.3" @@ -2724,7 +2803,7 @@ "@smithy/hash-node@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.0.3.tgz#7ff71a884c00e7d0b4993f2a80a99f8d2cff86c4" + resolved "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.0.3.tgz" integrity sha512-wtN9eiRKEiryXrPbWQ7Acu0D3Uk65+PowtTqOslViMZNcKNlYHsxOP1S9rb2klnzA3yY1WSPO1tG78pjhRlvrQ== dependencies: "@smithy/types" "^2.2.0" @@ -2734,7 +2813,7 @@ "@smithy/invalid-dependency@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.0.3.tgz#d9471b1ee5904ee6ec49a61d5ffbc65412f1feb9" + resolved "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.0.3.tgz" integrity sha512-GtmVXD/s+OZlFG1o3HfUI55aBJZXX5/iznAQkgjRGf8prYoO8GvSZLDWHXJp91arybaJxYd133oJORGf4YxGAg== dependencies: "@smithy/types" "^2.2.0" @@ -2742,21 +2821,21 @@ "@smithy/is-array-buffer@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-1.1.0.tgz#29948072da2b57575aa9898cda863932e842ab11" + resolved "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-1.1.0.tgz" integrity sha512-twpQ/n+3OWZJ7Z+xu43MJErmhB/WO/mMTnqR6PwWQShvSJ/emx5d1N59LQZk6ZpTAeuRWrc+eHhkzTp9NFjNRQ== dependencies: tslib "^2.5.0" "@smithy/is-array-buffer@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/is-array-buffer/-/is-array-buffer-2.0.0.tgz#8fa9b8040651e7ba0b2f6106e636a91354ff7d34" + resolved "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.0.0.tgz" integrity sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug== dependencies: tslib "^2.5.0" "@smithy/middleware-content-length@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.0.3.tgz#6481be833b9daecea710c09d67f89f67de09ba30" + resolved "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.0.3.tgz" integrity sha512-2FiZ5vu2+iMRL8XWNaREUqqNHjtBubaY9Jb2b3huZ9EbgrXsJfCszK6PPidHTLe+B4T7AISqdF4ZSp9VPXuelg== dependencies: "@smithy/protocol-http" "^2.0.3" @@ -2765,7 +2844,7 @@ "@smithy/middleware-endpoint@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.0.3.tgz#47416bbe4237c5d7204f31aef02ce294c34667af" + resolved "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.0.3.tgz" integrity sha512-gNleUHhu5OKk/nrA6WbpLUk/Wk2hcyCvaw7sZiKMazs+zdzWb0kYzynRf675uCWolbvlw9BvkrVaSJo5TRz+Mg== dependencies: "@smithy/middleware-serde" "^2.0.3" @@ -2776,7 +2855,7 @@ "@smithy/middleware-retry@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.0.3.tgz#419a1136a117da6abecd5aa6d0535a24152d530e" + resolved "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.0.3.tgz" integrity sha512-BpfaUwgOh8LpWP/x6KBb5IdBmd5+tEpTKIjDt7LWi3IVOYmRX5DjQo1eCEUqlKS1nxws/T7+/IyzvgBq8gF9rw== dependencies: "@smithy/protocol-http" "^2.0.3" @@ -2789,7 +2868,7 @@ "@smithy/middleware-serde@^2.0.2", "@smithy/middleware-serde@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.0.3.tgz#637fb9abac625c232fa62aa9e10a5ae3146a84ba" + resolved "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.0.3.tgz" integrity sha512-5BxuOKL7pXqesvtunniDlvYQXVr7UJEF5nFVoK6+5chf5wplLA8IZWAn3NUcGq/f1u01w2m2q7atCoA6ftRLKA== dependencies: "@smithy/types" "^2.2.0" @@ -2797,14 +2876,14 @@ "@smithy/middleware-stack@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.0.0.tgz#cd9f442c2788b1ef0ea6b32236d80c76b3c342e9" + resolved "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.0.0.tgz" integrity sha512-31XC1xNF65nlbc16yuh3wwTudmqs6qy4EseQUGF8A/p2m/5wdd/cnXJqpniy/XvXVwkHPz/GwV36HqzHtIKATQ== dependencies: tslib "^2.5.0" "@smithy/node-config-provider@^2.0.2", "@smithy/node-config-provider@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.0.3.tgz#d2559c5944453c33078221ead2aeb1ae9f53e63e" + resolved "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.0.3.tgz" integrity sha512-dYSVxOQMqtdmSOBW/J4RPvSYE4KKdGLgFHDJQGNsGo1d3y9IoNLwE32lT7doWwV0ryntlm4QZZwhfb3gISrTtA== dependencies: "@smithy/property-provider" "^2.0.3" @@ -2814,7 +2893,7 @@ "@smithy/node-http-handler@^1.0.2": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-1.1.0.tgz#887cee930b520e08043c9f41e463f8d8f5dae127" + resolved "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-1.1.0.tgz" integrity sha512-d3kRriEgaIiGXLziAM8bjnaLn1fthCJeTLZIwEIpzQqe6yPX0a+yQoLCTyjb2fvdLwkMoG4p7THIIB5cj5lkbg== dependencies: "@smithy/abort-controller" "^1.1.0" @@ -2825,7 +2904,7 @@ "@smithy/node-http-handler@^2.0.2", "@smithy/node-http-handler@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.0.3.tgz#4878a427821759c93e63218e6f1aaea3bb82f523" + resolved "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.0.3.tgz" integrity sha512-wUO78aa0VVJVz54Lr1Nw6FYnkatbvh2saHgkT8fdtNWc7I/osaPMUJnRkBmTZZ5w+BIQ1rvr9dbGyYBTlRg2+Q== dependencies: "@smithy/abort-controller" "^2.0.3" @@ -2836,7 +2915,7 @@ "@smithy/property-provider@^2.0.0", "@smithy/property-provider@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.0.3.tgz#75b10aa55b253ad70c13f6e46e8ecadda321d9f8" + resolved "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.3.tgz" integrity sha512-SHV1SINUNysJ5HyPrMLHLkdofgalk9+5FnQCB/985hqcUxstN616hPZ7ngOjLpdhKp0yu1ul/esE9Gd4qh1tgg== dependencies: "@smithy/types" "^2.2.0" @@ -2844,7 +2923,7 @@ "@smithy/protocol-http@^1.2.0": version "1.2.0" - resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-1.2.0.tgz#a554e4dabb14508f0bc2cdef9c3710e2b294be04" + resolved "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-1.2.0.tgz" integrity sha512-GfGfruksi3nXdFok5RhgtOnWe5f6BndzYfmEXISD+5gAGdayFGpjWu5pIqIweTudMtse20bGbc+7MFZXT1Tb8Q== dependencies: "@smithy/types" "^1.2.0" @@ -2852,7 +2931,7 @@ "@smithy/protocol-http@^2.0.2", "@smithy/protocol-http@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-2.0.3.tgz#1f44f33e8ac89b6ec04db14faeb4835631014f8b" + resolved "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-2.0.3.tgz" integrity sha512-yzBYloviSLOwo2RT62vBRCPtk8mc/O2RMJfynEahbX8ZnduHpKaajvx3IuGubhamIbesi7M5HBVecDehBnlb9Q== dependencies: "@smithy/types" "^2.2.0" @@ -2860,7 +2939,7 @@ "@smithy/querystring-builder@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-1.1.0.tgz#de6306104640ade34e59be33949db6cc64aa9d7f" + resolved "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-1.1.0.tgz" integrity sha512-gDEi4LxIGLbdfjrjiY45QNbuDmpkwh9DX4xzrR2AzjjXpxwGyfSpbJaYhXARw9p17VH0h9UewnNQXNwaQyYMDA== dependencies: "@smithy/types" "^1.2.0" @@ -2869,7 +2948,7 @@ "@smithy/querystring-builder@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.0.3.tgz#0f6eb065ef577b64b2ac3dc286163b0a6d559753" + resolved "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.3.tgz" integrity sha512-HPSviVgGj9FT4jPdprkfSGF3nhFzpQMST1hOC1Oh6eaRB2KTQCsOZmS7U4IqGErVPafe6f/yRa1DV73B5gO50w== dependencies: "@smithy/types" "^2.2.0" @@ -2878,7 +2957,7 @@ "@smithy/querystring-parser@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-1.1.0.tgz#4bf4be6d1db8b769d346a0d98c5b0db4e99a8ba6" + resolved "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-1.1.0.tgz" integrity sha512-Lm/FZu2qW3XX+kZ4WPwr+7aAeHf1Lm84UjNkKyBu16XbmEV7ukfhXni2aIwS2rcVf8Yv5E7wchGGpOFldj9V4Q== dependencies: "@smithy/types" "^1.2.0" @@ -2886,7 +2965,7 @@ "@smithy/querystring-parser@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.0.3.tgz#8915ff4a29518b8521649c1375c51f00ec227be2" + resolved "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.0.3.tgz" integrity sha512-AaiZ2osstDbmOTz5uY+96o0G1E7k1U7dCYrNT8FFcyffdhScTzG7fXr12f5peie2W0XFu2Ub+b6tQwFuZwPoBA== dependencies: "@smithy/types" "^2.2.0" @@ -2894,12 +2973,12 @@ "@smithy/service-error-classification@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.0.0.tgz#bbce07c9c529d9333d40db881fd4a1795dd84892" + resolved "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.0.0.tgz" integrity sha512-2z5Nafy1O0cTf69wKyNjGW/sNVMiqDnb4jgwfMG8ye8KnFJ5qmJpDccwIbJNhXIfbsxTg9SEec2oe1cexhMJvw== "@smithy/shared-ini-file-loader@^2.0.0", "@smithy/shared-ini-file-loader@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.0.3.tgz#e813a00801ea9287368577f908f64dc7a366606c" + resolved "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.0.3.tgz" integrity sha512-1Vgco3K0rN5YG2OStoS2zUrBzdcFqgqp475rGdag206PCh7AHzmVSGXL6OpWPAqZl29WUqXfMP8tHOLG0H6vkA== dependencies: "@smithy/types" "^2.2.0" @@ -2907,7 +2986,7 @@ "@smithy/signature-v4@^1.0.1": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-1.1.0.tgz#e85309995c2475d39598a4f56e68b7ed856bdfa6" + resolved "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-1.1.0.tgz" integrity sha512-fDo3m7YqXBs7neciOePPd/X9LPm5QLlDMdIC4m1H6dgNLnXfLMFNIxEfPyohGA8VW9Wn4X8lygnPSGxDZSmp0Q== dependencies: "@smithy/eventstream-codec" "^1.1.0" @@ -2921,7 +3000,7 @@ "@smithy/signature-v4@^2.0.0": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.0.3.tgz#4260a2d8699b37cbafba471c50284b07c801b420" + resolved "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.0.3.tgz" integrity sha512-AZ+951EAcNqas2RTq4xQvuX4uZqPV/zCcbs7ACqpuxcjYAFU2FKRPpQHqsDN0jbJwI3Scw75xhSKcGWFf2/Olg== dependencies: "@smithy/eventstream-codec" "^2.0.3" @@ -2935,7 +3014,7 @@ "@smithy/smithy-client@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.0.3.tgz#cc3a8ef84c904ba75aa702edcf79973aa0e23e09" + resolved "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.0.3.tgz" integrity sha512-YP0HakPOJgvX2wvPEAGH9GB3NfuQE8CmBhR13bWtqWuIErmJnInTiSQcLSc0QiXHclH/8Qlq+qjKCR7N/4wvtQ== dependencies: "@smithy/middleware-stack" "^2.0.0" @@ -2945,21 +3024,21 @@ "@smithy/types@^1.2.0": version "1.2.0" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-1.2.0.tgz#9dc65767b0ee3d6681704fcc67665d6fc9b6a34e" + resolved "https://registry.npmjs.org/@smithy/types/-/types-1.2.0.tgz" integrity sha512-z1r00TvBqF3dh4aHhya7nz1HhvCg4TRmw51fjMrh5do3h+ngSstt/yKlNbHeb9QxJmFbmN8KEVSWgb1bRvfEoA== dependencies: tslib "^2.5.0" "@smithy/types@^2.1.0", "@smithy/types@^2.2.0": version "2.2.0" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.2.0.tgz#52fa236967729f5a4e2c6c334f1a03930fa86f67" + resolved "https://registry.npmjs.org/@smithy/types/-/types-2.2.0.tgz" integrity sha512-Ahpt9KvD0mWeWiyaGo5EBE7KOByLl3jl4CD9Ps/r8qySgzVzo/4qsa+vvstOU3ZEriALmrPqUKIhqHt0Rn+m6g== dependencies: tslib "^2.5.0" "@smithy/url-parser@^1.0.1": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-1.1.0.tgz#1d88af653b02fda0be59064bfe5420c0b34b4dcb" + resolved "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-1.1.0.tgz" integrity sha512-tpvi761kzboiLNGEWczuybMPCJh6WHB3cz9gWAG95mSyaKXmmX8ZcMxoV+irZfxDqLwZVJ22XTumu32S7Ow8aQ== dependencies: "@smithy/querystring-parser" "^1.1.0" @@ -2968,7 +3047,7 @@ "@smithy/url-parser@^2.0.2", "@smithy/url-parser@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.0.3.tgz#68015a83218b8efb92822273c5ee81c71240297d" + resolved "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.0.3.tgz" integrity sha512-O7NlbDL4kh+th6qwtL7wNRcPCuOXFRWJzWKywfB/Nv56N1F8KiK0KbPn1z7MU5du/0LgjAMvhkg0mVDyiMCnqw== dependencies: "@smithy/querystring-parser" "^2.0.3" @@ -2977,7 +3056,7 @@ "@smithy/util-base64@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.0.0.tgz#1beeabfb155471d1d41c8d0603be1351f883c444" + resolved "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.0.0.tgz" integrity sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA== dependencies: "@smithy/util-buffer-from" "^2.0.0" @@ -2985,21 +3064,21 @@ "@smithy/util-body-length-browser@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-body-length-browser/-/util-body-length-browser-2.0.0.tgz#5447853003b4c73da3bc5f3c5e82c21d592d1650" + resolved "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.0.0.tgz" integrity sha512-JdDuS4ircJt+FDnaQj88TzZY3+njZ6O+D3uakS32f2VNnDo3vyEuNdBOh/oFd8Df1zSZOuH1HEChk2AOYDezZg== dependencies: tslib "^2.5.0" "@smithy/util-body-length-node@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-body-length-node/-/util-body-length-node-2.0.0.tgz#4870b71cb9ded0123d984898ce952ce56896bc53" + resolved "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.0.0.tgz" integrity sha512-ZV7Z/WHTMxHJe/xL/56qZwSUcl63/5aaPAGjkfynJm4poILjdD4GmFI+V+YWabh2WJIjwTKZ5PNsuvPQKt93Mg== dependencies: tslib "^2.5.0" "@smithy/util-buffer-from@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-1.1.0.tgz#a000bd9f95c0e8d5b0edb0112f2a586daa5bed49" + resolved "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-1.1.0.tgz" integrity sha512-9m6NXE0ww+ra5HKHCHig20T+FAwxBAm7DIdwc/767uGWbRcY720ybgPacQNB96JMOI7xVr/CDa3oMzKmW4a+kw== dependencies: "@smithy/is-array-buffer" "^1.1.0" @@ -3007,7 +3086,7 @@ "@smithy/util-buffer-from@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-2.0.0.tgz#7eb75d72288b6b3001bc5f75b48b711513091deb" + resolved "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.0.0.tgz" integrity sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw== dependencies: "@smithy/is-array-buffer" "^2.0.0" @@ -3015,14 +3094,14 @@ "@smithy/util-config-provider@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-config-provider/-/util-config-provider-2.0.0.tgz#4dd6a793605559d94267312fd06d0f58784b4c38" + resolved "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.0.0.tgz" integrity sha512-xCQ6UapcIWKxXHEU4Mcs2s7LcFQRiU3XEluM2WcCjjBtQkUN71Tb+ydGmJFPxMUrW/GWMgQEEGipLym4XG0jZg== dependencies: tslib "^2.5.0" "@smithy/util-defaults-mode-browser@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.3.tgz#de860befc4571a7e0939b8668169890b43466de9" + resolved "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.3.tgz" integrity sha512-t9cirP55wYeSfDjjvPHSjNiuZj3wc9W3W3fjLXaVzuKKlKX98B9Vj7QM9WHJnFjJdsrYEwolLA8GVdqZeHOkHg== dependencies: "@smithy/property-provider" "^2.0.3" @@ -3032,7 +3111,7 @@ "@smithy/util-defaults-mode-node@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.3.tgz#3c6955fe6a516f7ba7a3af5865d678a937a43751" + resolved "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.3.tgz" integrity sha512-Gca+fL0h+tl8cbvoLDMWCVzs1CL4jWLWvz/I6MCYZzaEAKkmd1qO4kPzBeGaI6hGA/IbrlWCFg7L+MTPzLwzfg== dependencies: "@smithy/config-resolver" "^2.0.3" @@ -3044,35 +3123,35 @@ "@smithy/util-hex-encoding@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-1.1.0.tgz#b5ba919aa076a3fd5e93e368e34ae2b732fa2090" + resolved "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-1.1.0.tgz" integrity sha512-7UtIE9eH0u41zpB60Jzr0oNCQ3hMJUabMcKRUVjmyHTXiWDE4vjSqN6qlih7rCNeKGbioS7f/y2Jgym4QZcKFg== dependencies: tslib "^2.5.0" "@smithy/util-hex-encoding@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-2.0.0.tgz#0aa3515acd2b005c6d55675e377080a7c513b59e" + resolved "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.0.0.tgz" integrity sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA== dependencies: tslib "^2.5.0" "@smithy/util-middleware@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-1.1.0.tgz#9f186489437ca2ef753c5e1de2930f76fd1edc14" + resolved "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-1.1.0.tgz" integrity sha512-6hhckcBqVgjWAqLy2vqlPZ3rfxLDhFWEmM7oLh2POGvsi7j0tHkbN7w4DFhuBExVJAbJ/qqxqZdRY6Fu7/OezQ== dependencies: tslib "^2.5.0" "@smithy/util-middleware@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.0.0.tgz#706681d4a1686544a2275f68266304233f372c99" + resolved "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.0.0.tgz" integrity sha512-eCWX4ECuDHn1wuyyDdGdUWnT4OGyIzV0LN1xRttBFMPI9Ff/4heSHVxneyiMtOB//zpXWCha1/SWHJOZstG7kA== dependencies: tslib "^2.5.0" "@smithy/util-retry@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.0.0.tgz#7ac5d5f12383a9d9b2a43f9ff25f3866c8727c24" + resolved "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.0.0.tgz" integrity sha512-/dvJ8afrElasuiiIttRJeoS2sy8YXpksQwiM/TcepqdRVp7u4ejd9C4IQURHNjlfPUT7Y6lCDSa2zQJbdHhVTg== dependencies: "@smithy/service-error-classification" "^2.0.0" @@ -3080,7 +3159,7 @@ "@smithy/util-stream@^2.0.2", "@smithy/util-stream@^2.0.3": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.0.3.tgz#39ce49f43e4622a6bf9b54226c284a4671138702" + resolved "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.0.3.tgz" integrity sha512-+8n2vIyp6o9KHGey0PoGatcDthwVb7C/EzWfqojXrHhZOXy6l+hnWlfoF8zVerKYH2CUtravdJKRTy7vdkOXfQ== dependencies: "@smithy/fetch-http-handler" "^2.0.3" @@ -3094,21 +3173,21 @@ "@smithy/util-uri-escape@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-1.1.0.tgz#a8c5edaf19c0efdb9b51661e840549cf600a1808" + resolved "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-1.1.0.tgz" integrity sha512-/jL/V1xdVRt5XppwiaEU8Etp5WHZj609n0xMTuehmCqdoOFbId1M+aEeDWZsQ+8JbEB/BJ6ynY2SlYmOaKtt8w== dependencies: tslib "^2.5.0" "@smithy/util-uri-escape@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz#19955b1a0f517a87ae77ac729e0e411963dfda95" + resolved "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz" integrity sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw== dependencies: tslib "^2.5.0" "@smithy/util-utf8@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-1.1.0.tgz#b791ab1e3f694374edfe22811e39dd8424a1be69" + resolved "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-1.1.0.tgz" integrity sha512-p/MYV+JmqmPyjdgyN2UxAeYDj9cBqCjp0C/NsTWnnjoZUVqoeZ6IrW915L9CAKWVECgv9lVQGc4u/yz26/bI1A== dependencies: "@smithy/util-buffer-from" "^1.1.0" @@ -3116,7 +3195,7 @@ "@smithy/util-utf8@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.0.0.tgz#b4da87566ea7757435e153799df9da717262ad42" + resolved "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.0.0.tgz" integrity sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ== dependencies: "@smithy/util-buffer-from" "^2.0.0" @@ -3124,31 +3203,35 @@ "@smithy/util-waiter@^2.0.2": version "2.0.3" - resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.0.3.tgz#e9001142bc3856aee19c26cab21b1857705c2335" + resolved "https://registry.npmjs.org/@smithy/util-waiter/-/util-waiter-2.0.3.tgz" integrity sha512-3/Fzqoyecvh4cNvcHQDl1GznskXjGc9uZ8N6aoaPCKfsctgZad/J13xg8WC1UXc3PwKocHtuUvz0dRFDLaBppQ== dependencies: "@smithy/abort-controller" "^2.0.3" "@smithy/types" "^2.2.0" tslib "^2.5.0" -"@tootallnate/once@1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" - integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== - "@tootallnate/once@2": version "2.0.0" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" + resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== +"@tufjs/canonical-json@2.0.0": + version "2.0.0" + +"@tufjs/models@2.0.0": + version "2.0.0" + dependencies: + "@tufjs/canonical-json" "2.0.0" + minimatch "^9.0.3" + "@types/aws-lambda@^8.10.101": version "8.10.119" - resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.119.tgz#aaf010a9c892b3e29a290e5c49bfe8bcec82c455" + resolved "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.119.tgz" integrity sha512-Vqm22aZrCvCd6I5g1SvpW151jfqwTzEZ7XJ3yZ6xaZG31nUEOEyzzVImjRcsN8Wi/QyPxId/x8GTtgIbsy8kEw== "@types/babel__core@^7.1.14": version "7.1.19" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.19.tgz#7b497495b7d1b4812bdb9d02804d0576f43ee460" + resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz" integrity sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw== dependencies: "@babel/parser" "^7.1.0" @@ -3159,14 +3242,14 @@ "@types/babel__generator@*": version "7.6.1" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.1.tgz#4901767b397e8711aeb99df8d396d7ba7b7f0e04" + resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.1.tgz" integrity sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew== dependencies: "@babel/types" "^7.0.0" "@types/babel__template@*": version "7.0.2" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307" + resolved "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz" integrity sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== dependencies: "@babel/parser" "^7.1.0" @@ -3174,41 +3257,41 @@ "@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": version "7.0.12" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.12.tgz#22f49a028e69465390f87bb103ebd61bd086b8f5" + resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.12.tgz" integrity sha512-t4CoEokHTfcyfb4hUaF9oOHu9RmmNWnm1CP0YmMqOOfClKascOmvlEM736vlqeScuGvBDsHkf8R2INd4DWreQA== dependencies: "@babel/types" "^7.3.0" "@types/color-name@^1.1.1": version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" + resolved "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz" integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== "@types/command-line-args@^5.0.0": version "5.2.0" - resolved "https://registry.yarnpkg.com/@types/command-line-args/-/command-line-args-5.2.0.tgz#adbb77980a1cc376bb208e3f4142e907410430f6" + resolved "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.0.tgz" integrity sha512-UuKzKpJJ/Ief6ufIaIzr3A/0XnluX7RvFgwkV89Yzvm77wCh1kFaFmqN8XEnGcN62EuHdedQjEMb8mYxFLGPyA== "@types/command-line-usage@^5.0.1": version "5.0.2" - resolved "https://registry.yarnpkg.com/@types/command-line-usage/-/command-line-usage-5.0.2.tgz#ba5e3f6ae5a2009d466679cc431b50635bf1a064" + resolved "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.2.tgz" integrity sha512-n7RlEEJ+4x4TS7ZQddTmNSxP+zziEG0TNsMfiRIxcIVXt71ENJ9ojeXmGO3wPoTdn7pJcU2xc3CJYMktNT6DPg== "@types/fined@*": version "1.1.3" - resolved "https://registry.yarnpkg.com/@types/fined/-/fined-1.1.3.tgz#83f03e8f0a8d3673dfcafb18fce3571f6250e1bc" + resolved "https://registry.npmjs.org/@types/fined/-/fined-1.1.3.tgz" integrity sha512-CWYnSRnun3CGbt6taXeVo2lCbuaj4mchVJ4UF/BdU5TSuIn3AmS13pGMwCsBUoehGbhZrBrpNJZSZI5EVilXww== "@types/graceful-fs@^4.1.3": version "4.1.6" - resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.6.tgz#e14b2576a1c25026b7f02ede1de3b84c3a1efeae" + resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz" integrity sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw== dependencies: "@types/node" "*" "@types/inquirer@^8.2.1": version "8.2.6" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.6.tgz#abd41a5fb689c7f1acb12933d787d4262a02a0ab" + resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.6.tgz" integrity sha512-3uT88kxg8lNzY8ay2ZjP44DKcRaTGztqeIvN2zHvhzIBH/uAPaL75aBtdNRKbA7xXoMbBt5kX0M00VKAnfOYlA== dependencies: "@types/through" "*" @@ -3216,26 +3299,26 @@ "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.3" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762" + resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz" integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw== "@types/istanbul-lib-report@*": version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" + resolved "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz" integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== dependencies: "@types/istanbul-lib-coverage" "*" "@types/istanbul-reports@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821" + resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz" integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== dependencies: "@types/istanbul-lib-report" "*" "@types/jest@^29.5.3": version "29.5.3" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.3.tgz#7a35dc0044ffb8b56325c6802a4781a626b05777" + resolved "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz" integrity sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA== dependencies: expect "^29.0.0" @@ -3243,12 +3326,12 @@ "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9": version "7.0.12" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" + resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz" integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== "@types/liftoff@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/liftoff/-/liftoff-4.0.0.tgz#d4a100d356529776ad47fee2a9ce8f1f1ffe3772" + resolved "https://registry.npmjs.org/@types/liftoff/-/liftoff-4.0.0.tgz" integrity sha512-Ny/PJkO6nxWAQnaet8q/oWz15lrfwvdvBpuY4treB0CSsBO1CG0fVuNLngR3m3bepQLd+E4c3Y3DlC2okpUvPw== dependencies: "@types/fined" "*" @@ -3256,26 +3339,26 @@ "@types/lodash.map@^4.6.13": version "4.6.13" - resolved "https://registry.yarnpkg.com/@types/lodash.map/-/lodash.map-4.6.13.tgz#7d776611d4c0345e48cfdfe466d7b291b31d1d13" + resolved "https://registry.npmjs.org/@types/lodash.map/-/lodash.map-4.6.13.tgz" integrity sha512-kppRBzlpuvQQsr7R2nv/DDDZds8fglRFNAK70WUOkOC18KOcuQ22oQF9Kgy5Z2v/eDNkBm0ltrT6FThSkuWwow== dependencies: "@types/lodash" "*" "@types/lodash.snakecase@^4.1.6": version "4.1.6" - resolved "https://registry.yarnpkg.com/@types/lodash.snakecase/-/lodash.snakecase-4.1.6.tgz#85f2b68f67b36c39875f26484b3a78b158ebf060" + resolved "https://registry.npmjs.org/@types/lodash.snakecase/-/lodash.snakecase-4.1.6.tgz" integrity sha512-qGTf27ncTRUhSwvxD0hzYFmelmTrzEBGvBigrLyx6PRN1rKuy0ZEK+A3X3QnW7k+CwEjIJeAM6XBN4Ay6F03IQ== dependencies: "@types/lodash" "*" "@types/lodash@*": version "4.14.155" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.155.tgz#e2b4514f46a261fd11542e47519c20ebce7bc23a" + resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.155.tgz" integrity sha512-vEcX7S7aPhsBCivxMwAANQburHBtfN9RdyXFk84IJmu2Z4Hkg1tOFgaslRiEqqvoLtbCBi6ika1EMspE+NZ9Lg== "@types/node-fetch@^2.3.7", "@types/node-fetch@^2.5.0": version "2.5.7" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c" + resolved "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.7.tgz" integrity sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw== dependencies: "@types/node" "*" @@ -3283,80 +3366,80 @@ "@types/node@*": version "14.0.13" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.13.tgz#ee1128e881b874c371374c1f72201893616417c9" + resolved "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz" integrity sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA== "@types/node@^13.11.1": version "13.13.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.12.tgz#9c72e865380a7dc99999ea0ef20fc9635b503d20" + resolved "https://registry.npmjs.org/@types/node/-/node-13.13.12.tgz" integrity sha512-zWz/8NEPxoXNT9YyF2osqyA9WjssZukYpgI4UYZpOjcyqwIUqWGkcCionaEb9Ki+FULyPyvNFpg/329Kd2/pbw== "@types/node@^18": version "18.17.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.5.tgz#c58b12bca8c2a437b38c15270615627e96dd0bc5" + resolved "https://registry.npmjs.org/@types/node/-/node-18.17.5.tgz" integrity sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA== "@types/node@^8.0.47": version "8.10.61" - resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.61.tgz#d299136ce54bcaf1abaa4a487f9e4bedf6b0d393" + resolved "https://registry.npmjs.org/@types/node/-/node-8.10.61.tgz" integrity sha512-l+zSbvT8TPRaCxL1l9cwHCb0tSqGAGcjPJFItGGYat5oCTiq1uQQKYg5m7AF1mgnEBzFXGLJ2LRmNjtreRX76Q== "@types/parse-json@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" + resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz" integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== "@types/semver@^7.3.12", "@types/semver@^7.5.0": version "7.5.0" - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a" + resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz" integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== "@types/set-cookie-parser@^2.4.1": version "2.4.2" - resolved "https://registry.yarnpkg.com/@types/set-cookie-parser/-/set-cookie-parser-2.4.2.tgz#b6a955219b54151bfebd4521170723df5e13caad" + resolved "https://registry.npmjs.org/@types/set-cookie-parser/-/set-cookie-parser-2.4.2.tgz" integrity sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w== dependencies: "@types/node" "*" "@types/stack-utils@^2.0.0": version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" + resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz" integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== "@types/through@*": version "0.0.30" - resolved "https://registry.yarnpkg.com/@types/through/-/through-0.0.30.tgz#e0e42ce77e897bd6aead6f6ea62aeb135b8a3895" + resolved "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz" integrity sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg== dependencies: "@types/node" "*" -"@types/tunnel@0.0.1", "@types/tunnel@^0.0.1": +"@types/tunnel@^0.0.1", "@types/tunnel@0.0.1": version "0.0.1" - resolved "https://registry.yarnpkg.com/@types/tunnel/-/tunnel-0.0.1.tgz#0d72774768b73df26f25df9184273a42da72b19c" + resolved "https://registry.npmjs.org/@types/tunnel/-/tunnel-0.0.1.tgz" integrity sha512-AOqu6bQu5MSWwYvehMXLukFHnupHrpZ8nvgae5Ggie9UwzDR1CCwoXgSSWNZJuyOlCdfdsWMA5F2LlmvyoTv8A== dependencies: "@types/node" "*" "@types/uuid@^8.3.0": version "8.3.0" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f" + resolved "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.0.tgz" integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ== "@types/yargs-parser@*": version "15.0.0" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d" + resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz" integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== "@types/yargs@^17.0.8": version "17.0.24" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.24.tgz#b3ef8d50ad4aa6aecf6ddc97c580a00f5aa11902" + resolved "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz" integrity sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw== dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@^6.2.1": +"@typescript-eslint/eslint-plugin@^5.0.0 || ^6.0.0", "@typescript-eslint/eslint-plugin@^6.2.1": version "6.4.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.0.tgz#53428b616f7d80fe879f45a08f11cc0f0b62cf13" + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.0.tgz" integrity sha512-62o2Hmc7Gs3p8SLfbXcipjWAa6qk2wZGChXG2JbBtYpwSRmti/9KHLqfbLs9uDigOexG+3PaQ9G2g3201FWLKg== dependencies: "@eslint-community/regexpp" "^4.5.1" @@ -3371,9 +3454,9 @@ semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/parser@^6.2.1": +"@typescript-eslint/parser@^6.0.0 || ^6.0.0-alpha", "@typescript-eslint/parser@^6.2.1": version "6.4.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.0.tgz#47e7c6e22ff1248e8675d95f488890484de67600" + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.4.0.tgz" integrity sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg== dependencies: "@typescript-eslint/scope-manager" "6.4.0" @@ -3384,7 +3467,7 @@ "@typescript-eslint/scope-manager@5.62.0": version "5.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c" + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz" integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w== dependencies: "@typescript-eslint/types" "5.62.0" @@ -3392,7 +3475,7 @@ "@typescript-eslint/scope-manager@6.4.0": version "6.4.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.4.0.tgz#3048e4262ba3eafa4e2e69b08912d9037ec646ae" + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.4.0.tgz" integrity sha512-TUS7vaKkPWDVvl7GDNHFQMsMruD+zhkd3SdVW0d7b+7Zo+bd/hXJQ8nsiUZMi1jloWo6c9qt3B7Sqo+flC1nig== dependencies: "@typescript-eslint/types" "6.4.0" @@ -3400,7 +3483,7 @@ "@typescript-eslint/scope-manager@6.7.4": version "6.7.4" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz#a484a17aa219e96044db40813429eb7214d7b386" + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz" integrity sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A== dependencies: "@typescript-eslint/types" "6.7.4" @@ -3408,7 +3491,7 @@ "@typescript-eslint/type-utils@6.4.0": version "6.4.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.4.0.tgz#c8ac92716ed6a9d5443aa3e342910355b0796ba0" + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.4.0.tgz" integrity sha512-TvqrUFFyGY0cX3WgDHcdl2/mMCWCDv/0thTtx/ODMY1QhEiyFtv/OlLaNIiYLwRpAxAtOLOY9SUf1H3Q3dlwAg== dependencies: "@typescript-eslint/typescript-estree" "6.4.0" @@ -3418,22 +3501,22 @@ "@typescript-eslint/types@5.62.0": version "5.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz" integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== "@typescript-eslint/types@6.4.0": version "6.4.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.0.tgz#5b109a59a805f0d8d375895e42d9e5f0037f66ee" + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.4.0.tgz" integrity sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg== "@typescript-eslint/types@6.7.4": version "6.7.4" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.4.tgz#5d358484d2be986980c039de68e9f1eb62ea7897" + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.4.tgz" integrity sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA== "@typescript-eslint/typescript-estree@5.62.0": version "5.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b" + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz" integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA== dependencies: "@typescript-eslint/types" "5.62.0" @@ -3446,7 +3529,7 @@ "@typescript-eslint/typescript-estree@6.4.0": version "6.4.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.0.tgz#3c58d20632db93fec3d6ab902acbedf593d37276" + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.0.tgz" integrity sha512-iDPJArf/K2sxvjOR6skeUCNgHR/tCQXBsa+ee1/clRKr3olZjZ/dSkXPZjG6YkPtnW6p5D1egeEPMCW6Gn4yLA== dependencies: "@typescript-eslint/types" "6.4.0" @@ -3459,7 +3542,7 @@ "@typescript-eslint/typescript-estree@6.7.4": version "6.7.4" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz#f2baece09f7bb1df9296e32638b2e1130014ef1a" + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz" integrity sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ== dependencies: "@typescript-eslint/types" "6.7.4" @@ -3470,22 +3553,9 @@ semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/utils@6.4.0": - version "6.4.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.4.0.tgz#23e996b693603c5924b1fbb733cc73196256baa5" - integrity sha512-BvvwryBQpECPGo8PwF/y/q+yacg8Hn/2XS+DqL/oRsOPK+RPt29h5Ui5dqOKHDlbXrAeHUTnyG3wZA0KTDxRZw== - dependencies: - "@eslint-community/eslint-utils" "^4.4.0" - "@types/json-schema" "^7.0.12" - "@types/semver" "^7.5.0" - "@typescript-eslint/scope-manager" "6.4.0" - "@typescript-eslint/types" "6.4.0" - "@typescript-eslint/typescript-estree" "6.4.0" - semver "^7.5.4" - "@typescript-eslint/utils@^5.10.0": version "5.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz" integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== dependencies: "@eslint-community/eslint-utils" "^4.2.0" @@ -3499,7 +3569,7 @@ "@typescript-eslint/utils@^6.0.0": version "6.7.4" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.4.tgz#2236f72b10e38277ee05ef06142522e1de470ff2" + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.7.4.tgz" integrity sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA== dependencies: "@eslint-community/eslint-utils" "^4.4.0" @@ -3510,9 +3580,22 @@ "@typescript-eslint/typescript-estree" "6.7.4" semver "^7.5.4" +"@typescript-eslint/utils@6.4.0": + version "6.4.0" + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.4.0.tgz" + integrity sha512-BvvwryBQpECPGo8PwF/y/q+yacg8Hn/2XS+DqL/oRsOPK+RPt29h5Ui5dqOKHDlbXrAeHUTnyG3wZA0KTDxRZw== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" + "@types/json-schema" "^7.0.12" + "@types/semver" "^7.5.0" + "@typescript-eslint/scope-manager" "6.4.0" + "@typescript-eslint/types" "6.4.0" + "@typescript-eslint/typescript-estree" "6.4.0" + semver "^7.5.4" + "@typescript-eslint/visitor-keys@5.62.0": version "5.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e" + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz" integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw== dependencies: "@typescript-eslint/types" "5.62.0" @@ -3520,7 +3603,7 @@ "@typescript-eslint/visitor-keys@6.4.0": version "6.4.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.0.tgz#96a426cdb1add28274abd7a34aefe27f8b7d51ef" + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.0.tgz" integrity sha512-yJSfyT+uJm+JRDWYRYdCm2i+pmvXJSMtPR9Cq5/XQs4QIgNoLcoRtDdzsLbLsFM/c6um6ohQkg/MLxWvoIndJA== dependencies: "@typescript-eslint/types" "6.4.0" @@ -3528,22 +3611,25 @@ "@typescript-eslint/visitor-keys@6.7.4": version "6.7.4" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz#80dfecf820fc67574012375859085f91a4dff043" + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz" integrity sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA== dependencies: "@typescript-eslint/types" "6.7.4" eslint-visitor-keys "^3.4.1" +abbrev@^2.0.0: + version "2.0.0" + abort-controller@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" + resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== dependencies: event-target-shim "^5.0.0" accepts@~1.3.7: version "1.3.7" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" + resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz" integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== dependencies: mime-types "~2.1.24" @@ -3551,17 +3637,17 @@ accepts@~1.3.7: acorn-jsx@^5.3.2: version "5.3.2" - resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" + resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== -acorn@^8.9.0: +"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", acorn@^8.9.0: version "8.10.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5" + resolved "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz" integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw== adal-node@^0.1.28: version "0.1.28" - resolved "https://registry.yarnpkg.com/adal-node/-/adal-node-0.1.28.tgz#468c4bb3ebbd96b1270669f4b9cba4e0065ea485" + resolved "https://registry.npmjs.org/adal-node/-/adal-node-0.1.28.tgz" integrity sha1-RoxLs+u9lrEnBmn0ucuk4AZepIU= dependencies: "@types/node" "^8.0.47" @@ -3574,16 +3660,21 @@ adal-node@^0.1.28: xmldom ">= 0.1.x" xpath.js "~1.1.0" +agent-base@^7.0.2, agent-base@^7.1.0: + version "7.1.0" + dependencies: + debug "^4.3.4" + agent-base@6: version "6.0.2" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" + resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== dependencies: debug "4" aggregate-error@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0" + resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz" integrity sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA== dependencies: clean-stack "^2.0.0" @@ -3591,14 +3682,14 @@ aggregate-error@^3.0.0: ajv-formats@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.0.2.tgz#69875cb99d76c74be46e9c7a4444bc232354eba0" + resolved "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.0.2.tgz" integrity sha512-Brah4Uo5/U8v76c6euTwtjVFFaVishwnJrQBYpev1JRh4vjA1F4HY3UzQez41YUCszUCXKagG8v6eVRBHV1gkw== dependencies: ajv "^8.0.0" ajv@^6.12.4, ajv@^6.5.5: version "6.12.6" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== dependencies: fast-deep-equal "^3.1.1" @@ -3608,7 +3699,7 @@ ajv@^6.12.4, ajv@^6.5.5: ajv@^8.0.0: version "8.1.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.1.0.tgz#45d5d3d36c7cdd808930cc3e603cf6200dbeb736" + resolved "https://registry.npmjs.org/ajv/-/ajv-8.1.0.tgz" integrity sha512-B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ== dependencies: fast-deep-equal "^3.1.1" @@ -3618,168 +3709,190 @@ ajv@^8.0.0: ansi-colors@^3.2.1: version "3.2.4" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" + resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz" integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== ansi-colors@^4.1.1: version "4.1.3" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" + resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz" integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== ansi-escapes@^4.2.1, ansi-escapes@^4.3.0: version "4.3.1" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz#a5c47cc43181f1f38ffd7076837700d395522a61" + resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz" integrity sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== dependencies: type-fest "^0.11.0" ansi-regex@^5.0.0, ansi-regex@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== ansi-regex@^6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== ansi-styles@^3.2.1: version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== dependencies: color-convert "^1.9.0" ansi-styles@^4.0.0, ansi-styles@^4.1.0: version "4.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz" integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== dependencies: "@types/color-name" "^1.1.1" color-convert "^2.0.1" +ansi-styles@^4.3.0: + version "4.3.0" + dependencies: + color-convert "^2.0.1" + ansi-styles@^5.0.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== +ansi-styles@^6.1.0: + version "6.2.1" + ansicolors@~0.2.1: version "0.2.1" - resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.2.1.tgz#be089599097b74a5c9c4a84a0cdbcdb62bd87aef" + resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz" integrity sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8= ansistyles@~0.1.1: version "0.1.3" - resolved "https://registry.yarnpkg.com/ansistyles/-/ansistyles-0.1.3.tgz#5de60415bda071bb37127854c864f41b23254539" + resolved "https://registry.npmjs.org/ansistyles/-/ansistyles-0.1.3.tgz" integrity sha1-XeYEFb2gcbs3EnhUyGT0GyMlRTk= anymatch@^3.0.3: version "3.1.1" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" + resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz" integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== dependencies: normalize-path "^3.0.0" picomatch "^2.0.4" +"aproba@^1.0.3 || ^2.0.0", aproba@^2.0.0: + version "2.0.0" + +archy@~1.0.0: + version "1.0.0" + +are-we-there-yet@^4.0.0: + version "4.0.2" + arg@^4.1.0: version "4.1.3" - resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089" + resolved "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz" integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== argparse@^1.0.7: version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== dependencies: sprintf-js "~1.0.2" argparse@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== array-back@^3.0.1, array-back@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/array-back/-/array-back-3.1.0.tgz#b8859d7a508871c9a7b2cf42f99428f65e96bfb0" + resolved "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz" integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q== -array-back@^4.0.1, array-back@^4.0.2: +array-back@^4.0.1: + version "4.0.2" + resolved "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz" + integrity sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg== + +array-back@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/array-back/-/array-back-4.0.2.tgz#8004e999a6274586beeb27342168652fdb89fa1e" + resolved "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz" integrity sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg== array-each@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/array-each/-/array-each-1.0.1.tgz#a794af0c05ab1752846ee753a1f211a05ba0c44f" + resolved "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz" integrity sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA== array-flatten@1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + resolved "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz" integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= array-slice@^1.0.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-1.1.0.tgz#e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4" + resolved "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz" integrity sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w== array-union@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" + resolved "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz" integrity sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng== dependencies: array-uniq "^1.0.1" array-union@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" + resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== array-uniq@^1.0.1: version "1.0.3" - resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" + resolved "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz" integrity sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q== asn1@~0.2.3: version "0.2.4" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" + resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz" integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== dependencies: safer-buffer "~2.1.0" -assert-plus@1.0.0, assert-plus@^1.0.0: +assert-plus@^1.0.0, assert-plus@1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= astral-regex@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" + resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz" integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== async-sema@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/async-sema/-/async-sema-3.1.0.tgz#3a813beb261e4cc58b19213916a48e931e21d21e" + resolved "https://registry.npmjs.org/async-sema/-/async-sema-3.1.0.tgz" integrity sha512-+JpRq3r0zjpRLDruS6q/nC4V5tzsaiu07521677Mdi5i+AkaU/aNJH38rYHJVQ4zvz+SSkjgc8FUI7qIZrR+3g== async@>=0.6.0: version "3.2.4" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" + resolved "https://registry.npmjs.org/async/-/async-3.2.4.tgz" integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== asynckit@^0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= author-regex@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/author-regex/-/author-regex-1.0.0.tgz#d08885be6b9bbf9439fe087c76287245f0a81450" + resolved "https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz" integrity sha512-KbWgR8wOYRAPekEmMXrYYdc7BRyhn2Ftk7KWfMUnQ43hFdojWEFRxhhRUm3/OFEdPa1r0KAvTTg9YQK57xTe0g== auto@^10.37.4: version "10.37.4" - resolved "https://registry.yarnpkg.com/auto/-/auto-10.37.4.tgz#450a9d51166919a97ea85fa06d117ecd94adb9ff" + resolved "https://registry.npmjs.org/auto/-/auto-10.37.4.tgz" integrity sha512-chspNHfy17DFOPwLbT74xU+fD0NXhtLpWnKZjoLjHUKp0+ZNJSM9jrBHq2ExB4EAP3UXlFVDG+BzrkgZoYLzCw== dependencies: "@auto-it/core" "10.37.4" @@ -3797,30 +3910,37 @@ auto@^10.37.4: await-to-js@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/await-to-js/-/await-to-js-3.0.0.tgz#70929994185616f4675a91af6167eb61cc92868f" + resolved "https://registry.npmjs.org/await-to-js/-/await-to-js-3.0.0.tgz" integrity sha512-zJAaP9zxTcvTHRlejau3ZOY4V7SRpiByf3/dxx2uyKxxor19tpmpV2QRsTKikckwhaPmr2dVpxxMr7jOCYVp5g== aws-sign2@~0.7.0: version "0.7.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" + resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz" integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= aws4@^1.8.0: version "1.10.0" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2" + resolved "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz" integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA== -axios@^0.27.0: +axios@^0.21.1: + version "0.21.4" + resolved "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz" + integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg== + dependencies: + follow-redirects "^1.14.0" + +axios@^0.27.0, "axios@0.24.x || 0.25.x || 0.26.x || 0.27.x": version "0.27.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972" + resolved "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz" integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== dependencies: follow-redirects "^1.14.9" form-data "^4.0.0" -babel-jest@^29.6.2: +babel-jest@^29.0.0, babel-jest@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.6.2.tgz#cada0a59e07f5acaeb11cbae7e3ba92aec9c1126" + resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-29.6.2.tgz" integrity sha512-BYCzImLos6J3BH/+HvUCHG1dTf2MzmAB4jaVxHV+29RZLjR29XuYTmsf2sdDwkrb+FczkGo3kOhE7ga6sI0P4A== dependencies: "@jest/transform" "^29.6.2" @@ -3833,7 +3953,7 @@ babel-jest@^29.6.2: babel-plugin-istanbul@^6.1.1: version "6.1.1" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" + resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz" integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== dependencies: "@babel/helper-plugin-utils" "^7.0.0" @@ -3844,7 +3964,7 @@ babel-plugin-istanbul@^6.1.1: babel-plugin-jest-hoist@^29.5.0: version "29.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz#a97db437936f441ec196990c9738d4b88538618a" + resolved "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz" integrity sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w== dependencies: "@babel/template" "^7.3.3" @@ -3854,7 +3974,7 @@ babel-plugin-jest-hoist@^29.5.0: babel-preset-current-node-syntax@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" + resolved "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz" integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== dependencies: "@babel/plugin-syntax-async-generators" "^7.8.4" @@ -3872,7 +3992,7 @@ babel-preset-current-node-syntax@^1.0.0: babel-preset-jest@^29.5.0: version "29.5.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz#57bc8cc88097af7ff6a5ab59d1cd29d52a5916e2" + resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz" integrity sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg== dependencies: babel-plugin-jest-hoist "^29.5.0" @@ -3880,36 +4000,47 @@ babel-preset-jest@^29.5.0: balanced-match@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz" integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= base64-js@^1.3.1: version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== basic-auth@~2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a" + resolved "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz" integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg== dependencies: safe-buffer "5.1.2" bcrypt-pbkdf@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" + resolved "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz" integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= dependencies: tweetnacl "^0.14.3" before-after-hook@^2.2.0: version "2.2.2" - resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.2.tgz#a6e8ca41028d90ee2c24222f201c90956091613e" + resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz" integrity sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ== +bin-links@^4.0.1: + version "4.0.3" + dependencies: + cmd-shim "^6.0.0" + npm-normalize-package-bin "^3.0.0" + read-cmd-shim "^4.0.0" + write-file-atomic "^5.0.0" + +binary-extensions@^2.2.0: + version "2.2.0" + bl@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" + resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== dependencies: buffer "^5.5.0" @@ -3918,7 +4049,7 @@ bl@^4.1.0: bl@^5.0.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-5.1.0.tgz#183715f678c7188ecef9fe475d90209400624273" + resolved "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz" integrity sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ== dependencies: buffer "^6.0.3" @@ -3927,12 +4058,12 @@ bl@^5.0.0: blueimp-md5@^2.19.0: version "2.19.0" - resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz#b53feea5498dcb53dc6ec4b823adb84b729c4af0" + resolved "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz" integrity sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w== -body-parser@1.19.0, body-parser@^1.19.0: +body-parser@^1.19.0, body-parser@1.19.0: version "1.19.0" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" + resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz" integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== dependencies: bytes "3.1.0" @@ -3948,48 +4079,37 @@ body-parser@1.19.0, body-parser@^1.19.0: bottleneck@^2.15.3: version "2.19.5" - resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.19.5.tgz#5df0b90f59fd47656ebe63c78a98419205cadd91" + resolved "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz" integrity sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw== -bowser@^2.11.0: +bowser@^2.11.0, bowser@^2.4.0: version "2.11.0" - resolved "https://registry.yarnpkg.com/bowser/-/bowser-2.11.0.tgz#5ca3c35757a7aa5771500c70a73a9f91ef420a8f" + resolved "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz" integrity sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA== -bowser@^2.4.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/bowser/-/bowser-2.10.0.tgz#be3736f161c4bb8b10958027ab99465d2a811198" - integrity sha512-OCsqTQboTEWWsUjcp5jLSw2ZHsBiv2C105iFs61bOT0Hnwi9p7/uuXdd7mu8RYcarREfdjNN+8LitmEHATsLYg== - brace-expansion@^1.1.7: version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== dependencies: balanced-match "^1.0.0" concat-map "0.0.1" -braces@^3.0.1, braces@^3.0.2: +brace-expansion@^2.0.1: + version "2.0.1" + dependencies: + balanced-match "^1.0.0" + +braces@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== dependencies: fill-range "^7.0.1" -browserslist@^4.20.2: - version "4.20.4" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.4.tgz#98096c9042af689ee1e0271333dbc564b8ce4477" - integrity sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw== - dependencies: - caniuse-lite "^1.0.30001349" - electron-to-chromium "^1.4.147" - escalade "^3.1.1" - node-releases "^2.0.5" - picocolors "^1.0.0" - -browserslist@^4.21.9: +browserslist@^4.21.9, "browserslist@>= 4.21.0": version "4.21.10" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.10.tgz#dbbac576628c13d3b2231332cb2ec5a46e015bb0" + resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz" integrity sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ== dependencies: caniuse-lite "^1.0.30001517" @@ -3999,31 +4119,31 @@ browserslist@^4.21.9: bs-logger@0.x: version "0.2.6" - resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8" + resolved "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz" integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog== dependencies: fast-json-stable-stringify "2.x" bser@2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" + resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== dependencies: node-int64 "^0.4.0" buffer-equal-constant-time@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" + resolved "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk= buffer-from@^1.0.0: version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" + resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz" integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== buffer@^5.5.0: version "5.7.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== dependencies: base64-js "^1.3.1" @@ -4031,15 +4151,20 @@ buffer@^5.5.0: buffer@^6.0.3: version "6.0.3" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" + resolved "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz" integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== dependencies: base64-js "^1.3.1" ieee754 "^1.2.1" +builtins@^5.0.0: + version "5.0.1" + dependencies: + semver "^7.0.0" + bunyan-format@^0.2.1: version "0.2.1" - resolved "https://registry.yarnpkg.com/bunyan-format/-/bunyan-format-0.2.1.tgz#a4b3b0d80070a865279417269e3f00ff02fbcb47" + resolved "https://registry.npmjs.org/bunyan-format/-/bunyan-format-0.2.1.tgz" integrity sha1-pLOw2ABwqGUnlBcmnj8A/wL7y0c= dependencies: ansicolors "~0.2.1" @@ -4048,7 +4173,7 @@ bunyan-format@^0.2.1: bunyan@^1.8.12: version "1.8.14" - resolved "https://registry.yarnpkg.com/bunyan/-/bunyan-1.8.14.tgz#3d8c1afea7de158a5238c7cb8a66ab6b38dd45b4" + resolved "https://registry.npmjs.org/bunyan/-/bunyan-1.8.14.tgz" integrity sha512-LlahJUxXzZLuw/hetUQJmRgZ1LF6+cr5TPpRj6jf327AsiIq2jhYEH4oqUUkVKTor+9w2BT3oxVwhzE5lw9tcg== optionalDependencies: dtrace-provider "~0.8" @@ -4058,12 +4183,28 @@ bunyan@^1.8.12: bytes@3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" + resolved "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz" integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== +cacache@^18.0.0, cacache@^18.0.2: + version "18.0.2" + dependencies: + "@npmcli/fs" "^3.1.0" + fs-minipass "^3.0.0" + glob "^10.2.2" + lru-cache "^10.0.1" + minipass "^7.0.3" + minipass-collect "^2.0.1" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + p-map "^4.0.0" + ssri "^10.0.0" + tar "^6.1.11" + unique-filename "^3.0.0" + call-bind@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" + resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz" integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== dependencies: function-bind "^1.1.1" @@ -4071,12 +4212,12 @@ call-bind@^1.0.0: callsites@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== camel-case@^4.1.2: version "4.1.2" - resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" + resolved "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz" integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== dependencies: pascal-case "^3.1.2" @@ -4084,27 +4225,22 @@ camel-case@^4.1.2: camelcase@^5.3.1: version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== camelcase@^6.2.0: version "6.3.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" + resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== -caniuse-lite@^1.0.30001349: - version "1.0.30001352" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001352.tgz#cc6f5da3f983979ad1e2cdbae0505dccaa7c6a12" - integrity sha512-GUgH8w6YergqPQDGWhJGt8GDRnY0L/iJVQcU3eJ46GYf52R8tk0Wxp0PymuFVZboJYXGiCqwozAYZNRjVj6IcA== - caniuse-lite@^1.0.30001517: version "1.0.30001520" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001520.tgz#62e2b7a1c7b35269594cf296a80bdf8cb9565006" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001520.tgz" integrity sha512-tahF5O9EiiTzwTUqAeFjIZbn4Dnqxzz7ktrgGlMYNLH43Ul26IgTMH/zvL3DG0lZxBYnlT04axvInszUsZULdA== capital-case@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669" + resolved "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz" integrity sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A== dependencies: no-case "^3.0.4" @@ -4113,42 +4249,93 @@ capital-case@^1.0.4: caseless@~0.12.0: version "0.12.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -chalk@4.1.2, chalk@^4, chalk@^4.1.0, chalk@^4.1.1: - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== +chalk@^2.0.0: + version "2.4.2" + resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^2.3.2: + version "2.4.2" + resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^2.4.1: + version "2.4.2" + resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" -chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2: +chalk@^2.4.2: version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== dependencies: ansi-styles "^3.2.1" escape-string-regexp "^1.0.5" supports-color "^5.3.0" +chalk@^4: + version "4.1.2" + resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + chalk@^4.0.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" + resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz" integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^5.0.0, chalk@^5.0.1: +chalk@^4.1.0, chalk@^4.1.1: + version "4.1.2" + resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +chalk@^5.0.0: + version "5.3.0" + resolved "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" + integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== + +chalk@^5.0.1: version "5.3.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" + resolved "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== +chalk@^5.3.0: + version "5.3.0" + +chalk@4.1.2: + version "4.1.2" + resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + change-case@^4.1.2: version "4.1.2" - resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12" + resolved "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz" integrity sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A== dependencies: camel-case "^4.1.2" @@ -4166,63 +4353,87 @@ change-case@^4.1.2: char-regex@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" + resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz" integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== chardet@^0.7.0: version "0.7.0" - resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" + resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== +chownr@^2.0.0: + version "2.0.0" + ci-info@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" + resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== ci-info@^3.2.0: version "3.3.1" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.1.tgz#58331f6f472a25fe3a50a351ae3052936c2c7f32" + resolved "https://registry.npmjs.org/ci-info/-/ci-info-3.3.1.tgz" integrity sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg== +ci-info@^4.0.0: + version "4.0.0" + +cidr-regex@4.0.3: + version "4.0.3" + dependencies: + ip-regex "^5.0.0" + cjs-module-lexer@^1.0.0: version "1.2.2" - resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40" + resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz" integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA== clean-stack@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" + resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== cli-color@~0.1.6: version "0.1.7" - resolved "https://registry.yarnpkg.com/cli-color/-/cli-color-0.1.7.tgz#adc3200fa471cc211b0da7f566b71e98b9d67347" + resolved "https://registry.npmjs.org/cli-color/-/cli-color-0.1.7.tgz" integrity sha1-rcMgD6RxzCEbDaf1ZrcemLnWc0c= dependencies: es5-ext "0.8.x" +cli-columns@^4.0.0: + version "4.0.0" + dependencies: + string-width "^4.2.3" + strip-ansi "^6.0.1" + cli-cursor@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" + resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== dependencies: restore-cursor "^3.1.0" cli-cursor@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-4.0.0.tgz#3cecfe3734bf4fe02a8361cbdc0f6fe28c6a57ea" + resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz" integrity sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg== dependencies: restore-cursor "^4.0.0" cli-spinners@^2.5.0, cli-spinners@^2.6.1: version "2.9.0" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.0.tgz#5881d0ad96381e117bbe07ad91f2008fe6ffd8db" + resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz" integrity sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g== -cli-truncate@2.1.0, cli-truncate@^2.1.0: +cli-table3@^0.6.3: + version "0.6.3" + dependencies: + string-width "^4.2.0" + optionalDependencies: + "@colors/colors" "1.5.0" + +cli-truncate@^2.1.0, cli-truncate@2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" + resolved "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz" integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== dependencies: slice-ansi "^3.0.0" @@ -4230,12 +4441,12 @@ cli-truncate@2.1.0, cli-truncate@^2.1.0: cli-width@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" + resolved "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz" integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== cliui@^8.0.1: version "8.0.1" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + resolved "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== dependencies: string-width "^4.2.0" @@ -4244,53 +4455,65 @@ cliui@^8.0.1: clone@^1.0.2: version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== +cmd-shim@^6.0.0: + version "6.0.2" + co@^4.6.0: version "4.6.0" - resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" + resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz" integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= collect-v8-coverage@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" + resolved "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz" integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== color-convert@^1.9.0: version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== dependencies: color-name "1.1.3" color-convert@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== dependencies: color-name "~1.1.4" +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + color-name@1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= -color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== +color-support@^1.1.3: + version "1.1.3" + +columnify@^1.6.0: + version "1.6.0" + dependencies: + strip-ansi "^6.0.1" + wcwidth "^1.0.0" combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" + resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== dependencies: delayed-stream "~1.0.0" command-line-application@^0.10.1: version "0.10.1" - resolved "https://registry.yarnpkg.com/command-line-application/-/command-line-application-0.10.1.tgz#9ee0db7e41fe69f532eef0747e9ae958c0d348ae" + resolved "https://registry.npmjs.org/command-line-application/-/command-line-application-0.10.1.tgz" integrity sha512-PWZ4nRkz09MbBRocqEe/Fil3RjTaMNqw0didl1n/i3flDcw/vecVfvsw3r+ZHhGs4BOuW7sk3cEYSdfM3Wv5/Q== dependencies: "@types/command-line-args" "^5.0.0" @@ -4304,7 +4527,7 @@ command-line-application@^0.10.1: command-line-args@^5.1.1: version "5.2.1" - resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.2.1.tgz#c44c32e437a57d7c51157696893c5909e9cec42e" + resolved "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.1.tgz" integrity sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg== dependencies: array-back "^3.1.0" @@ -4314,7 +4537,7 @@ command-line-args@^5.1.1: command-line-usage@^6.0.0: version "6.1.3" - resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-6.1.3.tgz#428fa5acde6a838779dfa30e44686f4b6761d957" + resolved "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.3.tgz" integrity sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw== dependencies: array-back "^4.0.2" @@ -4324,32 +4547,38 @@ command-line-usage@^6.0.0: commander@^2.19.0: version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" + resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== commander@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae" + resolved "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz" integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== commander@^9.4.0: version "9.4.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" + resolved "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz" integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== +common-ancestor-path@^1.0.1: + version "1.0.1" + compare-versions@^3.6.0: version "3.6.0" - resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62" + resolved "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz" integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA== concat-map@0.0.1: version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= +console-control-strings@^1.1.0: + version "1.1.0" + constant-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/constant-case/-/constant-case-3.0.4.tgz#3b84a9aeaf4cf31ec45e6bf5de91bdfb0589faf1" + resolved "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz" integrity sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ== dependencies: no-case "^3.0.4" @@ -4358,65 +4587,54 @@ constant-case@^3.0.4: content-disposition@0.5.3: version "0.5.3" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" + resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz" integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== dependencies: safe-buffer "5.1.2" content-type@~1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz" integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== convert-source-map@^1.6.0, convert-source-map@^1.7.0: version "1.7.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" + resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz" integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== dependencies: safe-buffer "~5.1.1" convert-source-map@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" + resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== cookie-signature@1.0.6: version "1.0.6" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= cookie@0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" + resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz" integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== core-util-is@1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= cors@^2.8.5: version "2.8.5" - resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29" + resolved "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz" integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== dependencies: object-assign "^4" vary "^1" -cosmiconfig@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3" - integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== - dependencies: - "@types/parse-json" "^4.0.0" - import-fresh "^3.2.1" - parse-json "^5.0.0" - path-type "^4.0.0" - yaml "^1.10.0" - cosmiconfig@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" + resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz" integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== dependencies: "@types/parse-json" "^4.0.0" @@ -4425,14 +4643,25 @@ cosmiconfig@^6.0.0: path-type "^4.0.0" yaml "^1.7.2" +cosmiconfig@>=6, cosmiconfig@7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz" + integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== + dependencies: + "@types/parse-json" "^4.0.0" + import-fresh "^3.2.1" + parse-json "^5.0.0" + path-type "^4.0.0" + yaml "^1.10.0" + create-require@^1.1.0: version "1.1.1" - resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" + resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz" integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== cross-fetch@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.4.tgz#7bef7020207e684a7638ef5f2f698e24d9eb283c" + resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz" integrity sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw== dependencies: node-fetch "2.6.0" @@ -4440,98 +4669,108 @@ cross-fetch@^3.0.4: cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== dependencies: path-key "^3.1.0" shebang-command "^2.0.0" which "^2.0.1" +cssesc@^3.0.0: + version "3.0.0" + dashdash@^1.12.0: version "1.14.1" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz" integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= dependencies: assert-plus "^1.0.0" date-fns@^2.24.0: version "2.24.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.24.0.tgz#7d86dc0d93c87b76b63d213b4413337cfd1c105d" + resolved "https://registry.npmjs.org/date-fns/-/date-fns-2.24.0.tgz" integrity sha512-6ujwvwgPID6zbI0o7UbURi2vlLDR9uP26+tW6Lg+Ji3w7dd0i3DOcjcClLjLPranT60SSEFBwdSyYwn/ZkPIuw== date-utils@*: version "1.2.21" - resolved "https://registry.yarnpkg.com/date-utils/-/date-utils-1.2.21.tgz#61fb16cdc1274b3c9acaaffe9fc69df8720a2b64" + resolved "https://registry.npmjs.org/date-utils/-/date-utils-1.2.21.tgz" integrity sha1-YfsWzcEnSzyayq/+n8ad+HIKK2Q= +debug@^4.1.0, debug@^4.1.1: + version "4.1.1" + resolved "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz" + integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== + dependencies: + ms "^2.1.1" + +debug@^4.3.2: + version "4.3.4" + resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== + dependencies: + ms "2.1.2" + +debug@^4.3.4: + version "4.3.4" + resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== + dependencies: + ms "2.1.2" + debug@2.6.9: version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== dependencies: ms "2.0.0" debug@4: version "4.3.2" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b" + resolved "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz" integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== dependencies: ms "2.1.2" -debug@^4.1.0, debug@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" - integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== - dependencies: - ms "^2.1.1" - -debug@^4.3.2, debug@^4.3.4: - version "4.3.4" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== - dependencies: - ms "2.1.2" - dedent@^0.7.0: version "0.7.0" - resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" + resolved "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz" integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw= dedent@^1.0.0: version "1.5.1" - resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.1.tgz#4f3fc94c8b711e9bb2800d185cd6ad20f2a90aff" + resolved "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz" integrity sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg== deep-extend@^0.6.0, deep-extend@~0.6.0: version "0.6.0" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" + resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz" integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== deep-is@^0.1.3: version "0.1.3" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" + resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz" integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= deepmerge@^4.0.0, deepmerge@^4.2.2: version "4.2.2" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" + resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz" integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== defaults@^1.0.3: version "1.0.4" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" + resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz" integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== dependencies: clone "^1.0.2" define-lazy-prop@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" + resolved "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== del@^6.0.0: version "6.1.1" - resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a" + resolved "https://registry.npmjs.org/del/-/del-6.1.1.tgz" integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg== dependencies: globby "^11.0.1" @@ -4545,90 +4784,93 @@ del@^6.0.0: delayed-stream@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= depd@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz" integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= depd@~2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" + resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== dependency-graph@^0.9.0: version "0.9.0" - resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.9.0.tgz#11aed7e203bc8b00f48356d92db27b265c445318" + resolved "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.9.0.tgz" integrity sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w== deprecation@^2.0.0, deprecation@^2.3.1: version "2.3.1" - resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919" + resolved "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz" integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== destroy@~1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + resolved "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz" integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= detect-file@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" + resolved "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz" integrity sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q== detect-newline@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" + resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== diff-sequences@^29.4.3: version "29.4.3" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.4.3.tgz#9314bc1fabe09267ffeca9cbafc457d8499a13f2" + resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz" integrity sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA== diff@^4.0.1: version "4.0.2" - resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" + resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz" integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== +diff@^5.1.0: + version "5.2.0" + difflib@~0.2.1: version "0.2.4" - resolved "https://registry.yarnpkg.com/difflib/-/difflib-0.2.4.tgz#b5e30361a6db023176d562892db85940a718f47e" + resolved "https://registry.npmjs.org/difflib/-/difflib-0.2.4.tgz" integrity sha1-teMDYabbAjF21WKJLbhZQKcY9H4= dependencies: heap ">= 0.2.0" dir-glob@^2.0.0: version "2.2.2" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4" + resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz" integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw== dependencies: path-type "^3.0.0" dir-glob@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" + resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== dependencies: path-type "^4.0.0" discontinuous-range@1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" + resolved "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz" integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo= doctrine@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" + resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== dependencies: esutils "^2.0.2" dot-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751" + resolved "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz" integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== dependencies: no-case "^3.0.4" @@ -4636,36 +4878,39 @@ dot-case@^3.0.4: dotenv-expand@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" + resolved "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz" integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== dotenv@^8.0.0: version "8.6.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" + resolved "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz" integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== dotenv@^8.2.0: version "8.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" + resolved "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz" integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== dreamopt@~0.6.0: version "0.6.0" - resolved "https://registry.yarnpkg.com/dreamopt/-/dreamopt-0.6.0.tgz#d813ccdac8d39d8ad526775514a13dda664d6b4b" + resolved "https://registry.npmjs.org/dreamopt/-/dreamopt-0.6.0.tgz" integrity sha1-2BPM2sjTnYrVJndVFKE92mZNa0s= dependencies: wordwrap ">=0.0.2" dtrace-provider@~0.8: version "0.8.8" - resolved "https://registry.yarnpkg.com/dtrace-provider/-/dtrace-provider-0.8.8.tgz#2996d5490c37e1347be263b423ed7b297fb0d97e" + resolved "https://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.8.8.tgz" integrity sha512-b7Z7cNtHPhH9EJhNNbbeqTcXB8LGFFZhq1PGgEvpeHlzd36bhbdTWoE/Ba/YguqpBSlAPKnARWhVlhunCMwfxg== dependencies: nan "^2.14.0" +eastasianwidth@^0.2.0: + version "0.2.0" + ecc-jsbn@~0.1.1: version "0.1.2" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" + resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz" integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= dependencies: jsbn "~0.1.0" @@ -4673,51 +4918,54 @@ ecc-jsbn@~0.1.1: ecdsa-sig-formatter@1.0.11: version "1.0.11" - resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf" + resolved "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz" integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ== dependencies: safe-buffer "^5.0.1" ee-first@1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -electron-to-chromium@^1.4.147: - version "1.4.154" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.154.tgz#d69c60499fc467a6c59591d29183e520afbc78a1" - integrity sha512-GbV9djOkrnj6xmW+YYVVEI3VCQnJ0pnSTu7TW2JyjKd5cakoiSaG5R4RbEtfaD92GsY10DzbU3GYRe+IOA9kqA== - electron-to-chromium@^1.4.477: version "1.4.491" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.491.tgz#53de4625bde1e75b5b7804a36c68b2c39f6a0c1f" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.491.tgz" integrity sha512-ZzPqGKghdVzlQJ+qpfE+r6EB321zed7e5JsvHIlMM4zPFF8okXUkF5Of7h7F3l3cltPL0rG7YVmlp5Qro7RQLA== emittery@^0.13.1: version "0.13.1" - resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad" + resolved "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz" integrity sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ== emoji-regex@^8.0.0: version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== +emoji-regex@^9.2.2: + version "9.2.2" + encodeurl@~1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= +encoding@^0.1.13: + version "0.1.13" + dependencies: + iconv-lite "^0.6.2" + end-of-stream@^1.1.0: version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz" integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== dependencies: once "^1.4.0" endent@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/endent/-/endent-2.1.0.tgz#5aaba698fb569e5e18e69e1ff7a28ff35373cd88" + resolved "https://registry.npmjs.org/endent/-/endent-2.1.0.tgz" integrity sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w== dependencies: dedent "^0.7.0" @@ -4726,72 +4974,78 @@ endent@^2.1.0: enquirer@^2.3.4: version "2.3.6" - resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" + resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz" integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== dependencies: ansi-colors "^4.1.1" -enquirer@^2.3.5: +enquirer@^2.3.5, "enquirer@>= 2.3.0 < 3": version "2.3.5" - resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.5.tgz#3ab2b838df0a9d8ab9e7dff235b0e8712ef92381" + resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.3.5.tgz" integrity sha512-BNT1C08P9XD0vNg3J475yIUG+mVdp9T6towYFHUv897X0KoHBjB1shyrNmhmtHWKP17iSWgo7Gqh7BBuzLZMSA== dependencies: ansi-colors "^3.2.1" env-ci@^5.0.1: version "5.5.0" - resolved "https://registry.yarnpkg.com/env-ci/-/env-ci-5.5.0.tgz#43364e3554d261a586dec707bc32be81112b545f" + resolved "https://registry.npmjs.org/env-ci/-/env-ci-5.5.0.tgz" integrity sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A== dependencies: execa "^5.0.0" fromentries "^1.3.2" java-properties "^1.0.0" +env-paths@^2.2.0: + version "2.2.1" + +err-code@^2.0.2: + version "2.0.3" + error-ex@^1.3.1: version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== dependencies: is-arrayish "^0.2.1" es5-ext@0.8.x: version "0.8.2" - resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.8.2.tgz#aba8d9e1943a895ac96837a62a39b3f55ecd94ab" + resolved "https://registry.npmjs.org/es5-ext/-/es5-ext-0.8.2.tgz" integrity sha1-q6jZ4ZQ6iVrJaDemKjmz9V7NlKs= escalade@^3.1.1: version "3.1.1" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== escape-html@~1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= escape-string-regexp@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= escape-string-regexp@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz" integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== escape-string-regexp@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== eslint-config-prettier@^9.0.0: version "9.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" + resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz" integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== eslint-plugin-deprecation@^1.5.0: version "1.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.6.0.tgz#b12d0c5a9baf3bcde0752ff6337703c059a4ae23" + resolved "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.6.0.tgz" integrity sha512-rld+Vrneh/NXRtDB0vQifOvgUy0HJYoejaxWlVnsk/LK7iij2tCWQIFcCKG4uzQb+Ef86bDke39w1lh4wnon4Q== dependencies: "@typescript-eslint/utils" "^6.0.0" @@ -4800,14 +5054,14 @@ eslint-plugin-deprecation@^1.5.0: eslint-plugin-jest@^27.2.3: version "27.2.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz#6f8a4bb2ca82c0c5d481d1b3be256ab001f5a3ec" + resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz" integrity sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ== dependencies: "@typescript-eslint/utils" "^5.10.0" eslint-scope@^5.1.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== dependencies: esrecurse "^4.3.0" @@ -4815,7 +5069,7 @@ eslint-scope@^5.1.1: eslint-scope@^7.2.2: version "7.2.2" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" + resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz" integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== dependencies: esrecurse "^4.3.0" @@ -4823,12 +5077,12 @@ eslint-scope@^7.2.2: eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: version "3.4.3" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" + resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== -eslint@^8.46.0: +"eslint@^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", "eslint@^7.0.0 || ^8.0.0", eslint@^8.46.0, eslint@>=7.0.0: version "8.47.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.47.0.tgz#c95f9b935463fb4fad7005e626c7621052e90806" + resolved "https://registry.npmjs.org/eslint/-/eslint-8.47.0.tgz" integrity sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q== dependencies: "@eslint-community/eslint-utils" "^4.2.0" @@ -4871,7 +5125,7 @@ eslint@^8.46.0: espree@^9.6.0, espree@^9.6.1: version "9.6.1" - resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" + resolved "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== dependencies: acorn "^8.9.0" @@ -4880,66 +5134,61 @@ espree@^9.6.0, espree@^9.6.1: esprima@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== esquery@^1.4.2: version "1.5.0" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" + resolved "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz" integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== dependencies: estraverse "^5.1.0" esrecurse@^4.3.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== dependencies: estraverse "^5.2.0" estraverse@^4.1.1: version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== -estraverse@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz#374309d39fd935ae500e7b92e8a6b4c720e59642" - integrity sha512-FyohXK+R0vE+y1nHLoBM7ZTyqRpqAlhdZHCWIWEviFLiGB8b04H6bQs8G+XTthacvT8VuwvteiP7RJSxMs8UEw== - -estraverse@^5.2.0: +estraverse@^5.1.0, estraverse@^5.2.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" + resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz" integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== esutils@^2.0.2: version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== etag@~1.8.1: version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= event-target-shim@^5.0.0: version "5.0.1" - resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" + resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== eventemitter3@^4.0.4: version "4.0.4" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.4.tgz#b5463ace635a083d018bdc7c917b4c5f10a85384" + resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.4.tgz" integrity sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== events@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.1.0.tgz#84279af1b34cb75aa88bf5ff291f6d0bd9b31a59" + resolved "https://registry.npmjs.org/events/-/events-3.1.0.tgz" integrity sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg== execa@^4.0.1: version "4.0.2" - resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.2.tgz#ad87fb7b2d9d564f70d2b62d511bee41d5cbb240" + resolved "https://registry.npmjs.org/execa/-/execa-4.0.2.tgz" integrity sha512-QI2zLa6CjGWdiQsmSkZoGtDx2N+cQIGb3yNolGTdjSQzydzLgYYf8LRuagp7S7fPimjcrzUDSUFd/MgzELMi4Q== dependencies: cross-spawn "^7.0.0" @@ -4954,7 +5203,7 @@ execa@^4.0.1: execa@^5.0.0: version "5.1.1" - resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" + resolved "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz" integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== dependencies: cross-spawn "^7.0.3" @@ -4969,19 +5218,19 @@ execa@^5.0.0: exit@^0.1.2: version "0.1.2" - resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" + resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= expand-tilde@^2.0.0, expand-tilde@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" + resolved "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz" integrity sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw== dependencies: homedir-polyfill "^1.0.1" expect@^29.0.0, expect@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/expect/-/expect-29.6.2.tgz#7b08e83eba18ddc4a2cf62b5f2d1918f5cd84521" + resolved "https://registry.npmjs.org/expect/-/expect-29.6.2.tgz" integrity sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA== dependencies: "@jest/expect-utils" "^29.6.2" @@ -4991,9 +5240,12 @@ expect@^29.0.0, expect@^29.6.2: jest-message-util "^29.6.2" jest-util "^29.6.2" +exponential-backoff@^3.1.1: + version "3.1.1" + express@^4.17.1: version "4.17.1" - resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" + resolved "https://registry.npmjs.org/express/-/express-4.17.1.tgz" integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== dependencies: accepts "~1.3.7" @@ -5029,36 +5281,36 @@ express@^4.17.1: extend@^3.0.2, extend@~3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== external-editor@^3.0.3: version "3.1.0" - resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" + resolved "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz" integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== dependencies: chardet "^0.7.0" iconv-lite "^0.4.24" - tmp "^0.0.33" - -extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= + tmp "^0.0.33" extsprintf@^1.2.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" + resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.0.tgz" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= +extsprintf@1.3.0: + version "1.3.0" + resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz" + integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= + fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== fast-glob@^3.1.1: version "3.2.4" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz" integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== dependencies: "@nodelib/fs.stat" "^2.0.2" @@ -5068,9 +5320,20 @@ fast-glob@^3.1.1: micromatch "^4.0.2" picomatch "^2.2.1" -fast-glob@^3.2.9, fast-glob@^3.3.0: +fast-glob@^3.2.9: + version "3.3.1" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz" + integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + +fast-glob@^3.3.0: version "3.3.1" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz" integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg== dependencies: "@nodelib/fs.stat" "^2.0.2" @@ -5081,71 +5344,74 @@ fast-glob@^3.2.9, fast-glob@^3.3.0: fast-json-parse@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/fast-json-parse/-/fast-json-parse-1.0.3.tgz#43e5c61ee4efa9265633046b770fb682a7577c4d" + resolved "https://registry.npmjs.org/fast-json-parse/-/fast-json-parse-1.0.3.tgz" integrity sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw== -fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: +fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0, fast-json-stable-stringify@2.x: version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" + resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== fast-levenshtein@^2.0.6: version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= fast-xml-parser@4.2.5: version "4.2.5" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz#a6747a09296a6cb34f2ae634019bf1738f3b421f" + resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz" integrity sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g== dependencies: strnum "^1.0.5" +fastest-levenshtein@^1.0.16: + version "1.0.16" + fastq@^1.6.0: version "1.8.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz#550e1f9f59bbc65fe185cb6a9b4d95357107f481" + resolved "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz" integrity sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== dependencies: reusify "^1.0.4" fb-watchman@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85" + resolved "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz" integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg== dependencies: bser "2.1.1" figures@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" + resolved "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz" integrity sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA== dependencies: escape-string-regexp "^1.0.5" figures@^3.0.0, figures@^3.2.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" + resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz" integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== dependencies: escape-string-regexp "^1.0.5" file-entry-cache@^6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" + resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== dependencies: flat-cache "^3.0.4" fill-range@^7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== dependencies: to-regex-range "^5.0.1" finalhandler@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" + resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz" integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== dependencies: debug "2.6.9" @@ -5158,21 +5424,21 @@ finalhandler@~1.1.2: find-replace@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-3.0.0.tgz#3e7e23d3b05167a76f770c9fbd5258b0def68c38" + resolved "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz" integrity sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ== dependencies: array-back "^3.0.1" find-up@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" + resolved "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz" integrity sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ== dependencies: locate-path "^2.0.0" find-up@^4.0.0, find-up@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" + resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== dependencies: locate-path "^5.0.0" @@ -5180,7 +5446,7 @@ find-up@^4.0.0, find-up@^4.1.0: find-up@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== dependencies: locate-path "^6.0.0" @@ -5188,14 +5454,14 @@ find-up@^5.0.0: find-versions@^3.2.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e" + resolved "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz" integrity sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww== dependencies: semver-regex "^2.0.0" findup-sync@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-5.0.0.tgz#54380ad965a7edca00cc8f63113559aadc541bd2" + resolved "https://registry.npmjs.org/findup-sync/-/findup-sync-5.0.0.tgz" integrity sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ== dependencies: detect-file "^1.0.0" @@ -5205,7 +5471,7 @@ findup-sync@^5.0.0: fined@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/fined/-/fined-2.0.0.tgz#6846563ed96879ce6de6c85c715c42250f8d8089" + resolved "https://registry.npmjs.org/fined/-/fined-2.0.0.tgz" integrity sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A== dependencies: expand-tilde "^2.0.2" @@ -5216,12 +5482,12 @@ fined@^2.0.0: flagged-respawn@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/flagged-respawn/-/flagged-respawn-2.0.0.tgz#abf39719dcfe1ac06c86c9466081c541c682987b" + resolved "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-2.0.0.tgz" integrity sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA== flat-cache@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" + resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz" integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== dependencies: flatted "^3.1.0" @@ -5229,34 +5495,49 @@ flat-cache@^3.0.4: flatted@^3.1.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469" + resolved "https://registry.npmjs.org/flatted/-/flatted-3.1.1.tgz" integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA== -follow-redirects@^1.14.9: +follow-redirects@^1.14.0, follow-redirects@^1.14.9: version "1.15.2" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" + resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz" integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== for-in@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + resolved "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz" integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ== for-own@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b" + resolved "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz" integrity sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg== dependencies: for-in "^1.0.1" +foreground-child@^3.1.0: + version "3.1.1" + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + forever-agent@~0.6.1: version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz" integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= +form-data@^2.3.2: + version "2.5.1" + resolved "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz" + integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.6" + mime-types "^2.1.12" + form-data@^2.5.0: version "2.5.1" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4" + resolved "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz" integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA== dependencies: asynckit "^0.4.0" @@ -5265,7 +5546,7 @@ form-data@^2.5.0: form-data@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682" + resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz" integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg== dependencies: asynckit "^0.4.0" @@ -5274,7 +5555,7 @@ form-data@^3.0.0: form-data@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" + resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz" integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== dependencies: asynckit "^0.4.0" @@ -5283,7 +5564,7 @@ form-data@^4.0.0: form-data@~2.3.2: version "2.3.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" + resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz" integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== dependencies: asynckit "^0.4.0" @@ -5292,66 +5573,86 @@ form-data@~2.3.2: forwarded@~0.1.2: version "0.1.2" - resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" + resolved "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz" integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= -fp-ts@^2.5.3: +fp-ts@^2.5.0, fp-ts@^2.5.3: version "2.12.3" - resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.12.3.tgz#d991b1e8467d325dadbb6b0ab9524f773e9c3c49" + resolved "https://registry.npmjs.org/fp-ts/-/fp-ts-2.12.3.tgz" integrity sha512-8m0XvW8kZbfnJOA4NvSVXu95mLbPf4LQGwQyqVukIYS4KzSNJiyKSmuZUmbVHteUi6MGkAJGPb0goPZqI+Tsqg== fresh@0.5.2: version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= fromentries@^1.2.0, fromentries@^1.3.2: version "1.3.2" - resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a" + resolved "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz" integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg== fs-extra@^10.0.0, fs-extra@^10.1.0: version "10.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz" integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1" universalify "^2.0.0" +fs-minipass@^2.0.0: + version "2.1.0" + dependencies: + minipass "^3.0.0" + +fs-minipass@^3.0.0, fs-minipass@^3.0.3: + version "3.0.3" + dependencies: + minipass "^7.0.3" + fs.realpath@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fsevents@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== - function-bind@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== +function-bind@^1.1.2: + version "1.1.2" + gar@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/gar/-/gar-1.0.4.tgz#f777bc7db425c0572fdeb52676172ca1ae9888b8" + resolved "https://registry.npmjs.org/gar/-/gar-1.0.4.tgz" integrity sha512-w4n9cPWyP7aHxKxYHFQMegj7WIAsL/YX/C4Bs5Rr8s1H9M1rNtRWRsw+ovYMkXDQ5S4ZbYHsHAPmevPjPgw44w== +gauge@^5.0.0: + version "5.0.1" + dependencies: + aproba "^1.0.3 || ^2.0.0" + color-support "^1.1.3" + console-control-strings "^1.1.0" + has-unicode "^2.0.1" + signal-exit "^4.0.1" + string-width "^4.2.3" + strip-ansi "^6.0.1" + wide-align "^1.1.5" + gensync@^1.0.0-beta.2: version "1.0.0-beta.2" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== get-caller-file@^2.0.5: version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== get-folder-size@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/get-folder-size/-/get-folder-size-2.0.1.tgz#3fe0524dd3bad05257ef1311331417bcd020a497" + resolved "https://registry.npmjs.org/get-folder-size/-/get-folder-size-2.0.1.tgz" integrity sha512-+CEb+GDCM7tkOS2wdMKTn9vU7DgnKUTuDlehkNJKNSovdCOVxs14OfKCk4cvSaR3za4gj+OBdl9opPN9xrJ0zA== dependencies: gar "^1.0.4" @@ -5359,7 +5660,7 @@ get-folder-size@^2.0.1: get-intrinsic@^1.0.2: version "1.1.1" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" + resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz" integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== dependencies: function-bind "^1.1.1" @@ -5368,7 +5669,7 @@ get-intrinsic@^1.0.2: get-monorepo-packages@^1.1.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/get-monorepo-packages/-/get-monorepo-packages-1.2.0.tgz#3eee88d30b11a5f65955dec6ae331958b2a168e4" + resolved "https://registry.npmjs.org/get-monorepo-packages/-/get-monorepo-packages-1.2.0.tgz" integrity sha512-aDP6tH+eM3EuVSp3YyCutOcFS4Y9AhRRH9FAd+cjtR/g63Hx+DCXdKoP1ViRPUJz5wm+BOEXB4FhoffGHxJ7jQ== dependencies: globby "^7.1.1" @@ -5376,36 +5677,36 @@ get-monorepo-packages@^1.1.0: get-own-enumerable-property-symbols@^3.0.0: version "3.0.2" - resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" + resolved "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz" integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== get-package-type@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" + resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz" integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== get-stream@^5.0.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9" + resolved "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz" integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw== dependencies: pump "^3.0.0" get-stream@^6.0.0: version "6.0.1" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== getpass@^0.1.1: version "0.1.7" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" + resolved "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz" integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= dependencies: assert-plus "^1.0.0" gitlog@^4.0.3: version "4.0.4" - resolved "https://registry.yarnpkg.com/gitlog/-/gitlog-4.0.4.tgz#8da6c08748dc290eb6c2fc11e3c505fb73715564" + resolved "https://registry.npmjs.org/gitlog/-/gitlog-4.0.4.tgz" integrity sha512-jeY2kO7CVyTa6cUM7ZD2ZxIyBkna1xvW2esV/3o8tbhiUneX1UBQCH4D9aMrHgGiohBjyXbuZogyjKXslnY5Yg== dependencies: debug "^4.1.1" @@ -5413,21 +5714,30 @@ gitlog@^4.0.3: glob-parent@^5.1.0, glob-parent@^5.1.2: version "5.1.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob "^4.0.1" glob-parent@^6.0.2: version "6.0.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" + resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== dependencies: is-glob "^4.0.3" +glob@^10.2.2, glob@^10.3.10: + version "10.3.10" + dependencies: + foreground-child "^3.1.0" + jackspeak "^2.3.5" + minimatch "^9.0.1" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + path-scurry "^1.10.1" + glob@^6.0.1: version "6.0.4" - resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22" + resolved "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz" integrity sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI= dependencies: inflight "^1.0.4" @@ -5438,7 +5748,7 @@ glob@^6.0.1: glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: version "7.1.6" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" + resolved "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz" integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== dependencies: fs.realpath "^1.0.0" @@ -5450,7 +5760,7 @@ glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: global-modules@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" + resolved "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz" integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== dependencies: global-prefix "^1.0.1" @@ -5459,7 +5769,7 @@ global-modules@^1.0.0: global-prefix@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" + resolved "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz" integrity sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg== dependencies: expand-tilde "^2.0.2" @@ -5470,43 +5780,19 @@ global-prefix@^1.0.1: globals@^11.1.0: version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" + resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== globals@^13.19.0: version "13.21.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.21.0.tgz#163aae12f34ef502f5153cfbdd3600f36c63c571" + resolved "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz" integrity sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg== dependencies: type-fest "^0.20.2" -globby@^11.0.0: - version "11.0.1" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" - integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== - dependencies: - array-union "^2.1.0" - dir-glob "^3.0.1" - fast-glob "^3.1.1" - ignore "^5.1.4" - merge2 "^1.3.0" - slash "^3.0.0" - -globby@^11.0.1: - version "11.0.3" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" - integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg== - dependencies: - array-union "^2.1.0" - dir-glob "^3.0.1" - fast-glob "^3.1.1" - ignore "^5.1.4" - merge2 "^1.3.0" - slash "^3.0.0" - -globby@^11.1.0: +globby@^11.0.0, globby@^11.0.1, globby@^11.1.0: version "11.1.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" + resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== dependencies: array-union "^2.1.0" @@ -5518,7 +5804,7 @@ globby@^11.1.0: globby@^13.1.1: version "13.2.2" - resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592" + resolved "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz" integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w== dependencies: dir-glob "^3.0.1" @@ -5529,7 +5815,7 @@ globby@^13.1.1: globby@^7.1.1: version "7.1.1" - resolved "https://registry.yarnpkg.com/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680" + resolved "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz" integrity sha512-yANWAN2DUcBtuus5Cpd+SKROzXHs2iVXFZt/Ykrfz6SAXqacLX25NZpltE+39ceMexYF4TtEadjuSTw8+3wX4g== dependencies: array-union "^1.0.1" @@ -5539,29 +5825,27 @@ globby@^7.1.1: pify "^3.0.0" slash "^1.0.0" -graceful-fs@^4.1.2, graceful-fs@^4.2.9: +graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.9: version "4.2.10" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" + resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== -graceful-fs@^4.1.6, graceful-fs@^4.2.0: - version "4.2.4" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" - integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== +graceful-fs@^4.2.11, graceful-fs@^4.2.6: + version "4.2.11" graceful-fs@^4.2.4: version "4.2.11" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== graphemer@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" + resolved "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== handlebars@^4.4.3: version "4.7.8" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9" + resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz" integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== dependencies: minimist "^1.2.5" @@ -5573,12 +5857,12 @@ handlebars@^4.4.3: har-schema@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" + resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz" integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= har-validator@~5.1.3: version "5.1.3" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" + resolved "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz" integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== dependencies: ajv "^6.5.5" @@ -5586,29 +5870,37 @@ har-validator@~5.1.3: has-flag@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= has-flag@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== has-symbols@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423" + resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz" integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== +has-unicode@^2.0.1: + version "2.0.1" + has@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz" integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== dependencies: function-bind "^1.1.1" +hasown@^2.0.0: + version "2.0.1" + dependencies: + function-bind "^1.1.2" + header-case@^2.0.4: version "2.0.4" - resolved "https://registry.yarnpkg.com/header-case/-/header-case-2.0.4.tgz#5a42e63b55177349cf405beb8d775acabb92c063" + resolved "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz" integrity sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q== dependencies: capital-case "^1.0.4" @@ -5616,71 +5908,76 @@ header-case@^2.0.4: "heap@>= 0.2.0": version "0.2.6" - resolved "https://registry.yarnpkg.com/heap/-/heap-0.2.6.tgz#087e1f10b046932fc8594dd9e6d378afc9d1e5ac" + resolved "https://registry.npmjs.org/heap/-/heap-0.2.6.tgz" integrity sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw= homedir-polyfill@^1.0.1: version "1.0.3" - resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" + resolved "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz" integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== dependencies: parse-passwd "^1.0.0" +hosted-git-info@^7.0.0, hosted-git-info@^7.0.1: + version "7.0.1" + dependencies: + lru-cache "^10.0.1" + html-escaper@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" + resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz" integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== -http-errors@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" - integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== +http-cache-semantics@^4.1.1: + version "4.1.1" + +http-errors@~1.7.2: + version "1.7.3" + resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz" + integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== dependencies: depd "~1.1.2" - inherits "2.0.3" + inherits "2.0.4" setprototypeof "1.1.1" statuses ">= 1.5.0 < 2" toidentifier "1.0.0" -http-errors@~1.7.2: - version "1.7.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" - integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== +http-errors@1.7.2: + version "1.7.2" + resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz" + integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== dependencies: depd "~1.1.2" - inherits "2.0.4" + inherits "2.0.3" setprototypeof "1.1.1" statuses ">= 1.5.0 < 2" toidentifier "1.0.0" http-graceful-shutdown@^3.1.5: version "3.1.7" - resolved "https://registry.yarnpkg.com/http-graceful-shutdown/-/http-graceful-shutdown-3.1.7.tgz#1dc51a72717db95b877f7881bc4646dc2a5a7667" + resolved "https://registry.npmjs.org/http-graceful-shutdown/-/http-graceful-shutdown-3.1.7.tgz" integrity sha512-00tmCsvemcZLfhii3sB7sfoUjvTzhg/WdOzVI7WEt2Vai9h1ybzSoEhJeQIck8gCz8pt/4YMXWPjGZxe+KukTA== dependencies: debug "^4.3.4" -http-proxy-agent@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" - integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - http-proxy-agent@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" + resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== dependencies: "@tootallnate/once" "2" agent-base "6" debug "4" +http-proxy-agent@^7.0.0: + version "7.0.2" + dependencies: + agent-base "^7.1.0" + debug "^4.3.4" + http-signature@~1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz" integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= dependencies: assert-plus "^1.0.0" @@ -5689,25 +5986,31 @@ http-signature@~1.2.0: https-proxy-agent@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" + resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz" integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== dependencies: agent-base "6" debug "4" +https-proxy-agent@^7.0.1: + version "7.0.4" + dependencies: + agent-base "^7.0.2" + debug "4" + human-signals@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" + resolved "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz" integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== human-signals@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" + resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== husky@^4.2.5: version "4.2.5" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36" + resolved "https://registry.npmjs.org/husky/-/husky-4.2.5.tgz" integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ== dependencies: chalk "^4.0.0" @@ -5721,51 +6024,48 @@ husky@^4.2.5: slash "^3.0.0" which-pm-runs "^1.0.0" -iconv-lite@0.4.24, iconv-lite@^0.4.24: +iconv-lite@^0.4.24, iconv-lite@0.4.24: version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== dependencies: safer-buffer ">= 2.1.2 < 3" +iconv-lite@^0.6.2: + version "0.6.3" + dependencies: + safer-buffer ">= 2.1.2 < 3.0.0" + ieee754@^1.1.13, ieee754@^1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== +ignore-walk@^6.0.4: + version "6.0.4" + dependencies: + minimatch "^9.0.0" + ignore@^3.3.5: version "3.3.10" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043" + resolved "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz" integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug== -ignore@^5.1.4: - version "5.1.8" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" - integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== - ignore@^5.2.0, ignore@^5.2.4: version "5.2.4" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" + resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz" integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== import-cwd@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-3.0.0.tgz#20845547718015126ea9b3676b7592fb8bd4cf92" + resolved "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz" integrity sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== dependencies: import-from "^3.0.0" -import-fresh@^3.1.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" - integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -import-fresh@^3.2.1: +import-fresh@^3.1.0, import-fresh@^3.2.1: version "3.3.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" + resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== dependencies: parent-module "^1.0.0" @@ -5773,14 +6073,14 @@ import-fresh@^3.2.1: import-from@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966" + resolved "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz" integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== dependencies: resolve-from "^5.0.0" import-local@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6" + resolved "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz" integrity sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA== dependencies: pkg-dir "^4.2.0" @@ -5788,40 +6088,54 @@ import-local@^3.0.2: imurmurhash@^0.1.4: version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= indent-string@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" + resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== inflight@^1.0.4: version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= dependencies: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4: +inherits@^2.0.3, inherits@^2.0.4, inherits@2, inherits@2.0.4: version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== inherits@2.0.3: version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= ini@^1.3.4, ini@~1.3.0: version "1.3.8" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== +ini@^4.1.0, ini@^4.1.1: + version "4.1.1" + +init-package-json@^6.0.0: + version "6.0.0" + dependencies: + npm-package-arg "^11.0.0" + promzard "^1.0.0" + read "^2.0.0" + read-package-json "^7.0.0" + semver "^7.3.5" + validate-npm-package-license "^3.0.4" + validate-npm-package-name "^5.0.0" + inquirer-checkbox-plus-prompt@^1.4.2: version "1.4.2" - resolved "https://registry.yarnpkg.com/inquirer-checkbox-plus-prompt/-/inquirer-checkbox-plus-prompt-1.4.2.tgz#5a5bb42a3f4bca2f6f4e582d163733eb59f4b195" + resolved "https://registry.npmjs.org/inquirer-checkbox-plus-prompt/-/inquirer-checkbox-plus-prompt-1.4.2.tgz" integrity sha512-W8/NL9x5A81Oq9ZfbYW5c1LuwtAhc/oB/u9YZZejna0pqrajj27XhnUHygJV0Vn5TvcDy1VJcD2Ld9kTk40dvg== dependencies: chalk "4.1.2" @@ -5830,9 +6144,9 @@ inquirer-checkbox-plus-prompt@^1.4.2: lodash "^4.17.5" rxjs "^6.6.7" -inquirer@^8.2.2: +inquirer@^8.2.2, "inquirer@< 9.x": version "8.2.6" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.6.tgz#733b74888195d8d400a67ac332011b5fae5ea562" + resolved "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz" integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg== dependencies: ansi-escapes "^4.2.1" @@ -5851,34 +6165,48 @@ inquirer@^8.2.2: through "^2.3.6" wrap-ansi "^6.0.1" +install@^0.13.0: + version "0.13.0" + resolved "https://registry.npmjs.org/install/-/install-0.13.0.tgz" + integrity sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA== + interpret@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9" + resolved "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz" integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== io-ts@^2.1.2: version "2.2.18" - resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.2.18.tgz#dfb41aded5f0e598ccf2a25a483c205444210173" + resolved "https://registry.npmjs.org/io-ts/-/io-ts-2.2.18.tgz" integrity sha512-3JxUUzRtPQPs5sOwB7pW0+Xb54nOzqA6M1sRB1hwgsRmkWMeGTjtOrCynGTJhIj+mBLUj2S37DAq2+BrPh9kTQ== +ip-address@^9.0.5: + version "9.0.5" + dependencies: + jsbn "1.1.0" + sprintf-js "^1.1.3" + ip-regex@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" + resolved "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz" integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= +ip-regex@^5.0.0: + version "5.0.0" + ipaddr.js@1.9.1: version "1.9.1" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" + resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz" integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== is-absolute-url@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698" + resolved "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz" integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== is-absolute@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-absolute/-/is-absolute-1.0.0.tgz#395e1ae84b11f26ad1795e73c17378e48a301576" + resolved "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz" integrity sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA== dependencies: is-relative "^1.0.0" @@ -5886,169 +6214,173 @@ is-absolute@^1.0.0: is-arrayish@^0.2.1: version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= +is-cidr@^5.0.3: + version "5.0.3" + dependencies: + cidr-regex "4.0.3" + is-core-module@^2.8.1: version "2.9.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69" + resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz" integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A== dependencies: has "^1.0.3" is-docker@^2.0.0, is-docker@^2.1.1: version "2.2.1" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== is-extglob@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= is-fullwidth-code-point@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== is-generator-fn@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" + resolved "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz" integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== -is-glob@^4.0.0, is-glob@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - dependencies: - is-extglob "^2.1.1" - -is-glob@^4.0.3: +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3: version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== dependencies: is-extglob "^2.1.1" is-interactive@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" + resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz" integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== is-interactive@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-2.0.0.tgz#40c57614593826da1100ade6059778d597f16e90" + resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz" integrity sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ== +is-lambda@^1.0.1: + version "1.0.1" + is-number@^7.0.0: version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== is-obj@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" + resolved "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz" integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= is-path-cwd@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" + resolved "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz" integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== is-path-inside@^3.0.2, is-path-inside@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz" integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== is-plain-object@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" + resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== is-regexp@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" + resolved "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz" integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk= is-relative@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-1.0.0.tgz#a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d" + resolved "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz" integrity sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA== dependencies: is-unc-path "^1.0.0" is-stream@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" + resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz" integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== is-typedarray@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz" integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= is-unc-path@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-unc-path/-/is-unc-path-1.0.0.tgz#d731e8898ed090a12c352ad2eaed5095ad322c9d" + resolved "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz" integrity sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ== dependencies: unc-path-regex "^0.1.2" is-unicode-supported@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" + resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== is-unicode-supported@^1.1.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" + resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz" integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== is-windows@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== is-wsl@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== dependencies: is-docker "^2.0.0" isbinaryfile@^4.0.8: version "4.0.10" - resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3" + resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz" integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw== isexe@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= +isexe@^3.1.1: + version "3.1.1" + isobject@^3.0.0, isobject@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== isstream@~0.1.2: version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= istanbul-lib-coverage@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec" + resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz" integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== istanbul-lib-coverage@^3.2.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" + resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz" integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz#31d18bdd127f825dd02ea7bfdfd906f8ab840e9f" + resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.0.tgz" integrity sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A== dependencies: "@babel/core" "^7.12.3" @@ -6059,7 +6391,7 @@ istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0: istanbul-lib-report@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" + resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz" integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== dependencies: istanbul-lib-coverage "^3.0.0" @@ -6068,7 +6400,7 @@ istanbul-lib-report@^3.0.0: istanbul-lib-source-maps@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9" + resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz" integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg== dependencies: debug "^4.1.1" @@ -6077,20 +6409,27 @@ istanbul-lib-source-maps@^4.0.0: istanbul-reports@^3.1.3: version "3.1.4" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.4.tgz#1b6f068ecbc6c331040aab5741991273e609e40c" + resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz" integrity sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw== dependencies: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" +jackspeak@^2.3.5: + version "2.3.6" + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + java-properties@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211" + resolved "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz" integrity sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== jest-changed-files@^29.5.0: version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.5.0.tgz#e88786dca8bf2aa899ec4af7644e16d9dcf9b23e" + resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz" integrity sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag== dependencies: execa "^5.0.0" @@ -6098,7 +6437,7 @@ jest-changed-files@^29.5.0: jest-circus@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.6.2.tgz#1e6ffca60151ac66cad63fce34f443f6b5bb4258" + resolved "https://registry.npmjs.org/jest-circus/-/jest-circus-29.6.2.tgz" integrity sha512-G9mN+KOYIUe2sB9kpJkO9Bk18J4dTDArNFPwoZ7WKHKel55eKIS/u2bLthxgojwlf9NLCVQfgzM/WsOVvoC6Fw== dependencies: "@jest/environment" "^29.6.2" @@ -6124,7 +6463,7 @@ jest-circus@^29.6.2: jest-cli@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.6.2.tgz#edb381763398d1a292cd1b636a98bfa5644b8fda" + resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-29.6.2.tgz" integrity sha512-TT6O247v6dCEX2UGHGyflMpxhnrL0DNqP2fRTKYm3nJJpCTfXX3GCMQPGFjXDoj0i5/Blp3jriKXFgdfmbYB6Q== dependencies: "@jest/core" "^29.6.2" @@ -6142,7 +6481,7 @@ jest-cli@^29.6.2: jest-config@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.6.2.tgz#c68723f06b31ca5e63030686e604727d406cd7c3" + resolved "https://registry.npmjs.org/jest-config/-/jest-config-29.6.2.tgz" integrity sha512-VxwFOC8gkiJbuodG9CPtMRjBUNZEHxwfQXmIudSTzFWxaci3Qub1ddTRbFNQlD/zUeaifLndh/eDccFX4wCMQw== dependencies: "@babel/core" "^7.11.6" @@ -6170,7 +6509,7 @@ jest-config@^29.6.2: jest-diff@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.6.2.tgz#c36001e5543e82a0805051d3ceac32e6825c1c46" + resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-29.6.2.tgz" integrity sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA== dependencies: chalk "^4.0.0" @@ -6180,14 +6519,14 @@ jest-diff@^29.6.2: jest-docblock@^29.4.3: version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-29.4.3.tgz#90505aa89514a1c7dceeac1123df79e414636ea8" + resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.4.3.tgz" integrity sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg== dependencies: detect-newline "^3.0.0" jest-each@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.6.2.tgz#c9e4b340bcbe838c73adf46b76817b15712d02ce" + resolved "https://registry.npmjs.org/jest-each/-/jest-each-29.6.2.tgz" integrity sha512-MsrsqA0Ia99cIpABBc3izS1ZYoYfhIy0NNWqPSE0YXbQjwchyt6B1HD2khzyPe1WiJA7hbxXy77ZoUQxn8UlSw== dependencies: "@jest/types" "^29.6.1" @@ -6198,7 +6537,7 @@ jest-each@^29.6.2: jest-environment-node@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.6.2.tgz#a9ea2cabff39b08eca14ccb32c8ceb924c8bb1ad" + resolved "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.6.2.tgz" integrity sha512-YGdFeZ3T9a+/612c5mTQIllvWkddPbYcN2v95ZH24oWMbGA4GGS2XdIF92QMhUhvrjjuQWYgUGW2zawOyH63MQ== dependencies: "@jest/environment" "^29.6.2" @@ -6210,12 +6549,12 @@ jest-environment-node@^29.6.2: jest-get-type@^29.4.3: version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.4.3.tgz#1ab7a5207c995161100b5187159ca82dd48b3dd5" + resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz" integrity sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg== jest-haste-map@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.6.2.tgz#298c25ea5255cfad8b723179d4295cf3a50a70d1" + resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.2.tgz" integrity sha512-+51XleTDAAysvU8rT6AnS1ZJ+WHVNqhj1k6nTvN2PYP+HjU3kqlaKQ1Lnw3NYW3bm2r8vq82X0Z1nDDHZMzHVA== dependencies: "@jest/types" "^29.6.1" @@ -6234,7 +6573,7 @@ jest-haste-map@^29.6.2: jest-leak-detector@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.6.2.tgz#e2b307fee78cab091c37858a98c7e1d73cdf5b38" + resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.6.2.tgz" integrity sha512-aNqYhfp5uYEO3tdWMb2bfWv6f0b4I0LOxVRpnRLAeque2uqOVVMLh6khnTcE2qJ5wAKop0HcreM1btoysD6bPQ== dependencies: jest-get-type "^29.4.3" @@ -6242,7 +6581,7 @@ jest-leak-detector@^29.6.2: jest-matcher-utils@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.6.2.tgz#39de0be2baca7a64eacb27291f0bd834fea3a535" + resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.6.2.tgz" integrity sha512-4LiAk3hSSobtomeIAzFTe+N8kL6z0JtF3n6I4fg29iIW7tt99R7ZcIFW34QkX+DuVrf+CUe6wuVOpm7ZKFJzZQ== dependencies: chalk "^4.0.0" @@ -6252,7 +6591,7 @@ jest-matcher-utils@^29.6.2: jest-message-util@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.6.2.tgz#af7adc2209c552f3f5ae31e77cf0a261f23dc2bb" + resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.6.2.tgz" integrity sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ== dependencies: "@babel/code-frame" "^7.12.13" @@ -6267,7 +6606,7 @@ jest-message-util@^29.6.2: jest-mock@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.6.2.tgz#ef9c9b4d38c34a2ad61010a021866dad41ce5e00" + resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-29.6.2.tgz" integrity sha512-hoSv3lb3byzdKfwqCuT6uTscan471GUECqgNYykg6ob0yiAw3zYc7OrPnI9Qv8Wwoa4lC7AZ9hyS4AiIx5U2zg== dependencies: "@jest/types" "^29.6.1" @@ -6276,25 +6615,25 @@ jest-mock@^29.6.2: jest-pnp-resolver@^1.2.2: version "1.2.2" - resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c" + resolved "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz" integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== jest-regex-util@^29.4.3: version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.4.3.tgz#a42616141e0cae052cfa32c169945d00c0aa0bb8" + resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz" integrity sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg== jest-resolve-dependencies@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.6.2.tgz#36435269b6672c256bcc85fb384872c134cc4cf2" + resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.6.2.tgz" integrity sha512-LGqjDWxg2fuQQm7ypDxduLu/m4+4Lb4gczc13v51VMZbVP5tSBILqVx8qfWcsdP8f0G7aIqByIALDB0R93yL+w== dependencies: jest-regex-util "^29.4.3" jest-snapshot "^29.6.2" -jest-resolve@^29.6.2: +jest-resolve@*, jest-resolve@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.6.2.tgz#f18405fe4b50159b7b6d85e81f6a524d22afb838" + resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.2.tgz" integrity sha512-G/iQUvZWI5e3SMFssc4ug4dH0aZiZpsDq9o1PtXTV1210Ztyb2+w+ZgQkB3iOiC5SmAEzJBOHWz6Hvrd+QnNPw== dependencies: chalk "^4.0.0" @@ -6309,7 +6648,7 @@ jest-resolve@^29.6.2: jest-runner@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.6.2.tgz#89e8e32a8fef24781a7c4c49cd1cb6358ac7fc01" + resolved "https://registry.npmjs.org/jest-runner/-/jest-runner-29.6.2.tgz" integrity sha512-wXOT/a0EspYgfMiYHxwGLPCZfC0c38MivAlb2lMEAlwHINKemrttu1uSbcGbfDV31sFaPWnWJPmb2qXM8pqZ4w== dependencies: "@jest/console" "^29.6.2" @@ -6336,7 +6675,7 @@ jest-runner@^29.6.2: jest-runtime@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.6.2.tgz#692f25e387f982e89ab83270e684a9786248e545" + resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.6.2.tgz" integrity sha512-2X9dqK768KufGJyIeLmIzToDmsN0m7Iek8QNxRSI/2+iPFYHF0jTwlO3ftn7gdKd98G/VQw9XJCk77rbTGZnJg== dependencies: "@jest/environment" "^29.6.2" @@ -6364,7 +6703,7 @@ jest-runtime@^29.6.2: jest-snapshot@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.6.2.tgz#9b431b561a83f2bdfe041e1cab8a6becdb01af9c" + resolved "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.6.2.tgz" integrity sha512-1OdjqvqmRdGNvWXr/YZHuyhh5DeaLp1p/F8Tht/MrMw4Kr1Uu/j4lRG+iKl1DAqUJDWxtQBMk41Lnf/JETYBRA== dependencies: "@babel/core" "^7.11.6" @@ -6390,7 +6729,7 @@ jest-snapshot@^29.6.2: jest-util@^29.0.0, jest-util@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.2.tgz#8a052df8fff2eebe446769fd88814521a517664d" + resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.6.2.tgz" integrity sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w== dependencies: "@jest/types" "^29.6.1" @@ -6402,7 +6741,7 @@ jest-util@^29.0.0, jest-util@^29.6.2: jest-validate@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.6.2.tgz#25d972af35b2415b83b1373baf1a47bb266c1082" + resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.2.tgz" integrity sha512-vGz0yMN5fUFRRbpJDPwxMpgSXW1LDKROHfBopAvDcmD6s+B/s8WJrwi+4bfH4SdInBA5C3P3BI19dBtKzx1Arg== dependencies: "@jest/types" "^29.6.1" @@ -6414,7 +6753,7 @@ jest-validate@^29.6.2: jest-watcher@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.6.2.tgz#77c224674f0620d9f6643c4cfca186d8893ca088" + resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.6.2.tgz" integrity sha512-GZitlqkMkhkefjfN/p3SJjrDaxPflqxEAv3/ik10OirZqJGYH5rPiIsgVcfof0Tdqg3shQGdEIxDBx+B4tuLzA== dependencies: "@jest/test-result" "^29.6.2" @@ -6428,7 +6767,7 @@ jest-watcher@^29.6.2: jest-worker@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.6.2.tgz#682fbc4b6856ad0aa122a5403c6d048b83f3fb44" + resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.2.tgz" integrity sha512-l3ccBOabTdkng8I/ORCkADz4eSMKejTYv1vB/Z83UiubqhC1oQ5Li6dWCyqOIvSifGjUBxuvxvlm6KGK2DtuAQ== dependencies: "@types/node" "*" @@ -6436,9 +6775,9 @@ jest-worker@^29.6.2: merge-stream "^2.0.0" supports-color "^8.0.0" -jest@^29.6.1: +jest@*, jest@^29.0.0, jest@^29.6.1: version "29.6.2" - resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.2.tgz#3bd55b9fd46a161b2edbdf5f1d1bd0d1eab76c42" + resolved "https://registry.npmjs.org/jest/-/jest-29.6.2.tgz" integrity sha512-8eQg2mqFbaP7CwfsTpCxQ+sHzw1WuNWL5UUvjnWP4hx2riGz9fPSzYOaU5q8/GqWn1TfgZIVTqYJygbGbWAANg== dependencies: "@jest/core" "^29.6.2" @@ -6448,12 +6787,12 @@ jest@^29.6.1: js-tokens@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== js-yaml@^3.13.1: version "3.14.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482" + resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz" integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== dependencies: argparse "^1.0.7" @@ -6461,24 +6800,27 @@ js-yaml@^3.13.1: js-yaml@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== dependencies: argparse "^2.0.1" jsbn@~0.1.0: version "0.1.1" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz" integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= +jsbn@1.1.0: + version "1.1.0" + jsesc@^2.5.1: version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== json-diff@^0.5.4: version "0.5.4" - resolved "https://registry.yarnpkg.com/json-diff/-/json-diff-0.5.4.tgz#7bc8198c441756632aab66c7d9189d365a7a035a" + resolved "https://registry.npmjs.org/json-diff/-/json-diff-0.5.4.tgz" integrity sha512-q5Xmx9QXNOzOzIlMoYtLrLiu4Jl/Ce2bn0CNcv54PhyH89CI4GWlGVDye8ei2Ijt9R3U+vsWPsXpLUNob8bs8Q== dependencies: cli-color "~0.1.6" @@ -6487,61 +6829,65 @@ json-diff@^0.5.4: json-parse-better-errors@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz" integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== json-parse-even-better-errors@^2.3.0: version "2.3.1" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== +json-parse-even-better-errors@^3.0.0, json-parse-even-better-errors@^3.0.1: + version "3.0.1" + json-schema-traverse@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== json-schema-traverse@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== json-schema@0.2.3: version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" + resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz" integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" + resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= +json-stringify-nice@^1.1.4: + version "1.1.4" + json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= -json5@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" - integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== - json5@^2.2.2, json5@^2.2.3: version "2.2.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsonfile@^6.0.1: version "6.1.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== dependencies: universalify "^2.0.0" optionalDependencies: graceful-fs "^4.1.6" +jsonparse@^1.3.1: + version "1.3.1" + jsonwebtoken@^9.0.0: version "9.0.2" - resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#65ff91f4abef1784697d40952bb1998c504caaf3" + resolved "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz" integrity sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ== dependencies: jws "^3.2.2" @@ -6557,7 +6903,7 @@ jsonwebtoken@^9.0.0: jsprim@^1.2.2: version "1.4.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" + resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz" integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= dependencies: assert-plus "1.0.0" @@ -6565,9 +6911,15 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" +just-diff-apply@^5.2.0: + version "5.5.0" + +just-diff@^6.0.0: + version "6.0.2" + jwa@^1.4.1: version "1.4.1" - resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a" + resolved "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz" integrity sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA== dependencies: buffer-equal-constant-time "1.0.1" @@ -6576,16 +6928,16 @@ jwa@^1.4.1: jwa@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/jwa/-/jwa-2.0.0.tgz#a7e9c3f29dae94027ebcaf49975c9345593410fc" + resolved "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz" integrity sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA== dependencies: buffer-equal-constant-time "1.0.1" ecdsa-sig-formatter "1.0.11" safe-buffer "^5.0.1" -jws@3.x.x, jws@^3.2.2: +jws@^3.2.2, jws@3.x.x: version "3.2.2" - resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304" + resolved "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz" integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA== dependencies: jwa "^1.4.1" @@ -6593,7 +6945,7 @@ jws@3.x.x, jws@^3.2.2: jws@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/jws/-/jws-4.0.0.tgz#2d4e8cf6a318ffaa12615e9dec7e86e6c97310f4" + resolved "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz" integrity sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg== dependencies: jwa "^2.0.0" @@ -6601,30 +6953,121 @@ jws@^4.0.0: kind-of@^6.0.2: version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== kleur@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" + resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== leven@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" + resolved "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz" integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== levn@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" + resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== dependencies: prelude-ls "^1.2.1" type-check "~0.4.0" +libnpmaccess@^8.0.1: + version "8.0.2" + dependencies: + npm-package-arg "^11.0.1" + npm-registry-fetch "^16.0.0" + +libnpmdiff@^6.0.3: + version "6.0.7" + dependencies: + "@npmcli/arborist" "^7.2.1" + "@npmcli/disparity-colors" "^3.0.0" + "@npmcli/installed-package-contents" "^2.0.2" + binary-extensions "^2.2.0" + diff "^5.1.0" + minimatch "^9.0.0" + npm-package-arg "^11.0.1" + pacote "^17.0.4" + tar "^6.2.0" + +libnpmexec@^7.0.4: + version "7.0.8" + dependencies: + "@npmcli/arborist" "^7.2.1" + "@npmcli/run-script" "^7.0.2" + ci-info "^4.0.0" + npm-package-arg "^11.0.1" + npmlog "^7.0.1" + pacote "^17.0.4" + proc-log "^3.0.0" + read "^2.0.0" + read-package-json-fast "^3.0.2" + semver "^7.3.7" + walk-up-path "^3.0.1" + +libnpmfund@^5.0.1: + version "5.0.5" + dependencies: + "@npmcli/arborist" "^7.2.1" + +libnpmhook@^10.0.0: + version "10.0.1" + dependencies: + aproba "^2.0.0" + npm-registry-fetch "^16.0.0" + +libnpmorg@^6.0.1: + version "6.0.2" + dependencies: + aproba "^2.0.0" + npm-registry-fetch "^16.0.0" + +libnpmpack@^6.0.3: + version "6.0.7" + dependencies: + "@npmcli/arborist" "^7.2.1" + "@npmcli/run-script" "^7.0.2" + npm-package-arg "^11.0.1" + pacote "^17.0.4" + +libnpmpublish@^9.0.2: + version "9.0.4" + dependencies: + ci-info "^4.0.0" + normalize-package-data "^6.0.0" + npm-package-arg "^11.0.1" + npm-registry-fetch "^16.0.0" + proc-log "^3.0.0" + semver "^7.3.7" + sigstore "^2.2.0" + ssri "^10.0.5" + +libnpmsearch@^7.0.0: + version "7.0.1" + dependencies: + npm-registry-fetch "^16.0.0" + +libnpmteam@^6.0.0: + version "6.0.1" + dependencies: + aproba "^2.0.0" + npm-registry-fetch "^16.0.0" + +libnpmversion@^5.0.1: + version "5.0.2" + dependencies: + "@npmcli/git" "^5.0.3" + "@npmcli/run-script" "^7.0.2" + json-parse-even-better-errors "^3.0.0" + proc-log "^3.0.0" + semver "^7.3.7" + liftoff@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/liftoff/-/liftoff-4.0.0.tgz#1a463b9073335cd425cdaa3b468996f7d66d2d81" + resolved "https://registry.npmjs.org/liftoff/-/liftoff-4.0.0.tgz" integrity sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA== dependencies: extend "^3.0.2" @@ -6638,12 +7081,12 @@ liftoff@^4.0.0: lines-and-columns@^1.1.6: version "1.1.6" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" + resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= lint-staged@^10.2.6: version "10.2.9" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.9.tgz#6013ecfa80829cd422446b545fd30a96bca3098c" + resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.9.tgz" integrity sha512-ziRAuXEqvJLSXg43ezBpHxRW8FOJCXISaXU//BWrxRrp5cBdRkIx7g5IsB3OI45xYGE0S6cOacfekSjDyDKF2g== dependencies: chalk "^4.0.0" @@ -6664,7 +7107,7 @@ lint-staged@^10.2.6: listr2@^2.1.0: version "2.1.3" - resolved "https://registry.yarnpkg.com/listr2/-/listr2-2.1.3.tgz#f527e197de12ad8c488c566921fa2da34cbc67f6" + resolved "https://registry.npmjs.org/listr2/-/listr2-2.1.3.tgz" integrity sha512-6oy3QhrZAlJGrG8oPcRp1hix1zUpb5AvyvZ5je979HCyf48tIj3Hn1TG5+rfyhz30t7HfySH/OIaVbwrI2kruA== dependencies: chalk "^4.0.0" @@ -6678,7 +7121,7 @@ listr2@^2.1.0: load-json-file@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" + resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz" integrity sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw== dependencies: graceful-fs "^4.1.2" @@ -6688,7 +7131,7 @@ load-json-file@^4.0.0: locate-path@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" + resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz" integrity sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA== dependencies: p-locate "^2.0.0" @@ -6696,108 +7139,108 @@ locate-path@^2.0.0: locate-path@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" + resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== dependencies: p-locate "^4.1.0" locate-path@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== dependencies: p-locate "^5.0.0" lodash-es@^4.17.21: version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" + resolved "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz" integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== lodash.camelcase@^4.3.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" + resolved "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz" integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA== lodash.chunk@^4.2.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/lodash.chunk/-/lodash.chunk-4.2.0.tgz#66e5ce1f76ed27b4303d8c6512e8d1216e8106bc" + resolved "https://registry.npmjs.org/lodash.chunk/-/lodash.chunk-4.2.0.tgz" integrity sha512-ZzydJKfUHJwHa+hF5X66zLFCBrWn5GeF28OHEr4WVWtNDXlQ/IjWKPBiikqKo2ne0+v6JgCgJ0GzJp8k8bHC7w== lodash.get@^4, lodash.get@^4.4.2: version "4.4.2" - resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" + resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz" integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ== lodash.includes@^4.3.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f" + resolved "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz" integrity sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w== lodash.isboolean@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" + resolved "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz" integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg== lodash.isinteger@^4.0.4: version "4.0.4" - resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" + resolved "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz" integrity sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA== lodash.isnumber@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc" + resolved "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz" integrity sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw== lodash.isplainobject@^4.0.6: version "4.0.6" - resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + resolved "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== lodash.isstring@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" + resolved "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz" integrity sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw== lodash.map@^4.6.0: version "4.6.0" - resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3" + resolved "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz" integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM= lodash.memoize@4.x: version "4.1.2" - resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" + resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz" integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== lodash.merge@^4.6.2: version "4.6.2" - resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== lodash.once@^4.0.0: version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" + resolved "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz" integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg== lodash.snakecase@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d" + resolved "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz" integrity sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40= -lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.5: +lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.5: version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== log-symbols@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920" + resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz" integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== dependencies: chalk "^4.0.0" log-symbols@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" + resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== dependencies: chalk "^4.1.0" @@ -6805,7 +7248,7 @@ log-symbols@^4.1.0: log-symbols@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.1.0.tgz#a20e3b9a5f53fac6aeb8e2bb22c07cf2c8f16d93" + resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-5.1.0.tgz" integrity sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA== dependencies: chalk "^5.0.0" @@ -6813,7 +7256,7 @@ log-symbols@^5.1.0: log-update@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1" + resolved "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz" integrity sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg== dependencies: ansi-escapes "^4.3.0" @@ -6823,109 +7266,119 @@ log-update@^4.0.0: loglevel@^1.8.0: version "1.8.0" - resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.8.0.tgz#e7ec73a57e1e7b419cb6c6ac06bf050b67356114" + resolved "https://registry.npmjs.org/loglevel/-/loglevel-1.8.0.tgz" integrity sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA== lower-case@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28" + resolved "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz" integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== dependencies: tslib "^2.0.3" +lru-cache@^10.0.1, "lru-cache@^9.1.1 || ^10.0.0": + version "10.2.0" + lru-cache@^5.1.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== dependencies: yallist "^3.0.2" lru-cache@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== dependencies: yallist "^4.0.0" make-dir@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" + resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz" integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== dependencies: semver "^6.0.0" -make-error@1.x, make-error@^1, make-error@^1.1.1: +make-error@^1, make-error@^1.1.1, make-error@1.x: version "1.3.6" - resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" + resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== +make-fetch-happen@^13.0.0: + version "13.0.0" + dependencies: + "@npmcli/agent" "^2.0.0" + cacache "^18.0.0" + http-cache-semantics "^4.1.1" + is-lambda "^1.0.1" + minipass "^7.0.2" + minipass-fetch "^3.0.0" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + negotiator "^0.6.3" + promise-retry "^2.0.1" + ssri "^10.0.0" + make-iterator@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/make-iterator/-/make-iterator-1.0.1.tgz#29b33f312aa8f547c4a5e490f56afcec99133ad6" + resolved "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz" integrity sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw== dependencies: kind-of "^6.0.2" makeerror@1.0.12: version "1.0.12" - resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" + resolved "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz" integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== dependencies: tmpl "1.0.5" map-cache@^0.2.0: version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + resolved "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz" integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg== markdown-table@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b" + resolved "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz" integrity sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A== dependencies: repeat-string "^1.0.0" meant@^1.0.1: version "1.0.3" - resolved "https://registry.yarnpkg.com/meant/-/meant-1.0.3.tgz#67769af9de1d158773e928ae82c456114903554c" + resolved "https://registry.npmjs.org/meant/-/meant-1.0.3.tgz" integrity sha512-88ZRGcNxAq4EH38cQ4D85PM57pikCwS8Z99EWHODxN7KBY+UuPiqzRTtZzS8KTXO/ywSWbdjjJST2Hly/EQxLw== media-typer@0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= merge-descriptors@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz" integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= merge-stream@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" + resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== merge2@^1.3.0, merge2@^1.4.1: version "1.4.1" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== methods@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= -micromatch@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259" - integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - dependencies: - braces "^3.0.1" - picomatch "^2.0.5" - -micromatch@^4.0.4: +micromatch@^4.0.2, micromatch@^4.0.4: version "4.0.5" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== dependencies: braces "^3.0.2" @@ -6933,80 +7386,147 @@ micromatch@^4.0.4: mime-db@1.44.0: version "1.44.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" + resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz" integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24: version "2.1.27" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f" + resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz" integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== dependencies: mime-db "1.44.0" mime@1.6.0: version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== mimic-fn@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== -"minimatch@2 || 3", minimatch@^3.0.4: +minimatch@^3.0.4, "minimatch@2 || 3": version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== dependencies: brace-expansion "^1.1.7" -minimatch@^3.0.5, minimatch@^3.1.2: +minimatch@^3.0.5: version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7" +minimatch@^3.1.2: + version "3.1.2" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + +minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3: + version "9.0.3" + dependencies: + brace-expansion "^2.0.1" + minimist@^1.2.0, minimist@^1.2.5: version "1.2.6" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz" integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== minimist@^1.2.6: version "1.2.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== +minipass-collect@^2.0.1: + version "2.0.1" + dependencies: + minipass "^7.0.3" + +minipass-fetch@^3.0.0: + version "3.0.4" + dependencies: + minipass "^7.0.3" + minipass-sized "^1.0.3" + minizlib "^2.1.2" + optionalDependencies: + encoding "^0.1.13" + +minipass-flush@^1.0.5: + version "1.0.5" + dependencies: + minipass "^3.0.0" + +minipass-json-stream@^1.0.1: + version "1.0.1" + dependencies: + jsonparse "^1.3.1" + minipass "^3.0.0" + +minipass-pipeline@^1.2.4: + version "1.2.4" + dependencies: + minipass "^3.0.0" + +minipass-sized@^1.0.3: + version "1.0.3" + dependencies: + minipass "^3.0.0" + +minipass@^3.0.0: + version "3.3.6" + dependencies: + yallist "^4.0.0" + +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3, minipass@^7.0.4: + version "7.0.4" + +minipass@^5.0.0: + version "5.0.0" + +minizlib@^2.1.1, minizlib@^2.1.2: + version "2.1.2" + dependencies: + minipass "^3.0.0" + yallist "^4.0.0" + +mkdirp@^1.0.3: + version "1.0.4" + mkdirp@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== mkdirp@~0.5.1: version "0.5.5" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" + resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== dependencies: minimist "^1.2.5" module-alias@^2.2.2: version "2.2.2" - resolved "https://registry.yarnpkg.com/module-alias/-/module-alias-2.2.2.tgz#151cdcecc24e25739ff0aa6e51e1c5716974c0e0" + resolved "https://registry.npmjs.org/module-alias/-/module-alias-2.2.2.tgz" integrity sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q== moment@^2.19.3: version "2.29.3" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.3.tgz#edd47411c322413999f7a5940d526de183c031f3" + resolved "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz" integrity sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw== moo@^0.5.0: version "0.5.1" - resolved "https://registry.yarnpkg.com/moo/-/moo-0.5.1.tgz#7aae7f384b9b09f620b6abf6f74ebbcd1b65dbc4" + resolved "https://registry.npmjs.org/moo/-/moo-0.5.1.tgz" integrity sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w== morgan@^1.10.0: version "1.10.0" - resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.10.0.tgz#091778abc1fc47cd3509824653dae1faab6b17d7" + resolved "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz" integrity sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ== dependencies: basic-auth "~2.0.1" @@ -7015,29 +7535,35 @@ morgan@^1.10.0: on-finished "~2.3.0" on-headers "~1.0.2" +ms@^2.1.1, ms@2.1.2: + version "2.1.2" + resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +ms@^2.1.2: + version "2.1.3" + ms@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= ms@2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" + resolved "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz" integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== -ms@2.1.2, ms@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== +mute-stream@~1.0.0: + version "1.0.0" mute-stream@0.0.8: version "0.0.8" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" + resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz" integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== mv@~2: version "2.1.1" - resolved "https://registry.yarnpkg.com/mv/-/mv-2.1.1.tgz#ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2" + resolved "https://registry.npmjs.org/mv/-/mv-2.1.1.tgz" integrity sha1-rmzg1vbV4KT32JN5jQPB6pVZtqI= dependencies: mkdirp "~0.5.1" @@ -7046,22 +7572,22 @@ mv@~2: nan@^2.14.0: version "2.14.1" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01" + resolved "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz" integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== natural-compare@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= ncp@~2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3" + resolved "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz" integrity sha1-GVoh1sRuNh0vsSgbo4uR6d9727M= nearley@2: version "2.20.1" - resolved "https://registry.yarnpkg.com/nearley/-/nearley-2.20.1.tgz#246cd33eff0d012faf197ff6774d7ac78acdd474" + resolved "https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz" integrity sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ== dependencies: commander "^2.19.0" @@ -7069,19 +7595,22 @@ nearley@2: railroad-diagrams "^1.0.0" randexp "0.4.6" +negotiator@^0.6.3: + version "0.6.3" + negotiator@0.6.2: version "0.6.2" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" + resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz" integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== neo-async@^2.6.2: version "2.6.2" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" + resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== neo4j-driver-bolt-connection@^4.4.1: version "4.4.1" - resolved "https://registry.yarnpkg.com/neo4j-driver-bolt-connection/-/neo4j-driver-bolt-connection-4.4.1.tgz#6369929b1e0cdaffd541f2e36ed2a13a2a7579b2" + resolved "https://registry.npmjs.org/neo4j-driver-bolt-connection/-/neo4j-driver-bolt-connection-4.4.1.tgz" integrity sha512-wdD2ejTW6VIolwZp8aAcT1a4w45ab8TIoFjQBXgXKKRNTfq5iEc95x0diLqyUJa5vtHh/+IdesX5o5dv9JsZew== dependencies: buffer "^6.0.3" @@ -7090,12 +7619,12 @@ neo4j-driver-bolt-connection@^4.4.1: neo4j-driver-core@^4.4.1: version "4.4.1" - resolved "https://registry.yarnpkg.com/neo4j-driver-core/-/neo4j-driver-core-4.4.1.tgz#3fa20f3107012282bbe7d13b12b7b244f890bf7a" + resolved "https://registry.npmjs.org/neo4j-driver-core/-/neo4j-driver-core-4.4.1.tgz" integrity sha512-iG89B+joj0a6fo8U3WRg9AiyLUfyU/R9s4J2o5ug3uMtfGEfwQ6jzLUkiwElkEeF14OaqIj7iXCBU4cFIU/6Gw== neo4j-driver@^4.3.3: version "4.4.1" - resolved "https://registry.yarnpkg.com/neo4j-driver/-/neo4j-driver-4.4.1.tgz#1d00b10f0ef88ced57a3bb7cc5f0a6d1973e6ff6" + resolved "https://registry.npmjs.org/neo4j-driver/-/neo4j-driver-4.4.1.tgz" integrity sha512-iVBRu3frH5+gs0pGVRrsv7T+SRQBSIq25GI55e6a6Z4JR7k6Dvirvs0zgAF1woxs3fWqbe88qMDbuG4OQvJF2g== dependencies: "@babel/runtime" "^7.5.5" @@ -7105,12 +7634,12 @@ neo4j-driver@^4.3.3: nested-error-stacks@~2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz#d2cc9fc5235ddb371fc44d506234339c8e4b0a4b" + resolved "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz" integrity sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A== no-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" + resolved "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz" integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== dependencies: lower-case "^2.0.2" @@ -7118,12 +7647,12 @@ no-case@^3.0.4: nocache@^3.0.1: version "3.0.4" - resolved "https://registry.yarnpkg.com/nocache/-/nocache-3.0.4.tgz#5b37a56ec6e09fc7d401dceaed2eab40c8bfdf79" + resolved "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz" integrity sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw== nock@^13.2.1: version "13.2.6" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.6.tgz#35e419cd9d385ffa67e59523d9699e41b29e1a03" + resolved "https://registry.npmjs.org/nock/-/nock-13.2.6.tgz" integrity sha512-GbyeSwSEP0FYouzETZ0l/XNm5tNcDNcXJKw3LCAb+mx8bZSwg1wEEvdL0FAyg5TkBJYiWSCtw6ag4XfmBy60FA== dependencies: debug "^4.1.0" @@ -7131,26 +7660,47 @@ nock@^13.2.1: lodash "^4.17.21" propagate "^2.0.0" -node-fetch@2.6.0, node-fetch@^2.6.0: +node-fetch@^2.6.0, node-fetch@2.6.0: version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" + resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz" integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== -node-fetch@2.6.7, node-fetch@^2.6.7: +node-fetch@^2.6.7: + version "2.7.0" + resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" + integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== + dependencies: + whatwg-url "^5.0.0" + +node-fetch@2.6.7: version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== dependencies: whatwg-url "^5.0.0" +node-gyp@^10.0.0, node-gyp@^10.0.1: + version "10.0.1" + dependencies: + env-paths "^2.2.0" + exponential-backoff "^3.1.1" + glob "^10.3.10" + graceful-fs "^4.2.6" + make-fetch-happen "^13.0.0" + nopt "^7.0.0" + proc-log "^3.0.0" + semver "^7.3.5" + tar "^6.1.2" + which "^4.0.0" + node-int64@^0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" + resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= node-plop@^0.31.1: version "0.31.1" - resolved "https://registry.yarnpkg.com/node-plop/-/node-plop-0.31.1.tgz#20dd03e6ffe6d5c56bc38fc0b04df3475c33c7d5" + resolved "https://registry.npmjs.org/node-plop/-/node-plop-0.31.1.tgz" integrity sha512-qmXJJt3YETFt/e0dtMADVpvck6EvN01Jig086o+J3M6G++mWA7iJ3Pqz4m4kvlynh73Iz2/rcZzxq7xTiF+aIQ== dependencies: "@types/inquirer" "^8.2.1" @@ -7169,49 +7719,198 @@ node-plop@^0.31.1: node-releases@^2.0.13: version "2.0.13" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d" + resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz" integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== -node-releases@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666" - integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q== +nopt@^7.0.0, nopt@^7.2.0: + version "7.2.0" + dependencies: + abbrev "^2.0.0" + +normalize-package-data@^6.0.0: + version "6.0.0" + dependencies: + hosted-git-info "^7.0.0" + is-core-module "^2.8.1" + semver "^7.3.5" + validate-npm-package-license "^3.0.4" + +normalize-path@^3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +npm-audit-report@^5.0.0: + version "5.0.0" + +npm-bundled@^3.0.0: + version "3.0.0" + dependencies: + npm-normalize-package-bin "^3.0.0" + +npm-install-checks@^6.0.0, npm-install-checks@^6.2.0, npm-install-checks@^6.3.0: + version "6.3.0" + dependencies: + semver "^7.1.1" + +npm-normalize-package-bin@^3.0.0: + version "3.0.1" + +npm-package-arg@^11.0.0, npm-package-arg@^11.0.1: + version "11.0.1" + dependencies: + hosted-git-info "^7.0.0" + proc-log "^3.0.0" + semver "^7.3.5" + validate-npm-package-name "^5.0.0" + +npm-packlist@^8.0.0: + version "8.0.2" + dependencies: + ignore-walk "^6.0.4" + +npm-pick-manifest@^9.0.0: + version "9.0.0" + dependencies: + npm-install-checks "^6.0.0" + npm-normalize-package-bin "^3.0.0" + npm-package-arg "^11.0.0" + semver "^7.3.5" + +npm-profile@^9.0.0: + version "9.0.0" + dependencies: + npm-registry-fetch "^16.0.0" + proc-log "^3.0.0" -normalize-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== +npm-registry-fetch@^16.0.0, npm-registry-fetch@^16.1.0: + version "16.1.0" + dependencies: + make-fetch-happen "^13.0.0" + minipass "^7.0.2" + minipass-fetch "^3.0.0" + minipass-json-stream "^1.0.1" + minizlib "^2.1.2" + npm-package-arg "^11.0.0" + proc-log "^3.0.0" npm-run-path@^4.0.0, npm-run-path@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" + resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== dependencies: path-key "^3.0.0" +npm-user-validate@^2.0.0: + version "2.0.0" + +npm@^10.5.0: + version "10.5.0" + resolved "https://registry.npmjs.org/npm/-/npm-10.5.0.tgz" + integrity sha512-Ejxwvfh9YnWVU2yA5FzoYLTW52vxHCz+MHrOFg9Cc8IFgF/6f5AGPAvb5WTay5DIUP1NIfN3VBZ0cLlGO0Ys+A== + dependencies: + "@isaacs/string-locale-compare" "^1.1.0" + "@npmcli/arborist" "^7.2.1" + "@npmcli/config" "^8.0.2" + "@npmcli/fs" "^3.1.0" + "@npmcli/map-workspaces" "^3.0.4" + "@npmcli/package-json" "^5.0.0" + "@npmcli/promise-spawn" "^7.0.1" + "@npmcli/run-script" "^7.0.4" + "@sigstore/tuf" "^2.3.1" + abbrev "^2.0.0" + archy "~1.0.0" + cacache "^18.0.2" + chalk "^5.3.0" + ci-info "^4.0.0" + cli-columns "^4.0.0" + cli-table3 "^0.6.3" + columnify "^1.6.0" + fastest-levenshtein "^1.0.16" + fs-minipass "^3.0.3" + glob "^10.3.10" + graceful-fs "^4.2.11" + hosted-git-info "^7.0.1" + ini "^4.1.1" + init-package-json "^6.0.0" + is-cidr "^5.0.3" + json-parse-even-better-errors "^3.0.1" + libnpmaccess "^8.0.1" + libnpmdiff "^6.0.3" + libnpmexec "^7.0.4" + libnpmfund "^5.0.1" + libnpmhook "^10.0.0" + libnpmorg "^6.0.1" + libnpmpack "^6.0.3" + libnpmpublish "^9.0.2" + libnpmsearch "^7.0.0" + libnpmteam "^6.0.0" + libnpmversion "^5.0.1" + make-fetch-happen "^13.0.0" + minimatch "^9.0.3" + minipass "^7.0.4" + minipass-pipeline "^1.2.4" + ms "^2.1.2" + node-gyp "^10.0.1" + nopt "^7.2.0" + normalize-package-data "^6.0.0" + npm-audit-report "^5.0.0" + npm-install-checks "^6.3.0" + npm-package-arg "^11.0.1" + npm-pick-manifest "^9.0.0" + npm-profile "^9.0.0" + npm-registry-fetch "^16.1.0" + npm-user-validate "^2.0.0" + npmlog "^7.0.1" + p-map "^4.0.0" + pacote "^17.0.6" + parse-conflict-json "^3.0.1" + proc-log "^3.0.0" + qrcode-terminal "^0.12.0" + read "^2.1.0" + semver "^7.6.0" + spdx-expression-parse "^3.0.1" + ssri "^10.0.5" + supports-color "^9.4.0" + tar "^6.2.0" + text-table "~0.2.0" + tiny-relative-date "^1.3.0" + treeverse "^3.0.0" + validate-npm-package-name "^5.0.0" + which "^4.0.0" + write-file-atomic "^5.0.1" + +npmlog@^7.0.1: + version "7.0.1" + dependencies: + are-we-there-yet "^4.0.0" + console-control-strings "^1.1.0" + gauge "^5.0.0" + set-blocking "^2.0.0" + oauth-sign@~0.9.0: version "0.9.0" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" + resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz" integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== object-assign@^4: version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= object-inspect@^1.9.0: version "1.12.2" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" + resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz" integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== object-keys@~0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336" + resolved "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz" integrity sha1-KKaq50KN0sOpLz2V8hM13SBOAzY= object.defaults@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/object.defaults/-/object.defaults-1.1.0.tgz#3a7f868334b407dea06da16d88d5cd29e435fecf" + resolved "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz" integrity sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA== dependencies: array-each "^1.0.1" @@ -7221,7 +7920,7 @@ object.defaults@^1.1.0: object.map@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/object.map/-/object.map-1.0.1.tgz#cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37" + resolved "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz" integrity sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w== dependencies: for-own "^1.0.0" @@ -7229,52 +7928,52 @@ object.map@^1.0.1: object.pick@^1.3.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + resolved "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz" integrity sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ== dependencies: isobject "^3.0.1" objectorarray@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/objectorarray/-/objectorarray-1.0.5.tgz#2c05248bbefabd8f43ad13b41085951aac5e68a5" + resolved "https://registry.npmjs.org/objectorarray/-/objectorarray-1.0.5.tgz" integrity sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg== on-finished@~2.3.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz" integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= dependencies: ee-first "1.1.1" on-headers@~1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" + resolved "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz" integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz" integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= dependencies: wrappy "1" onetime@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5" + resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz" integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q== dependencies: mimic-fn "^2.1.0" onetime@^5.1.2: version "5.1.2" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== dependencies: mimic-fn "^2.1.0" open@^8.0.0: version "8.4.2" - resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" + resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz" integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== dependencies: define-lazy-prop "^2.0.0" @@ -7283,12 +7982,12 @@ open@^8.0.0: opencollective-postinstall@^2.0.2: version "2.0.3" - resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz#7a0fff978f6dbfa4d006238fbac98ed4198c3259" + resolved "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz" integrity sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q== optionator@^0.9.3: version "0.9.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" + resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz" integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== dependencies: "@aashutoshrathi/word-wrap" "^1.2.3" @@ -7300,7 +7999,7 @@ optionator@^0.9.3: ora@^5.4.1: version "5.4.1" - resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" + resolved "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz" integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== dependencies: bl "^4.1.0" @@ -7315,7 +8014,7 @@ ora@^5.4.1: ora@^6.0.1: version "6.3.1" - resolved "https://registry.yarnpkg.com/ora/-/ora-6.3.1.tgz#a4e9e5c2cf5ee73c259e8b410273e706a2ad3ed6" + resolved "https://registry.npmjs.org/ora/-/ora-6.3.1.tgz" integrity sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ== dependencies: chalk "^5.0.0" @@ -7330,71 +8029,71 @@ ora@^6.0.1: os-homedir@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + resolved "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz" integrity sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ== os-tmpdir@~1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== p-finally@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" + resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz" integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= p-limit@^1.1.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" + resolved "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz" integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== dependencies: p-try "^1.0.0" p-limit@^2.2.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== dependencies: p-try "^2.0.0" p-limit@^3.0.2, p-limit@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + resolved "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== dependencies: yocto-queue "^0.1.0" p-locate@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" + resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz" integrity sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg== dependencies: p-limit "^1.1.0" p-locate@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" + resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== dependencies: p-limit "^2.2.0" p-locate@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== dependencies: p-limit "^3.0.2" p-map@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" + resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== dependencies: aggregate-error "^3.0.0" p-queue@^6.3.0: version "6.6.0" - resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.6.0.tgz#263f2b73add4cefca81d8d6b2696ee74b326de2f" + resolved "https://registry.npmjs.org/p-queue/-/p-queue-6.6.0.tgz" integrity sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ== dependencies: eventemitter3 "^4.0.4" @@ -7402,24 +8101,46 @@ p-queue@^6.3.0: p-timeout@^3.1.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe" + resolved "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz" integrity sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg== dependencies: p-finally "^1.0.0" p-try@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" + resolved "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz" integrity sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww== p-try@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== +pacote@^17.0.0, pacote@^17.0.4, pacote@^17.0.6: + version "17.0.6" + dependencies: + "@npmcli/git" "^5.0.0" + "@npmcli/installed-package-contents" "^2.0.1" + "@npmcli/promise-spawn" "^7.0.0" + "@npmcli/run-script" "^7.0.0" + cacache "^18.0.0" + fs-minipass "^3.0.0" + minipass "^7.0.2" + npm-package-arg "^11.0.0" + npm-packlist "^8.0.0" + npm-pick-manifest "^9.0.0" + npm-registry-fetch "^16.0.0" + proc-log "^3.0.0" + promise-retry "^2.0.1" + read-package-json "^7.0.0" + read-package-json-fast "^3.0.0" + sigstore "^2.2.0" + ssri "^10.0.0" + tar "^6.1.11" + param-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" + resolved "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz" integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== dependencies: dot-case "^3.0.4" @@ -7427,21 +8148,28 @@ param-case@^3.0.4: parent-module@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" + resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== dependencies: callsites "^3.0.0" parse-author@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/parse-author/-/parse-author-2.0.0.tgz#d3460bf1ddd0dfaeed42da754242e65fb684a81f" + resolved "https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz" integrity sha512-yx5DfvkN8JsHL2xk2Os9oTia467qnvRgey4ahSm2X8epehBLx/gWLcy5KI+Y36ful5DzGbCS6RazqZGgy1gHNw== dependencies: author-regex "^1.0.0" +parse-conflict-json@^3.0.0, parse-conflict-json@^3.0.1: + version "3.0.1" + dependencies: + json-parse-even-better-errors "^3.0.0" + just-diff "^6.0.0" + just-diff-apply "^5.2.0" + parse-filepath@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.2.tgz#a632127f53aaf3d15876f5872f3ffac763d6c891" + resolved "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz" integrity sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q== dependencies: is-absolute "^1.0.0" @@ -7450,12 +8178,12 @@ parse-filepath@^1.0.2: parse-github-url@1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395" + resolved "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz" integrity sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw== parse-json@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" + resolved "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz" integrity sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw== dependencies: error-ex "^1.3.1" @@ -7463,7 +8191,7 @@ parse-json@^4.0.0: parse-json@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f" + resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz" integrity sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== dependencies: "@babel/code-frame" "^7.0.0" @@ -7473,7 +8201,7 @@ parse-json@^5.0.0: parse-json@^5.2.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== dependencies: "@babel/code-frame" "^7.0.0" @@ -7483,22 +8211,22 @@ parse-json@^5.2.0: parse-ms@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d" + resolved "https://registry.npmjs.org/parse-ms/-/parse-ms-2.1.0.tgz" integrity sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA== parse-passwd@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" + resolved "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz" integrity sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q== parseurl@~1.3.3: version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== pascal-case@^3.1.2: version "3.1.2" - resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.2.tgz#b48e0ef2b98e205e7c1dae747d0b1508237660eb" + resolved "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz" integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== dependencies: no-case "^3.0.4" @@ -7506,7 +8234,7 @@ pascal-case@^3.1.2: path-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/path-case/-/path-case-3.0.4.tgz#9168645334eb942658375c56f80b4c0cb5f82c6f" + resolved "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz" integrity sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg== dependencies: dot-case "^3.0.4" @@ -7514,91 +8242,102 @@ path-case@^3.0.4: path-exists@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" + resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz" integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ== path-exists@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== path-is-absolute@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= path-key@^3.0.0, path-key@^3.1.0: version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== path-parse@^1.0.5, path-parse@^1.0.7: version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-root-regex@^0.1.0: version "0.1.2" - resolved "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d" + resolved "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz" integrity sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ== path-root@^0.1.1: version "0.1.1" - resolved "https://registry.yarnpkg.com/path-root/-/path-root-0.1.1.tgz#9a4a6814cac1c0cd73360a95f32083c8ea4745b7" + resolved "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz" integrity sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg== dependencies: path-root-regex "^0.1.0" +path-scurry@^1.10.1: + version "1.10.1" + dependencies: + lru-cache "^9.1.1 || ^10.0.0" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + path-to-regexp@0.1.7: version "0.1.7" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz" integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= path-type@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" + resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz" integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== dependencies: pify "^3.0.0" path-type@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== performance-now@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= picocolors@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1: +picomatch@^2.0.4, picomatch@^2.2.1: version "2.2.2" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz" integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== -picomatch@^2.2.3, picomatch@^2.3.1: +picomatch@^2.2.3: + version "2.3.1" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +picomatch@^2.3.1: version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== pify@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + resolved "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz" integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg== pirates@^4.0.4: version "4.0.5" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" + resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz" integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== pkg-conf@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-2.1.0.tgz#2126514ca6f2abfebd168596df18ba57867f0058" + resolved "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz" integrity sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g== dependencies: find-up "^2.0.0" @@ -7606,21 +8345,21 @@ pkg-conf@^2.1.0: pkg-dir@^4.2.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" + resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== dependencies: find-up "^4.0.0" please-upgrade-node@^3.2.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942" + resolved "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz" integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg== dependencies: semver-compare "^1.0.0" plop@^3.1.2: version "3.1.2" - resolved "https://registry.yarnpkg.com/plop/-/plop-3.1.2.tgz#9bf738def2961d02b5a403b7f2a31f375b49c1e0" + resolved "https://registry.npmjs.org/plop/-/plop-3.1.2.tgz" integrity sha512-39SOtQ3WlePXSNqKqAh/QlUSHXHO25iCnyCO3Qs/9UzPVmwVledRTDGvPd2csh+JnHVXz4c63F6fBwdqZHgbUg== dependencies: "@types/liftoff" "^4.0.0" @@ -7632,19 +8371,25 @@ plop@^3.1.2: ora "^6.0.1" v8flags "^4.0.0" +postcss-selector-parser@^6.0.10: + version "6.0.15" + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + prelude-ls@^1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" + resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== prettier@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40" + resolved "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz" integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ== pretty-format@^29.0.0, pretty-format@^29.6.2: version "29.6.2" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.2.tgz#3d5829261a8a4d89d8b9769064b29c50ed486a47" + resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.2.tgz" integrity sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg== dependencies: "@jest/schemas" "^29.6.0" @@ -7653,32 +8398,55 @@ pretty-format@^29.0.0, pretty-format@^29.6.2: pretty-ms@^7.0.0: version "7.0.1" - resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.1.tgz#7d903eaab281f7d8e03c66f867e239dc32fb73e8" + resolved "https://registry.npmjs.org/pretty-ms/-/pretty-ms-7.0.1.tgz" integrity sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q== dependencies: parse-ms "^2.1.0" +proc-log@^3.0.0: + version "3.0.0" + process@^0.11.10: version "0.11.10" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" + resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz" integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= +promise-all-reject-late@^1.0.0: + version "1.0.1" + +promise-call-limit@^3.0.1: + version "3.0.1" + +promise-inflight@^1.0.1: + version "1.0.1" + +promise-retry@^2.0.1: + version "2.0.1" + dependencies: + err-code "^2.0.2" + retry "^0.12.0" + prompts@^2.0.1: version "2.3.2" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068" + resolved "https://registry.npmjs.org/prompts/-/prompts-2.3.2.tgz" integrity sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA== dependencies: kleur "^3.0.3" sisteransi "^1.0.4" +promzard@^1.0.0: + version "1.0.0" + dependencies: + read "^2.0.0" + propagate@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/propagate/-/propagate-2.0.1.tgz#40cdedab18085c792334e64f0ac17256d38f9a45" + resolved "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz" integrity sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag== proxy-addr@~2.0.5: version "2.0.6" - resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf" + resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz" integrity sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw== dependencies: forwarded "~0.1.2" @@ -7686,12 +8454,12 @@ proxy-addr@~2.0.5: psl@^1.1.28, psl@^1.1.33: version "1.8.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" + resolved "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz" integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== pump@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + resolved "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz" integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== dependencies: end-of-stream "^1.1.0" @@ -7699,44 +8467,47 @@ pump@^3.0.0: punycode@^2.1.0, punycode@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== pure-rand@^6.0.0: version "6.0.2" - resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.2.tgz#a9c2ddcae9b68d736a8163036f088a2781c8b306" + resolved "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.2.tgz" integrity sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ== -qs@6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== +qrcode-terminal@^0.12.0: + version "0.12.0" qs@^6.10.1: version "6.10.5" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.5.tgz#974715920a80ff6a262264acd2c7e6c2a53282b4" + resolved "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz" integrity sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ== dependencies: side-channel "^1.0.4" qs@~6.5.2: version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" + resolved "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz" integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== +qs@6.7.0: + version "6.7.0" + resolved "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz" + integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== + querystringify@^2.1.1: version "2.2.0" - resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" + resolved "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz" integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== railroad-diagrams@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e" + resolved "https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz" integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234= randexp@0.4.6: version "0.4.6" - resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3" + resolved "https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz" integrity sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ== dependencies: discontinuous-range "1.0.0" @@ -7744,12 +8515,12 @@ randexp@0.4.6: range-parser@~1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== raw-body@2.4.0: version "2.4.0" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" + resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz" integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== dependencies: bytes "3.1.0" @@ -7759,7 +8530,7 @@ raw-body@2.4.0: rc@^1.2.8, rc@~1.2.7: version "1.2.8" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" + resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz" integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== dependencies: deep-extend "^0.6.0" @@ -7769,12 +8540,34 @@ rc@^1.2.8, rc@~1.2.7: react-is@^18.0.0: version "18.2.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" + resolved "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== +read-cmd-shim@^4.0.0: + version "4.0.0" + +read-package-json-fast@^3.0.0, read-package-json-fast@^3.0.2: + version "3.0.2" + dependencies: + json-parse-even-better-errors "^3.0.0" + npm-normalize-package-bin "^3.0.0" + +read-package-json@^7.0.0: + version "7.0.0" + dependencies: + glob "^10.2.2" + json-parse-even-better-errors "^3.0.0" + normalize-package-data "^6.0.0" + npm-normalize-package-bin "^3.0.0" + +read@^2.0.0, read@^2.1.0: + version "2.1.0" + dependencies: + mute-stream "~1.0.0" + readable-stream@^3.4.0: version "3.6.2" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== dependencies: inherits "^2.0.3" @@ -7783,41 +8576,41 @@ readable-stream@^3.4.0: rechoir@^0.8.0: version "0.8.0" - resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.8.0.tgz#49f866e0d32146142da3ad8f0eff352b3215ff22" + resolved "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz" integrity sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ== dependencies: resolve "^1.20.0" reduce-flatten@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-2.0.0.tgz#734fd84e65f375d7ca4465c69798c25c9d10ae27" + resolved "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz" integrity sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w== regenerator-runtime@^0.13.4: version "0.13.5" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" + resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz" integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== registry-url@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-5.1.0.tgz#e98334b50d5434b81136b44ec638d9c2009c5009" + resolved "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz" integrity sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw== dependencies: rc "^1.2.8" remove-markdown@^0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/remove-markdown/-/remove-markdown-0.3.0.tgz#5e4b667493a93579728f3d52ecc1db9ca505dc98" + resolved "https://registry.npmjs.org/remove-markdown/-/remove-markdown-0.3.0.tgz" integrity sha512-5392eIuy1mhjM74739VunOlsOYKjsH82rQcTBlJ1bkICVC3dQ3ksQzTHh4jGHQFnM+1xzLzcFOMH+BofqXhroQ== repeat-string@^1.0.0: version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + resolved "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz" integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= -"request@>= 2.52.0", request@^2.69.0: +request@^2.69.0, "request@>= 2.52.0": version "2.88.2" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" + resolved "https://registry.npmjs.org/request/-/request-2.88.2.tgz" integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== dependencies: aws-sign2 "~0.7.0" @@ -7843,17 +8636,17 @@ repeat-string@^1.0.0: require-directory@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= require-from-string@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== requireg@^0.2.2: version "0.2.2" - resolved "https://registry.yarnpkg.com/requireg/-/requireg-0.2.2.tgz#437e77a5316a54c9bcdbbf5d1f755fe093089830" + resolved "https://registry.npmjs.org/requireg/-/requireg-0.2.2.tgz" integrity sha512-nYzyjnFcPNGR3lx9lwPPPnuQxv6JWEZd2Ci0u9opN7N5zUEPIhY/GbL3vMGOr2UXwEg9WwSyV9X9Y/kLFgPsOg== dependencies: nested-error-stacks "~2.0.1" @@ -7862,19 +8655,19 @@ requireg@^0.2.2: requires-port@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= resolve-cwd@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" + resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz" integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== dependencies: resolve-from "^5.0.0" resolve-dir@^1.0.0, resolve-dir@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" + resolved "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz" integrity sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg== dependencies: expand-tilde "^2.0.0" @@ -7882,22 +8675,22 @@ resolve-dir@^1.0.0, resolve-dir@^1.0.1: resolve-from@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== resolve-from@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" + resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== resolve.exports@^2.0.0: version "2.0.2" - resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.2.tgz#f8c934b8e6a13f539e38b7098e2e36134f01e800" + resolved "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz" integrity sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg== resolve@^1.20.0: version "1.22.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" + resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz" integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== dependencies: is-core-module "^2.8.1" @@ -7906,14 +8699,14 @@ resolve@^1.20.0: resolve@~1.7.1: version "1.7.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3" + resolved "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz" integrity sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw== dependencies: path-parse "^1.0.5" restore-cursor@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" + resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== dependencies: onetime "^5.1.0" @@ -7921,7 +8714,7 @@ restore-cursor@^3.1.0: restore-cursor@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-4.0.0.tgz#519560a4318975096def6e609d44100edaa4ccb9" + resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz" integrity sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg== dependencies: onetime "^5.1.0" @@ -7929,131 +8722,145 @@ restore-cursor@^4.0.0: ret@~0.1.10: version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz" integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== +retry@^0.12.0: + version "0.12.0" + reusify@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== rimraf@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== dependencies: glob "^7.1.3" rimraf@~2.4.0: version "2.4.5" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.4.5.tgz#ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da" + resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz" integrity sha1-7nEM5dk6j9uFb7Xqj/Di11k0sto= dependencies: glob "^6.0.1" route-recognizer@^0.3.4: version "0.3.4" - resolved "https://registry.yarnpkg.com/route-recognizer/-/route-recognizer-0.3.4.tgz#39ab1ffbce1c59e6d2bdca416f0932611e4f3ca3" + resolved "https://registry.npmjs.org/route-recognizer/-/route-recognizer-0.3.4.tgz" integrity sha512-2+MhsfPhvauN1O8KaXpXAOfR/fwe8dnUXVM+xw7yt40lJRfPVQxV6yryZm0cgRvAj5fMF/mdRZbL2ptwbs5i2g== run-async@^2.4.0: version "2.4.1" - resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" + resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz" integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== run-parallel@^1.1.9: version "1.1.9" - resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679" + resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz" integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== runtypes@5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/runtypes/-/runtypes-5.1.0.tgz#a1f2501b5ca8fda47d51ea15b6ccca45e924a8c3" + resolved "https://registry.npmjs.org/runtypes/-/runtypes-5.1.0.tgz" integrity sha512-OMHkz6dxysXj4E8Fj/HCGjtdJUhapQUN7puvqzuzvjaX28pd52PZmEMqQlkIzCfKdhXdM0ghx8PpvELprEnOLQ== -rxjs@^6.5.5: - version "6.5.5" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec" - integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ== - dependencies: - tslib "^1.9.0" - -rxjs@^6.6.3, rxjs@^6.6.7: +rxjs@^6.5.5, rxjs@^6.6.3, rxjs@^6.6.7: version "6.6.7" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" + resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz" integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== dependencies: tslib "^1.9.0" -rxjs@^7.2.0, rxjs@^7.5.5: +rxjs@^7.2.0: version "7.8.1" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" + resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz" integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== dependencies: tslib "^2.1.0" -safe-buffer@5.1.2, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== +rxjs@^7.5.5: + version "7.8.1" + resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz" + integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== + dependencies: + tslib "^2.1.0" safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0: version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== +safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-buffer@5.1.2: + version "5.1.2" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + safe-json-stringify@~1: version "1.2.0" - resolved "https://registry.yarnpkg.com/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz#356e44bc98f1f93ce45df14bcd7c01cda86e0afd" + resolved "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz" integrity sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg== -"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: +safer-buffer@^2.0.2, safer-buffer@^2.1.0, "safer-buffer@>= 2.1.2 < 3", safer-buffer@~2.1.0: version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== +"safer-buffer@>= 2.1.2 < 3.0.0": + version "2.1.2" + sax@>=0.6.0: version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== semver-compare@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" + resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz" integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w= semver-regex@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338" + resolved "https://registry.npmjs.org/semver-regex/-/semver-regex-2.0.0.tgz" integrity sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw== -semver@^6.0.0, semver@^6.3.0: +semver@^6.0.0: version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + +semver@^6.3.0: + version "6.3.0" + resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== semver@^6.3.1: version "6.3.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.0.0: - version "7.3.7" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" - integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g== +semver@^7.0.0, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4: + version "7.5.4" + resolved "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz" + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== dependencies: lru-cache "^6.0.0" -semver@^7.3.7, semver@^7.5.3, semver@^7.5.4: - version "7.5.4" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" - integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== +semver@^7.1.1, semver@^7.3.5, semver@^7.6.0: + version "7.6.0" dependencies: lru-cache "^6.0.0" send@0.17.1: version "0.17.1" - resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" + resolved "https://registry.npmjs.org/send/-/send-0.17.1.tgz" integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== dependencies: debug "2.6.9" @@ -8072,7 +8879,7 @@ send@0.17.1: sentence-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f" + resolved "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz" integrity sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg== dependencies: no-case "^3.0.4" @@ -8081,7 +8888,7 @@ sentence-case@^3.0.4: serve-static@1.14.1: version "1.14.1" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" + resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz" integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== dependencies: encodeurl "~1.0.2" @@ -8089,31 +8896,34 @@ serve-static@1.14.1: parseurl "~1.3.3" send "0.17.1" +set-blocking@^2.0.0: + version "2.0.0" + set-cookie-parser@^2.4.8: version "2.5.0" - resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.5.0.tgz#96b59525e1362c94335c3c761100bb6e8f2da4b0" + resolved "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.5.0.tgz" integrity sha512-cHMAtSXilfyBePduZEBVPTCftTQWz6ehWJD5YNUg4mqvRosrrjKbo4WS8JkB0/RxonMoohHm7cOGH60mDkRQ9w== setprototypeof@1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" + resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz" integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== shebang-command@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== dependencies: shebang-regex "^3.0.0" shebang-regex@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== side-channel@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" + resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz" integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== dependencies: call-bind "^1.0.0" @@ -8122,46 +8932,64 @@ side-channel@^1.0.4: signal-exit@^3.0.2: version "3.0.3" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" + resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz" integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== -signal-exit@^3.0.3, signal-exit@^3.0.7: +signal-exit@^3.0.3: + version "3.0.7" + resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== + +signal-exit@^3.0.7: version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== +signal-exit@^4.0.1: + version "4.1.0" + signale@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/signale/-/signale-1.4.0.tgz#c4be58302fb0262ac00fc3d886a7c113759042f1" + resolved "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz" integrity sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w== dependencies: chalk "^2.3.2" figures "^2.0.0" pkg-conf "^2.1.0" +sigstore@^2.2.0: + version "2.2.2" + dependencies: + "@sigstore/bundle" "^2.2.0" + "@sigstore/core" "^1.0.0" + "@sigstore/protobuf-specs" "^0.3.0" + "@sigstore/sign" "^2.2.3" + "@sigstore/tuf" "^2.3.1" + "@sigstore/verify" "^1.1.0" + sisteransi@^1.0.4: version "1.0.5" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" + resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== slash@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" + resolved "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz" integrity sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg== slash@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" + resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== slash@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" + resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz" integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== slice-ansi@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787" + resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz" integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ== dependencies: ansi-styles "^4.0.0" @@ -8170,7 +8998,7 @@ slice-ansi@^3.0.0: slice-ansi@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" + resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz" integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== dependencies: ansi-styles "^4.0.0" @@ -8179,46 +9007,83 @@ slice-ansi@^4.0.0: slugify@^1.6.3: version "1.6.5" - resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.5.tgz#c8f5c072bf2135b80703589b39a3d41451fbe8c8" + resolved "https://registry.npmjs.org/slugify/-/slugify-1.6.5.tgz" integrity sha512-8mo9bslnBO3tr5PEVFzMPIWwWnipGS0xVbYf65zxDqfNwmzYn1LpiKNrR6DlClusuvo+hDHd1zKpmfAe83NQSQ== +smart-buffer@^4.2.0: + version "4.2.0" + snake-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-3.0.4.tgz#4f2bbd568e9935abdfd593f34c691dadb49c452c" + resolved "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz" integrity sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg== dependencies: dot-case "^3.0.4" tslib "^2.0.3" -source-map-support@0.5.13: - version "0.5.13" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" - integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== +socks-proxy-agent@^8.0.1: + version "8.0.2" dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" + agent-base "^7.0.2" + debug "^4.3.4" + socks "^2.7.1" + +socks@^2.7.1: + version "2.8.0" + dependencies: + ip-address "^9.0.5" + smart-buffer "^4.2.0" source-map-support@^0.5.17: version "0.5.19" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" + resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz" integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== dependencies: buffer-from "^1.0.0" source-map "^0.6.0" +source-map-support@0.5.13: + version "0.5.13" + resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz" + integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + source-map@^0.6.0, source-map@^0.6.1: version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== +spdx-correct@^3.0.0: + version "3.2.0" + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.5.0" + +spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1: + version "3.0.1" + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.17" + +sprintf-js@^1.1.3: + version "1.1.3" + sprintf-js@~1.0.2: version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= sshpk@^1.7.0: version "1.16.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" + resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz" integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== dependencies: asn1 "~0.2.3" @@ -8231,152 +9096,186 @@ sshpk@^1.7.0: safer-buffer "^2.0.2" tweetnacl "~0.14.0" +ssri@^10.0.0, ssri@^10.0.5: + version "10.0.5" + dependencies: + minipass "^7.0.3" + stack-utils@^2.0.3: version "2.0.5" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5" + resolved "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz" integrity sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA== dependencies: escape-string-regexp "^2.0.0" "statuses@>= 1.5.0 < 2", statuses@~1.5.0: version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz" integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= stdin-discarder@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/stdin-discarder/-/stdin-discarder-0.1.0.tgz#22b3e400393a8e28ebf53f9958f3880622efde21" + resolved "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.1.0.tgz" integrity sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ== dependencies: bl "^5.0.0" stoppable@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/stoppable/-/stoppable-1.1.0.tgz#32da568e83ea488b08e4d7ea2c3bcc9d75015d5b" + resolved "https://registry.npmjs.org/stoppable/-/stoppable-1.1.0.tgz" integrity sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw== +string_decoder@^1.1.1, string_decoder@^1.3.0: + version "1.3.0" + resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + string-argv@0.3.1: version "0.3.1" - resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" + resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz" integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg== string-length@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.1.tgz#4a973bf31ef77c4edbceadd6af2611996985f8a1" + resolved "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz" integrity sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw== dependencies: char-regex "^1.0.2" strip-ansi "^6.0.0" -string-width@^4.1.0, string-width@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5" - integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" dependencies: emoji-regex "^8.0.0" is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.0" + strip-ansi "^6.0.1" -string-width@^4.2.3: +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3: version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== dependencies: emoji-regex "^8.0.0" is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" -string_decoder@^1.1.1, string_decoder@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== +string-width@^4.1.0, string-width@^4.2.0: + version "4.2.0" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz" + integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== dependencies: - safe-buffer "~5.2.0" + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.0" + +string-width@^5.0.1: + version "5.1.2" + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" + +string-width@^5.1.2: + version "5.1.2" + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" stringify-object@^3.3.0: version "3.3.0" - resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" + resolved "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz" integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== dependencies: get-own-enumerable-property-symbols "^3.0.0" is-obj "^1.0.1" is-regexp "^1.0.0" +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + dependencies: + ansi-regex "^5.0.1" + strip-ansi@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz" integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== dependencies: ansi-regex "^5.0.0" strip-ansi@^6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: ansi-regex "^5.0.1" strip-ansi@^7.0.1: version "7.1.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== dependencies: ansi-regex "^6.0.1" strip-bom@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" + resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA== strip-bom@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" + resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz" integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== strip-final-newline@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" + resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== strip-json-comments@^3.1.1: version "3.1.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== strip-json-comments@~2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== strnum@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db" + resolved "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz" integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA== supports-color@^5.3.0: version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== dependencies: has-flag "^3.0.0" supports-color@^7.0.0, supports-color@^7.1.0: version "7.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz" integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== dependencies: has-flag "^4.0.0" supports-color@^8.0.0: version "8.1.1" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== dependencies: has-flag "^4.0.0" +supports-color@^9.4.0: + version "9.4.0" + supports-hyperlinks@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47" + resolved "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz" integrity sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA== dependencies: has-flag "^4.0.0" @@ -8384,12 +9283,12 @@ supports-hyperlinks@^2.0.0: supports-preserve-symlinks-flag@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== table-layout@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-1.0.2.tgz#c4038a1853b0136d63365a734b6931cf4fad4a04" + resolved "https://registry.npmjs.org/table-layout/-/table-layout-1.0.2.tgz" integrity sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A== dependencies: array-back "^4.0.1" @@ -8399,12 +9298,22 @@ table-layout@^1.0.2: tapable@^2.2.0: version "2.2.1" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" + resolved "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== +tar@^6.1.11, tar@^6.1.2, tar@^6.2.0: + version "6.2.0" + dependencies: + chownr "^2.0.0" + fs-minipass "^2.0.0" + minipass "^5.0.0" + minizlib "^2.1.1" + mkdirp "^1.0.3" + yallist "^4.0.0" + terminal-link@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" + resolved "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz" integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== dependencies: ansi-escapes "^4.2.1" @@ -8412,7 +9321,7 @@ terminal-link@^2.1.1: test-exclude@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" + resolved "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz" integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== dependencies: "@istanbuljs/schema" "^0.1.2" @@ -8421,63 +9330,77 @@ test-exclude@^6.0.0: text-table@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= +text-table@~0.2.0: + version "0.2.0" + through@^2.3.6, through@^2.3.8: version "2.3.8" - resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= tiny-each-async@2.0.3: version "2.0.3" - resolved "https://registry.yarnpkg.com/tiny-each-async/-/tiny-each-async-2.0.3.tgz#8ebbbfd6d6295f1370003fbb37162afe5a0a51d1" + resolved "https://registry.npmjs.org/tiny-each-async/-/tiny-each-async-2.0.3.tgz" integrity sha1-jru/1tYpXxNwAD+7NxYq/loKUdE= +tiny-relative-date@^1.3.0: + version "1.3.0" + tinycolor2@^1.4.1: version "1.4.2" - resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803" + resolved "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz" integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== title-case@^3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/title-case/-/title-case-3.0.3.tgz#bc689b46f02e411f1d1e1d081f7c3deca0489982" + resolved "https://registry.npmjs.org/title-case/-/title-case-3.0.3.tgz" integrity sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA== dependencies: tslib "^2.0.3" tmp@^0.0.33: version "0.0.33" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" + resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== dependencies: os-tmpdir "~1.0.2" tmpl@1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" + resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz" integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== to-fast-properties@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= to-regex-range@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== dependencies: is-number "^7.0.0" toidentifier@1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" + resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz" integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== +tough-cookie@^2.4.3: + version "2.5.0" + resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz" + integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== + dependencies: + psl "^1.1.28" + punycode "^2.1.1" + tough-cookie@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-3.0.1.tgz#9df4f57e739c26930a018184887f4adb7dca73b2" + resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz" integrity sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg== dependencies: ip-regex "^2.1.0" @@ -8486,7 +9409,7 @@ tough-cookie@^3.0.1: tough-cookie@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4" + resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz" integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg== dependencies: psl "^1.1.33" @@ -8495,7 +9418,7 @@ tough-cookie@^4.0.0: tough-cookie@~2.5.0: version "2.5.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" + resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz" integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== dependencies: psl "^1.1.28" @@ -8503,17 +9426,20 @@ tough-cookie@~2.5.0: tr46@~0.0.3: version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== +treeverse@^3.0.0: + version "3.0.0" + ts-api-utils@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d" + resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.1.tgz" integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A== ts-jest@^29.1.1: version "29.1.1" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b" + resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.1.tgz" integrity sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA== dependencies: bs-logger "0.x" @@ -8525,9 +9451,9 @@ ts-jest@^29.1.1: semver "^7.5.3" yargs-parser "^21.0.1" -ts-node@^9, ts-node@^9.1.1: +ts-node@^9, ts-node@^9.1.1, ts-node@>=9.0.0: version "9.1.1" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d" + resolved "https://registry.npmjs.org/ts-node/-/ts-node-9.1.1.tgz" integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== dependencies: arg "^4.1.0" @@ -8537,95 +9463,117 @@ ts-node@^9, ts-node@^9.1.1: source-map-support "^0.5.17" yn "3.1.1" -tslib@1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" - integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== - -tslib@2.1.0, tslib@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" - integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== - -tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: +tslib@^1.10.0: version "1.13.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" + resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz" integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== -tslib@^1.11.1, tslib@^1.14.1: +tslib@^1.11.1: + version "1.14.1" + resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" + integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== + +tslib@^1.14.1: version "1.14.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" + resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== +tslib@^1.8.1: + version "1.13.0" + resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz" + integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== + +tslib@^1.9.0: + version "1.13.0" + resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz" + integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== + +tslib@^1.9.2, tslib@^1.9.3: + version "1.13.0" + resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz" + integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== + tslib@^2: version "2.4.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== -tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0: +tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.5.0: version "2.6.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz" integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig== -tslib@^2.2.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" - integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== +tslib@1.10.0: + version "1.10.0" + resolved "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz" + integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== + +tslib@2.1.0: + version "2.1.0" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz" + integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== tsutils@^3.21.0: version "3.21.0" - resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" + resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz" integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== dependencies: tslib "^1.8.1" +tuf-js@^2.2.0: + version "2.2.0" + dependencies: + "@tufjs/models" "2.0.0" + debug "^4.3.4" + make-fetch-happen "^13.0.0" + tunnel-agent@^0.6.0: version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= dependencies: safe-buffer "^5.0.1" -tunnel@0.0.6, tunnel@^0.0.6: +tunnel@^0.0.6, tunnel@0.0.6: version "0.0.6" - resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" + resolved "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz" integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz" integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" + resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== dependencies: prelude-ls "^1.2.1" type-detect@4.0.8: version "4.0.8" - resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" + resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== type-fest@^0.11.0: version "0.11.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz" integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== type-fest@^0.20.2: version "0.20.2" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== type-fest@^0.21.1: version "0.21.3" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== type-is@~1.6.17, type-is@~1.6.18: version "1.6.18" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== dependencies: media-typer "0.3.0" @@ -8633,67 +9581,77 @@ type-is@~1.6.17, type-is@~1.6.18: typescript-memoize@^1.0.0-alpha.3: version "1.1.0" - resolved "https://registry.yarnpkg.com/typescript-memoize/-/typescript-memoize-1.1.0.tgz#4a8f512d06fc995167c703a3592219901db8bc79" + resolved "https://registry.npmjs.org/typescript-memoize/-/typescript-memoize-1.1.0.tgz" integrity sha512-LQPKVXK8QrBBkL/zclE6YgSWn0I8ew5m0Lf+XL00IwMhlotqRLlzHV+BRrljVQIc+NohUAuQP7mg4HQwrx5Xbg== -typescript@^5.1.6: +"typescript@^4.2.4 || ^5.0.0", typescript@^5.1.6, typescript@>=2.7, "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>=4.2.0, "typescript@>=4.3 <6": version "5.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz" integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== typical@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4" + resolved "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz" integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw== typical@^5.2.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/typical/-/typical-5.2.0.tgz#4daaac4f2b5315460804f0acf6cb69c52bb93066" + resolved "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz" integrity sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg== uglify-js@^3.1.4: version "3.17.4" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c" + resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz" integrity sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g== unc-path-regex@^0.1.2: version "0.1.2" - resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" + resolved "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz" integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg== "underscore@>= 1.3.1": version "1.10.2" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.10.2.tgz#73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf" + resolved "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz" integrity sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg== +unique-filename@^3.0.0: + version "3.0.0" + dependencies: + unique-slug "^4.0.0" + +unique-slug@^4.0.0: + version "4.0.0" + dependencies: + imurmurhash "^0.1.4" + universal-user-agent@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee" + resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz" integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w== universalify@^0.1.2: version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" + resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== universalify@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" + resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz" integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== -unpipe@1.0.0, unpipe@~1.0.0: +unpipe@~1.0.0, unpipe@1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= upath@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + resolved "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz" integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== update-browserslist-db@^1.0.11: version "1.0.11" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" + resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz" integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== dependencies: escalade "^3.1.1" @@ -8701,40 +9659,40 @@ update-browserslist-db@^1.0.11: upper-case-first@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-2.0.2.tgz#992c3273f882abd19d1e02894cc147117f844324" + resolved "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz" integrity sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg== dependencies: tslib "^2.0.3" upper-case@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-2.0.2.tgz#d89810823faab1df1549b7d97a76f8662bae6f7a" + resolved "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz" integrity sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg== dependencies: tslib "^2.0.3" uri-js@^4.2.2: version "4.4.1" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" + resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== dependencies: punycode "^2.1.0" url-exists@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/url-exists/-/url-exists-1.0.3.tgz#05b2875baf04950e27ef51e9846f1eff04716893" + resolved "https://registry.npmjs.org/url-exists/-/url-exists-1.0.3.tgz" integrity sha512-oN3lNUMLfIR4tI9ByLtfLThGhFeYWCjWw5lfat/2PLZRA6U/v7wzKb0SbCjhZcEHGYHqi05c2JTVmeMzIAxapw== dependencies: request "^2.69.0" url-join@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/url-join/-/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7" + resolved "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz" integrity sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA== url-parse@^1.5.10, url-parse@^1.5.3: version "1.5.10" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" + resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz" integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== dependencies: querystringify "^2.1.1" @@ -8742,39 +9700,52 @@ url-parse@^1.5.10, url-parse@^1.5.3: user-home@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/user-home/-/user-home-2.0.0.tgz#9c70bfd8169bc1dcbf48604e0f04b8b49cde9e9f" + resolved "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz" integrity sha512-KMWqdlOcjCYdtIJpicDSFBQ8nFwS2i9sslAd6f4+CBGcU4gist2REnr2fxj2YocvJFxSF3ZOHLYLVZnUxv4BZQ== dependencies: os-homedir "^1.0.0" utf8-byte-length@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz#f45f150c4c66eee968186505ab93fcbb8ad6bf61" + resolved "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz" integrity sha1-9F8VDExm7uloGGUFq5P8u4rWv2E= util-deprecate@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== +util-deprecate@^1.0.2: + version "1.0.2" + utils-merge@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^3.1.0, uuid@^3.3.2: +uuid@^3.1.0: + version "3.4.0" + resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + +uuid@^3.2.1: + version "3.4.0" + resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + +uuid@^3.3.2: version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== uuid@^8.3.0, uuid@^8.3.2: version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== v8-to-istanbul@^9.0.1: version "9.1.0" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz#1b83ed4e397f58c85c266a570fc2558b5feb9265" + resolved "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz" integrity sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA== dependencies: "@jridgewell/trace-mapping" "^0.3.12" @@ -8783,50 +9754,69 @@ v8-to-istanbul@^9.0.1: v8flags@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-4.0.0.tgz#dcacd1e0b20a7919cc48022b1bf2d95adb175e83" + resolved "https://registry.npmjs.org/v8flags/-/v8flags-4.0.0.tgz" integrity sha512-83N0OkTbn6gOjJ2awNuzuK4czeGxwEwBoTqlhBZhnp8o0IJ72mXRQKphj/azwRf3acbDJZYZhbOPEJHd884ELg== +validate-npm-package-license@^3.0.4: + version "3.0.4" + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +validate-npm-package-name@^5.0.0: + version "5.0.0" + dependencies: + builtins "^5.0.0" + vary@^1, vary@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= verror@1.10.0: version "1.10.0" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" + resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz" integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= dependencies: assert-plus "^1.0.0" core-util-is "1.0.2" extsprintf "^1.2.0" +walk-up-path@^3.0.1: + version "3.0.1" + walker@^1.0.8: version "1.0.8" - resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" + resolved "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz" integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== dependencies: makeerror "1.0.12" +wcwidth@^1.0.0: + version "1.0.1" + dependencies: + defaults "^1.0.3" + wcwidth@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== dependencies: defaults "^1.0.3" webidl-conversions@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== whatwg-fetch@3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" + resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz" integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q== whatwg-url@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== dependencies: tr46 "~0.0.3" @@ -8834,39 +9824,56 @@ whatwg-url@^5.0.0: which-pm-runs@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb" + resolved "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz" integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs= which@^1.2.14: version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz" integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== dependencies: isexe "^2.0.0" which@^2.0.1: version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== dependencies: isexe "^2.0.0" -wordwrap@>=0.0.2, wordwrap@^1.0.0: +which@^4.0.0: + version "4.0.0" + dependencies: + isexe "^3.1.1" + +wide-align@^1.1.5: + version "1.1.5" + dependencies: + string-width "^1.0.2 || 2 || 3 || 4" + +wordwrap@^1.0.0, wordwrap@>=0.0.2: version "1.0.0" - resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" + resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz" integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= wordwrapjs@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/wordwrapjs/-/wordwrapjs-4.0.1.tgz#d9790bccfb110a0fc7836b5ebce0937b37a8b98f" + resolved "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.1.tgz" integrity sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA== dependencies: reduce-flatten "^2.0.0" typical "^5.2.0" +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": + version "7.0.0" + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: version "6.2.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz" integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== dependencies: ansi-styles "^4.0.0" @@ -8875,89 +9882,110 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: wrap-ansi@^7.0.0: version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== dependencies: ansi-styles "^4.0.0" string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^8.1.0: + version "8.1.0" + dependencies: + ansi-styles "^6.1.0" + string-width "^5.0.1" + strip-ansi "^7.0.1" + wrappy@1: version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= write-file-atomic@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd" + resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz" integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg== dependencies: imurmurhash "^0.1.4" signal-exit "^3.0.7" +write-file-atomic@^5.0.0, write-file-atomic@^5.0.1: + version "5.0.1" + dependencies: + imurmurhash "^0.1.4" + signal-exit "^4.0.1" + xml2js@^0.4.19: version "0.4.23" - resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66" + resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz" integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug== dependencies: sax ">=0.6.0" xmlbuilder "~11.0.0" +xml2js@^0.5.0: + version "0.5.0" + resolved "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz" + integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA== + dependencies: + sax ">=0.6.0" + xmlbuilder "~11.0.0" + xmlbuilder@~11.0.0: version "11.0.1" - resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3" + resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== "xmldom@>= 0.1.x": version "0.3.0" - resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.3.0.tgz#e625457f4300b5df9c2e1ecb776147ece47f3e5a" + resolved "https://registry.npmjs.org/xmldom/-/xmldom-0.3.0.tgz" integrity sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g== xpath.js@~1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/xpath.js/-/xpath.js-1.1.0.tgz#3816a44ed4bb352091083d002a383dd5104a5ff1" + resolved "https://registry.npmjs.org/xpath.js/-/xpath.js-1.1.0.tgz" integrity sha512-jg+qkfS4K8E7965sqaUl8mRngXiKb3WZGfONgE18pr03FUQiuSV6G+Ej4tS55B+rIQSFEIw3phdVAQ4pPqNWfQ== xtend@~2.1.1: version "2.1.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-2.1.2.tgz#6efecc2a4dad8e6962c4901b337ce7ba87b5d28b" + resolved "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz" integrity sha1-bv7MKk2tjmlixJAbM3znuoe10os= dependencies: object-keys "~0.4.0" y18n@^5.0.5: version "5.0.8" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== yallist@^3.0.2: version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== yallist@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== yaml@^1.10.0: version "1.10.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" + resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== yaml@^1.7.2: version "1.10.0" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e" + resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz" integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== yargs-parser@^21.0.1, yargs-parser@^21.1.1: version "21.1.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== yargs@^17.3.1: version "17.7.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + resolved "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== dependencies: cliui "^8.0.1" @@ -8970,10 +9998,10 @@ yargs@^17.3.1: yn@3.1.1: version "3.1.1" - resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" + resolved "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz" integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== yocto-queue@^0.1.0: version "0.1.0" - resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==